-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (149 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Unwind Pune</title>
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css" />
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css" />
<link rel="stylesheet" href="./style.css" />
<meta name="title" content="Unwind Pune">
<meta name="description" content="Unwind Pune - Connect and Cure. A Campaign for Mental Health & Well-being.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://roastedcadetblueconferences.soumyadipniyogi.repl.co/">
<meta property="og:title" content="Unwind Pune">
<meta property="og:description" content="Unwind Pune - Connect and Cure. A Campaign for Mental Health & Well-being.">
<meta property="og:image" content="https://unwind-pune.soumyadipniyogi.repl.co/assets/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://roastedcadetblueconferences.soumyadipniyogi.repl.co/">
<meta property="twitter:title" content="Unwind Pune">
<meta property="twitter:description" content="Unwind Pune - Connect and Cure. A Campaign for Mental Health & Well-being.">
<meta property="twitter:image" content="https://unwind-pune.soumyadipniyogi.repl.co/assets/logo.png">
</head>
<style>
body {
background-color: #9CC1B0;
color: #08482C !important;
}
table {
outline: 0;
table-layout: fixed;
}
img {
display: block;
margin: auto;
}
td {
text-align: center;
border: 0 !important;
padding: 0;
}
h2,
h4 {
color: #08482C !important;
}
blockquote {
text-align: center;
border: 0;
}
.social {
background-color: black;
}
.social svg {
padding: 1.5rem 2rem;
color: black;
}
.social a {
color: black;
}
</style>
<body>
<header>
<img class="logo" src="./assets/logo.svg" alt="Logo" height="100px" style="padding-left: 1%;">
<table>
<tbody>
<tr>
<td><a href="./blog.html">Blog</a></td>
<td><a href="./tabs.html">Events</a></td>
<td><a href="./projects.html">Contact</a></td>
<td><a href="./index.html">About</a></td>
</tr>
</tbody>
</table>
<img class="noinv" src="./assets/logo.svg" alt="Logo" width="70%" style="text-align:center">
</header>
<h2>What does our campaign do?</h2><br>
<ul>
<li><b>Hold webinars</b> with our therapists at schools and
orphanages in your state/country to spread
awareness on mental health, break the stigma by
debunking myths and make people aware of the
available resources and make them accessible</li>
<li> <b>Advocate</b> for the importance of the availability of a
trained mental health therapist in schools. (Note: a
guidance counselor and a mental health therapist
are two different people)
</li>
</ul>
<br>
<h2>
Who’s our target audience?
</h2>
<br>
<ul>
<li>High-school directors and principals</li>
<li>High-school students</li>
<li>Teachers</li>
<li>Parents</li>
</ul>
<br>
<h2>Departments:</h2>
<ol>
<li>
<h4>Research</h4>
<ul>
<li>Research-oriented team</li>
<li>Helping to compile research reports and draft
ideas on what to hold the event around.</li>
<li>Will help research existing mental health
resources specific to the city/country and also
making UNWIND’s resources accessible</li>
</ul>
</li>
<li>
<h4>Advocacy</h4>
<ul>
<li>Outreach-oriented team</li>
<li>Contacting local schools, orphanages, and
other educational institutes for the webinar
and advocacy for the importance of a
therapist in the above-mentioned
institutions</li>
</ul>
</li>
<li>
<h4>Education</h4>
<ul>
<li>Teaching and tech-oriented team</li>
<li>Identifying target schools/orphanages within the
region to host webinars.</li>
<li>Teaching Zoom workshops at schools using our
curriculum and contact templates.</li>
<li>Tracking student engagement</li>
</ul>
</li>
<li>
<h4>Other</h4>
<ul>
<li>Hosting local events (possibly in person
post-COVID)</li>
<li>Fundraising</li>
</ul>
</li>
</ol>
</body>
</html>