From da689ddde3a4f3ff4f4dfbb87572ec06fec98480 Mon Sep 17 00:00:00 2001 From: Dhruva Bisht <57747815+dhruvabisht@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:51:53 +0100 Subject: [PATCH 1/3] Update nameGenerator.html --- Website/nameGenerator.html | 113 +++++++++++++++++++++++++++++++------ 1 file changed, 96 insertions(+), 17 deletions(-) diff --git a/Website/nameGenerator.html b/Website/nameGenerator.html index 14dce4b..b1c5806 100644 --- a/Website/nameGenerator.html +++ b/Website/nameGenerator.html @@ -5,6 +5,75 @@ Name Your Pets + + @@ -22,30 +91,30 @@

Generate a Random Pet Name

- +


- +


- +


- +


- +


- + + +



- - - - From 0fc805b22eede6a0cbf97c568388c9ca2e0482fe Mon Sep 17 00:00:00 2001 From: Dhruva Bisht <57747815+dhruvabisht@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:56:24 +0100 Subject: [PATCH 2/3] Update HomePage.css --- Website/HomePage.css | 47 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/Website/HomePage.css b/Website/HomePage.css index e393c1b..d1d7624 100644 --- a/Website/HomePage.css +++ b/Website/HomePage.css @@ -234,4 +234,49 @@ button:hover { margin-left: 530px; max-width: 450px; width: 100%; /* Responsive width */ -} \ No newline at end of file +} + + + From 3beea05347a1c3d565a7c72b3733eb5534365ad3 Mon Sep 17 00:00:00 2001 From: Dhruva Bisht <57747815+dhruvabisht@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:56:45 +0100 Subject: [PATCH 3/3] Update HomePage.html --- Website/HomePage.html | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/Website/HomePage.html b/Website/HomePage.html index 7be37ac..4f8a0c2 100644 --- a/Website/HomePage.html +++ b/Website/HomePage.html @@ -64,6 +64,45 @@ #login-buttons button:hover { background-color: #45a049; } + + /* Contributor grid and hover effect */ + .contributor-grid { + display: flex; + flex-wrap: wrap; + gap: 20px; + } + + .contributor { + width: 200px; + text-align: center; + padding: 10px; + border: 1px solid #ddd; + border-radius: 8px; + background-color: #f9f9f9; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + transition: transform 0.3s ease, box-shadow 0.3s ease; + position: relative; + } + + .contributor:hover { + transform: translateY(-15px); /* Float up effect */ + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Enhance shadow */ + } + + .contributor img { + width: 100%; + border-radius: 50%; + } + + .contributor a { + text-decoration: none; + color: #333; + font-weight: bold; + } + + .contributor a:hover { + color: #007BFF; + } @@ -129,13 +168,11 @@

Cute Puppies

© Hacktoberfest. All rights reserved.

- -