-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--meta-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Chicago Deaf / DeafBlind in Tech">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chicago Deaf / DeafBlind in Tech</title>
<!--style-->
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134915830-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134915830-1');
</script>
</head>
<body>
<!--contact-->
<div class="fr pa3">
<button class="myButton" onclick="window.location.href='mailto:[email protected]'">Contact</button>
</div>
<!--content-->
<section class="vh-100 dt w-100">
<div class="dtc v-mid">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<!--content-header-->
<header class="fl w-100 w-50-ns pa2">
<h1 class="f2 lh-copy">Empowering and mentoring deaf/hard-of-hearing/deafblind learners to succeed in STEM careers.</h1>
</header>
<!--content-header-ends-->
<!--content-main-begins-->
<main class="f4 lh-copy dark-gray fl w-100 w-50-ns pa2">
<p><strong>Chicago Deaf/DeafBlind in Tech (CD2BiT)</strong> is a co-operative initiative of designers, developers, and <abbr title="Science, Technology, Engineering, Mathematics">STEM</abbr> professionals and students. Majority-operated by deaf (d), hard-of-hearing (hoh) and deafblind (db) in the Chicago area.</p>
<p>We help organizations, education and events achieve greater impact through technology for the d/hoh/db.</p>
<p>Together, we are –
<br><a href="http://www.jesseblack.net" class="dark-gray jb-web dim">Jesse Black</a>, <a href="https://www.melissamanak.com/" class="dark-gray mm-web dim">Melissa Manak</a>, <a href="https://www.nickng.co" class="dark-gray nn-web dim">Nick Ng</a>, Jason Salerno, Suzanne Salerno, <a href="https://giordonstark.com/" class="dark-gray gs-web dim">Giordon Stark</a>, Sandy Tiana, and <a href="https://greenteawarrior.github.io/" class="dark-gray ew-web dim">Emily Wang</a></p>
<p class="f6 lh-copy bt b--light-gray pv3">Questions? Interested in collaborating? Or wanting to join CD2BiT? We’d love to hear from you. Reach out at <a href="mailto:[email protected]" class="dark-gray">[email protected]</a></p>
</main>
<!--content-main-ends-->
</div>
</div>
</div>
</section>
<!--footer-->
<footer class="bg-red-orange ph2 ph3-ns pv4">
<small>Updated: Fall 2018</small>
</footer>
</body>
</html>