Skip to content

Commit

Permalink
feat: projects update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek532 committed Jul 22, 2024
1 parent 94c2cba commit cf50987
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 12 deletions.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions components/resource/layout/info/info.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
.title {
font-size: 3rem;
max-width: 70rem;
text-wrap: balance;

@include mixins.mediaquery("sm") {
font-size: 3.3rem;
Expand All @@ -66,6 +67,7 @@
font-size: 1.7rem;
line-height: 1.65;
color: var(--black-300);
text-wrap: pretty;

@include mixins.mediaquery("sm") {
font-size: 1.8rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
font-size: 2rem;
margin-bottom: 1rem;
width: 100%;
text-wrap: balance;

@include mixins.mediaquery("lg") {
font-size: 2.2rem;
Expand All @@ -137,6 +138,7 @@
margin-bottom: 1.5rem;
color: var(--black-300);
width: 100%;
text-wrap: pretty;

@include mixins.mediaquery("lg") {
font-size: 1.45rem;
Expand Down
2 changes: 1 addition & 1 deletion components/work/tile/ProjectTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ProjectTile = memo<ProjectTileProps>(({ project, mockupPosition })
const { theme } = useTheme();
const imageVariants = {
hover: {
rotate: mockupPosition === "right" ? "-23.5deg" : "23.5deg",
rotate: mockupPosition === "right" ? "-24deg" : "25deg",
},
};

Expand Down
3 changes: 2 additions & 1 deletion components/work/tile/projectTile.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
position: relative;
top: 50%;
width: 90%;
filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));

&.right {
left: 68%;
Expand All @@ -30,7 +31,7 @@
}

img {
border-radius: 1.5rem;
border-radius: 1.2rem;
}

.arrow {
Expand Down
8 changes: 4 additions & 4 deletions content/projects/aesa.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Autostrada Wielkopolska"
excerpt: "Custom solution for second longest highway in Poland 🚗"
publishedAt: "10-03-2024"
modifiedAt: "10-03-2024"
excerpt: "Custom solution for the second longest highway in Poland 🚗"
publishedAt: "12-05-2022"
modifiedAt: "21-07-2023"
url: "https://www.autostrada-a2.pl"
repository: "https://github.com/Bartek532/syncreads"
tags:
- "react"
- "typescript"
- "cms"
image: "/img/projects/syncreads/thumbnail.png"
image: "/img/projects/aesa/thumbnail.png"
type: "project"
author: "Bartosz Zagrodzki"
published: false
Expand Down
4 changes: 2 additions & 2 deletions content/projects/syncreads.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "SyncReads"
excerpt: "Sync favorite content for distraction-free reading, save time and replace multiple apps. Anytime, anywhere 🔄"
publishedAt: "20-07-2024"
excerpt: "Sync your favorite content for distraction-free reading, save time and replace multiple apps. Anytime, anywhere 🔄"
publishedAt: "19-11-2023"
modifiedAt: "20-07-2024"
url: "https://syncreads.com"
repository: "https://github.com/Bartek532/syncreads"
Expand Down
6 changes: 3 additions & 3 deletions content/projects/teddy.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Teddy"
excerpt: "Personalizable AI assistant designed to enhance daily workflow 🐻"
publishedAt: "12-01-2024"
modifiedAt: "13-01-2024"
publishedAt: "12-12-2022"
modifiedAt: "27-08-2023"
url: "https://syncreads.com"
repository: "https://github.com/Bartek532/syncreads"
tags:
Expand All @@ -11,7 +11,7 @@ tags:
- "ai"
- "gpt"
- "react"
image: "/img/projects/syncreads/thumbnail.png"
image: "/img/projects/teddy/thumbnail.png"
type: "project"
author: "Bartosz Zagrodzki"
published: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"algolia": "tsx ./scripts/algolia.ts ",
"build": "./build.sh redirect feed algolia next",
"build:next": "next build",
"dev": "next dev",
"dev": "next dev -p 3001",
"feed": "tsx ./scripts/feed.ts",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md,mdx}\"",
"lint": "next lint",
Expand Down
Binary file added public/img/projects/aesa/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified public/img/projects/pozywka/mockup/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/projects/pozywka/mockup/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/projects/syncreads/mockup/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/projects/syncreads/mockup/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/projects/syncreads/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/projects/teddy/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf50987

Please sign in to comment.