diff --git a/README.md b/README.md
index 04d63d079af..b4316bcbaf6 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+### Rich Clegg Portfolio
+
+Thank you for visiting my portfolio, below is readme from the original template: https://github.com/evanca/quick-portfolio
+
+---
+
## Developer Portfolio Landing Page Template
### Introduction
diff --git a/_config.yml b/_config.yml
index 9e3f55173be..7c5d8456d1e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,11 +1,16 @@
-title: John Doe # your name (or website title) here
+title: Rich Clegg # your name (or website title) here
logo: "/images/logo.png?raw=true" # your photo (or logo) here
description: > # your text below (remove
elements if you don't need line breaks)
- First description
+ AWS Certified Solutions Architect
+
+ GCP Certified Cloud Data Engineer
+
+ AWS Certified Cloud Practitioner
- Second description
+ Highly motivated and dedicated Data Engineer with over five years of technology experience
+ Experienced in intellectual property management, copyright, contracts, FedRamp, HIPAA, and FERPA data
- View My LinkedIn Profile
+ View My LinkedIn Profile
theme: jekyll-theme-minimal
-google_analytics: UA-000000-0 # your Google Analytics tracking ID here
+google_analytics: G-RL3NPVNDZ2 # your Google Analytics tracking ID here
diff --git a/_layouts/default.html b/_layouts/default.html
index 9ed409ad7f6..1f7585499d6 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,6 +4,16 @@
+
+
+
+
{% seo %}
diff --git a/images/205.jpg b/images/205.jpg
new file mode 100644
index 00000000000..c755deaa4d5
Binary files /dev/null and b/images/205.jpg differ
diff --git a/images/25476.jpg b/images/25476.jpg
new file mode 100644
index 00000000000..a21d045249b
Binary files /dev/null and b/images/25476.jpg differ
diff --git a/images/iw_data.jpg b/images/iw_data.jpg
new file mode 100644
index 00000000000..3b69d5d7549
Binary files /dev/null and b/images/iw_data.jpg differ
diff --git a/images/logo.png b/images/logo.png
index e33d49572d5..ac6f50f5988 100644
Binary files a/images/logo.png and b/images/logo.png differ
diff --git a/index.md b/index.md
index b6b2263c018..a1e3ccb2898 100644
--- a/index.md
+++ b/index.md
@@ -1,35 +1,41 @@
## Portfolio
----
+### Python Projects
-### Category Name 1
+[Auto Mileage Lease Tracker](https://github.com/rclegg/lease_tracker)
-[Project 1 Title](/sample_page)
-
+Using some inputs, calculate the mileage allowance to drive, per day, on your auto lease.
----
-[Project 2 Title](/pdf/sample_presentation.pdf)
-
+
----
-[Project 3 Title](http://example.com/)
-
+Image by Naulicreative / Freepik
---
+[Export an NFL Fantasy Football Draft to CSV](https://github.com/rclegg/nfl_fantasy_draft_tocsv)
+
+A beautifulsoup scraper for exporting an NFL Fantasy Football league draft results to CSV.
-### Category Name 2
+
-- [Project 1 Title](http://example.com/)
-- [Project 2 Title](http://example.com/)
-- [Project 3 Title](http://example.com/)
-- [Project 4 Title](http://example.com/)
-- [Project 5 Title](http://example.com/)
+Icons vector created by rawpixel.com / Freepik
---
+### Media
+[Unlocking Business Potential with Digital Data Optimization](https://www.informationweek.com/big-data/unlocking-business-potential-with-digital-data-optimization/a/d-id/1337445)
+*Guest Contributor*
+
+> Information is power. With data playing an increasingly important role
+> in achieving enterprise success, IT leaders must learn how to squeeze
+> the maximum value out of collected data.
+
+
+
+[Tweeted by @_SPRConsulting](https://twitter.com/_SPRConsulting/status/1252056075056095235)
---
+
Page template forked from evanca