- Please feel free to take a look at my website and feel free to
- contact me.
-
-
+
+
About
+
+
+
+
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.
+
+
-
-
Pete's Background
-
- After graduating college, I became an art teacher and worked with
- beginners and professionals. I love art and my works have been
- featured in major art galleries across the globe.
-
-
- If you're looking to hire an artist or if you're an artist looking
- for a collaborator for your next project, please reach out! I'm so
- excited to work with other artists to create new art.
-
-
-
-
+
+
Pete's Background
+
+ After graduating college, I became an art teacher and worked with
+ beginners and professionals. I love art, and my works have been
+ featured in major art galleries across the globe.
+
+
+ If you're looking to hire an artist or if you're an artist looking
+ for a collaborator for your next project, please reach out! I'm so
+ excited to work with other artists to create new art.
+
- Please feel free to take a look at my website and feel free to
- contact me.
-
-
-
-
-
Pete's Background
-
- After graduating college, I became an art teacher and worked with
- beginners and professionals. I love art, and my works have been
- featured in major art galleries across the globe.
-
-
- If you're looking to hire an artist or if you're an artist looking
- for a collaborator for your next project, please reach out! I'm so
- excited to work with other artists to create new art.
-
-
-
+
+
About
+
+
+
+
-
-
-
-
-
+
+
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.
+
+
+
+
+
Pete's Background
+
+ After graduating college, I became an art teacher and worked with
+ beginners and professionals. I love art, and my works have been
+ featured in major art galleries across the globe.
+
+
+ If you're looking to hire an artist or if you're an artist looking
+ for a collaborator for your next project, please reach out! I'm so
+ excited to work with other artists to create new art.
+
+ Please feel free to take a look at my website and feel free to
+ contact me.
+
+
-
-
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.
-
-
+
+
Pete's Background
+
+ After graduating college, I became an art teacher and worked with
+ beginners and professionals. I love art, and my works have been
+ featured in major art galleries across the globe.
+
+
+ If you're looking to hire an artist or if you're an artist looking
+ for a collaborator for your next project, please reach out! I'm so
+ excited to work with other artists to create new art.
+
+
+
-
-
Pete's Background
-
- After graduating college, I became an art teacher and worked with
- beginners and professionals. I love art, and my works have been
- featured in major art galleries across the globe.
-
-
- If you're looking to hire an artist or if you're an artist looking
- for a collaborator for your next project, please reach out! I'm so
- excited to work with other artists to create new art.
-
-
-
-
-
+
+
+
+
+
@@ -114,6 +113,3 @@
Melted Rainbow
-
-
-
From 7bd8921040f1e670577aab2e1efb8f8c78ed9a2a Mon Sep 17 00:00:00 2001
From: maverickad77 <146034630+maverickad77@users.noreply.github.com>
Date: Tue, 26 Dec 2023 13:51:25 -0600
Subject: [PATCH 22/33] Update index.html
---
index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.html b/index.html
index 77a81aa..2604143 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+
From 62c25c2fd9bff51a09fbfccc3ecffefb071ac72f Mon Sep 17 00:00:00 2001
From: maverickad77 <146034630+maverickad77@users.noreply.github.com>
Date: Tue, 26 Dec 2023 13:51:52 -0600
Subject: [PATCH 23/33] Update style.css
---
style.css | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/style.css b/style.css
index d9b84c7..76cfdc4 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,4 @@
-/* The @import rule below imports the Playfair Display and Source Sans Pro fonts into the stylesheet*/
-@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Source+Sans+Pro:wght@400&display=swap");
-
-/* Original CSS */
+/* Updated CSS */
body {
background-color: #eae2b7;
color: #003049;
@@ -43,12 +40,22 @@ header {
text-align: left;
}
-.about-details img {
- margin-bottom: 20px;
+.image-container {
+ display: flex;
+ justify-content: center;
+ margin-top: 20px; /* Adjust margin as needed */
+}
+
+.image-circle {
+ border-radius: 50%;
+ width: 200px; /* Adjust the size of the image */
+ height: 200px; /* Adjust the size of the image */
+ object-fit: cover;
+ margin-right: 20px; /* Adjust margin as needed */
}
.petes-background {
- margin-top: 40px;
+ margin-top: 20px; /* Adjust margin as needed */
}
/* Portfolio section */
From 8c641f42fd57b4aa248306aaa605eb7c9f4b8e6a Mon Sep 17 00:00:00 2001
From: maverickad77 <146034630+maverickad77@users.noreply.github.com>
Date: Tue, 26 Dec 2023 13:55:44 -0600
Subject: [PATCH 24/33] 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..e4030ec
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+maverickad77.github.iostarter-pete-thinkful-portfolio-adv
\ No newline at end of file
From c9042c2419c51f49915d4b5880868fc1e33e710f Mon Sep 17 00:00:00 2001
From: maverickad77 <146034630+maverickad77@users.noreply.github.com>
Date: Tue, 26 Dec 2023 13:58:10 -0600
Subject: [PATCH 25/33] Delete CNAME
---
CNAME | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 CNAME
diff --git a/CNAME b/CNAME
deleted file mode 100644
index e4030ec..0000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-maverickad77.github.iostarter-pete-thinkful-portfolio-adv
\ No newline at end of file
From fc3c7e1be3d9d9ade3c9430b0e85513b1ee5bb0e Mon Sep 17 00:00:00 2001
From: maverickad77 <146034630+maverickad77@users.noreply.github.com>
Date: Tue, 26 Dec 2023 14:00:32 -0600
Subject: [PATCH 26/33] Update index.html
Original, strarting over
---
index.html | 174 +++++++++++++++++++++++++++++------------------------
1 file changed, 96 insertions(+), 78 deletions(-)
diff --git a/index.html b/index.html
index 2604143..ec3ce73 100644
--- a/index.html
+++ b/index.html
@@ -1,116 +1,134 @@
-
-
-
-
- Pete Thinkful
-
-
-
-
-
-
-
+
+
+
+
+ Pete Thinkful
+
+
+
+
+
+
Pete Thinkful | Artist
-
-
+
-
-
-
-
-
About
-
-
-
-
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.
-
-
+
+
+
+
+
About
+
+
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.
+
+
-
-
Pete's Background
-
- After graduating college, I became an art teacher and worked with
- beginners and professionals. I love art, and my works have been
- featured in major art galleries across the globe.
-
-
- If you're looking to hire an artist or if you're an artist looking
- for a collaborator for your next project, please reach out! I'm so
- excited to work with other artists to create new art.
-
-
-
+
+
Pete's Background
+
+ After graduating college, I became an art teacher and worked with
+ beginners and professionals. I love art and my works have been
+ featured in major art galleries across the globe.
+
+
+ If you're looking to hire an artist or if you're an artist looking
+ for a collaborator for your next project, please reach out! I'm so
+ excited to work with other artists to create new art.
+
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.
-
-
-
-
+
+
Pete's Background
-
- After graduating college, I became an art teacher and worked with
- beginners and professionals. I love art and my works have been
- featured in major art galleries across the globe.
-
-
- If you're looking to hire an artist or if you're an artist looking
- for a collaborator for your next project, please reach out! I'm so
- excited to work with other artists to create new art.
-
-
-
-
-
+
After graduating college, I became an art teacher and worked with beginners and professionals. I love art, and my works have been featured in major art galleries across the globe.
+
If you're looking to hire an artist or if you're an artist looking for a collaborator for your next project, please reach out! I'm so excited to work with other artists to create new art.
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.
+
-
-
+
+
+
Pete's Background
-
After graduating college, I became an art teacher and worked with beginners and professionals. I love art, and my works have been featured in major art galleries across the globe.
-
If you're looking to hire an artist or if you're an artist looking for a collaborator for your next project, please reach out! I'm so excited to work with other artists to create new art.
-
-
-
+
+ After graduating college, I became an art teacher and worked with
+ beginners and professionals. I love art and my works have been
+ featured in major art galleries across the globe.
+
+
+ If you're looking to hire an artist or if you're an artist looking
+ for a collaborator for your next project, please reach out! I'm so
+ excited to work with other artists to create new art.
+