-
Notifications
You must be signed in to change notification settings - Fork 15
/
scholarships.html
99 lines (87 loc) · 3.42 KB
/
scholarships.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
<!doctype html>
<html class="theme--main">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Scholarships - 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="http://gdiaa-slack.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">
<iframe src="https://docs.google.com/forms/d/1jOx8TDzZNc3yYBPnop-g9tuVPLScxk_PokFXhSJdMkg/viewform?embedded=true" width="800"
height="1550" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</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>
(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>