-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (199 loc) Β· 9.16 KB
/
Copy pathindex.html
File metadata and controls
207 lines (199 loc) Β· 9.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Girls Who Code - Calvin University College Loop</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="nav-wrapper">
<div class="logo">
<img src="GWC COLLEGE LOOP LOGO.png" alt="GWC College Loop Logo" class="logo-img">
<span class="logo-text">Girls Who Code</span>
</div>
<ul class="nav-menu" id="navMenu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#events" class="nav-link">Events</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-overlay"></div>
<div class="container">
<div class="hero-content">
<h1 class="hero-title">Girls Who Code</h1>
<h2 class="hero-subtitle">Calvin University College Loop</h2>
<p class="hero-description">Empowering women in technology through community, coding, and collaboration</p>
<div class="hero-buttons">
<a href="#about" class="btn btn-primary">Learn More</a>
<a href="#contact" class="btn btn-secondary">Get Involved</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<div class="section-header">
<h2 class="section-title">About Us</h2>
<p class="section-subtitle">Building a community of women in tech at Calvin University</p>
</div>
<div class="about-content">
<div class="about-text">
<h3>Our Mission</h3>
<p>Girls Who Code College Loop at Calvin University is dedicated to closing the gender gap in technology. We provide a supportive community where women can learn, grow, and excel in computer science and related fields.</p>
<h3>What We Do</h3>
<ul class="feature-list">
<li>Weekly coding workshops and tutorials</li>
<li>Networking events with industry professionals</li>
<li>Collaborative coding projects</li>
<li>Career development and mentorship opportunities</li>
<li>Community building and peer support</li>
</ul>
</div>
<div class="about-image">
<img src="GWC College Loop Look 1 (4).jpeg" alt="GWC College Loop" class="about-img">
</div>
</div>
</div>
</section>
<!-- Events Section -->
<section id="events" class="events">
<div class="container">
<div class="section-header">
<h2 class="section-title">Events & Activities</h2>
<p class="section-subtitle">Join us for workshops, hackathons, and community events</p>
</div>
<div class="events-grid">
<div class="event-card">
<div class="event-icon">π»</div>
<h3>Weekly Workshops</h3>
<p>Join us every week for hands-on coding workshops covering various programming languages and technologies.</p>
</div>
<div class="event-card">
<div class="event-icon">π€</div>
<h3>Networking Events</h3>
<p>Connect with industry professionals, alumni, and fellow students at our networking events.</p>
</div>
<div class="event-card">
<div class="event-icon">π</div>
<h3>Hackathons</h3>
<p>Participate in exciting hackathons where you can build projects, learn new skills, and compete with peers.</p>
</div>
<div class="event-card">
<div class="event-icon">π₯</div>
<h3>Study Groups</h3>
<p>Collaborate with other members in study groups to tackle challenging coursework and projects together.</p>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section class="gallery">
<div class="container">
<div class="section-header">
<h2 class="section-title">Our Community</h2>
</div>
<div class="gallery-grid">
<div class="gallery-item">
<img src="GWC SPREAD.jpeg" alt="GWC Community" class="gallery-img">
</div>
<div class="gallery-item">
<img src="GWC College Loop (1).png" alt="GWC College Loop" class="gallery-img">
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<div class="section-header">
<h2 class="section-title">Get Involved</h2>
<p class="section-subtitle">Join our community and start your journey in tech</p>
</div>
<div class="contact-content">
<div class="contact-info">
<h3>Connect With Us</h3>
<p>Whether you're a beginner or an experienced coder, we welcome you to join our community!</p>
<div class="contact-details">
<div class="contact-item">
<span class="contact-icon">π</span>
<span>Calvin University</span>
</div>
<div class="contact-item">
<span class="contact-icon">π§</span>
<span>gwc@calvin.edu</span>
</div>
<div class="contact-item">
<span class="contact-icon">π¬</span>
<span>Join our Discord/Slack</span>
</div>
</div>
</div>
<div class="contact-form-wrapper">
<form class="contact-form" id="contactForm">
<div class="form-group">
<input type="text" id="name" name="name" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" id="email" name="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<textarea id="message" name="message" rows="5" placeholder="Your Message" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="GWC COLLEGE LOOP LOGO.png" alt="GWC Logo" class="footer-logo-img">
<p>Girls Who Code<br>Calvin University College Loop</p>
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-social">
<h4>Follow Us</h4>
<div class="social-links">
<a href="#" class="social-link">Instagram</a>
<a href="#" class="social-link">LinkedIn</a>
<a href="#" class="social-link">GitHub</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Girls Who Code - Calvin University College Loop. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>