-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
344 lines (324 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/styles.css" />
<!-- ! WIP<script src="js/slideshowVariables.js"></script> -->
<!--There was an attempt to add a slideshow-->
<title>VisionsInColor</title>
</head>
<body>
<nav class="navbar" id="myNavbar">
<div class="logo">
<a href="index.html">
<p class="animate-character">Visions In Color Foundation</p>
</a>
<!--<video src="assets/Animated logo(white)_2.mp4" autoplay loop></video> <!--I need to fix this. I didn't have time to fix it.-->
<!--Make this an animated image somehow and mak eit a link-->
</div>
<ul id="navlist">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="ourFoundation.html">Our Foundation</a>
</li>
<li>
<a href="#">Calendar</a>
</li>
<li>
<a href="#">News</a>
</li>
<li>
<a href="#">Contact Us</a>
</li>
<li>
<a href="buyOurMerch.html">
<button class="donate-btn">Donate</button>
</a>
</li>
</ul>
</nav>
<script src="js/stickyNav.js"></script>
<section class="hp">
<div class="video_wrapper">
<video class="hp-background" playsinline autoplay loop muted>
<source src="assets/backgroundfornonprof2.mp4" type="video/mp4" />
</video>
</div>
<section class="heroline_text">
<h1>Visions In Color</h1>
<p>Transforming Lives Through Creative Expression</p>
</section>
</section>
<main class="main-content">
<section id="who-we-are">
<div class="la-text">
<h2>Who We Are</h2>
<div class="divider-style-container">
<hr class="divider-line" />
<hr class="divider-block-left" />
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Congue
eu consequat ac felis donec. Nunc consequat interdum varius sit amet
mattis vulputate. Molestie ac feugiat sed lectus vestibulum.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Diam
phasellus vestibulum lorem sed risus ultricies tristique nulla
aliquet.
</p>
</div>
<div class="ra-imagecontainer">
<img
src="assets/kidsdoingart1.jpg"
alt="teacher sitting with kids at their class table. They are doing art."
id="currentImage1"/>
</div>
</section>
<!-- ! WIP <script src="js/slideshow1.js"></script> -->
<section id="why-the-arts">
<div class="la-imgcontainer">
<img src="assets/kidsdoingart2.jpg" alt="Kids doing art" />
</div>
<div id="wta-text" class="ra-text">
<h2>Why The Arts?</h2>
<div class="divider-style-container">
<hr class="divider-line" />
<hr class="divider-block-right" />
</div>
<p>
Studies have shown blah, blah, blah and that is why blah blah blah.
</p>
<p>
<strong>A very cool statistic</strong>
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Orci eu
lobortis elementum nibh tellus molestie nunc non. Non arcu risus
quis varius quam quisque. Amet nulla facilisi morbi tempus iaculis
urna id volutpat lacus.
</p>
</div>
</section>
<section class="how-you-can-help">
<div class="separator">
<h2>How You can Help</h2>
</div>
<p>There are <em> 2 major ways </em> you can help us reach our goals</p>
</section>
<section id="donation">
<div class="donation_container">
<div class="donation_form">
<em>Support VisionsInColor</em>
<div class="donationFrequency">
<input type="button" value="Once" id="onceFreq" />
<input type="button" value="Monthly" id="monthlyFreq" />
<input type="button" value="Annually" id="annuallyFreq" />
</div>
<div class="donationAmounts">
<input type="button" id="amount5" value="$5" />
<input type="button" id="amount10" value="$10" />
<input type="button" id="amount15" value="$15" />
<input type="button" id="amount25" value="$25" />
<input type="button" id="amount50" value="$50" />
<input type="button" id="amount100" value="$100" />
<input type="button" id="amount250" value="$250" />
<div class="customAmount-container">
<span class="currencyinput">$</span>
<input
type="number"
name="customAmount"
id="customAmount"
placeholder="Other"
/>
</div>
<div>
<button id="addMessage">+ Add Message</button>
<textarea
id="message-input"
name="message-input"
cols="38"
rows="4"
placeholder="Type your message here..."
></textarea>
</div>
</div>
<div class="donate-btn-container">
<input type="button" value="Continue" id="contBtn" />
</div>
</div>
</div>
<div class="donation_text">
<p><strong>Your generosity knows no bounds!</strong></p>
<p>
<strong> Any amount that resonates with you</strong>, and choose how
often you'd like to support our cause.
</p>
<p>
<strong
>Every contribution, no matter the size or frequency, makes a
meaningful impact!</strong
>
</p>
</div>
</section>
<div class="or-divider">
<p>OR</p>
</div>
<section id="merch">
<div class="merch_text">
<p>You can <a href="buyOurMerch.html"><u>purchase our customized merchandise.</u></a></a></p>
<p>Shirts, hoodies, hats, bottle, mugs, etc.</p>
<p><strong>The choice is yours</strong></p>
</div>
<div class="merch_image">
<a href="buyOurMerch.html">
<video src="assets/OurMerch_3.mp4" autoplay loop></video>
</a>
</div>
</section>
</main>
<script src="js/showMessage.js"></script>
<footer>
<div class="newsletter-container">
<h3>Subscribe to our monthly newsletter</h3>
<form action="#" class="newsletter-form">
<input
type="text"
name="fname"
class="fname"
placeholder="First Name"
required
/>
<label for="fname"></label>
<input
type="text"
name="lname"
class="lname"
placeholder="Last Name"
required
/>
<label for="lname"></label>
<input
type="email"
name="email"
class="email"
placeholder="Email"
required
/>
<label for="email"></label>
<input type="button" value="Subscribe" class="newsletter-btn" />
</form>
</div>
<div class="followus-container">
<h3>Follow Us On Social Media</h3>
<div class="social-icons">
<a href="https://www.facebook.com/" title="Facebook">
<svg
class="facebook-icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 24 24"
style="enable-background: new 0 0 24 24"
xml:space="preserve"
width="32"
height="32"
fill="#FFF"
>
<path
d="M24,12.073c0,5.989-4.394,10.954-10.13,11.855v-8.363h2.789l0.531-3.46H13.87V9.86c0-0.947,0.464-1.869,1.95-1.869h1.509 V5.045c0,0-1.37-0.234-2.679-0.234c-2.734,0-4.52,1.657-4.52,4.656v2.637H7.091v3.46h3.039v8.363C4.395,23.025,0,18.061,0,12.073 c0-6.627,5.373-12,12-12S24,5.445,24,12.073z"
/>
</svg>
</a>
<a href="https://www.instagram.com/" title="Instagram">
<svg
class="instagram-icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 24 24"
style="enable-background: new 0 0 24 24"
xml:space="preserve"
width="32"
height="32"
fill="#FFF"
>
<g>
<path
d="M12,2.162c3.204,0,3.584,0.012,4.849,0.07c1.308,0.06,2.655,0.358,3.608,1.311c0.962,0.962,1.251,2.296,1.311,3.608 c0.058,1.265,0.07,1.645,0.07,4.849c0,3.204-0.012,3.584-0.07,4.849c-0.059,1.301-0.364,2.661-1.311,3.608 c-0.962,0.962-2.295,1.251-3.608,1.311c-1.265,0.058-1.645,0.07-4.849,0.07s-3.584-0.012-4.849-0.07 c-1.291-0.059-2.669-0.371-3.608-1.311c-0.957-0.957-1.251-2.304-1.311-3.608c-0.058-1.265-0.07-1.645-0.07-4.849 c0-3.204,0.012-3.584,0.07-4.849c0.059-1.296,0.367-2.664,1.311-3.608c0.96-0.96,2.299-1.251,3.608-1.311 C8.416,2.174,8.796,2.162,12,2.162 M12,0C8.741,0,8.332,0.014,7.052,0.072C5.197,0.157,3.355,0.673,2.014,2.014 C0.668,3.36,0.157,5.198,0.072,7.052C0.014,8.332,0,8.741,0,12c0,3.259,0.014,3.668,0.072,4.948c0.085,1.853,0.603,3.7,1.942,5.038 c1.345,1.345,3.186,1.857,5.038,1.942C8.332,23.986,8.741,24,12,24c3.259,0,3.668-0.014,4.948-0.072 c1.854-0.085,3.698-0.602,5.038-1.942c1.347-1.347,1.857-3.184,1.942-5.038C23.986,15.668,24,15.259,24,12 c0-3.259-0.014-3.668-0.072-4.948c-0.085-1.855-0.602-3.698-1.942-5.038c-1.343-1.343-3.189-1.858-5.038-1.942 C15.668,0.014,15.259,0,12,0z"
/>
<path
d="M12,5.838c-3.403,0-6.162,2.759-6.162,6.162c0,3.403,2.759,6.162,6.162,6.162s6.162-2.759,6.162-6.162 C18.162,8.597,15.403,5.838,12,5.838z M12,16c-2.209,0-4-1.791-4-4s1.791-4,4-4s4,1.791,4,4S14.209,16,12,16z"
/>
<circle cx="18.406" cy="5.594" r="1.44" />
</g>
</svg>
</a>
<a href="https://www.tiktok.com/">
<svg
class="tiktok-icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 24 24"
style="enable-background: new 0 0 24 24"
xml:space="preserve"
width="32"
height="32"
fill="#FFF"
>
<path
d="M22.465,9.866c-2.139,0-4.122-0.684-5.74-1.846v8.385c0,4.188-3.407,7.594-7.594,7.594c-1.618,0-3.119-0.51-4.352-1.376 c-1.958-1.375-3.242-3.649-3.242-6.218c0-4.188,3.407-7.595,7.595-7.595c0.348,0,0.688,0.029,1.023,0.074v0.977v3.235 c-0.324-0.101-0.666-0.16-1.023-0.16c-1.912,0-3.468,1.556-3.468,3.469c0,1.332,0.756,2.489,1.86,3.07 c0.481,0.253,1.028,0.398,1.609,0.398c1.868,0,3.392-1.486,3.462-3.338L12.598,0h4.126c0,0.358,0.035,0.707,0.097,1.047 c0.291,1.572,1.224,2.921,2.517,3.764c0.9,0.587,1.974,0.93,3.126,0.93V9.866z"
/>
</svg>
</a>
</div>
<div class="contacat-and-faq">
<div class="faq-container">
<a href="#" class="faq">FAQ</a>
</div>
<address>
123 Fakeaddress, Paterson, NJ <br />
123-4567 <br />
<a href="#" class="vic-email"> info@visionsincolor.com </a>
</address>
</div>
<!--
<div class="attributions">
<a
href="https://www.flaticon.com/free-icons/instagram-logo"
title="instagram logo icons"
>Instagram logo icons created by Hight Quality Icons - Flaticon
<br />
</a>
<a
href="https://www.flaticon.com/free-icons/facebook"
title="facebook icons"
>Facebook icons created by riajulislam - Flaticon</a
><br />
<a
href="https://www.flaticon.com/free-icons/tiktok"
title="tiktok icons"
>Tiktok icons created by Freepik - Flaticon</a
>
</div>
--></div>
</footer>
</body>
</html>