From 468f88b66811e31f34fb0812baaf9737ad3fecd8 Mon Sep 17 00:00:00 2001 From: ShaunteTwitty Date: Wed, 19 Apr 2023 17:05:18 -0500 Subject: [PATCH 1/3] Final edits for assessment --- index.html | 110 ++++++++++++++++++++++++++--------------------------- style.css | 26 +++++++++++++ 2 files changed, 81 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index ec3ce73..c3e59d3 100644 --- a/index.html +++ b/index.html @@ -13,40 +13,38 @@ -
-

Pete Thinkful | Artist

- +
+

Pete Thinkful | Artist

+
- +

About

-
-

Hi! I'm Pete Thinkful

+
- Pete Thinkful + Pete Thinkful +
+
+

Hi! I'm Pete Thinkful

+

I'm an artist living in Denver, Colorado.

+

As an artist, I'm interested in:

+
    +
  • Producing abstract art
  • +
  • Creating street graffiti art
  • +
  • Connecting with like-minded artists
  • +
+

+ Please feel free to take a look at my website and feel free to + contact me. +

-

I'm an artist living in Denver, Colorado.

-

As an artist, I'm interested in:

-
    -
  • Producing abstract art
  • -
  • Creating street graffiti art
  • -
  • Connecting with like-minded artists
  • -
-

- Please feel free to take a look at my website and feel free to - contact me. -

@@ -69,37 +67,39 @@

Pete's Background

Portfolio

-
-

Abstract Red

-
- Abstract Red -
-

- Vaporware wayfarers heirloom neutra disrupt. Activated charcoal - waistcoat scenester hell of. -

-
+
+
+

Abstract Red

+
+ Abstract Red +
+

+ Vaporware wayfarers heirloom neutra disrupt. Activated charcoal + waistcoat scenester hell of. +

+
-
-

Spiral Zany

-
- Spiral Zany -
-

- Sriracha portland taxidermy cronut messenger bag, vegan - distillery. Vaporware kickstarter air plant mumblecore food truck. -

-
+
+

Spiral Zany

+
+ Spiral Zany +
+

+ Sriracha portland taxidermy cronut messenger bag, vegan + distillery. Vaporware kickstarter air plant mumblecore food truck. +

+
-
-

Melted Rainbow

-
- Melted Rainbow -
-

- Edison bulb single-origin coffee snackwave, actually ennui - locavore shabby chic forage. -

+
+

Melted Rainbow

+
+ Melted Rainbow +
+

+ Edison bulb single-origin coffee snackwave, actually ennui + locavore shabby chic forage. +

+
diff --git a/style.css b/style.css index 852500d..fb82fce 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,22 @@ header { text-align: center; } +.group{ + display: flex; + flex-direction: row; +} + +.item{ + text-align: right; + flex:1; +} +.itemtwo{ + flex: 1; + text-align: left; + margin: auto; + padding-left: 15px; +} + /* Containers */ div { background-color: #eae2b7; @@ -76,3 +92,13 @@ footer { hr { border: 1px solid black; } + +.about{ + text-align: left; +} + +.portfolio{ + text-align: center; + display: flex; + flex-direction: row; +} From 3b02ed708d55316690affaec30c70cb994da123c Mon Sep 17 00:00:00 2001 From: Shaunte' Twitty <111584756+ShaunteTwitty@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:15:03 -0500 Subject: [PATCH 2/3] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..684f621 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +shaunte-twitty-pete-thinkful-assessment.io \ No newline at end of file From 02a19aeb0f1f74ef660431c995c7e632cf328f71 Mon Sep 17 00:00:00 2001 From: Shaunte' Twitty <111584756+ShaunteTwitty@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:15:45 -0500 Subject: [PATCH 3/3] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 684f621..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -shaunte-twitty-pete-thinkful-assessment.io \ No newline at end of file