-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
279 lines (230 loc) · 11.7 KB
/
index.php
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
<!DOCTYPE HTML>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PHJXDR9');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149858010-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-149858010-1');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>LAHS Green Team</title>
<meta name="description" content="We are a dedicated group of students focused on fostering a culture of environmental responsibility at Los Altos High School and in the local community through organizing outreach activities and events.">
<meta name="keywords" content="LAHS Green Team,Environment,Environmental Organization,Environmentalism,Be Green Not Mean,Los Altos High School,Green Team,Environmental Conservation">
<meta name="author" content="Kung-Min Lin">
<!-- Open Graph (For Social Media Summary Cards) -->
<meta property="og:title" content="LAHS Green Team">
<meta proprety="og:description" content="We are a dedicated group of students focused on fostering a culture of environmental responsibility at Los Altos High School and in the local community through organizing outreach activities and events.">
<meta property="og:image" content="https://greenteam.lahs.club/images/school4.jpg">
<meta property="og:url" content="https://greenteam.lahs.club">
<!-- Twitter -->
<meta property="twitter:title" content="LAHS Green Team">
<meta proprety="twitter:description" content="We are a dedicated group of students focused on fostering a culture of environmental responsibility at Los Altos High School and in the local community through organizing outreach activities and events.">
<meta property="twitter:image" content="https://greenteam.lahs.club/images/school4.jpg">
<meta property="twitter:card" content="summary_large_image">
<link rel="shortcut icon" href="/images/favicon.png" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="index">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PHJXDR9"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="index.php">LAHS <span style="color:#66bb6a">GREEN TEAM</span></a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="/">HOME</a></li>
<li class="submenu">
<a href="#">MENU</a>
<ul>
<li><a href="/about">ABOUT</a></li>
<li><a href="/events">EVENTS AND CONFERENCES</a></li>
<li><a href="/posts">POSTS</a></li>
<li><a href="/contact">CONTACT</a></li>
<!-- <li class="submenu">
<a href="#">Submenu</a>
<ul>
<li><a href="#">Dolore Sed</a></li>
<li><a href="#">Consequat</a></li>
<li><a href="#">Lorem Magna</a></li>
<li><a href="#">Sed Magna</a></li>
<li><a href="#">Ipsum Nisl</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="/admin" class="button special">
<?php
session_start();
if (isset($_SESSION['logged_in'])) echo 'admin';
else echo 'login';
?>
</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<h2>LAHS GREEN TEAM</h2>
</header>
<p>Making our community <strong style="color:#81c784">Green</strong> since 2003
<br />
<footer>
<ul class="buttons vertical">
<li><a class="typeform-share button fit" href="https://leolin759220.typeform.com/to/rGWsTp" data-mode="popup" data-submit-close-delay="5" target="_blank" style="z-index:99999;">JOIN THE MOVEMENT</a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script></li>
</ul>
</footer>
</div>
</section>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-sun-o"></span>
<h2><strong>50%</strong> solar powered campus</h2>
<p>By utilizing our parking lot area, we have successfully
<br />
installed <strong>34,000 square feet</strong> of solar panels, which has generated over
<br />
<strong>393,000 kWh</strong> of electricity since its installation on Earth Day 2011</p>
</header>
<!-- One -->
<section class="wrapper style2 container special-alt">
<div class="row 50%">
<div class="8u 12u(narrower)">
<header>
<h2><strong>First</strong> High School District to combine intelligent energy storage and EV Charging</h2>
</header>
<p>In collaboration with <a href="http://www.greencharge.net/" style="color:#64ffda">Green Charge Networks</a> based in Santa Clara, the MVLA School District successfully implemented an energy storage system capable of reducing peak demand charges, which compensates for about 50% of the electric bill, saving $86,000 annually. Furthermore, by coupling this energy storage system with EV charging stations, our school district can reduce greenhouse gas emissions significantly.</p>
<footer>
<ul class="buttons">
<li><a href="http://www.greencharge.net/californias-mountain-view-los-altos-high-school-district-becomes-the-first-us-high-school-district-to-combine-intelligent-energy-storage-and-ev-charging/" class="button">Find Out More</a></li>
</ul>
</footer>
</div>
<div class="4u 12u(narrower) important(narrower)">
<ul class="featured-icons">
<li><span class="icon fa-car"><span class="label">Feature 1</span></span></li>
<li><span class="icon fa-flash"><span class="label">Feature 2</span></span></li>
<li><span class="icon fa-battery-full"><span class="label">Feature 3</span></span></li>
</ul>
</div>
</div>
</section>
<!-- Two -->
<section class="wrapper style1 container special">
<div class="row">
<div class="4u 12u(narrower)">
<section>
<span class="icon featured fa-trash-o"></span>
<header>
<h3>Landfill</h3>
</header>
<p>We are a zero-waste campus. That's right, we do not have any landfill trash bins, and our students are responsible for sorting their own trash and disposing them accordingly.</p>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<span class="icon featured fa-recycle"></span>
<header>
<h3>Recycle</h3>
</header>
<p>The recycle bins on our campus are labeled properly, some with a distinct blue color so students can recognize them easily.</p>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<span class="icon featured fa-leaf"></span>
<header>
<h3>Compost</h3>
</header>
<p>In addition to having regular compost bins around campus, we have a huge compost bin which we move around campus to collect compost waste from students. Not only does this encourage composting more assertively, the huge compost bin, which is capable of rotating its contents, can convert compost waste to natural fertilizers directly.</p>
</section>
</div>
</div>
</section>
<!-- Three -->
<section class="wrapper style3 container special">
<header class="major">
<h2>Our <strong>Green Campus</strong></h2>
</header>
<div class="row">
<div class="6u 12u(narrower)">
<section>
<div class="image featured" style="width:100%;height:250px;background-image:url('images/school1.jpg');background-position:center;background-size:cover;background-repeat:no-repeat"></div>
<!-- <header>
<h3>A Really Fast Train</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p> -->
</section>
</div>
<div class="6u 12u(narrower)">
<section>
<div class="image featured" style="width:100%;height:250px;background-image:url('images/school2.jpg');background-position:center;background-size:cover;background-repeat:no-repeat"></div>
<header>
</section>
</div>
</div>
<div class="row">
<div class="6u 12u(narrower)">
<section>
<div class="image featured" style="width:100%;height:250px;background-image:url('images/school3.jpg');background-position:center;background-size:cover;background-repeat:no-repeat"></div>
</section>
</div>
<div class="6u 12u(narrower)">
<section>
<div class="image featured" style="width:100%;height:250px;background-image:url('images/school4.jpg');background-position:center;background-size:cover;background-repeat:no-repeat"></div>
</section>
</div>
</div>
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Ready to take <strong>action</strong>?</h2>
<p>Contact us or view our upcoming events and volunteer opportunities.</p>
</header>
<footer>
<ul class="buttons">
<li><a href="/events" class="button special">Events</a></li>
<li><a href="mailto:[email protected]" class="button">Email Us</a></li>
</ul>
</footer>
</section>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/footer.php') ?>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>