diff --git a/Website/HomePage.css b/Website/HomePage.css index 59a3eef..73490fc 100644 --- a/Website/HomePage.css +++ b/Website/HomePage.css @@ -17,7 +17,7 @@ body { } -nav { +/* nav { justify-content: center; align-items: center; width: 100%; @@ -72,10 +72,24 @@ nav { .nav-links li a:hover:before { width: 100%; +} */ + +.navbar-toggler{ + width: 60px; +} + +.navbar-toggler:hover{ + background-color: #aedcf3; +} + +.btn-outline-info{ + --bs-btn-border-color: #c5dee2; + --bs-btn-color: #9bf9da; } section { - padding: 80px 0; + padding-top: 30px; + /* padding: 80px 0; */ text-align: center; } @@ -161,9 +175,9 @@ h2 { margin: 10px 0; } - body{ + /* body{ padding-top: 236px; - } + } */ .contributor-grid { @@ -173,9 +187,9 @@ h2 { } - section { - padding: 50px 20px; - } + /* section { + padding-top: 230px; + } */ h2 { @@ -202,9 +216,9 @@ h2 { } - section { - padding: 40px 15px; - } + /* section { + padding-top: 230px; + } */ h2 { @@ -365,4 +379,26 @@ button:hover { #action { color: #000000; text-align: justify; +} + + +.contributorCard { + border: 1px solid #ccc; + border-radius: 8px; + padding: 16px; + margin: 8px; + display: inline-block; + text-align: center; + width: 150px; + box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); + transition: transform 0.3s, box-shadow 0.3s; /* Add transition for smooth effect */ +} +.contributorCard img { + border-radius: 50%; + margin-bottom: 8px; +} +.contributorCard:hover { + transform: translateY(-8px); /* Move the card up on hover */ + box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */ + cursor: pointer; } \ No newline at end of file diff --git a/Website/dashboard.html b/Website/dashboard.html index f653a06..238557c 100644 --- a/Website/dashboard.html +++ b/Website/dashboard.html @@ -1,23 +1,24 @@ +