-
Notifications
You must be signed in to change notification settings - Fork 15
/
sponsors.html
145 lines (130 loc) · 5.7 KB
/
sponsors.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
<!doctype html>
<html class="theme--main">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sponsors - Tech-Inclusive</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/application.css">
</head>
<body>
<div class="content">
<div class="container">
<aside class="sidebar">
<a class="logo" href="/">
<img src="images/logo-ti-small.png" alt="Tech-Inclusive">
</a>
<nav>
<ul class="list--horz list--cozy">
<li>
<a href="https://www.meetup.com/tech-inclusive/" title="Meetup" target="_blank">
<i class="fa fa-calendar"></i>
</a>
</li>
<li>
<a href="http://twitter.com/tech_inclusive" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li><a href="https://www.linkedin.com/groups?gid=6669157" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li>
<a href="https://techinclusive-slack-invite.herokuapp.com/" target="_blank">
<i class="fa fa-slack"></i>
</a>
</li>
</ul>
<ul>
<li><strong><a href="events.html">Event Slides</a></strong></li>
<li><strong><a href="sponsors.html">Community Sponsors</a></strong></li>
<li><strong><a href="community.html">Community Resources</a></strong></li>
<li><strong><a href="survey.html">Community Survey</a></strong></li>
<li><a href="scholarships.html">Scholarship Application</a></li>
<li><a href="volunteers.html">Volunteer Form</a></li>
<li>
<a href="mailto:ronda@tech-inclusive.com?subject=Tech-Inclusive Sponsorship Inquiry">Sponsorship Inquiry</a>
</li>
</ul>
</nav>
</aside>
<div class="main">
<div class="intro">
<div class="header_bar">
<h1>
<a class="logo" href="/">
<img src="images/logo-ti.png" alt="Tech-Inclusive">
</a>
</h1>
</div>
<a class="meetups__join" href="https://www.meetup.com/tech-inclusive/" target="_blank">Join Our Meetup Group »</a>
<h2>Community Sponsors</h2>
<div style="margin: 0 auto; width: 100%; text-align: center;">
<div>
<a href="http://www.a2hosting.com" target="_blank"><img src="images/sponsors/a2hosting-official.png" alt="A2 Hosting" style="width: 70%"></a>
</div>
<div>
<a href="http://www.arbornetworks.com" target="_blank"><img src="images/sponsors/ArborNetworks.png" alt="Arbor Networks" style="width: 55%"></a>
</div>
<div>
<div style="width: 50%; float: left;">
<a href="http://www.atomicobject.com" target="_blank"><img src="images/sponsors/AO-Logo-Emblem-Lg.png" alt="Atomic Object" style="height: 175px"></a>
</div>
<div style="width: 50%; padding-top: 20px; float: left;">
<a href="http://detroitdevday.org/" target="_blank"><img src="images/sponsors/logovertical.png" alt="DETROITDEVDAY" style="height: 150px"></a>
</div>
</div>
<div style="padding-top: 20px">
<a href="http://www.human-element.com/" target="_blank"><img src="images/sponsors/HE_logo_new_cmyk.png" alt="Human Element" style="width: 90%"></a>
</div>
<div style="padding-top: 20px">
<a href="http://www.pillartechnology.com" target="_blank"><img src="images/sponsors/pillar-logo.png" alt="Pillar Technologies" style="height: 175px"></a>
</div>
<div>
<a href="http://www.redventures.com/" target="_blank"><img src="images/sponsors/logo-rv-main.png" alt="Red Ventures" style="width: 90%"></a>
</div>
<h3>Interested in Sponsoring Tech-Inclusive?</h3>
<p><a target="_blank" href="mailto:ronda@tech-inclusive.com?subject=Tech-Inclusive Sponsorship Inquiry" class="event__rsvp"
style="float: none; display: inline-block; margin: 0;">Email Us!</a></p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav>
<ul class="list--horz">
<li>
<a href="https://www.meetup.com/tech-inclusive/" title="Meetup" target="_blank">
<i class="fa fa-calendar"></i>
</a>
</li>
<li>
<a href="http://twitter.com/tech_inclusive" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li><a href="https://www.linkedin.com/groups?gid=6669157" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li>
<a href="https://techinclusive-slack-invite.herokuapp.com/" target="_blank">
<i class="fa fa-slack"></i>
</a>
</li>
</ul>
</nav>
</div>
</footer>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/application.js"></script>
<script>
(function (b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l; b[l] || (b[l] =
function () { (b[l].q = b[l].q || []).push(arguments) }); b[l].l = +new Date;
e = o.createElement(i); r = o.getElementsByTagName(i)[0];
e.src = '//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-49702258-1'); ga('send', 'pageview');
</script>
</body>
</html>