-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedule.html
235 lines (204 loc) · 10.6 KB
/
schedule.html
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62011978-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-62011978-2');
</script>
<title>Tech Women Rising 2020</title>
<meta name="description" content="Tech Women Rising is She’s Coding’s annual conference for women in tech – happening in Seattle! Tech Women Rising is not a typical tech conference – it combines three parts into one event: workshops meant to teach and empower; a career and community fair meant to connect and build bridges; an unconference meant to inspire, support and grow a community.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://techwomenrising.org" />
<meta property="og:title" content="Tech Women Rising Conference 2019" />
<meta property="og:description" content="Tech Women Rising is She’s Coding’s annual conference for women in tech – happening in Seattle! Tech Women Rising is not a typical tech conference – it combines three parts into one event: workshops meant to teach and empower; a career and community fair meant to connect and build bridges; an unconference meant to inspire, support and grow a community." />
<meta property="og:image" content="http://techwomenrising.org/assets/twr-facebook-og-image-large.jpg" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@techwomenrising">
<meta name="twitter:creator" content="@shescoding">
<meta name="twitter:title" content="Tech Women Rising Conference 2018">
<meta name="twitter:description" content="Tech Women Rising is She’s Coding’s annual conference for women in tech – happening in Seattle! Tech Women Rising is not a typical tech conference – it combines three parts into one event: workshops meant to teach and empower; a career and community fair meant to connect and build bridges; an unconference meant to inspire, support and grow a community.">
<meta name="twitter:image" content="http://techwomenrising.org/assets/twr-twitter-card-image.jpg">
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="schedule.css">
</head>
<body data-spy="scroll" data-target="#site-nav" data-offset="70">
<div class='pagetop'></div>
<header class="">
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top" id="site-nav">
<a class="navbar-brand" href="index.html">Tech Women Rising 2020</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Content</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.html#career-and-community-fair">Career & Community Fair</a>
<a class="dropdown-item" href="index.html#resume-clinic">Resume Clinic</a>
<a class="dropdown-item" href="index.html#workshops.html">Workshops</a>
<a class="dropdown-item" href="index.html#coaching-mini-sessions.html">Coaching Mini Sessions</a>
<a class="dropdown-item" href="index.html#unconference.html">Unconference</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#sponsors-and-partners">Sponsors & Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="code-of-conduct.html">Code of Conduct</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Past Events</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.html">Seattle 2018</a>
</div>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="row justify-content-center">
<div class="col-10">
<h2>Conference Schedule</h2>
</div>
</div>
</div>
<ul class="nav justify-content-center conference-days">
<li class="nav-item">
<a class="nav-link active" href="#friday">Friday</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#saturday">Saturday</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sunday">Sunday</a>
</li>
</ul>
<!-- Friday Start -->
<div class="container-fluid conference-schedule" id="friday">
<div class="row justify-content-center">
<div class="col">
<h3>Resume Clinic</h3>
<h5>Friday</h5>
<h5>4:00 - 8:00 PM</h5>
<p>More details to come.</p>
</div>
</div>
</div>
<!-- Saturday Start -->
<div class="container-fluid conference-schedule" id="saturday">
<div class="row justify-content-center">
<div class="col">
<h3>Workshops | Unconference | Career & Community Fair | Coaching Mini Sessions</h3>
<h5>Saturday</h5>
<h5>9:00 AM - 5:00 PM</h5>
<p>More details to come.</p>
</div>
</div>
</div>
<!-- Sunday Start -->
<div class="container-fluid conference-schedule" id="sunday">
<div class="row justify-content-center">
<div class="col">
<h3>Workshops | Unconference | Career & Community Fair | Coaching Mini Sessions</h3>
<h5>Sunday</h5>
<h5>9:00 AM - 5:00 PM</h5>
<p>More details to come.</p>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-4 mx-auto">
<img src="assets/shes-coding-space-cat.png" class="img-fluid" alt="Tech Women Rising Conference Mascot">
</div>
</div>
</div>
<div class="container" id="cta">
<div class="row justify-content-center">
<a class="btn btn-outline-primary btn-lg" href="https://impactflow.com/event/6323/checkout/tickets">Get Your Tickets Today!</a>
</div>
</div>
<div class="container-fluid mailing-list">
<div class="row justify-content-center">
<div class="col">
<h3>Join our mailing list!</h3>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup_scroll" class="d-flex justify-content-center">
<form action="https://shescoding.us13.list-manage.com/subscribe/post?u=2c06e9aeddb5548a94e22590c&id=2980c926be" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline" target="_blank" novalidate>
<div class="mc-field-group form-group">
<label for="mce-EMAIL" class="sr-only">Email Address </label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_2c06e9aeddb5548a94e22590c_2980c926be" tabindex="-1" value="">
</div>
<div class="form-group">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<div class='scrolltop'>
<div class='scroll icon'><i class="fa fa-2x fa-angle-up"></i></div>
</div>
<footer class="">
<div class="container-fluid">
<div class="row d-flex justify-content-center">
<a href="https://www.facebook.com/shescoding"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/shescoding"><i class="fab fa-twitter-square fa-2x"></i></a>
<a href="mailto:[email protected]"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" 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>
<script type="text/javascript">
$(window).scroll(function() {
if ($(this).scrollTop() > 50) {
$('.scrolltop:hidden').stop(true, true).fadeIn();
} else {
$('.scrolltop').stop(true, true).fadeOut();
}
});
$(function() {
$(".scroll").click(function() {
$("html,body").animate({
scrollTop: $(".pagetop").offset().top
}, "1000");
return false
})
})
</script>
<script src="schedule.js"></script>
</body>
</html>