Skip to content

Commit

Permalink
Fixed many styling bugs
Browse files Browse the repository at this point in the history
Signed-off-by: DefinetlyNotAI <[email protected]>
  • Loading branch information
DefinetlyNotAI committed Dec 6, 2024
1 parent fbaefdf commit 4fc209f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 84 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<!-- Site Metas -->
<link href="src/images/WesmunFavicon.jpg" rel="shortcut icon" type="">
<link href="src/css/favicon.css" rel="stylesheet" type="text/css"/>
<script src="src/js/cookie.js"></script>

<title>WESMUN Home Page</title>

Expand All @@ -32,8 +31,6 @@

</head>

<body onload="showPopup()">

<div class="hero_area" style="height: auto; width: auto; padding:0;">
<div class="hero_bg_box">
<div class="bg_img_box">
Expand Down Expand Up @@ -190,5 +187,4 @@ <h3>
<!-- Bootstrap JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>

</body>
</html>
8 changes: 4 additions & 4 deletions src/css/committees.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.committees_section {
padding: 60px 0;
background-color: #f9f9f9;
background-color: #ebdcd0;
}

.heading_container {
Expand Down Expand Up @@ -32,8 +32,8 @@
}

.committee_item {
background-color: #fff;
border: 1px solid #ddd;
background-color: #faf3ee;
border: 1px solid #faf3ee;
border-radius: 8px;
padding: 20px;
width: calc(50% - 20px);
Expand Down Expand Up @@ -64,5 +64,5 @@
max-width: 100%;
height: auto;
border-radius: 50%;
border: 2px solid #ddd;
border: 2px solid #faf3ee;
}
4 changes: 2 additions & 2 deletions src/css/rules.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
body {
font-family: 'Poppins', sans-serif;
background-color: #f0f0f5;
background-color: #ebdcd0;
}

.hackathon-rules {
padding: 30px;
background-color: #fff;
background-color: #faf3ee;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin: 20px auto;
Expand Down
22 changes: 11 additions & 11 deletions src/css/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f0f4f8; /* Subtle background color */
background-color: #57465c; /* Subtle background color */
color: #333;
}

h1, h2 {
color: #00BFA6; /* Green accent color */
color: #57465c; /* Green accent color */
text-align: center;
}

Expand All @@ -57,25 +57,25 @@ p {
/* Header Section */
.header-container {
background-color: #333;
color: white;
color: #ebdcd0;
padding: 20px;
text-align: center;
}

.navbar .navbar-brand,
.navbar .nav-link {
color: #fff; /* White text color for links */
color: #faf3ee; /* White text color for links */
text-decoration: none; /* Remove underline */
}

.navbar .nav-link:hover {
color: #c0c0c0; /* Light gray color on hover */
color: #faf3ee; /* Light gray color on hover */
}

/* Founder Section */
.founders {
padding: 50px;
background-color: #fff;
background-color: #ebdcd0;

}

Expand All @@ -90,7 +90,7 @@ p {


.profile-box {
background-color: #ffffff; /* Subtle background color */
background-color: #faf3ee; /* Subtle background color */
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
padding: 20px;
Expand All @@ -108,7 +108,7 @@ p {
}

.founder, .cofounder {
background-color: #e8f6f3;
background-color: #faf3ee;
}

.profile-image {
Expand All @@ -131,7 +131,7 @@ p {
/* Team Members Section */
.team {
padding: 50px;
background-color: #f9fbfd;
background-color: #ebdcd0;
}

.team-grid-3 {
Expand Down Expand Up @@ -178,7 +178,7 @@ p {
/* Footer Section */
footer {
background-color: #333;
color: white;
color: #ebdcd0;
text-align: center;
padding: 10px 0;
}
Expand All @@ -188,7 +188,7 @@ footer {
content: "Wes:Hack 24 ";
display: block;
background-color: #000;
color: #fff;
color: #ebdcd0;
padding: 5px 10px;
font-size: 14px;
position: absolute;
Expand Down
58 changes: 0 additions & 58 deletions src/js/cookie.js

This file was deleted.

6 changes: 3 additions & 3 deletions src/js/timer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const RegisterDate = new Date("December 1, 2024 00:00:00").getTime();
const StartDate = new Date("December 13, 2024 00:00:00").getTime();
const EndDate = new Date("December 15, 2024 00:00:00").getTime();
const RegisterDate = new Date("December 20, 2024 00:00:00").getTime();
const StartDate = new Date("December 28, 2024 00:00:00").getTime();
const EndDate = new Date("December 29, 2024 00:00:00").getTime();

const countdownTimer = setInterval(() => {
const now = Date.now();
Expand Down
4 changes: 2 additions & 2 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler" data-target="#navbarSupportedContent"
data-toggle="collapse" type="button">
<span class=""></span>
<span class="">&#9776;</span>
</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">
Expand Down Expand Up @@ -172,7 +172,7 @@ <h2>Committee Y</h2>

<!-- Extra Members Section -->
<section class="team">
<h2>Our Reporting Team</h2>
<h2>Our X Team</h2>
<br>
<div class="team-grid-2">
<div class="profile-box animate-on-scroll">
Expand Down

0 comments on commit 4fc209f

Please sign in to comment.