Skip to content

Commit

Permalink
chore: cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanRafid97 committed Aug 25, 2023
1 parent aa32b0b commit b5d61b3
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 6 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"format": "prettier -w .",
"lint:strict": "eslint --max-warnings=0 src",
"format:check": "prettier -c .",
"pre-commit": "next lint --fix && git add -A ."
"pre-commit": "next lint --fix"
},
"dependencies": {
"@motionone/utils": "^10.15.1",
"clsx": "^1.2.1",
"flubber": "^0.4.2",
"framer-motion": "^10.16.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.269.0",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Binary file removed public/1.jpeg
Binary file not shown.
Binary file removed public/2.jpeg
Binary file not shown.
Binary file removed public/3.jpeg
Binary file not shown.
Binary file removed public/4.jpeg
Binary file not shown.
Binary file removed public/5.jpeg
Binary file not shown.
Binary file added public/assets/journey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ body {
font-family: Roboto-google, sans-serif;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
}

footer {
Expand Down Expand Up @@ -106,8 +105,6 @@ html {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

img {
Expand Down Expand Up @@ -155,6 +152,9 @@ img {
font-family: 'plaster-google';
}

.cool-text {
font-family: 'plaster-google';
}
.progress {
position: fixed;
left: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/components/modules/profile/assets.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const FirstAsset = () => {
return (
<svg
className="w-[240px] lg:w-[340px] md:block hidden absolute left-[100px] top-[70px]"
className="w-[240px] lg:w-[240px] md:block hidden absolute left-[100px] top-[50px]"
xmlns="http://www.w3.org/2000/svg"
width="523"
height="214"
Expand Down Expand Up @@ -97,7 +97,7 @@ const LeftHeroAsset = () => {
<svg
xmlns="http://www.w3.org/2000/svg"
width="410"
className=" left-[-70px] absolute top-[-100px]"
className=" left-[-70px] absolute top-[-230px]"
height="1029"
viewBox="0 0 410 1029"
id="sauce-drip-outline"
Expand Down

0 comments on commit b5d61b3

Please sign in to comment.