From d23e1ac0508039f7de3dfc15c643220c290fba6b Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 4 Sep 2023 17:39:31 +0200 Subject: [PATCH] design --- index.html | 2 +- public/question.svg | 6 +- src/App.tsx | 9 ++- src/components/AboutSection.tsx | 25 ++---- src/components/Navbar.tsx | 10 ++- src/components/ProjectsSection.tsx | 2 +- src/components/styles/About.styled.ts | 96 +++++++++++++++--------- src/components/styles/Button.styled.ts | 6 +- src/components/styles/Cursor.styled.ts | 2 +- src/components/styles/Global.styled.ts | 16 +++- src/components/styles/Landing.styled.ts | 6 +- src/components/styles/Navbar.styled.ts | 24 +++--- src/components/styles/Projects.styled.ts | 15 ++-- src/theme.ts | 11 ++- 14 files changed, 133 insertions(+), 97 deletions(-) diff --git a/index.html b/index.html index 09e1697..bee0cc6 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ diff --git a/public/question.svg b/public/question.svg index d6104e7..876ef1a 100644 --- a/public/question.svg +++ b/public/question.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/src/App.tsx b/src/App.tsx index 8cf4640..24ccbf2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,9 +13,12 @@ function App() { <> - - - + +
+ + + +
); diff --git a/src/components/AboutSection.tsx b/src/components/AboutSection.tsx index ce59a81..088f23d 100644 --- a/src/components/AboutSection.tsx +++ b/src/components/AboutSection.tsx @@ -1,11 +1,4 @@ -import { - StyledAbout, - StyledAboutContentWrapper, - StyledAboutDescription, - StyledAboutImageWrapper, - StyledAboutItem, - StyledAboutTitle, -} from './styles/About.styled'; +import { StyledAbout } from './styles/About.styled'; import { StyledCursor } from './styles/Cursor.styled'; import { StyledSectionHeader } from './styles/SectionHeader.styled'; @@ -39,18 +32,12 @@ function AboutSection() { -