-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
691 lines (589 loc) · 38.5 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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Interlock Rochester | Rochester's Hackerspace</title>
<!-- Required Meta Tags Always Come First -->
<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">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto%3A400%2C700%7COpen+Sans%3A300%2C400%2C600%2C700%2C800%7CPlayfair+Display%7CRaleway%7CSpectral%7CRubik">
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/vendor/bootstrap/bootstrap.min.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/vendor/icon-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/vendor/icon-line/css/simple-line-icons.css">
<link rel="stylesheet" href="assets/vendor/icon-hs/style.css">
<link rel="stylesheet" href="assets/vendor/hamburgers/hamburgers.min.css">
<link rel="stylesheet" href="assets/vendor/animate.css">
<link rel="stylesheet" href="assets/vendor/slick-carousel/slick/slick.css">
<!-- CSS Template -->
<link rel="stylesheet" href="assets/css/styles.op-business.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- updated 2020-01-28 by SL -->
<style>
.texticon {
position: relative;
margin-top: -20px;
height: 70px;
}
.textitalic {
font-style:italic;
}
</style>
</head>
<body>
<main>
<!-- Header v1 -->
<header id="js-header" class="u-header u-header--sticky-top u-header--change-appearance"
data-header-fix-moment="100">
<div class="u-header__section g-theme-bg-blue-dark-v1-opacity-0_9 g-transition-0_3 g-py-25"
data-header-fix-moment-exclude="g-py-25"
data-header-fix-moment-classes="g-py-20">
<nav class="navbar navbar-expand-lg py-0">
<div class="container g-pos-rel">
<!-- Logo -->
<a href="#!" class="js-go-to navbar-brand u-header__logo"
data-type="static">
<img class="u-header__logo-img u-header__logo-img--main" src="assets/img/interlock/interlock_gears.png" alt="Image Description">
</a>
<!-- End Logo -->
<!-- Navigation -->
<div class="collapse navbar-collapse align-items-center flex-sm-row" id="navBar">
<ul id="js-scroll-nav" class="navbar-nav text-uppercase g-letter-spacing-2 g-font-size-11 g-pt-20 g-pt-0--lg ml-auto">
<li class="nav-item g-mr-10--lg g-mr-15--xl g-mb-7 g-mb-0--lg active">
<a href="#home" class="nav-link g-color-white p-0">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="#about" class="nav-link g-color-white p-0">About</a>
</li>
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="#fundraising" class="nav-link g-color-white p-0">Donate</a>
</li>
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="#howWeWork" class="nav-link g-color-white p-0">How we work</a>
</li>
<!--
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="#membership" class="nav-link g-color-white p-0">Membership</a>
</li>
-->
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="https://www.meetup.com/Interlock-Rochester-Hackerspace" target="_blank" class="nav-link g-color-white p-0">Events</a>
</li>
<!-- commented out until we can get the meetup page to work-->
<!--<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="#events" class="nav-link g-color-white p-0">Events</a>
</li>-->
<!--
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="#projects" class="nav-link g-color-white p-0">Projects</a>
</li> -->
<!--<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="blog/index.html" class="nav-link g-color-white p-0">Blog</a>
</li>-->
<li class="nav-item g-mx-10--lg g-mx-15--xl g-mb-7 g-mb-0--lg">
<a href="http://www.lugor.org/wiki/index.php/Main_Page" target="_blank" class="nav-link g-color-white p-0">Wiki</a>
</li>
<li class="nav-item g-ml-10--lg g-ml-15--xl">
<a href="#contact" class="nav-link g-color-white p-0">Contact</a>
</li>
</ul>
</div>
<!-- End Navigation -->
<!-- Responsive Toggle Button -->
<button class="navbar-toggler btn g-line-height-1 g-brd-none g-pa-0 g-pos-abs g-top-10 g-right-0" type="button"
aria-label="Toggle navigation"
aria-expanded="false"
aria-controls="navBar"
data-toggle="collapse"
data-target="#navBar">
<span class="hamburger hamburger--slider">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</span>
</button>
<!-- End Responsive Toggle Button -->
</div>
</nav>
</div>
</header>
<!-- End Header v1 -->
<!-- Promo -->
<section id="home" class="g-pos-rel">
<div class="js-carousel g-overflow-hidden g-max-height-100vh"
data-autoplay="true"
data-infinite="true"
data-fade="true"
data-speed="5000">
<div class="js-slide g-bg-img-hero g-height-100vh g-min-height-500--md" style="background-image: url(assets/img/interlock/rpi-metting-bg1.jpg);"></div>
<div class="js-slide g-bg-img-hero g-height-100vh g-min-height-500--md" style="background-image: url(assets/img/interlock/3d-spaceinvader.jpg);"></div>
<div class="js-slide g-bg-img-hero g-height-100vh g-min-height-500--md" style="background-image: url(assets/img/interlock/workshop.jpg);"></div>
</div>
<div class="g-absolute-centered w-100">
<div class="container text-center g-width-780">
<div class="info-v3-4 g-theme-bg-blue-dark-v1-opacity-0_9 g-pa-40 g-pa-60--md">
<div class="g-pos-rel g-z-index-3">
<h3 class="h3 text-uppercase g-letter-spacing-3 g-font-size-default g-color-white g-mb-10">We are Interlock Rochester</h3>
<h2 class="h2 text-uppercase g-color-white g-letter-spacing-5 g-font-weight-400 g-font-size-25 g-font-size-35--md g-mb-20">Rochester's Hackerspace</h2>
<p class="g-line-height-1_8 g-letter-spacing-3 g-color-white g-mb-20">Interlock is a non-profit organization that provides space for its members and the local community to develop and share their interests in science, technology, art, and culture.</p>
<a href="#howWeWork" class="btn text-uppercase u-btn-outline-white rounded-0">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Promo -->
<!-- Section Content -->
<section id="about" class="container-fluid px-0">
<div class="row no-gutters">
<div class="g-hidden-md-down col-lg-4 g-bg-img-hero" style="background-image: url(assets/img/interlock/radio-glass.jpg);"></div>
<div class="col-md-6 col-lg-4 g-flex-centered g-theme-bg-blue-dark-v1">
<div class="text-center g-color-gray-light-v2 g-pa-30">
<div class="text-uppercase u-heading-v2-4--bottom g-brd-primary g-mb-40">
<h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-color-primary g-mb-20">A little bit about</h4>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">Who We Are</h2>
</div>
<p class="g-color-gray-light-v2 mb-0">Interlock Rochester is a 501(c)3 non-profit Hackerspace whose goal is to provide a physical space and community to its members and the public at large. We provide workshops, classes, and a community of hackers with a wide range of interests: 3D Printing, information security, electronics, micro-controllers, laser cutting, radios, programming, networking, and much more that falls on the geek spectrum.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 g-theme-bg-blue-dark-v2">
<div class="js-carousel g-pb-90"
data-infinite="true"
data-slides-show="true"
data-pagi-classes="u-carousel-indicators-v1 g-absolute-centered--x g-bottom-30">
<div class="js-slide">
<img class="img-fluid w-100" src="assets/img/interlock/oldhackerspace.jpg" alt="Image description">
<div class="g-pa-30">
<h3 class="text-uppercase g-font-weight-700 g-font-size-20 g-color-white g-mb-10">Since 2009</h3>
<p class="g-color-gray-light-v2 g-mb-10">Interlock began in October of 2009 when a small group of like-minded technologists saw the need for a common work and play space for Rochester’s vast number of talented engineers, designers, and artists. The group was officially incorporated on December 1st, 2009.</p>
<p class="g-color-gray-light-v2 mb-0"></p>
</div>
</div>
<div class="js-slide">
<img class="img-fluid w-100" src="assets/img/interlock/happy-chap1.jpg" alt="Image description">
<div class="g-pa-30">
<h3 class="text-uppercase g-font-weight-700 g-font-size-20 g-color-white g-mb-10">Past 2012</h3>
<p class="g-color-gray-light-v2 g-mb-10">The new Hacker Space</p>
<p class="g-color-gray-light-v2 mb-0">To match the demand for more room and private offices, Interlock moved to a larger hackerspace in the same complex.</p>
</div>
</div>
<div class="js-slide">
<img class="img-fluid w-100" src="assets/img/interlock/workstation.jpg" alt="Image description">
<div class="g-pa-30">
<h3 class="text-uppercase g-font-weight-700 g-font-size-20 g-color-white g-mb-10">2017 Forward</h3>
<p class="g-color-gray-light-v2 g-mb-10">Current Day</p>
<p class="g-color-gray-light-v2 mb-0">With a new coat of paint and projects awaiting to get done. Interlock is as strong as ever. We look forward to any new members reading over the website to come drop by on open night and come hang out with the crew</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Content -->
<!-- Info Blocks -->
<section id="fundraising" class="row no-gutters">
<!-- Info Image -->
<div class="g-hidden-md-down col-lg-4 col-xl-5 g-min-height-360 g-bg-img-hero" data-bg-img-src="assets/img/interlock/empty_space.jpg"></div>
<!-- End Info Image -->
<div class="col-xl-7 col-lg-8 g-theme-bg-blue-dark-v1 g-pt-100 g-pb-80 g-px-15 g-px-40--md">
<header class="text-uppercase u-heading-v2-4--bottom g-brd-primary g-mb-40">
<h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-color-primary g-mb-20">Fundraising to</h4>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">Save the Hackerspace</h2>
</header>
<p class="g-color-white-opacity-0_7 g-mb-65"> <a href="https://secure.actblue.com/donate/interlock-rochester?refcode=thermometer"><img style="padding: 0 15px; float: left;" src="https://secure.actblue.com/goals/78063.png?size=large&style=light" alt="Goal Thermometer"/></a>
Please help support our efforts to raise money to save Interlock Rochester. After after 10 years of being in service,
we're due for either a reboot or we have to shut our doors. We're doing a push now to find the next generation of
members that are interested being part of a fun community as well as doing a fundraiser drive.
<br/>
<h2 class="g-color-white-opacity-0_7 g-mb-65"><-- Click on the Thermometer To Donate</h2>
</p>
<p class="g-color-white-opacity-0_7 g-mb-65">
</p>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">How much do you need and where does it go?</h2><br>
<p class="g-color-white-opacity-0_7 g-mb-65">First the money goes to pay our rent and operations. That is the bare minimum to keep the doors open.
After we've hit that goal, we will be investing into the space itself to rebuild it into what our members use it most for. This could include new furniture,
Updated workspaces, Better A/V systems, Borrowable tools and equipment... and more! If you're interested in ways to improve the space, tell us and we can help you. </p>
</p><h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">How else can I help?</h2><br>
<p class="g-color-white-opacity-0_7 g-mb-65">If you're in the area, consider becoming a member or if you're out-of-town, consider setting up a regular
donation. That's the biggest help. But you can also help us by donating your time to rebuild the space. Reach out to
a member and see where you might be able to get involved. Hang out on our IRC or Slack channel, attend meetings. Enjoy the space! That's what it's for in any case.
</p>
</div>
</section>
<!-- End Info Blocks -->
<!-- Section Content -->
<!--
<section id="events" class="g-theme-bg-blue-dark-v1 g-py-80">
<div class="container text-center g-width-780 g-color-gray-light-v2 g-mb-60">
<div class="text-uppercase u-heading-v2-4--bottom g-brd-primary g-mb-40">
<h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-color-primary g-mb-20">Join us at some</h4>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">Upcoming Events</h2>
</div>
<iframe width="475" height="389" src="https://meetu.ps/3fCqmd" frameborder="0"></iframe>
</div>
<div class="text-center">
<p class="g-color-gray-light-v2 g-mb-35 ">
<h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-mb-20 g-color-gray-light-v2">"Open Night" is every first Tuesday of the month from 7-10pm
<br/>
Our doors are also open for you on other Tuesdays as well!
</h4></p>
</div>
</section>
-->
<!-- End Section Content -->
<!-- Section Content -->
<!-- removed for now...
<section id="projects" class="g-pt-115 g-pb-80">
<div class="container">
<div class="row">
<div class="col-lg-5 col-xl-4 g-mb-40 g-mb-0--lg">
<div class="text-uppercase u-heading-v2-4--bottom g-brd-primary g-mb-40">
<h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-color-primary g-mb-20">Projects</h4>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-mb-minus-10">Great Minds <br> Great Projects</h2>
</div>
<p class="g-mb-10">Member's Showcase Projects </p>
<p class="mb-0">While this is a new website, Projects are still awaiting to be filled in. You are welcome to showcase your own projects, just submit edits to our <a href="https://github.com/Interlock-Rochester/interlock-rochester.github.io">github</a></p>
</div>
<div class="col-lg-7 col-xl-8">
<div class="js-carousel"
data-infinite="true"
data-speed="5000"
data-rows="2"
data-slides-show="2"
data-arrows-classes="u-arrow-v1 g-pos-abs g-bottom-100x g-right-0 g-width-35 g-height-35 g-font-size-default g-color-gray g-color-white--hover g-bg-gray-light-v5 g-bg-primary--hover g-mb-5 g-transition-0_2 g-transition--ease-in"
data-arrow-left-classes="fa fa-angle-left g-mr-50"
data-arrow-right-classes="fa fa-angle-right g-mr-5"
data-responsive='[{
"breakpoint": 1200,
"settings": {
"slidesToShow": 2
}
}, {
"breakpoint": 768,
"settings": {
"slidesToShow": 1
}
}]'>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img9.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">Quisque rhoncus euismod pulvinar. Nulla non arcu at lectus. Vestibulum fringilla velit.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img10.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">Sed feugiat porttitor nunc, non dignissim ipsum vestibulum in nulla non arcu at lectus.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img11.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">In rutrum tellus vitae blandit lacinia. Phasellus eget sapien odio. Phasellus eget sapien odio.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img12.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">Nunc ullamcorper, justo a iaculis elementum, enim orci viverra eros, fringilla porttitor.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img9.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">Quisque rhoncus euismod pulvinar. Nulla non arcu at lectus. Vestibulum fringilla velit.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img10.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">Sed feugiat porttitor nunc, non dignissim ipsum vestibulum in nulla non arcu at lectus.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img11.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">In rutrum tellus vitae blandit lacinia. Phasellus eget sapien odio. Phasellus eget sapien odio.</p>
</div>
</div>
</div>
<div class="js-slide g-pa-5">
<div class="g-parent g-pos-rel g-overflow-hidden">
<img class="img-fluid g-transform-scale-1_1--parent-hover g-transition-0_3 g-transition--ease-in" src="assets/img-temp/400x269/img12.jpg" alt="Image description">
<div class="g-pos-abs g-top-0 g-left-0 w-100 h-100 g-bg-primary-opacity-0_8 g-color-white opacity-0 g-opacity-1--parent-hover g-pa-25 g-transition-0_3 g-transition--ease-in">
<h3 class="text-uppercase g-font-weight-700 g-font-size-16 g-color-white mb-0">PROPOSED MEMBER PROJECT</h3>
<p class="g-font-size-12 g-color-gray-light-v4 mb-0">Nunc ullamcorper, justo a iaculis elementum, enim orci viverra eros, fringilla porttitor.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
END removed for now -->
<!-- End Section Content -->
<!-- Info Blocks -->
<section id="howWeWork" class="row no-gutters">
<!-- Info Image -->
<div class="g-hidden-md-down col-lg-4 col-xl-5 g-min-height-360 g-bg-img-hero" data-bg-img-src="assets/img/interlock/seaofpi.jpg"></div>
<!-- End Info Image -->
<div class="col-xl-7 col-lg-8 g-theme-bg-blue-dark-v1 g-pt-100 g-pb-80 g-px-15 g-px-40--md">
<header class="text-uppercase u-heading-v2-4--bottom g-brd-primary g-mb-40">
<h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-color-primary g-mb-20">What is our</h4>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">Hackerspace</h2>
</header>
<p class="g-color-white-opacity-0_7 g-mb-65">A hackerspace is a physical location for individuals to gather, collaborate, socialize, work on projects, and make things. There are more than 350 hackerspaces worldwide that have registered with Hackerspaces.org, a lot of which have been established for several years, while some are still in the early planning stages.</p>
<div class="row align-items-stretch">
<div class="col-sm-6 g-mb-30">
<!-- Article -->
<article class="h-100 g-flex-middle g-brd-left g-brd-3 g-brd-primary g-brd-white--hover g-theme-bg-blue-dark-v2 g-transition-0_3 g-pa-20">
<div class="g-flex-middle-item">
<h4 class="h6 g-color-white g-font-weight-600 text-uppercase g-mb-10">The tools you need</h4>
<p class="g-color-white-opacity-0_7 mb-0">Access to electronics bench and tools (e.g. soldering iron, oscilloscope)</p>
</div>
</article>
<!-- End Article -->
</div>
<div class="col-sm-6 g-mb-30">
<!-- Article -->
<article class="h-100 g-flex-middle g-brd-left g-brd-3 g-brd-primary g-brd-white--hover g-theme-bg-blue-dark-v2 g-transition-0_3 g-pa-20">
<div class="g-flex-middle-item">
<h4 class="h6 g-color-white g-font-weight-600 text-uppercase g-mb-10">The knowledge you want</h4>
<p class="g-color-white-opacity-0_7 mb-0">Dedicated classes on several subjects and a community of helpful members in several fields </p>
</div>
</article>
<!-- End Article -->
</div>
</div>
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">Who are our members?</h2><br>
<p class="g-color-white-opacity-0_7 g-mb-65">
The members of Interlock Rochester have diverse backgrounds and interests, and there are no requirements for background knowledge.
You do not need to be an expert in any given area of computing, science, mathematics, or art.
We take pride in welcoming anyone into our community who has a genuine interest in learning, sharing, and collaborating on ideas and projects.
</p><h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-white g-mb-minus-10">What kind of projects do you work on?</h2><br>
<p class="g-color-white-opacity-0_7 g-mb-65">
Members have a very wide range of backgrounds including 3D Printing experts, electronics engineers, radio enthusiasts, programmers, information security boffins, network admins, classic arcade aficionados, and the list goes on.
Members often bring their personal projects to space to share or ask for help on. You can see what projects we’re working on at our Wiki.
Members often work in teams to complete their projects. If you have a project you’re looking for a partner in, stop by and meet the group.
</p>
<div class="row align-items-stretch">
<div class="col-sm-6 g-mb-30">
</div>
</div>
</div>
</section>
<!-- End Info Blocks -->
<div class="g-line-height-1_3 "> </div>
<footer>
<div id="contact" class="text-center g-color-gray-light-v2 g-theme-bg-blue-dark-v1 g-py-80">
<div class="container g-width-780 g-mb-60">
<div class="text-uppercase u-heading-v2-4--bottom g-brd-primary g-mb-45">
<!-- h4 class="h6 g-font-weight-800 g-font-size-12 g-letter-spacing-2 g-color-primary g-mb-20">Contact</h4 -->
<h2 class="h1 u-heading-v2__title g-line-height-1_3 g-font-weight-600 g-font-size-40 g-color-gray-light-v2 g-mb-minus-10">Contact Us</h2>
</div>
<p style="max-width:800px">If the idea of our hackerspace interests you,
we welcome you to become involved in our community. Please
check out the schedule of upcoming events on meetup, or join
us on IRC to chat!
<br/>
You do not have to pay dues to get involved with Interlock events and activities.
<br/>
If you're interested in supporting Interlock by being a member,
Please join us on IRC (connection details below)
or you can email our directors at <a href="mailto:[email protected]">[email protected]</a> if you have any questions.</p>
</div>
<div class="container">
<div class="row">
<!-- div class="col-sm-5 col-md-3 g-px-15 g-py-30 g-py-0--md">
<a class="g-font-size-default g-color-white" href="https://www.google.com/maps/place/Interlock+Rochester/@43.1614845,-77.5834106,19.25z/data=!4m5!3m4!1s0x89d6b5978d056919:0x45b15d4cc71182c1!8m2!3d43.1614494!4d-77.5834932">
<i class="icon-globe d-inline-block g-font-size-50 g-color-primary g-mb-20"></i>
<h3 class="text-uppercase g-font-size-default g-color-white-opacity-0_5 g-letter-spacing-1 g-mb-5">Address</h3>
<strong class="g-font-size-default g-color-white">1115 E Main St, Door #7,<br/> Rochester, NY 14609</strong>
</a>
</div -->
<div class="col-sm-6 col-md-3 g-brd-top g-brd-top-none g-brd-left--md g-brd-primary g-px-15 g-py-30 g-py-0--md">
<a class="g-font-size-default g-color-white" href="https://www.meetup.com/Interlock-Rochester-Hackerspace/">
<span class=" d-inline-block g-font-size-50 g-color-primary g-mb-20 texticon textitalic">m</span>
<h3 class="text-uppercase g-font-size-default g-color-white-opacity-0_5 g-letter-spacing-1 g-mb-5">Meetup</h3>
<strong class="g-font-size-default g-color-white">upcoming events</strong>
</a>
</div>
<div class="col-sm-6 col-md-3 g-brd-top g-brd-top-none g-brd-left--md g-brd-primary g-px-15 g-py-30 g-py-0--md">
<a class="g-font-size-default g-color-white" href="tel://5852108425">
<i class="icon-call-in d-inline-block g-font-size-50 g-color-primary g-mb-20"></i>
<h3 class="text-uppercase g-font-size-default g-color-white-opacity-0_5 g-letter-spacing-1 g-mb-5">Phone number</h3>
<strong class="g-font-size-default g-color-white">(585) 210-8425</strong>
</a>
</div>
<div class="col-sm-6 col-md-3 g-brd-top g-brd-top-none g-brd-left--md g-brd-primary g-px-15 g-py-30 g-py-0--md">
<a class="g-font-size-default g-color-white" href="mailto:[email protected]">
<i class="icon-envelope d-inline-block g-font-size-50 g-color-primary g-mb-20"></i>
<h3 class="text-uppercase g-font-size-default g-color-white-opacity-0_5 g-letter-spacing-1 g-mb-5">Email</h3>
<strong>[email protected]</strong>
</a>
</div>
<div class="col-sm-6 col-md-3 g-brd-top g-brd-top-none g-brd-left--md g-brd-primary g-px-15 g-py-30 g-py-0--md">
<a class="g-font-size-default g-color-white" href="http://webchat.freenode.net?channels=%23interlock&uio=d4">
<i class="icon-speech d-inline-block g-font-size-50 g-color-primary g-mb-20"></i>
<h3 class="text-uppercase g-font-size-default g-color-white-opacity-0_5 g-letter-spacing-1 g-mb-5">IRC</h3>
<strong class="g-font-size-default g-color-white">freenode/#interlock</strong>
</a>
</div>
</div>
</div>
<!--
<hr/>
<div class="row">
<div class="container g-width-780 g-mb-60 col-sm-4 col-md-4 g-brd-left--md g-brd-right--md">
<a class="g-font-size-default g-color-white" href="https://form.jotform.com/81564315839161">
<span class=" d-inline-block g-font-size-50 g-color-primary g-mb-20">$</span>
<h3 class="text-uppercase g-font-size-default g-color-white-opacity-0_5 g-letter-spacing-1 g-mb-5">Donate</h3>
<p class="g-color-gray-light-v2 mb-0">
Perhaps you'd like to donate to us?
<br/>
We've set up an online form so that
you can donate to us right now!
We are a 501(c)3 non-profit organization, and we welcome
additional donations on top of our members' payments, as it enables us to do more.
</p>
</a>
</div>
</div>
-->
</div>
<!-- Icon Blocks -->
<ul class="row no-gutters list-inline g-mb-0 ">
<li class="col list-inline-item g-mr-0">
<a class="d-block g-theme-bg-blue-dark-v3 g-color-gray-dark-v5 g-bg-primary--hover g-color-white--hover g-font-size-30 text-center g-pa-15" href="https://twitter.com/interlockroc">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="col list-inline-item g-mr-0">
<a class="d-block g-theme-bg-blue-dark-v2 g-color-gray-dark-v5 g-bg-primary--hover g-color-white--hover g-font-size-30 text-center g-pa-15" href="https://www.facebook.com/Interlock-Rochester-198421751824">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="col list-inline-item g-mr-0">
<a class="d-block g-theme-bg-blue-dark-v3 g-color-gray-dark-v5 g-bg-primary--hover g-color-white--hover g-font-size-30 text-center g-pa-15" href="https://www.meetup.com/Interlock-Rochester-Hackerspace">
<i class="fa fa-meetup"></i>
</a>
</li>
<li class="col list-inline-item g-mr-0">
<a class="d-block g-theme-bg-blue-dark-v2 g-color-gray-dark-v5 g-bg-primary--hover g-color-white--hover g-font-size-30 text-center g-pa-15" href="https://github.com/Interlock-Rochester">
<i class="fa fa-github"></i>
</a>
</li>
<li class="col list-inline-item g-mr-0">
<a class="d-block g-theme-bg-blue-dark-v3 g-color-gray-dark-v5 g-bg-primary--hover g-color-white--hover g-font-size-30 text-center g-pa-15" href="https://www.flickr.com/groups/interlock_roc/">
<i class="fa fa-flickr"></i>
</a>
</li>
</ul>
<!-- End Icon Blocks -->
<!-- Google (Map) [custom] -->
<!-- no api key for us, and a link will suffice
<div class="g-pos-rel g-height-500">
<div id="gMap10" class="js-g-map g-pos-abs w-100 h-100"
data-type="custom"
data-lat="43.1614226"
data-lng="-77.5835212"
data-zoom="12"
data-title="Interlock Rockester"
data-styles='[
["", "", [{"saturation":-100},{"lightness":51},{"visibility":"simplified"}]],
["", "labels", [{"visibility":"on"}]],
["water", "", [{"color":"#1d1a37"}]]
]'
data-pin="true"
data-pin-icon="assets/img/pin.png"></div>
</div>
-->
<!-- End Google (Map) [custom] -->
<!-- div class="text-center g-color-gray-dark-v3 g-pa-30">
</div -->
</footer>
<a class="js-go-to u-go-to-v1" href="#!"
data-type="fixed"
data-position='{
"bottom": 15,
"right": 15
}'
data-offset-top="400"
data-compensation="#js-header"
data-show-effect="zoomIn">
<i class="hs-icon hs-icon-arrow-top"></i>
</a>
</main>
<!-- JS Global Compulsory -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/jquery-migrate/jquery-migrate.min.js"></script>
<script src="assets/vendor/jquery.easing/js/jquery.easing.js"></script>
<script src="assets/vendor/popper.min.js"></script>
<script src="assets/vendor/bootstrap/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="assets/vendor/appear.js"></script>
<script src="assets/vendor/slick-carousel/slick/slick.js"></script>
<script src="assets/vendor/gmaps/gmaps.min.js"></script>
<!-- JS Unify -->
<script src="assets/js/hs.core.js"></script>
<script src="assets/js/components/hs.header.js"></script>
<script src="assets/js/helpers/hs.hamburgers.js"></script>
<script src="assets/js/components/hs.scroll-nav.js"></script>
<script src="assets/js/components/hs.carousel.js"></script>
<script src="assets/js/components/gmap/hs.map.js"></script>
<script src="assets/js/components/hs.go-to.js"></script>
<!-- JS Customization -->
<script src="assets/js/custom.js"></script>
<!-- JS Plugins Init. -->
<script>
// initialization of google map
function initMap() {
$.HSCore.components.HSGMap.init('.js-g-map');
}
$(document).on('ready', function () {
// initialization of carousel
$.HSCore.components.HSCarousel.init('.js-carousel');
// initialization of go to section
$.HSCore.components.HSGoTo.init('.js-go-to');
// initialization of header
$.HSCore.components.HSHeader.init($('#js-header'));
$.HSCore.helpers.HSHamburgers.init('.hamburger');
});
$(window).on('load', function() {
// initialization of HSScrollNav
$.HSCore.components.HSScrollNav.init($('#js-scroll-nav'), {
duration: 700,
easing: 'easeOutExpo'
});
});
</script>
<!-- script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAtt1z99GtrHZt_IcnK-wryNsQ30A112J0&callback=initMap" async></script> -->
</body>
</html>