-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
526 lines (504 loc) · 27 KB
/
about.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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>PaintYourBlues - Make art that can heal the mind!</title>
<meta name="description"
content="A poster campaign to create awareness on mental health. Contribute towards building an Open Source Graphic Library for global distribution." />
<!-- Open-graph meta -->
<meta property="og:title" content="PaintYourBlues - Make art that can heal the mind!">
<meta property="og:description"
content="A poster campaign to create awareness on mental health. Contribute towards building an Open Source Graphic Library for global distribution.">
<meta property="og:image" content="https://paintyourblues.com/assets/meta.jpg">
<meta property="og:url" content="https://paintyourblues.com">
<meta property="og:site_name" content="PaintYourBlues">
<!-- Twitter meta -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="PaintYourBlues">
<link rel="stylesheet" href="styles/grid.css">
<link rel="stylesheet" href="styles/typo.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://use.typekit.net/aec8kbg.css">
</head>
<body>
<nav class="mb-4">
<div class="container py-1">
<ul>
<li class="logo">
<a href="./index.html" class="nav-link text-green">
<i class="fa fa-instagram text-green fa-lg mr-1"></i>
PaintYourBlues
</a>
</li>
<li class="show-on-desktop">
<a href="./index.html">
<h5 class="text-green">entries</h5>
</a>
</li>
<li class="show-on-desktop text-green text-weight-bold mx-3">.</li>
<li class="show-on-desktop">
<a href="./leaderboard.html">
<h5 class="text-green">leaderboard</h5>
</a>
</li>
<li class="show-on-desktop text-green text-weight-bold mx-3">.</li>
<li class="show-on-desktop mr-4">
<a href="./about.html">
<h5 class="text-green">about</h5>
</a>
</li>
<li>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fpaintyourblues.com&text=A%20poster%20campaign%20to%20create%20awareness%20on%20mental%20health.%20Contribute%20towards%20building%20an%20Open%20Source%20Graphic%20Library%20for%20global%20distribution.%20%23PaintYourBlues%20%23GraphicDesign%20%23MentalHealth"
target="_blank"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
title="Share on Twitter" class="mr-3">
<i class="fa fa-twitter text-green fa-lg"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fpaintyourblues.com"
target="_blank"
class="mr-3"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
title="Share on Facebook">
<i class="fa fa-facebook text-green fa-lg"></i>
</a>
</li>
<li>
<span class="nav-toggle-icon" onclick="toggleNav()">
<i class="fa fa-bars text-green fa-lg"></i>
</span>
</li>
</ul>
</div>
</nav>
<div id="sidenav" class="sidenav">
<div class="sidenavContent">
<a href="./index.html">
<h4 class="text-smoke">entries</h4>
</a>
<br>
<a href="./leaderboard.html">
<h4 class="text-smoke">leaderboard</h4>
</a>
<br>
<a href="./about.html">
<h4 class="text-smoke">about</h4>
</a>
</div>
</div>
<div class="container message-container mb-4">
<div class="row mb-3 row-reverse-lg">
<div class="col-1"></div>
<div class="col-3" style="text-align:right;">
<img class="img-fluid mb-2 sm-img" src="./assets/announcement.svg" alt="announcement">
</div>
<div class="col-2"></div>
<div class="col-5">
<img class="img-fluid sm-hero" src="./assets/paint.png" alt="paint-your-blue">
</div>
<div class="col-1"></div>
</div>
<div class="row">
<div class="col-1"></div>
<div class="col-1">
<img class="img-fluid rotated-arrow" src="./assets/rotated_1.svg" alt="learn-more">
</div>
<div class="col-5">
<div class="lead-para sm-hero">
do you believe in the power of art to heal, shift moods, shape opinions, silence stigma and spur movements?
</div>
</div>
</div>
<div class="col-8 p-0 illustration-container">
<img class="img-fluid" src="./assets/illustration-man.png" alt="man">
</div>
</div>
<div class="container">
<div class="row row-reverse-lg">
<div class="col-1"></div>
<div class="col-1">
<img src="./assets/rotated_2.svg" alt="themes" class="rotated-arrow">
</div>
<div class="col-5">
<p class="paragraph-main paragraph-big mt-0">
<span class="text-weight-bold">PaintYourBlues</span> - an initiative by Suicide Prevention India Foundation, is a poster campaign to create awareness on key aspects of mental health in our society. we invite artists and designers around to globe to use graphic poster art as medium to spread awareness on mental health related issues. all selected posters from the campaign will be made available for non-commercial use as an open source repository under <a href="https://creativecommons.org/licenses/by-nc/4.0/" class="text-weight-bold text-green underline-on-hover" target="_blank">Creative Commons Attribution-NonCommercial 4.0 International.</a>
</p>
<button class="btn btn-green mb-4" onclick="scrollToGuidelines()">view guidelines</button>
</div>
<div class="col-1"></div>
<div class="col-3">
<div class="separator-bold mb-3"></div>
<h5 class="m-0">
entries open from
</h5>
<h4 class="text-orange m-0">
may 10 - july 5
</h4>
<div class="separator-light my-3"></div>
<h5 class="m-0">
voting open from
</h5>
<h4 class="text-orange m-0">
july 25 - aug 25
</h4>
<div class="separator-light my-3"></div>
<h5 class="m-0">
prize
</h5>
<h4 class="text-orange mt-0 mb-2">
₹ 10,000
</h4>
<div class="mb-4">
Each for 6 top entries - 3 selected by a curation panel and 3 selected through community voting on
instagram.
</div>
</div>
</div>
</div>
<!-- Theme-->
<div class="banner-bg1 mt-3"></div>
<div class="banner-bg2">
<div class="container">
<div class="row">
<div class="col-1"></div>
<div class="col-3">
<h2 class="text-smoke mb-3 mt-0">
themes
</h2>
<div class="text-smoke lead-para" style="opacity:0.7;">
all entries should be based on the main theme of mental health and society, with the clear focus
on
one of the three themes mentioned here.
</div>
<br><br>
</div>
<div class="col-7">
<div class="row">
<div class="col-2 show-on-desktop" style="text-align:right;">
<span class="theme-number">01</span>
</div>
<div class="col-10">
<h4 class="text-orange mb-3 mt-0">
self care
</h4>
<div class="row">
<div class="text-smoke col-6 paragraph-main mb-3">
refers to the thoughts, actions and behaviour of an individual to take control and
care of their
mental health leading to better well-being outcomes.
</div>
<div class="text-smoke col-6 paragraph-small mb-3">
in practice: <span class="text-smoke text-lighten">
getting 6-8 hrs of sleep, cultivating a hobby, being spiritual, exercising,
meditating,
being self-compassionate, setting aside me-time, and learning how to say no.
</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-2 show-on-desktop pt-5" style="text-align:right;">
<span class="theme-number">02</span>
</div>
<div class="col-10">
<h4 class="text-orange pt-5 mb-3 mt-0">
peer-to-peer support
</h4>
<div class="row">
<div class="text-smoke col-6 paragraph-main mb-3">
refers to the process of providing and receiving emotional support, from friends,
family,
colleagues and the larger community when distressed.
</div>
<div class="text-smoke col-6 paragraph-small mb-3">
in practice: <span class="text-smoke text-lighten">
includes staying socially connected, being part of interest-based communities
(running,
buddhist chanting, reading, movies, mental health), and creating spaces that
promote
well-being.</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-2 pt-5 show-on-desktop" style="text-align:right;">
<span class="theme-number">03</span>
</div>
<div class="col-10">
<h4 class="text-orange pt-5 mb-3 mt-0">
seeking professional help
</h4>
<div class="row">
<div class="text-smoke col-6 paragraph-main mb-3">
just like visiting a dentist for a clean-up or an orthopedic when you break a bone,
seeking help
from a psychiatrist or therapist helps in diagnosis and treatment of mental
health-related
issues.
</div>
<div class="text-smoke col-6 paragraph-small mb-3">
in practice: <span class="text-smoke text-lighten">
reaching out to a mental health professional to address past traumas or while
experiencing
emotional distress in the present before it reaches a crisis point.
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="banner-bg3"></div>
<!-- Guidelines -->
<div class="container my-5 py-4" id="guidelinesSection">
<div class="row">
<div class="col-1"></div>
<div class="col-1">
<img src="./assets/rotated_3.svg" alt="submissions" class="rotated-arrow">
</div>
<div class="col-9">
<h2 class="mt-0 mb-4">
guidelines <br> for submission
</h2>
</div>
</div>
<div class="row">
<div class="col-1"></div>
<div class="col-4">
<img src="./assets/rabbit.png" class="img-fluid show-on-desktop" alt="rabbit">
</div>
<div class="col-6">
<h4 class="mt-0 mb-3 text-orange">
content
</h4>
<p class="mt-0 paragraph-main">
do not use assets, fonts or artworks that are copyright protected in your submissions. this includes
art/icons that are free to download, but requires crediting the original author who created it.
<br><br>
there’s no limit to the number of posters that can be submitted per individual. however, each entry
should be made as separate submissions.
</p>
<h4 class="mt-0 mb-3 text-orange">
preparing canvas
</h4>
<p class="mt-0 paragraph-main">
posters should be made in portrait layout (4:5 aspect ratio) and in RGB color mode. you are free to
create non-digital canvas such as a painted poster or a doodle, but make sure the above proportion
is kept and the final entry is a digitized file.
<br><br>
posters should be submitted in 150dpi and with a minimum resolution of 1080 by 1350px. while sending
entries via email, make sure the attachment size is not more than 5mb.
<br><br>
final submissions via email should be in JPG, PNG or PDF format.
</p>
</div>
</div>
</div>
<!-- Making submissions -->
<div class="container my-5 py-4">
<div class="row mb-4">
<div class="col-1"></div>
<div class="col-4">
<h2 class="m-0">
making submissions
</h2>
</div>
<div class="col-4"></div>
<div class="col-2 flex align-items-end">
<!-- <button class="btn btn-green">view entries</button> -->
</div>
</div>
<div class="row">
<div class="col-1"></div>
<div class="col-4 flex-col">
<h4 class="mt-0 mb-3 text-orange">
step 1
</h4>
<div class="making-submissions-box flex-grow-1 paragraph-main">
send the posters in high resolution to <a class="text-orange underline-on-hover"
href="http://paintyourblues.spif.in/" target="_blank">paintyourblues@spif.in</a> with
the subject PaintYourBlues by your instagram username.
<br><br>
don’t forget to mention your name, instagram username and contact number in the mail body.
<br><br>
if you are sending multiple entries, mail them separately. keep the attachment size below 5mb.
</div>
<br>
</div>
<div class="col-6 flex-col">
<h4 class="mt-0 mb-3 text-orange">
step 2
</h4>
<div class="making-submissions-box flex-grow-1 paragraph-main">
publish the poster on your instagram account and tag <a class="text-orange underline-on-hover"
href="https://www.instagram.com/paintyourblues/" target="_blank">@paintyourblues</a>. add the
hashtag #PaintYourBlues in the post description. when submitting multiple entries, make them as
individual posts. avoid creating
carousal posts, we will only consider the first image as the entry.
<br><br>
your instagram profile should not be private while posting. we will be able to repost for voting
from only public profiles.
<br><br>
you must tag us on the picture, and not just mention on the picture description. this is important
for us to get informed about your submission and track.
<br><br>
do not publish your entries as stories. submit them as posts.
</div>
<br>
</div>
</div>
</div>
<!-- FAQ -->
<div class="container my-4 py-4">
<div class="row">
<div class="col-1"></div>
<div class="col-1">
<img src="./assets/rotated_4.svg" alt="paintyourblues" class="rotated-arrow">
</div>
<div class="col-9">
<h2 class="mt-0 mb-4">
faqs
</h2>
<h4 class="m-0 accordion">
<i class="fa fa-caret-right mr-3 text-orange"></i>can i send you a painting?
</h4>
<p class="faq-ans paragraph-main pt-2">
short answer - NO! but yes, we know some of you prefer to work with the feel of the pencil in your
hand and smell the fresh paint. there are no restrictions on how you can create the artwork for the
poster. all we need is a well-scanned digital version of it as per the guidelines mentioned. so YES,
you may paint, create a paper collage, or do a doodle. we don't mind as long as it is relevant to
the theme at hand and can be used as a poster.
</p>
<br>
<h4 class="m-0 accordion">
<i class="fa fa-caret-right mr-3 text-orange"></i>what is a poster?
</h4>
<p class="faq-ans paragraph-main pt-2">
a poster is primarily a mass communication medium. they are designed to both eye-catchy and
informative and convey a core idea through combining graphics and text. however, there have been
plenty of cases where the central idea has been conveyed with just text of graphics. our screening
of entries that qualify for shortlisting for voting will be primarily based on how well they
communicate the themes mentioned to the public.
</p>
<br>
<h4 class="m-0 accordion">
<i class="fa fa-caret-right mr-3 text-orange"></i>can i do a poster in hindi?
</h4>
<p class="faq-ans paragraph-main pt-2">
NO. as a global public service campaign, we urge everyone to create the posters in english and not
in any other language. however, you may use non-english scripts for ornamental/graphic purposes as
part of your artwork, as long as the core communication for the poster is not dependent on it.
</p>
<br>
<h4 class="m-0 accordion">
<i class="fa fa-caret-right mr-3 text-orange"></i>can i send more than one entry?
</h4>
<p class="faq-ans paragraph-main pt-2">
yes. there is no limit to the number of entries you can send. but make sure to post them as individual posts on instagram. also send them as individual emails.
</p>
<br>
<h4 class="m-0 accordion">
<i class="fa fa-caret-right mr-3 text-orange"></i>can i send in the entries by just email and avoid Instagram?
</h4>
<p class="faq-ans paragraph-main pt-2">
the community voting happens through Instagram's likes. so it is essential that you publish entries on Instagram so that we can repost them for voting on our profile. ofcource, we can post it on your behalf, but that is prone to errors and we are a small team, and would really wish to avoid the overheads in tracking this. so we really request you to consider posting on Instagram as well as sending via email.
</p>
<br>
<h4 class="m-0 accordion">
<i class="fa fa-caret-right mr-3 text-orange"></i>is it ok if i mention @paintyourblues in post or comment when posting?
</h4>
<p class="faq-ans paragraph-main pt-2">
no. for us to track your entries properly, we request you to use the "Tag" feature of Instagram, and not just mentioning us on the comments or in post description.
</p>
<br>
<h4 class="m-0">
<span class="text-weight-normal">more questions? mail </span><a class="text-weight-bold text-green"
href="http://paintyourblues.spif.in/" target="_blank">paintyourblues@spif.in</a>
</h4>
</div>
</div>
<div class="text-center mt-5">
<a href="https://www.instagram.com/paintyourblues/" target="_blank">
<button class="btn btn-green">view campaign on instagram</button>
</a>
<p class="paragraph small paragraph-big">
and don’t forget to share the love!
</p>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fpaintyourblues.com&text=A%20poster%20campaign%20to%20create%20awareness%20on%20mental%20health.%20Contribute%20towards%20building%20an%20Open%20Source%20Graphic%20Library%20for%20global%20distribution.%20%23PaintYourBlues%20%23GraphicDesign%20%23MentalHealth"
target="_blank"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
class="mx-2">
<button class="btn btn-light btn-sharing">
<i class="fa fa-twitter fa-fw text-green fa-lg"></i>
</button>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fpaintyourblues.com" target="_blank"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
class="mx-2">
<button class="btn btn-light btn-sharing">
<i class="fa fa-facebook fa-fw text-green fa-lg"></i>
</button>
</a>
</div>
</div>
<script src="scripts/about.js" defer></script>
<!-- footer -->
<div class="container pb-5">
<div class="row">
<div class="col-1"></div>
<div class="col-10">
<hr class="my-4">
</div>
<div class="col-1"></div>
</div>
<div class="row">
<div class="col-1"></div>
<div class="col-3 mb-3 sm-text-center">
<img src="assets/spif-logo.png" style="max-height: 64px;" alt="Suicide India Foundation">
</div>
<div class="col-2"></div>
<div class="col-5">
<div class="text-right mb-3 mb-text-center sm-text-center">
<a href="./index.html" class="nav-link text-green mr-2">entries</a>
<span class="text-green text-weight-bold">.</span>
<a href="./leaderboard.html" class="nav-link text-green mr-2">leaderboard</a>
<span class="text-green text-weight-bold">.</span>
<a href="./about.html" class="nav-link text-green mx-2" target="_blank">about</a>
<span class="text-green text-weight-bold">.</span>
<a href="http://www.spif.in/" class="nav-link text-green mx-2" target="_blank">spif</a>
</div>
<div class="paragraph-small text-lighten mb-3 text-right sm-text-center">
© 2020 Suicide Prevention India Foundation. All Rights Reserved.
</div>
</div>
<div class="col-1"></div>
</div>
</div>
</body>
<script src="https://use.fontawesome.com/84351caa5a.js" defer></script>
<script src="scripts/main.js" defer></script>
</html>