-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
254 lines (230 loc) · 10.5 KB
/
index.html
File metadata and controls
254 lines (230 loc) · 10.5 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
[<!DOCTYPE html>
<html>
<title>PGWECN</title>
<link rel="icon" type="image/x-icon" href="https://lh3.googleusercontent.com/9oh2H8uRicbUs8kQLdT6hQI6jLJH26qL23qR2EE9hCxGF1Pi7R1YMNX8gQuL-Eyc3FrU562uXkHmdNL6ZG2hd2gNXJFUQ-ZwQB6cG13OgOonMIfdJHEvma-V9mdUQPqey7sUVB0SQg=w2400">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("https://lh3.googleusercontent.com/WFIhlnwzu4K1vh7LSHbaV3llL3sCKnuVteUY38-0XK8EvLfNY_dhxbqLFIjMH3tloZlT9JhSJZpNd5jfbXpWUj0IBMMz3iy-Tksom3eJT4Z94Eu9jExP4_Gk6Gu-Xl_E3QNfyb0A-w=w2400");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="#home" class="w3-bar-item w3-button w3-wide">PGWECN!</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">ABOUT</a>
<a href="#team" class="w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
</nav>
<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container w3-grayscale-min" id="home">
<div class="w3-display-left w3-text-white" style="padding:48px">
<span class="w3-jumbo w3-hide-small">Down But not out!</span><br>
<span class="w3-xxlarge w3-hide-large w3-hide-medium"> </span><br>
<span class="w3-large"></span>
<p><a href="https://pgwecn.github.io/Blog/roots.html" class="w3-button w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off">Learn all about it!</a></p>
</div>
<div class="w3-display-bottomleft w3-text-grey w3-large" style="padding:24px 48px">
<a href="https://www.instagram.com/pgwecn/"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://twitter.com/pgwecnpro"><i class="fa fa-twitter w3-hover-opacity"></i></a>
</div>
</header>
<!-- About Section -->
<div class="w3-container" style="padding:128px 16px" id="about">
<h3 class="w3-center">ABOUT PGWECN!</h3>
<p class="w3-center w3-large">Key features of our company</p>
<div class="w3-row-padding w3-center" style="margin-top:64px">
<div class="w3-quarter">
<i class="fa fa-desktop w3-margin-bottom w3-jumbo w3-center"></i>
<p class="w3-large">Community!</p>
<p>PGWECN is dedicated to fulfilling people's mental health needs through a tight-knit and close-connected community, both of trained STAFF and like-minded individuals!</p>
</div>
<div class="w3-quarter">
<i class="fa fa-heart w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Passion!</p>
<p>PGWECN STAFF and community have a passion for helping people and dedicate a large part of their time to fulfilling that goal. We truly care about our jobs unlike our competitors!</p>
</div>
<div class="w3-quarter">
<i class="fa fa-diamond w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Unique!</p>
<p>PGWECN tries it's best to find unique and inviting ways to help it's patients and friends, including social media tasks, helpful videos, and more!</p>
</div>
<div class="w3-quarter">
<i class="fa fa-cog w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Support</p>
<p>PGWECN doesn't stop till you do. We support you always, and forever, till the end!</p>
</div>
</div>
</div>
<!-- Promo Section - "We know design" -->
<div class="w3-container w3-light-grey" style="padding:128px 16px">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>Our Community</h3>
<p>Join our Discord to stay up to date with us!</p>
<p><a href="https://discord.gg/apUtDQr3yZ" class="w3-button w3-black"><i class="fa fa-th"> </i>Discord</a></p>
</div>
<div class="w3-col m6">
<img class="w3-image w3-round-large" src="https://lh3.googleusercontent.com/ICuGlbz3KitRZS--WtaGakzUmOoR2X1w_ZpJMSr0RYx1MXKNha-y3wCw2r3OPsbVwjrLWAnOJJcG0PB98EF0VIicZ1Ng3SQ2BdXw3BKJnuzOIM6PHa761IMtpJyBrXkZQXpE49vi-g=w2400" alt="Buildings" width="700" height="394">
</div>
</div>
</div>
<!-- Team Section -->
<div class="w3-container" style="padding:128px 16px" id="team">
<h3 class="w3-center">THE FOUNDERS</h3>
<p class="w3-center w3-large">The ones who started it all!</p>
<div class="w3-row-padding w3-grayscale" style="margin-top:64px">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="https://lh3.googleusercontent.com/G2-fmw_s1gBcCOnvl6L-f5kZE3qgJW2BCym6Ao7AtYmypqzkKK5JaGyoqESESI03uApO4WOwBARyDgGGbHodH-Hpm4xyPo67Z1750BFZZ2-xGIhaLhG0OENJ6rMyOQVaxIamFL7Bbg=w2400" alt="Keith" style="width:100%">
<div class="w3-container">
<h3>Keith Khaotic</h3>
<p class="w3-opacity">CEO & Founder</p>
<p>Our purposeful and energetic founder, whose made this company and is willing to fight for it!</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="https://lh3.googleusercontent.com/I7gEja0IfBIfD__pWNjMBrbbND59wVAkkfcs-b-38cmzDhE3kA82IfK72VmKcaZE6HhMQsimIufz_Bo5J046m6DYqBSe-bF7t_sVxfEhtV0pos8_OztXYTORyM30JE8nIrfMg_O6kw=w2400" alt="Winter" style="width:100%">
<div class="w3-container">
<h3>Winter WizzardVT!</h3>
<p class="w3-opacity">Content Manager</p>
<p>Our content manager who helps with the various projects PGWECN has planned in store for the future, including but not limited to CCREW!</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="https://lh3.googleusercontent.com/ze2tGJNw8FaVGknM1gYisQHvU0TAG_A9_x99-lMU9zEynP3wwtNLg95i3gHQae7ErwuQchhFIBPu2EZjjwEz8cpYFoZ4xn-OlXaTz7b5955LHeNCRIeKoMQJDZblRGKPxxslcbyGGA=s256-p-k" alt="Mike" style="width:100%">
<div class="w3-container">
<h3>Danny "Funtime"</h3>
<p class="w3-opacity">Head of Moderation</p>
<p>The head and management of moderation, usage, and terms for the PGWECN communities!</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="Assets/Magikarp.png" alt="Dan" style="width:100%">
<div class="w3-container">
<h3>Magikarp </h3>
<p class="w3-opacity">Mascot</p>
<p>Does stuff, we think..? </p>
</div>
</div>
</div>
</div>
</div>
<!-- Promo Section "Statistics" -->
<div class="w3-container w3-row w3-center w3-dark-grey w3-padding-64">
<div class="w3-quarter">
<span class="w3-xxlarge">2+</span>
<br>Partners
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">55+</span>
<br>Projects Done
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">100+</span>
<br>Happy Patients
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">150+</span>
<br>Meetings
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-xxlarge w3-black w3-padding-large w3-display-topright" title="Close Modal Image">×</span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<!-- Skills Section -->
<div class="w3-container w3-light-grey w3-padding-64">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>Our Skills.</h3>
<p>We work vivaciously to deliver help, advice, counseling, and more to the communities in need. We plan to host fundraisers, counseling, and so much more!</p>
</div>
<div class="w3-col m6">
<p class="w3-wide">Therapy & Selftalk</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-center" style="width:90%">90%</div>
</div>
<p class="w3-wide">Counseling</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-center" style="width:85%">85%</div>
</div>
<p class="w3-wide">Fundraising</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-center" style="width:75%">Soon</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://www.instagram.com/pgwecn/"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://twitter.com/pgwecnpro"><i class="fa fa-twitter w3-hover-opacity"></i></a>
</div>
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
</body>
</html>