-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevents.html
More file actions
132 lines (118 loc) · 7.18 KB
/
events.html
File metadata and controls
132 lines (118 loc) · 7.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hunter WiCS Events</title>
<meta name="description" content="WiCS @ Hunter Website">
<meta name="author" content="WiCS @ Hunter">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/events.css">
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/img/WiCS Logo.png" id="nav-logo" alt="WiCS Logo">
Hunter WiCS
</a>
<button class="navbar-toggler navbar-light" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse container" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="about-us.html">What We Do</a>
<a class="dropdown-item" href="officers.html">Officers</a>
</div>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item active" href="events.html">Upcoming Events</a>
<a class="dropdown-item" href="blog.html">Blog</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Corporate</a>
</li>
</ul>
</div>
</div>
</nav>
<h3 class="title-section">Upcoming Events</h3>
<div id="current-event" class="cards"></div>
<div id="hackathon">
<div class="size-change">
<h3 class="title-section">Fall 2022 Hackathon</h3>
<img id="hackathon-banner" src="assets/img/event/hackathon-banner.png" alt="">
<div id="hackathon-description">
<h3><b>GWC x WiCS Hackathon</b></h3>
<p>
Join our beginner-friendly immersive coding competition!!
<br><br>
Girls Who Code (GWC) and Women in Computer Science (WiCS) is collaborating in a month long Hackathon.
The Hackathon will be from October 24th to November 24th. Winners and prizes will be announced on
December 2nd.
<br><br>
Members will work in teams of 3-5 to collaborate on a project. All levels of experience are welcome to
register! This is a learning experience that you can to add to your portfolio.
<br><br>
The theme for this hackathon is gender diversity and equity in tech. Teams will have the freedom
to collaborate and create a project of any kind that fits this theme.
<br><br>
If you have any questions, please email
<a href="mailto: girlswhocodehuntercollege@gmail.com">girlswhocodehuntercollege@gmail.com</a> and
<a href="mailto: hunterwics@gmail.com ">hunterwics@gmail.com</a>
<br><br>
<b>Registration Closed</b>
</p>
</div>
</div>
</div>
<footer>
<div class="social">
<a href="mailto: hunterwics@gmail.com">
<i class="fa fa-google"></i>
</a>
<a href="https://www.linkedin.com/company/hunterwics/">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.facebook.com/groups/HunterWomenInCS/">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.instagram.com/hunterwics/">
<i class="fa fa-instagram"></i>
</a>
<a href="https://github.com/wicshunter">
<i class="fa fa-github"></i>
</a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="about-us.html">About</a></li>
<li class="list-inline-item"><a href="officers.html">Officers</a></li>
<li class="list-inline-item"><a href="events.html">Events</a></li>
<li class="list-inline-item"><a href="blog.html">Blog</a></li>
<li class="list-inline-item"><a href="sponsors.html">Corporate</a></li>
</ul>
<p class="copyright">Hunter WiCS © 2022</p>
</footer>
<script type="text/javascript" src="assets/scripts/events.js"></script>
</body>
</html>