-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgrants.html
More file actions
310 lines (273 loc) · 16.2 KB
/
grants.html
File metadata and controls
310 lines (273 loc) · 16.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>JackTrip Foundation</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale = 1.0,
maximum-scale=1.0, user-scalable=no" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/media_queries.css">
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="3e7bc62c-f44a-4134-a4a2-e4f5d18e1968" data-blockingmode="auto" type="text/javascript"></script>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<link rel="stylesheet" href="css/signup-form.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="iamges/favicon-16x16.png">
</head>
<body>
<nav class="topnav panel_shadow">
<a href="index.html" class="logo">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="index.html">Home</a>
<a href="studio.html">Virtual Studio</a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;">Foundation</a> -->
<div class="found-expand">Foundation <img class="arrow-down-5" src="../images/menu_arrow_down_red.svg" alt="Expand arrow down image."></div>
<div class="found-sub-cont">
<a href="foundation.html"><div class="found-submenu-item">About</div></a>
<a><div style="cursor:default; color:#F61B1B; pointer-events: none;">Grants</div></a>
<a href="network_arts.html"><div class="found-submenu-item">Network Arts</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<a href="technology.html">Technology</a>
<div class="media-expand">Media <img class="arrow-down-3" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="media-sub-cont">
<a href="news/news_01.html"><div class="media-submenu-item">News</div></a>
<a href="events/events_01.html"><div class="media-submenu-item">Events</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<div class="help-expand">Get Help <img class="arrow-down-4" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="help-sub-cont">
<a href="https://community.jacktrip.org/">
<div class="media-submenu-item">Community</div>
</a>
<a href="https://help.jacktrip.org/hc/en-us">
<div class="media-submenu-item">Support</div>
</a>
</div>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="forMobileView()">
<i class="fa fa-bars"></i>
</a>
</nav>
<nav class="mainmenu panel_shadow">
<a href="index.html" class="logo_mm">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<div class="submenu-expand-bg"></div>
<div class="submenu-expand">
<div class="media-set" id="found-sub">
<a class="subLink" href="foundation.html">About</a><br>
<a style="cursor:default; color:#F61B1B; pointer-events: none;">Grants</a><br>
<a class="subLink" href="network_arts.html">Network Arts</a>
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="media-sub">
<a class="subLink" href="news/news_01.html">News</a><br>
<a class="subLink" href="events/events_01.html">Events</a><br>
<!-- <a class="subLink" href="news.html">Events</a>
<a class="subLink" href="news.html">Testimonials</a> -->
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="help-sub">
<a class="subLink" href="https://community.jacktrip.org/" target="_blank">Community</a><br>
<a class="subLink" href="https://help.jacktrip.org/hc/en-us" target="_blank">Support</a>
</div>
</div>
<div id="myLinks">
<a href="" id="help">Get Help <img class="arrow-down-2" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="" id="media">Media <img class="arrow-down-1" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="technology.html" id="tech">Technology</a>
<a href="" id="foundation">Foundation <img class="arrow-down-5" src="images/menu_arrow_down_red.svg" alt="Expand arrow down image."></a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;" id="found">Foundation</a> -->
<a href="studio.html" id="stu">Virtual Studio</a>
<a href="index.html" id="hom">Home</a>
</div>
</nav>
<section id="board-block-0" class="sec-block-0 main" style="margin-top:75px; margin-bottom: 25px;">
<div class="left-side-content title-line">
<h3 class="separator dark-text-title mainHead" style="float:left; width:100%;">JackTrip Foundation Equipment Grant Program</h3>
<div class="line-sep"></div>
</div>
</section>
<section id="sec-block-programs-0" class="sec-block-programs-0 main" style="margin-bottom: 25px;">
<div class="left-side-content offer">
<h4 class="separator main-margin-title-l bottom-margin-rem" style="color:#FAFBFB; margin-bottom: 25px;">JackTrip Foundation Grant Programs</h4>
<p class="font-400" style="font-size:15px;" >
JackTrip Foundation Grant Programs promote innovation and access in network arts. Network arts is defined as live performance
via the internet by artists in different geographic locations. Network arts is a medium of our time that provides artworks at
the forefront of the arts, unprecedented opportunities for live collaboration locally and internationally, access to performance
and education opportunities, and advancement of diversity, equity, access, and inclusion. As an emerging medium in recent decades
propelled by cutting edge work for artistic and social purpose, necessity during the Covid-19 pandemic, and the public call for
diversifying the arts, network arts is positioned for widespread cultural impact in present and future generations. </p>
</div>
</section>
<section id="grants-1" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400" style="font-weight:700; color:#0f0d0d"> Round 1 Applications Due September 1, 2021</p>
<p class="dark-text font-400">The JackTrip Foundation mission is to drive continued innovation of network arts technologies and
widespread adoption through a wide array of technology, cultural, educational, and community services. Founded in 2020, the
JackTrip Foundation is now launching a Quick Grant to start its grant-making programs and to catalyze the field.
</p>
</div>
</section>
<section id="grants-2" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400">The JackTrip Foundation Equipment Grant supports nonprofit arts, education, and technology organizations,
as well as individuals applying through organizations. The funds are for purchase of equipment for network arts projects to
further innovation and access in this cultural work.
</p>
</div>
</section>
<section id="grants-3" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400"> The grant program awards $250 USD to purchase equipment such as network arts platform hardware and software,
microphones, headphones, lights, cameras, mixers, and interfaces. Network arts is defined as live performance via the internet by artists
in different geographic locations. The equipment can be utilized for creation, performance, education, research, documentation, or distribution
projects in hybrid or virtual formats.
</p>
</div>
</section>
<section id="grants-4" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400"> <span style="font-weight: 600;">Eligibility:</span><br>U.S. based 501(c)(3) not-for-profit organizations with primary focus on arts, education, and/or technology fields.
Individuals may apply through 501(c)(3) organizations or with a fiscal sponsor. Grantees are eligible for one Equipment Grant per year.
Grants are decided on a merit basis evaluated by the Board. The JackTrip Foundation promotes diversity, access, equity, and inclusion.
</p>
</div>
</section>
<section id="grants-5" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400"> <span style="font-weight: 600;">Application:</span><br>
Email PDF file to: <a href="mailto: jtf@jacktrip.org">jtf@jacktrip.org</a>
</p>
</div>
</section>
<!-- <section id="grants-6" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400"> The JackTrip Foundation is a collaboration between Stanford University’s Center for Computer Research
in Music and Acoustics (CCRMA) and Silicon Valley software entrepreneurs. JackTrip Foundation is a 501(c)(3) nonprofit corporation.
</p>
</div>
</section> -->
<section id="grants-7" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<ol type="1">
<li>Contact Information: Organization Name, Address, Phone Number, Email Address, Website</li>
<li>Project Description</li>
<li>Biography</li>
<li>Project Budget</li>
<li>Links to Work Samples (Up to 3 Samples)</li>
<li>501(c)(3) Determination Letter</li>
</ol>
</div>
</section>
<section id="grants-8" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400"> <span style="font-weight: 600;">Dates:</span><br>
Round 1: 20 Grants to be Awarded<br>
Applications due September 1, 2021<br>
Notification September 15, 2021
</p>
</div>
</section>
<section id="grants-9" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400">
Round 2: 20 Grants to be Awarded<br>
Applications due April 1, 2022<br>
Notification April 15, 2022
</p>
</div>
</section>
<section id="grants-10" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400">Contact for Information and Application Assistance<br>
<a href="mailto: jtf@jacktrip.org">jtf@jacktrip.org</a>
</p>
</div>
</section>
<section id="grants-11" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400">JackTrip Newsletter Signup<br>
<a href="https://www.jacktrip.org/index.html">https://www.jacktrip.org/index.html</a>
</p>
</div>
</section>
<section id="grants-12" class="sec-block-1 main align-center-content" style="margin-bottom:0px;">
<div class="left-side-content studio-lo">
<p class="dark-text font-400">JackTrip Foundation Website<br>
<a href="https://www.jacktrip.org/foundation.html">https://www.jacktrip.org/foundation.html</a>
</p>
</div>
</section>
<section id="fp" class="fp main" style="margin-bottom: 0; max-width: none;">
<div class="fineprint_cont">
<div class="fineprint left-side-content txtAlignR">
<p><a href="privacy.html">Privacy Policy</a></p>
</div>
<div class="fineprint left-side-content txtAlignL">
<p><a href="terms.html">Terms of Use</a></p>
</div>
</div>
</section>
<section class="footer panel_shadow u-full-width">
<div class="container">
<div class="twelve columns center-text center-div">
<h6 class="light-text footer-txt" style="color:#FAFBFB;">© 2020-2021 JackTrip Foundation and JackTrip Labs, Inc.</h6>
</div>
<div class="twelve columns center-text center-div">
<h6 class="light-text" style="color:#aaa;">
JackTrip Foundation is a 501(c)(3) nonprofit organization.<br /> JackTrip Labs is a Delaware public-benefit corporation.
</h6>
</div>
</div>
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177279499-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-177279499-1');
</script>
<script src="js/index.js"></script>
<script type="text/javascript">
function autorun() {
// var emailEnter = document.querySelector('document.emailData.lname');
}
if (window.addEventListener) window.addEventListener("load", autorun, false);
else if (window.attachEvent) window.attachEvent("onload", autorun);
else window.onload = autorun;
</script>
</body>
</html>