diff --git a/css/indexStyle.css b/css/indexStyle.css index 52e83c5..3187bc6 100755 --- a/css/indexStyle.css +++ b/css/indexStyle.css @@ -190,11 +190,17 @@ img.hero-img { } #projects { + display: grid; gap: 2rem; grid-template-columns: 1fr; max-width: 1200px; margin: 0 auto; + +} + +#projects a { + text-decoration: none; } .project-box { diff --git a/css/projectStyle.css b/css/projectStyle.css index 3dd8731..4e58c9e 100755 --- a/css/projectStyle.css +++ b/css/projectStyle.css @@ -135,6 +135,9 @@ a { overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } +.project-card a { + text-decoration: none; +} .project-card:hover { transform: translateY(-4px); diff --git a/images/project_imgs/Project1.jpg b/images/project_imgs/Discord_Bot.jpg similarity index 100% rename from images/project_imgs/Project1.jpg rename to images/project_imgs/Discord_Bot.jpg diff --git a/images/project_imgs/Doubly Linked List.jpg b/images/project_imgs/Doubly Linked List.jpg deleted file mode 100755 index 82ab27f..0000000 Binary files a/images/project_imgs/Doubly Linked List.jpg and /dev/null differ diff --git a/images/project_imgs/Find Median Sorted Array.jpg b/images/project_imgs/Find Median Sorted Array.jpg deleted file mode 100755 index b1b1757..0000000 Binary files a/images/project_imgs/Find Median Sorted Array.jpg and /dev/null differ diff --git a/images/project_imgs/Graph Theory Project.jpg b/images/project_imgs/Graph Theory Project.jpg deleted file mode 100755 index 63400b3..0000000 Binary files a/images/project_imgs/Graph Theory Project.jpg and /dev/null differ diff --git a/images/project_imgs/SSH Login.jpg b/images/project_imgs/SSH Login.jpg deleted file mode 100644 index 4333c17..0000000 Binary files a/images/project_imgs/SSH Login.jpg and /dev/null differ diff --git a/index.html b/index.html index e9a8408..ba8cbdd 100755 --- a/index.html +++ b/index.html @@ -53,41 +53,57 @@

Personal Projects

-
diff --git a/project.html b/project.html index 74efbe7..b400fb1 100755 --- a/project.html +++ b/project.html @@ -30,9 +30,9 @@
- +
- Project 1 Image + Project 1 Image

Web Scraper/Discord Bot

@@ -43,7 +43,7 @@