From d3d83f586cc86f29587d282b7793d96d22bc1f4c Mon Sep 17 00:00:00 2001 From: rapturate Date: Mon, 23 Mar 2026 11:57:57 +0000 Subject: [PATCH] minor updates including fixing the gap between the hero banner and the nav-bar, correcting the image locations for the linkin and mail icons for the projects page, and removing the facebook and instagram links. --- README.md | 3 +- css/indexStyle.css | 6 +- .../favicon.svg} | 0 images/{ => icons}/linkedin-icon.svg | 0 images/{Lew Header.svg => icons/logo.svg} | 0 images/{ => icons}/mail_icon.svg | 0 images/{Lew's Images => profile_img}/Lew.JPG | Bin .../Doubly Linked List.jpg | Bin .../Find Median Sorted Array.jpg | Bin .../Graph Theory Project.jpg | Bin .../Project1.jpg | Bin .../project_imgs}/SSH Login.jpg | Bin .../ToDoList Project.jpg | Bin index.html | 30 +++---- project.html | 81 ++++++++++-------- 15 files changed, 59 insertions(+), 61 deletions(-) rename images/{Lew Header icon.svg => icons/favicon.svg} (100%) rename images/{ => icons}/linkedin-icon.svg (100%) rename images/{Lew Header.svg => icons/logo.svg} (100%) rename images/{ => icons}/mail_icon.svg (100%) rename images/{Lew's Images => profile_img}/Lew.JPG (100%) rename images/{Lew's Images => project_imgs}/Doubly Linked List.jpg (100%) rename images/{Lew's Images => project_imgs}/Find Median Sorted Array.jpg (100%) rename images/{Lew's Images => project_imgs}/Graph Theory Project.jpg (100%) rename images/{Lew's Images => project_imgs}/Project1.jpg (100%) rename {Project Photos => images/project_imgs}/SSH Login.jpg (100%) rename images/{Lew's Images => project_imgs}/ToDoList Project.jpg (100%) diff --git a/README.md b/README.md index ce52602..ee32ebb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Road Map: 1) Add direct connections from project cards to the git.lewispricedev.com/rapturate// urls. 2) Remove hyperlink underlines that occur when the hyperlinks are added -- Home Page -- - 1) Possibly remove the projects section at the bottom of the page. + 1) Alter my photo location in the hero banner + 2) Possibly remove the projects section at the bottom of the page. -- Site Configuration -- 1) Port my project over to node.js/vite \ No newline at end of file diff --git a/css/indexStyle.css b/css/indexStyle.css index bbe2547..52e83c5 100755 --- a/css/indexStyle.css +++ b/css/indexStyle.css @@ -92,7 +92,6 @@ nav ul.nav-links a:focus { /* Main content */ main { flex: 1; - padding-top: 120px; } /* Hero */ @@ -114,7 +113,7 @@ div.hero-text { flex-direction: column; text-align: center; max-width: 500px; - gap: 1rem; + /* gap: 1rem; */ } div.hero-text h1 { @@ -150,9 +149,9 @@ div.hero-text p { img.hero-img { width: 200px; - height: 200px; border-radius: 50%; object-fit: cover; + justify-self: right; } /* About Section */ @@ -385,7 +384,6 @@ footer p { img.hero-img { order: 1; - justify-self: center; } #projects { diff --git a/images/Lew Header icon.svg b/images/icons/favicon.svg similarity index 100% rename from images/Lew Header icon.svg rename to images/icons/favicon.svg diff --git a/images/linkedin-icon.svg b/images/icons/linkedin-icon.svg similarity index 100% rename from images/linkedin-icon.svg rename to images/icons/linkedin-icon.svg diff --git a/images/Lew Header.svg b/images/icons/logo.svg similarity index 100% rename from images/Lew Header.svg rename to images/icons/logo.svg diff --git a/images/mail_icon.svg b/images/icons/mail_icon.svg similarity index 100% rename from images/mail_icon.svg rename to images/icons/mail_icon.svg diff --git a/images/Lew's Images/Lew.JPG b/images/profile_img/Lew.JPG similarity index 100% rename from images/Lew's Images/Lew.JPG rename to images/profile_img/Lew.JPG diff --git a/images/Lew's Images/Doubly Linked List.jpg b/images/project_imgs/Doubly Linked List.jpg similarity index 100% rename from images/Lew's Images/Doubly Linked List.jpg rename to images/project_imgs/Doubly Linked List.jpg diff --git a/images/Lew's Images/Find Median Sorted Array.jpg b/images/project_imgs/Find Median Sorted Array.jpg similarity index 100% rename from images/Lew's Images/Find Median Sorted Array.jpg rename to images/project_imgs/Find Median Sorted Array.jpg diff --git a/images/Lew's Images/Graph Theory Project.jpg b/images/project_imgs/Graph Theory Project.jpg similarity index 100% rename from images/Lew's Images/Graph Theory Project.jpg rename to images/project_imgs/Graph Theory Project.jpg diff --git a/images/Lew's Images/Project1.jpg b/images/project_imgs/Project1.jpg similarity index 100% rename from images/Lew's Images/Project1.jpg rename to images/project_imgs/Project1.jpg diff --git a/Project Photos/SSH Login.jpg b/images/project_imgs/SSH Login.jpg similarity index 100% rename from Project Photos/SSH Login.jpg rename to images/project_imgs/SSH Login.jpg diff --git a/images/Lew's Images/ToDoList Project.jpg b/images/project_imgs/ToDoList Project.jpg similarity index 100% rename from images/Lew's Images/ToDoList Project.jpg rename to images/project_imgs/ToDoList Project.jpg diff --git a/index.html b/index.html index 3566222..e9a8408 100755 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@ Lewis Price - +