From 17296aefdc2865b96d8a4b665bf189bf14c7fdfe Mon Sep 17 00:00:00 2001 From: Mikayla Dobson <93477693+innocuous-symmetry@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:42:17 -0500 Subject: [PATCH] more work on visual design --- src/App.js | 27 ++++++++++++++++++--------- src/App.scss | 21 +++++++++++++-------- src/pages/Welcome.js | 9 +++------ 3 files changed, 34 insertions(+), 23 deletions(-) diff --git a/src/App.js b/src/App.js index 614c22e..79a7e9f 100644 --- a/src/App.js +++ b/src/App.js @@ -9,15 +9,24 @@ import './App.scss'; function App() { return (
- - - } /> - } /> - } /> - } /> - } /> - - + +
+

Mikayla Dobson

+

Web Design Contractor

+
+ +
+ + + } /> + } /> + } /> + } /> + } /> + + +
+
); } diff --git a/src/App.scss b/src/App.scss index efd0727..7eb4458 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,28 +1,33 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); +$pink50: #fce4ec; +$purple200: #ce93d8; + .App { text-align: center; } - -.welcome-page { - -} -.welcome-header { +header { + background-color: $purple200; + display: flex; + align-items: flex-end; + border-bottom: 1px solid black; font-family: 'Open Sans', sans-serif; - h1 { - font-size: 2.4rem; + .my-name { font-weight: 900; + border-right: 1px solid black; + padding-right: 1rem; } h2 { font-weight: 400; position: relative; - bottom: 0.8rem; + padding-left: 1rem; } } .landing { + padding-top: 1.5rem; display: flex; flex-direction: column; align-items: center; diff --git a/src/pages/Welcome.js b/src/pages/Welcome.js index 2d146b6..57ea0cb 100644 --- a/src/pages/Welcome.js +++ b/src/pages/Welcome.js @@ -1,3 +1,5 @@ +import '../App.scss'; + import Paper from '@mui/material/Paper'; import Avatar from '@mui/material/Avatar'; import Button from '@mui/material/Button'; @@ -14,13 +16,8 @@ const { themeA } = colorThemes; export default function Welcome() { return (
-
-

Mikayla Dobson

-

Web Design Contractor

-
-
- +

Hi, my name is Mikayla! I'm a junior-level full stack web developer.

I excel in building well-structured and maintainable web applications, managing algorithmic complexity, and adapting my workflow to fit the needs of any environment I should find myself in.