-
Notifications
You must be signed in to change notification settings - Fork 0
/
rocgirlhacks.php
47 lines (35 loc) · 1.55 KB
/
rocgirlhacks.php
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
<!DOCTYPE html>
<html>
<head>
<?php include 'newheader.php';?>
<title>ROCGirl Hacks | Women in Computing</title>
</head>
<body>
<?php include 'newnav.php';?>
<div class="pgcontainer">
<div class="pgsidebar">
<div class="eventType">Events</div>
<div class="line"></div>
<div id="sidebarlinks">
<a href="/afterhours.php">After Hours</a><br>
<a style="color:var(--accent); font-weight:700" href="/rocgirlhacks.php">ROCGirl Hacks</a><br>
<a href="/events.php">Upcoming Calendar</a><br>
<a href="/wichacks.php">WiCHacks</a><br>
<a href="/annual_events.php">Annual Events</a>
<!--end of sidebar links-->
</div>
<!-- end of page sidebar -->
</div>
<div class="pgcontent">
<div class="pgheading">ROCGirl Hacks</div>
<div style="margin-bottom:1.5em;" class="pgline"></div>
<p>ROCGirl Hacks is a free hackathon, which is geared towards girls in 6th-12th grade. During ROCGirl Hacks, you will learn about coding by creating websites, games, and more!</p>
<p>Sign up for ROCGirlHacks '23 <span style="color:var(--accent); font-weight:700"><a href="https://forms.gle/YRFw5wjzKWGJHsG49">here</a></span>!
<div class="imgShowcase"><a href="https://forms.gle/YRFw5wjzKWGJHsG49"><img src="img/rocgirlhacks/rocgirlhacks2023.png" alt="ROCGirlHacks Flyer"></a></div>
<!--end of page content-->
</div>
<!-- end of page container -->
</div>
<?php include 'newfooter.php';?>
</body>
</html>