From 71921804c875e829318150570165ddbaee56e21b Mon Sep 17 00:00:00 2001 From: Sierra Parsons Date: Wed, 1 Dec 2021 18:03:36 -0800 Subject: [PATCH 1/2] good enough to submit --- pages/about.html | 114 +++++++++++++++++++++++++++++++++++++- pages/index.html | 32 ++++++++++- pages/portfolio.html | 55 +++++++++++++++++++ pages/style2.css | 107 ++++++++++++++++++++++++++++++++++++ pages/style3.css | 128 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 434 insertions(+), 2 deletions(-) create mode 100644 pages/style2.css create mode 100644 pages/style3.css diff --git a/pages/about.html b/pages/about.html index b4ae215c4..97c66d85f 100644 --- a/pages/about.html +++ b/pages/about.html @@ -5,8 +5,120 @@ Document + + + + + + +
+ + + + +
+ +
+ +

sierra.

+ +
+
+ +
+

about me

+

+ Current Cohort 16 student at Ada Developer's Academy. Future software developer. Forever passionate about serving K-12 scholars in southeast Seattle through transformative education, restorative justice, and intergenerational social action. +

+
+ +
+ + - \ No newline at end of file + + + + + + + + + + + + + + + diff --git a/pages/index.html b/pages/index.html index b4ae215c4..36dfb79f8 100644 --- a/pages/index.html +++ b/pages/index.html @@ -5,8 +5,38 @@ Document + + + + + + +
+ +
+ +
+

sierra parsons

+
+
+
+ about +
+
+ portfolio +
+
+ + - \ No newline at end of file + + diff --git a/pages/portfolio.html b/pages/portfolio.html index b4ae215c4..3efce8f4f 100644 --- a/pages/portfolio.html +++ b/pages/portfolio.html @@ -5,8 +5,63 @@ Document + + + + + + +
+ + + + +
+ +
+

portfolio.

+
+
+ +
+ +
+ video store +

+ An API to handle the backend of a retro video store using Flask and SQLAlchemy. +

+
+
+ task list +

+ A web API to create, read, update, and delete tasks in Slack. +

+
+
+ swap meet +

+ Backend logic for an app where vendors can swap items between different inventories. +

+
+ +
+ + + \ No newline at end of file diff --git a/pages/style2.css b/pages/style2.css new file mode 100644 index 000000000..67a6fb63f --- /dev/null +++ b/pages/style2.css @@ -0,0 +1,107 @@ +body { + background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) , url(https://uploads-ssl.webflow.com/6095faf01c4548593c813be6/6171eab7216b6c5ad2341c2d_3AC7825E-21BA-480C-8809-7F1554B229DD.PNG); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + background-attachment: fixed; +} + +header { + color: white; + margin: 30px 20px 100px 150px; +} + +article { + color: white; + margin-left: 150px; +} + +section { + display: flex; + color: white; + margin-right: 400px; + margin-left: 150px; + + +} + +footer { + display: flex; + color: white; + margin: 325px 500px 0px 150px; +} + + +ul { + margin: 0; + padding: 0; + list-style-type: none; +} + +li { + display:inline-block; + +} + +div { + display: inline-block; + width: 75px; + +} + +a { + display:inline-block; + color: white; + text-align: justify; + font-size: 20px; + font-family: 'Montserrat', sans-serif; + font-weight: 100; + word-spacing: 1px; + text-decoration: none; +} + +a:hover { + color: #587e76; +} + +i { + font-size:20px; + color:white; + padding:.25em; +} + +i:hover { + color: #587e76; +} + +h1 { + color: white; + text-align: justify; + font-family: 'Barlow Condensed', sans-serif; + font-size: 75px; + font-weight: 400; + margin-bottom: 20px; +} +h2 { + color: white; + font-size:24px; + font-family: 'Montserrat', sans-serif; + font-weight: 600; +} +p { + color: white; + text-align: justify; + font-size: 14px; + font-family: 'Montserrat', sans-serif; + font-weight: 100; + word-spacing: 1px; +} + +h4 { + color: white; + text-align: justify; + font-size: 12px; + font-family: 'Barlow Condensed', sans-serif; + font-weight: 100; + +} \ No newline at end of file diff --git a/pages/style3.css b/pages/style3.css new file mode 100644 index 000000000..7e60b00cd --- /dev/null +++ b/pages/style3.css @@ -0,0 +1,128 @@ +body { +background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) , url(https://uploads-ssl.webflow.com/6095faf01c4548593c813be6/6171eab7216b6c5ad2341c2d_3AC7825E-21BA-480C-8809-7F1554B229DD.PNG); +background-size: cover; +background-repeat: no-repeat; +background-position: center; +background-attachment: fixed; +} + +header { +color: white; +margin: 30px 20px 100px 150px; +} + +article { +color: white; +margin-left: 150px; +} + +section { +display: flex; +color: white; +margin-right: 500px; +margin-left: 150px; + + +} + +footer { +color: white; +margin: 250px 500px 0px 150px; +} + +ul { +margin: 0; +padding: 0; +list-style-type: none; +} + +li { +display:inline-block; + +} + +nav { + display: inline-block; + padding-right: 10px; +} + +div { +padding-right: 30px; +} + +.grid-3-columns { + display: grid; + grid-column-gap: 100px; +} + +a { +display:inline-block; +color: white; +text-align: justify; +font-size: 24px; +font-family: 'Montserrat', sans-serif; +font-weight: 600; +word-spacing: 1px; +text-decoration: none; +} + +a:hover { +color: #587e76; +} + +i { +font-size:20px; +color:white; +padding:.25em; +} + +i:hover { +color: #587e76; +} + +h1 { +color: white; +text-align: justify; +font-family: 'Barlow Condensed', sans-serif; +font-size: 75px; +font-weight: 400; +margin-bottom: 20px; +} + +h2 { +color: white; +font-size:24px; +font-family: 'Montserrat', sans-serif; +font-weight: 600; +} + +p { +color: white; +text-align: left; +font-size: 14px; +font-family: 'Montserrat', sans-serif; +font-weight: 100; +} + +h3 { + color: white; + text-align: justify; + font-size: 14px; + font-family: 'Montserrat', sans-serif; + font-weight: 100; + word-spacing: normal; + +} + +h3:hover { + color: #587e76; +} + +h4 { +color: white; +text-align: justify; +font-size: 12px; +font-family: 'Barlow Condensed', sans-serif; +font-weight: 100; + +} \ No newline at end of file From d5577d4a0930ee38ab78d7d42c7b78cc40b5531f Mon Sep 17 00:00:00 2001 From: Sierra Parsons Date: Wed, 1 Dec 2021 19:57:44 -0800 Subject: [PATCH 2/2] year change in footer --- pages/about.html | 2 +- pages/index.html | 2 +- pages/portfolio.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/about.html b/pages/about.html index 97c66d85f..361bf0cc8 100644 --- a/pages/about.html +++ b/pages/about.html @@ -44,7 +44,7 @@

about me

-

2020

+

2021

diff --git a/pages/index.html b/pages/index.html index 36dfb79f8..3783d8077 100644 --- a/pages/index.html +++ b/pages/index.html @@ -33,7 +33,7 @@

sierra parsons

-

2020

+

2021

diff --git a/pages/portfolio.html b/pages/portfolio.html index 3efce8f4f..5efdf1ba6 100644 --- a/pages/portfolio.html +++ b/pages/portfolio.html @@ -58,7 +58,7 @@

portfolio.