-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn CS.htm
218 lines (179 loc) · 8.28 KB
/
learn CS.htm
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
<!DOCTYPE html>
<!-- saved from url=(0034)http://wicc.acm.org/mentorship.php -->
<html class=" js no-touch svg inlinesvg svgclippaths no-ie8compat" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Women in Computing at Cornell</title>
<link rel="stylesheet" href="./learn CS_files/bootstrap.min.css">
<link rel="stylesheet" href="./learn CS_files/main.css">
<link rel="shortcut icon" href="http://wicc.acm.org/img/icon.png">
<link href="./learn CS_files/css" rel="stylesheet" type="text/css">
<link href="./learn CS_files/css(1)" rel="stylesheet" type="text/css">
<link href="./learn CS_files/css(2)" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./learn CS_files/font-awesome.min.css">
<script src="./learn CS_files/modernizr.js"></script>
<script src="./learn CS_files/jquery.min.js"></script>
<script src="./learn CS_files/bootstrap.min.js"></script>
<script src="./learn CS_files/mailHover.js"></script>
<script>
$(document).ready(function(){
$("#mentor").click(function(){
$("#mentee").removeClass("selected");
$("#mentor").addClass("selected");
$("#mentor-info").show();
$("#mentee-info").hide();
});
$("#mentee").click(function(){
$("#mentee").addClass("selected");
$("#mentor").removeClass("selected");
$("#mentee-info").show();
$("#mentor-info").hide();
});
})
</script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://wicc.acm.org/index.php">
</a><a class="wicc" href="http://wicc.acm.org/index.php"><WICC></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="http://wicc.acm.org/mentorship.php#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About Us <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://wicc.acm.org/about.php">Leadership</a></li>
<li><a href="http://wicc.acm.org/faculty.php">Faculty Board</a></li>
<li><a href="http://wicc.acm.org/sponsors.php">Our Sponsors</a></li>
</ul>
</li>
<li><a href="http://wicc.acm.org/calendar.php">Calendar</a></li>
<li><a href="http://wicc.acm.org/students.php">Students</a></li>
<li><a href="http://wicc.acm.org/mentorship.php">Mentorship</a></li>
<li><a href="http://wicc.acm.org/alumni.php">Alumni</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Students <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="workshops.php">WICC Workshops</a></li>
<li><a href="opportunities.php">Summer Opportunities</a></li>
<li><a href="resources.php">Coding Resources</a></li>
</ul>
</li> -->
<li><a href="http://wicc.acm.org/join.php">Join</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- <div class="page_banner" style="background: url(img/mentorship/banner.jpg)">
</div> -->
<!-- Intro container -->
<div class="container" style="padding-bottom: 10">
<div class="sm wrap">
<div style="text-align:center">
<h2 id="heading">LearnCS</h2>
</div>
<p class="rfont">Are you interested in helping out your community? Looking to add something to your resume? We're looking for students to volunteer for LearnCS!</p>
<p class="bfont">Our LearnCS program consists of weekly sessions right here on Cornell's campus. The program teaches code to Middle School and High School students in the Ithaca area, and volunteers are needed to assist in the classroom. Students with a basic knowledge of CS or more are encouraged to apply!</p>
</div>
</div>
<!-- Gray container -->
<div class="g">
<div class="container" style="padding-top: 20px">
<!-- MENTOR INFO -->
<div id="mentor-info">
<div class="row wrap medium">
<div class="col-sm-8 left">
<h2 class="alt">I Want to Volunteer!</h2>
<p class="rfont">Our volunteer...</p>
</div>
<div class="col-sm-4 right tright">
<br><br>
<div class="circle">
<img src="./learn CS_files/LearnCS.jpg">
</div>
</div>
</div>
<div class="row wrap medium bfont">
<div class="col-sm-6 left">
<h3>Next Info Session</h3>
<ul>
<li><b>Date</b> Place</li>
<li><b>Date</b> Place</li>
<li><b>Date</b> Place</li>
</ul>
</div>
<div class="col-sm-6 right">
<h3>Next LearnCS session</h3>
<ul>
<li><b>Date</b> Place</li>
<li><b>Date</b> Place</li>
<li><b>Date</b> Place</li>
</ul>
</div>
</div>
<div class="c medium wrap">
<a class="teal button" href="https://docs.google.com/a/cornell.edu/forms/d/1ayS902W4OrrGt5LcLBynpWWe1vRowMO7poThWesuAog/viewform?c=0&w=1">Sign Up</a>
</div>
</div>
</div>
</div>
<!-- STATS CONTAINER -->
<div class="r">
<div class="layer" style="background: url(img/mentorship/mentorship.jpg)"></div>
<a href="http://wicc.acm.org/img/mentorship/mentorship.jpg"></a>
<div class="container c" id="stats">
<h3>LearnCS 2016-2017</h3>
<div class="row wrap sm">
<div class="col-sm-4">
<div class="num">No</div>
<div class="desc">volunteers</div>
</div>
<div class="col-sm-4">
<div class="num">No</div>
<div class="desc">students</div>
</div>
<div class="col-sm-4">
<div class="num">No</div>
<div class="desc">sessions/Semester</div>
</div>
</div>
</div>
</div>
<!-- Director Container -->
<div class="container c">
<h3>Outreach Directors</h3>
<div class="director">
<div class="circle circle_sm">
<img src="./learn CS_files/MelodySpencer.jpg">
</div>
<div class="name">Melody Spencer</div>
<div class="mail" id="mjs585"><i class="fa fa-envelope" id="mlq3Env"></i><a id="hnr6E" href="mailto:[email protected]">[email protected]</a></div>
</div>
<div class="director">
<div class="circle circle_sm">
<img src="./learn CS_files/EstherJeon.jpg">
</div>
<div class="name">Esther Jeon</div>
<div class="mail" id="eyj5"><i class="fa fa-envelope" id="mat333Env"></i><a id="mat333E" href="mailto:[email protected]">[email protected]</a></div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="social_media">
<a href="https://www.facebook.com/CornellWomenInComputing/"><img src="./learn CS_files/facebook2.png"></a>
<a href="https://www.instagram.com/wiccornell/"><img src="./learn CS_files/instagram2.png"></a>
<a href="https://www.linkedin.com/groups/8480565"><img src="./learn CS_files/linkedin2.png"></a>
</div>
<a href="http://wicc.acm.org/index.php">Women in Computing at Cornell</a>
</div>
</footer>
</body></html>