-
Notifications
You must be signed in to change notification settings - Fork 48
/
index.html
242 lines (228 loc) · 11.2 KB
/
index.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
236
237
238
239
240
241
242
---
layout: default
active: home
---
<div style="top:0;position:absolute;display: inline;">
<!-- Floating scroll-down button -->
<button id="carousel-scroll-down-button" aria-label="Scroll to the end/bottom of the image carousel">
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="-20 -20 355 155">
<path id="carousel-scroll-down-button-path"
fill="none" stroke="white" stroke-width="25" stroke-linecap="round" opacity=".9"
d="M 0 0 C 0 0 141.4 86.1 141.4 86.1 C 141.4 86.1 282.8 0 282.8 0" />
</svg>
</button>
</div>
<div id="slider">
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/welcome_back_large.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/welcome_back_large.jpeg" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/welcome_back_large.jpeg" alt="A group of CSHers standing in front of a lake" />
</picture>
</div>
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/server_room.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/server_room.jpeg" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/server_room.jpeg" alt="A CSH member stands at a terminal in the CSH server room" />
</picture>
</div>
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/rock.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/rock.jpeg" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/rock.jpeg" alt="CSHers crowd around a rock painted red with a CSH logo on it in white" />
</picture>
</div>
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/science_house_2019.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/science_house_2019.jpeg" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/science_house_2019.jpeg" alt="A sign that reads Science House with CSHers in the background. Taken at Fall Camping 2019" />
</picture>
</div>
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/holiday_dinner_2019.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/holiday_dinner_2019.webp" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/holiday_dinner_2019.webp" alt="CSHers pose for a group photo after Holiday Dinner 2019" />
</picture>
</div>
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/fall_camping_group_2019.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/fall_camping_group_2019.webp" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/fall_camping_group_2019.webp" alt="A group of CSHers at Fall Camping 2019" />
</picture>
</div>
<div>
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/lonnie_solder.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/lonnie_solder.jpeg" type="image/jpeg" />
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/lonnie_solder.webp" alt="a man looks through a microscope to solder with a large screen on the left showing the circuit board being soldered" />
</picture>
</div>
</div>
<h2 style="text-align: center;" id="headline">Getting more done <span style="color: #b0197e;">after 2am</span> than most people do all day.</h2>
<!-- Triple image set -->
<div class="width_capped">
<div class="container">
<div id="triple_image_wrapper">
<article class="card" role="article">
<a class="triple_a" href="/about/">
<div class="card-text">
<h2 class="card-title">About us</h2>
</div>
<img class="card-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/disk.webp" />
</a>
</article>
</div>
<div id="triple_image_wrapper">
<article class="card" role="article">
<a class="triple_a" href="/about/projects.html">
<div class="card-text">
<h2 class="card-title">Our projects</h2>
</div>
<img class="card-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/drink.webp" />
</a>
</article>
</div>
<div id="triple_image_wrapper">
<article class="card" role="article">
<a class="triple_a" href="/about/tour.html">
<div class="card-text">
<h2 class="card-title">Visit CSH</h2>
</div>
<img class="card-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/project_room.webp" />
</a>
</article>
</div>
</div>
</div>
<div class="gray-wrapper">
<div class="container spaced" id="homepage-about">
<div class="row">
<div class="col-12 col-lg-6">
<picture>
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/about_image.webp" type="image/webp" />
<source srcset="{{site.env.CSHPUBSITE_ASSETS_URL}}/about_image.jpeg" type="image/jpeg" />
<img class="rounded" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/about_image.jpeg" alt="A group of CSHers at our annual camping trip">
</picture>
</div>
<div class="col-12 col-lg-6">
<p>Since 1976, <strong>Computer Science House</strong> has provided a revolutionary living and learning environment for its members. With unique facilities, an emphasis on hands-on learning, and a strong social atmosphere, CSH helps its members grow as professionals and more.</p>
<a class="btn btn-primary" href="/about/">More about CSH</a>
</div>
</div>
</div>
</div>
<h2 style="text-align: center;" id="headline">Things we're working on ...</h2>
<div class="quad_image">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/server.webp" style="width: 100%;" alt="A picture of CSH's server racks"/>
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Server room upgrade</h3>
<p>Bringing our servers up to date with the help of Wayfair.</p>
<!-- <p>Done in collaboration with wayfair</p> -->
</div>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/TUNES.webp" style="width: 100%;" alt="TUNES, an old jukebox that's being made digital"/>
<div class="content-details fadeIn-bottom">
<h3 class="content-title">TUNES</h3>
<p>Modernizing a jukebox</p>
</div>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/infosys.webp" style="width: 100%;" alt="A LED matrix that makes up CSH's Infosys"/>
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Infosys</h3>
<p>An information display system</p>
</div>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/letmein.webp" style="width: 100%;" alt="A raspberry pi and pencil sharpener on the wall, CSH's letmein system"/>
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Letmein</h3>
<p>A physical notification system for members</p>
</div>
</div>
</div>
<div style="padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 0%;" id="stats">
<h2 class="left_offset" style="padding-top: 0.6em; margin-top: 0em; text-align: center;">Some facts about us ...</h2>
<div class="width_capped">
<div class="container_stat">
<div class="stat_card">
<p class="stat_big">91</p>
<p class="stat_tag">Active Members</p>
<p class="stat_desc">Who make up the heart of our community. </p>
</div>
<div class="stat_card">
<p class="stat_big">3<sup style="font-size: 0.5em;">rd</sup></p>
<p class="stat_tag">Greatest Hack</p>
<p class="stat_desc">Of all time (as ranked by PCMAG in 2008) was the creation of CSH's internet-connected drink machines.</p>
</div>
<div class="stat_card">
<p class="stat_big">1388</p>
<p class="stat_tag">Alumni</p>
<p class="stat_desc">Provide current CSH members with a large network of knowledge and professional connections. </p>
</div>
<div class="stat_card">
<p class="stat_big">38</p>
<p class="stat_tag">Rooms on-floor</p>
<p class="stat_desc">In RIT's Fredericka Douglass Sprague Perry Hall, a hub of campus life.</p>
</div>
<div class="stat_card">
<p class="stat_big">9</p>
<p class="stat_tag">Special-purpose rooms</p>
<p class="stat_desc">That provide members with spaces to work on projects, hang out, or study. </p>
</div>
</div>
</div>
</div>
<div class="gray-wrapper">
<div class="container spaced" id="homepage-sponsors">
<div class="row">
<div class="col-12">
<a href="/about/sponsors.html">
<h2 class="header">Sponsors</h2>
</a>
</div>
<div class="col-4 col-lg-2" id="sponsor-1">
<a href="https://rit.edu/">
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/ritLarge.png">
</a>
</div>
<div class="col-4 col-lg-2" id="sponsor-2">
<a href="https://google.com/">
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/google.png">
</a>
</div>
<div class="col-4 col-lg-2" id="sponsor-3">
<a href="https://microsoft.com/">
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/microsoft.png">
</a>
</div>
<div class="col-4 col-lg-2" id="sponsor-4">
<a href="https://slack.com/">
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/slack.png">
</a>
</div>
<div class="col-4 col-lg-2" id="sponsor-5">
<a href="https://hp.com">
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/hp.png">
</a>
</div>
<div class="col-4 col-lg-2" id="sponsor-6">
<a href="https://oracle.com/">
<img src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/oracle.png">
</a>
</div>
</div>
</div>
</div>