-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (205 loc) · 8.95 KB
/
index.html
File metadata and controls
210 lines (205 loc) · 8.95 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
207
208
209
210
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Systers 30th</title>
<meta name="description" content="Come celebrate Systers 30th anniversary while they highlight communities at Grace Hopper Celebration.">
<meta name="keywords" content="Systers 30th Grace Hopper Celebration GHC">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="demo/css/version-systers30th.css" type="text/css">
<script type="text/javascript" src="demo/js/quickstart.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://pingendo.com/assets/scripts/navbar-cover.js"></script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<body class="text-center">
<nav class="navbar navbar-expand-md fixed-top bg-primary navbar-light text-uppercase">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse justify-content-center" id="navbar2SupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#cover">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#leaders">Leaders</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="d-flex align-items-center text-left h-75 bg-opaque mask mask-faded-out text-white" id="cover" style="background-image: url("demo/img/systers-io.jpg");">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="display-2">Celebrate Systers 30th!</h1>
<h5>October 04-06, Orlando, Florida</h5>
<a href="http://systers.org/mailman/listinfo/systers" target="blank" class="btn btn-lg mt-4 btn-primary">Join Systers</a>
</div>
</div>
</div>
</div>
<div class="py-5 section" id="about">
<div class="container">
<div class="row w-75 mx-auto">
<div class="col-md-12">
<h1 class="mb-4">Systers is celebrating their 30th anniversary!</h1>
<p class="lead">It’s important to know that you are not alone. Systers is a forum for all women involved in the technical aspects of computing. The community has over 6,000 members from at least 60 countries around the world. We welcome the participation of
women technologists of all ages and at any stage of their studies or careers. Systers is the world’s largest email community of women in technical roles in computing.
<br> </p>
<a class="btn m-3 btn-outline-secondary" href="schedule.html">View All Events</a>
<a class="btn m-3 btn-secondary" href="http://systers.org/mailman/listinfo/systers" target="blank">Join Systers</a>
</div>
</div>
</div>
</div>
<div class="pt-5 bg-light" id="leaders">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1 class="mb-4">Leaders</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 col-6">
<a href="#leaders">
<img src="demo/img/rose.png" class="center-block img-fluid my-3 rounded-circle">
<h3>Rose Robinson</h3>
<p class="text-gray-dark">Systers Keeper</p>
</a>
</div>
<div class="col-md-6 col-6">
<a href="#leaders">
<img src="demo/img/andrea2.jpg" class="center-block img-fluid my-3 rounded-circle">
<h3>Andrea Delgado-Olson</h3>
<p class="text-gray-dark">Native American Women in Computing</p>
</a>
</div>
</div>
<div class="row"> </div>
</div>
</div>
<div class="py-5" id="events">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="mb-4">Upcoming Events</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<table class="table">
<thead>
<tr>
<th>Date</th>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>09/04/2017</td>
<td>08:30-09:30</td>
<td>Pre-GHC Viewing Party</td>
<td>Atlanta, GA</td>
</tr>
<tr>
<td>10/04/2017</td>
<td>08:30-09:30</td>
<td>Systers Social</td>
<td>Orlando, Florida</td>
</tr>
<tr>
<td>10/05/2017</td>
<td>13:00-14:00</td>
<td>Latinas in Computing Social</td>
<td>Orlando, Florida</td>
</tr>
<tr>
<td>10/06/2017</td>
<td>14:00-15:00</td>
<td>International Women in Computing Social</td>
<td>Orlando, Florida</td>
</tr>
<tr>
<td>11/22/2017</td>
<td>18:00-20:00</td>
<td>GHC Viewing Party</td>
<td>Madrid, Spain</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="schedule.html" class="btn btn-outline-primary my-4">View All Events</a>
</div>
</div>
</div>
</div>
<div class="py-5 section bg-faded" id="sponsors">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-gray-dark mb-4">Sponsors</h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img class="center-block img-fluid d-block mx-auto" src="demo/img/MSFT_logo_bw.png"> </div>
<div class="col-md-4">
<img class="center-block img-fluid d-block mx-auto" src="demo/img/google.png"> </div>
<div class="col-md-4">
<img class="center-block img-fluid d-block mx-auto" src="demo/img/facebook.png"> </div>
</div>
</div>
</div>
<footer class="text-left bg-dark py-4 border border-primary" id="footer">
<div class="container">
<div class="row">
<div class="my-3 col-lg-4 col-md-6">
<h3 class="pi-item">Systers 30th Celebration</h3>
<p>October - December, 2017</p>
<p class="my-3">
<a href="https://www.google.com/maps" target="blank" class="text-gray-dark">9800 International Dr,
<br>Orlando, FL 32819</a>
</p>
<a class="btn btn-info btn-lg" href="http://systers.org/mailman/listinfo/systers" target="blank">Join Systers!</a>
</div>
<div class="my-3 col-lg-4 col-md-6">
<h3 class="pi-item">Question? Ask here!</h3>
<form>
<fieldset class="form-group my-3">
<input type="email" class="form-control" id="Input Email" placeholder="Email"> </fieldset>
<fieldset class="form-group my-3">
<input type="message" class="form-control" id="Input Message" placeholder="Message"> </fieldset>
<button type="submit" class="btn btn-outline-info">Submit</button>
</form>
</div>
<div class="my-3 col-lg-4 col-md-12">
<h3 class="pi-item">Follow</h3>
<a href="https://www.facebook.com/groups/abi.systers/" target="blank"><i class="fa fa-3x fa-facebook-square m-3 text-muted"></i></a>
<a href="https://www.instagram.com/anitaborginstitute/?hl=en" target="blank"><i class="fa fa-3x fa-instagram m-3 text-muted"></i></a>
<a href="https://twitter.com/systers_org" target="blank"><i class="fa fa-3x fa-twitter m-3 text-muted"></i></a>
<a href="https://plus.google.com/u/3/+InSysterhood-GlobalSysters" target="blank"><i class="fa fa-3x fa-google-plus-official m-3 text-muted"></i></a>
<a href="https://www.youtube.com/channel/UCUvti1DEKYUZBtQqQAtCK6g" target="blank"><i class="fa fa-3x m-3 text-muted fa-youtube-play"></i></a>
</div>
</div>
<div class="row">
<div class="col-md-12 mt-3 text-center">
<p class="text-muted">© Copyright 2017 Systers</p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://pingendo.com/assets/bootstrap/bootstrap-4.0.0-alpha.6.min.js"></script>
<script src="https://pingendo.com/assets/scripts/smooth-scroll.js"></script>
<script src="https://pingendo.com/assets/scripts/slidein-images.js"></script>
</body>
</html>