forked from SRCPloetoe/projectnextech
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout_us.html
More file actions
207 lines (189 loc) · 10.1 KB
/
about_us.html
File metadata and controls
207 lines (189 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Us - Project NexTech, Inc.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A nonprofit organization dedicated to effective and free STEM education for all students powered by high school and college students from across southern California that currently works with the San Diego Branch Library system, the San Diego Bengali Association (Saikat), the Poway Unified School District, with volunteers from Francis Parker School / FRC Team 2485 (W.A.R. Lords), Del Norte High School / FRC Team 3749 (Optix), Fairmont Preparatory High School, Westview High School / FRC Team 3341 (Option 16), Academy of Our Lady of Peace / FRC Team 6885 (The Pilots), Rancho Bernardo High School / FRC Team 2658 (Σ-Motion), and more">
<meta name="author" content="Project NexTech">
<meta name="keywords" content="NexTech, STEM, education, nonprofit">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
</head>
<body>
<header>
<div class="navigation-wrap bg-light start-header start-style">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html">
<img src="./img/Logo.png" alt="Logo" class="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto py-4 py-md-0">
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="about_us.html"><strong>About Us</strong></a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="our_team.html">Our Team</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="courses.html">Courses</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="impact.html">Impact</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="get_involved.html">Get Involved</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<main>
<section class="inner" style="padding-top: 110px; text-align: center;">
<h2 id="news_bar">Loading data...</h2>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="topper" style="padding-top: 25px;">
<h1>About Us</h1>
<p style="padding-bottom: 30px;">Learn about the inner workings and history of Project NexTech!</p>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>Mission Statement</h2>
<p id="mission" style="font-size: 1.5rem; font-weight: 600;">Loading data...</p>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>What We Do</h2>
<p id="what_we_do">Loading data...</p>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>Values</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">(1) For Students, By Students</h5>
<p class="card-text" id="values1">Loading data...</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">(2) Connect The Dots</h5>
<p class="card-text" id="values2">Loading data...</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">(3) Free and Volunteer-Powered</h5>
<p class="card-text" id="values3">Loading data...</p>
</div>
</div>
</div>
</div>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>Business Structure</h2>
<p id="business_structure">Loading data...</p>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>Transparency</h2>
<p id="transparency_report">Loading data...</p>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>Our Founding</h2>
<p id="our_founding">Loading data...</p>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<section class="inner">
<h2>Any questions? Please contact us below!</h2>
<h4>Submitting this form notifies leadership members who can address your message.</h4>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf4M2khQ8Y2gH-jEHZsTj3zMgPn0cSr0MZqVcf4gVh15wu5Og/viewform?embedded=true" width="100%" height="500" frameborder="0" marginheight="0" marginwidth="0" style="filter: invert(1) hue-rotate(180.0deg);"></iframe>
<hr style="border-color: #888; border-style: solid; border-width: 1px;">
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-2 logo-column">
<img src="./img/Logo.png" alt="Logo" class="footer-logo">
</div>
<div class="col-md-7 mission-column">
<p id="mission_statement">Loading data...</p>
</div>
<div class="col-md-3 links-column">
<div class="links-grid">
<a class="footer-link" href="index.html">Home</a>
<a class="footer-link" href="about_us.html">About Us</a>
<a class="footer-link" href="our_team.html">Our Team</a>
<a class="footer-link" href="courses.html">Courses</a>
<a class="footer-link" href="impact.html">Impact</a>
<a class="footer-link" href="get_involved.html">Get Involved</a>
</div>
</div>
</div>
<div class="social-links">
<a href="https://www.facebook.com/profile.php?id=61560717552719" target="_blank">
<img src="img/facebook_logo.png" alt="Facebook Logo" class="social-logo"> Project NexTech
</a>
<a href="https://www.linkedin.com/company/project-nextech" target="_blank">
<img src="img/linkedin_logo.png" alt="LinkedIn Logo" class="social-logo"> Project NexTech
</a>
<a href="https://www.instagram.com/projectnextech/" target="_blank">
<img src="img/instagram_logo.png" alt="Instagram Logo" class="social-logo"> @ProjectNexTech
</a>
<a href="https://www.youtube.com/channel/UCaMPwKcJ3ifjqaFoN-cqoTA" target="_blank">
<img src="img/youtube_logo.png" alt="YouTube Logo" class="social-logo"> @ProjectNexTech
</a>
<a href="mailto:info@projectnextech.com">
<img src="img/mail_logo.png" alt="Gmail Logo" class="social-logo"> info@projectnextech.org
</a>
</div>
<div style="margin-top: 20px;">
© 2025 Project NexTech, Inc. All rights reserved.
</div>
</div>
</footer>
</main>
<script>
(async () => {
await fetchEntireSheet('About Us');
displaySheetData('About Us', 'A2', 'mission'); // Usage: <p id="ID">Loading data...</p>
displaySheetData('About Us', 'A4', 'what_we_do');
displaySheetData('About Us', 'A6', 'values1');
displaySheetData('About Us', 'B6', 'values2');
displaySheetData('About Us', 'C6', 'values3');
displaySheetData('About Us', 'A8', 'business_structure');
displaySheetData('About Us', 'A10', 'transparency_report');
displaySheetData('About Us', 'A12', 'our_founding');
await fetchEntireSheet('Global');
displaySheetData('Global', 'A2', 'mission_statement');
displaySheetData('Global', 'A5', 'news_bar');
})();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</body>
</html>