Skip to content

Commit

Permalink
Added team tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik-S committed Nov 21, 2024
1 parent 530ee69 commit df4d0b3
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 37 deletions.
15 changes: 11 additions & 4 deletions css/notif.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
/* Reset body and html margins/paddings */
html, body {
margin: 0;
padding: 0;
}

/* Notification Bar Styles */
.notification-bar {
all: unset; /* Reset all inherited styles */
display: flex;
align-items: center;
justify-content: center;
background-color: #3e4d42;
color: #d9d9d9;
background-color: #3e4d42; /* Dark greenish-gray background */
color: #d9d9d9; /* Light gray text */
padding: 15px 20px;
font-size: 16px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
border-bottom: 2px solid #6ea727;
border-bottom: 2px solid #6ea727; /* Green border for subtle accent */
font-family: 'Arial', sans-serif;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 0; /* Remove any potential default margin */
}


Expand Down
64 changes: 64 additions & 0 deletions css/team.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #3e4d42; /* Matches your color scheme */
color: #d9d9d9;
text-align: center;
}

header h1 {
padding: 20px;
background-color: #6ea727; /* Highlighted green for header */
margin: 0;
color: white;
}

.team-container {
padding: 20px;
}

.team-section {
margin-bottom: 40px;
}

.team-section h2 {
margin-bottom: 20px;
color: #a2db4f; /* Light green for section headers */
}

.team-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}

.team-member {
width: 150px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member img {
width: 100%;
height: auto;
border-radius: 15px; /* Rounded square */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member img:hover {
transform: scale(1.05);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.team-member p {
margin-top: 10px;
font-size: 14px;
color: white;
}

a {
text-decoration: none;
}
Binary file added img/team/x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 31 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,41 +19,41 @@
</head>
<body>

<!-- Notification Bar -->
<div class="notification-bar">
<span>Sign the petition to kick banks off campus</span>
<a href="https://actionnetwork.org/petitions/kick-rbc-and-fossil-fuel-funding-banks-off-our-campuses" target="_blank" class="sign-link">Sign Petition</a>
<button class="close-btn">&times;</button>
</div>
<!-- Notification Bar -->
<div class="notification-bar">
<span>Sign the petition to kick banks off campus</span>
<a href="https://actionnetwork.org/petitions/kick-rbc-and-fossil-fuel-funding-banks-off-our-campuses" target="_blank" class="sign-link">Sign Petition</a>
<button class="close-btn">&times;</button>
</div>

<header>
<header>
<h1>Ivey Degrowth Club</h1>
<p style="color: white;">Promoting sustainable, equitable, and mindful growth through Diversity of Thought.</p>
</header>
</header>

<nav>
<a href="#home">Home</a>
<a href="#about">About Us</a>
<a href="#events">Events</a>
<a href="#join">Join Us</a>
<a href="#sdgs">SDGs</a>
<a href="#resources">Resources</a>
<a href="#contact">Contact</a>
<a href="sections/team.html" target="_blank">Our Team</a> <!-- Link to the team page in a separate tab -->
</nav>

<nav>
<a href="#home">Home</a>
<a href="#about">About Us</a>
<a href="#events">Events</a>
<a href="#join">Join Us</a>
<a href="#sdgs">SDGs</a>
<a href="#resources">Resources</a>
<a href="#contact">Contact</a>
</nav>
<div class="container">
<!-- Sections included here dynamically by script.js -->
<div id="home"></div>
<div id="about"></div>
<div id="events"></div>
<div id="join"></div>
<div id="sdgs"></div>
<div id="resources"></div>
<div id="contact"></div>
</div>

<div class="container">
<!-- Sections included here dynamically by script.js -->
<div id="home"></div>
<div id="about"></div>
<div id="events"></div>
<div id="join"></div>
<div id="sdgs"></div>
<div id="resources"></div>
<div id="contact"></div>
</div>

<footer>
<footer>
<p>
<img src="img/Degrowth_Logo.png" alt="Ivey Degrowth Club Logo" class="footer-logo">
2024 Ivey Degrowth Club.
Expand All @@ -63,10 +63,8 @@ <h1>Ivey Degrowth Club</h1>
View our GitHub repository
</a> — Contributions are welcome!
</p>
</footer>


</footer>

<script src="js/script.js"></script>
<script src="js/script.js"></script>
</body>
</html>
104 changes: 104 additions & 0 deletions sections/team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Team</title>
<link rel="stylesheet" href="/css/team.css">
</head>
<body>
<header>
<h1>Meet Our Team</h1>
</header>

<main class="team-container">
<!-- Co-Presidents Section -->
<section class="team-section">
<h2>Co-Presidents</h2>
<div class="team-row">
<a href="https://www.linkedin.com/in/hardik-shres/" target="_blank">
<div class="team-member">
<img src="/img/team/hardik.jpg" alt="Hardik Shrestha">
<p>Hardik Shrestha</p>
</div>
</a>
<a href="https://www.linkedin.com/in/vivianlshen/" target="_blank">
<div class="team-member">
<img src="/img/team/vivian.jpg" alt="Vivian Shen">
<p>Vivian Shen</p>
</div>
</a>
</div>
</section>

<!-- Vice Presidents Section -->
<section class="team-section">
<h2>Vice Presidents</h2>
<div class="team-row">
<a href="https://www.linkedin.com/in/tongye-rose-yang/" target="_blank">
<div class="team-member">
<img src="/img/team/rose.jpg" alt="Rose Yang">
<p>Rose Yang</p>
</div>
</a>
<a href="https://www.linkedin.com/in/ethan-milroy/" target="_blank">
<div class="team-member">
<img src="/img/team/ethan.jpg" alt="Ethan Milroy">
<p>Ethan Milroy</p>
</div>
</a>
</div>
</section>

<!-- Executives Section -->
<section class="team-section">
<h2>Executives</h2>
<div class="team-row">
<a href="https://www.linkedin.com/in/amy-zhang-08240a139/" target="_blank">
<div class="team-member">
<img src="/img/team/amy.jpg" alt="Amy Zhang">
<p>Amy Zhang</p>
</div>
</a>
<a href="https://google.com" target="_blank">
<div class="team-member">
<img src="/img/team/angela.jpg" alt="Angela Wang">
<p>Angela Wang</p>
</div>
</a>
<a href="https://www.linkedin.com/in/sawaiz-ashraf-62806a246/" target="_blank">
<div class="team-member">
<img src="/img/team/sawaiz.jpg" alt="Sawaiz Ashraf">
<p>Sawaiz Ashraf</p>
</div>
</a>
<a href="https://www.linkedin.com/in/junsoo-p-96aa8a319/" target="_blank">
<div class="team-member">
<img src="/img/team/junsoo.jpg" alt="Junsoo Pak">
<p>Junsoo Pak</p>
</div>
</a>
</div>
</section>

<!-- Founders Section -->
<section class="team-section">
<h2>Founders</h2>
<div class="team-row">
<a href="https://www.linkedin.com/in/kierataylor2409/" target="_blank">
<div class="team-member">
<img src="/img/team/kiera.jpg" alt="Kiera Taylor">
<p>Kiera Taylor</p>
</div>
</a>
<a href="https://www.linkedin.com/in/firuza-h/" target="_blank">
<div class="team-member">
<img src="/img/team/x.png" alt="Firuza H">
<p>Firuza H</p>
</div>
</a>
</div>
</section>
</main>
</body>
</html>

0 comments on commit df4d0b3

Please sign in to comment.