Skip to content

Commit

Permalink
[add] font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hctor11 committed Mar 30, 2024
1 parent 51158ed commit 5ad3276
Show file tree
Hide file tree
Showing 20 changed files with 51 additions and 328 deletions.
292 changes: 0 additions & 292 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@types/react-dom": "^18.2.18",
"astro": "^4.0.7",
"framer-motion": "^10.16.16",
"geist": "^1.3.0",
"nanostores": "^0.9.5",
"preact": "^10.19.3",
"react": "^18.2.0",
Expand Down
Binary file added public/fonts/Geist-Light.woff2
Binary file not shown.
Binary file added public/fonts/Geist-Medium.woff2
Binary file not shown.
Binary file added public/fonts/Geist-Regular.woff2
Binary file not shown.
Binary file added public/fonts/Geist-SemiBold.woff2
Binary file not shown.
Binary file modified src/assets/images/dribbble/d1.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 src/assets/images/dribbble/d2.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 src/assets/images/dribbble/d4.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 src/assets/images/dribbble/d6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Aside = () => {
<div className="top-section">
<div className="title dark:text-white">
<h1 className="text-xl font-medium leading-3 ">Hector Rivera</h1>
<p className="text-sm">Developer & Designer</p>
<p className="text-sm font-light">Developer & Designer</p>
</div>
<Navigation />
</div>
Expand Down
11 changes: 1 addition & 10 deletions src/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,8 @@ const Contact = () => {
target="_blank"
className="hover:text-blue-500"
>
Behance 1
Behance
</a>

<a
href="https://www.behance.net/time_"
target="_blank"
className="hover:text-blue-500"
>
Behance 2
</a>

<hr />

<a
Expand Down
2 changes: 1 addition & 1 deletion src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Main = () => {
const $menuState = useStore(menuState);

return (
<main className="p-5 md:pl-48 w-full h-full dark:bg-zinc-900 dark:text-white">
<main className="p-5 md:pl-48 md:mr-24 w-full h-full dark:bg-zinc-900 dark:text-white">
{$menuState == "home" ? (
<AboutMe/>
) : $menuState == "work" ? (
Expand Down
Loading

0 comments on commit 5ad3276

Please sign in to comment.