From ee46195aff9f2eb74ab48030dc51c8f366c9af6b Mon Sep 17 00:00:00 2001 From: Yordan Giron Date: Tue, 30 May 2023 18:21:50 -0700 Subject: [PATCH] finished website --- index.html | 99 ++++++++++++++++++++++++++++-------------------------- style.css | 26 +++++++++++++- 2 files changed, 76 insertions(+), 49 deletions(-) diff --git a/index.html b/index.html index ec3ce73..f010729 100644 --- a/index.html +++ b/index.html @@ -27,26 +27,26 @@

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,38 +69,41 @@

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..fe1811d 100644 --- a/style.css +++ b/style.css @@ -18,10 +18,29 @@ h3 { /* Header */ header { + align-items: center; + justify-content: center; + display: flex; text-align: center; } /* Containers */ +#s1 { + justify-content: center; + align-items: center; + text-align: left; + display:flex; + flex-direction: row; +} + +#portfolio div{ + text-align: center; +} + +#imageflex { + display:flex; +} + div { background-color: #eae2b7; margin: auto; @@ -33,7 +52,6 @@ article { } article div { - text-align: center; width: 100%; } @@ -56,6 +74,11 @@ nav a { } /* Images */ +#imageflex img{ +max-width: 150px; +} + + img { width: 100%; max-width: 200px; @@ -65,6 +88,7 @@ img { .image-circle { border: 2px solid #003049; border-radius: 50%; + margin: 40px; } /* Footer */