-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
254 lines (227 loc) · 15.6 KB
/
index.html
File metadata and controls
254 lines (227 loc) · 15.6 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 lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>DNHS App Development
</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="css/styles.css" rel="stylesheet" />
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#page-top">DNHS Application Development</a>
<button class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#our-work">Our Work</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#about">About</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<img class="masthead-avatar mb-5" src="assets/img/app-dev-logo.png" alt="..." />
<h1 class="masthead-heading text-uppercase mb-0">DNHS APPLICATION DEVELOPMENT</h1>
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<p class="masthead-subheading font-weight-light mb-0">Computer science students designing applications and websites for clubs, non-profits, and more!</p>
</div>
</header>
<section class="page-section portfolio" id="our-work">
<div class="container">
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Our Work</h2>
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/coding4kidz.png" alt="..." />
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/gidas.jpg" alt="..." />
</div>
</div>
</div>
</div>
</section>
<section class="page-section bg-primary text-white mb-0" id="about">
<div class="container">
<h2 class="page-section-heading text-center text-uppercase text-white">About</h2>
<center>
<p class="masthead-subheading font-weight-light mb-0">We are a group of computer science students at Del Norte High School in San Diego, California. We created this club to help other clubs and non-profits reach more people via applications and websites. We have already helped a variety of groups, and we hope to help even more before we graduate!</p>
</center>
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<div id="aboutLeadership" class="lightsection"><center>
<div style="width:80%">
<div class="row justify-content-around">
<div class="teamImagecontainer">
<img class="teamImage" src="assets/img/chris.png" alt="Chris Photo">
<div style="margin-top:10px" class="container">
<h4><b>Chris Duroiu</b></h4>
<p>President</p>
<a href="https://github.com/ChristopherDuroiu"><img src="assets/img/github.png" alt="GitHub Link" style="width:20px;height:20px;"></a>
</div>
</div>
<div class="teamImagecontainer">
<img class="teamImage" src="assets/img/nolan.png" alt="Nolan Photo">
<div style="margin-top:10px" class="container">
<h4><b>Nolan Platt</b></h4>
<p>Vice President</p>
<a href="https://github.com/nolanplatt"><img src="assets/img/github.png" alt="GitHub Link" style="width:20px;height:20px;"></a>
</div>
</div>
<div class="teamImagecontainer">
<img class="teamImage" src="assets/img/raquib.jpg" alt="Raquib Photo">
<div style="margin-top:10px" class="container">
<h4><b>Raquib Alam</b></h4>
<p>Vice President</p>
<a href="https://github.com/chiefguap"><img src="assets/img/github.png" alt="GitHub Link" style="width:20px;height:20px;"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-section" id="contact">
<div class="container">
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Contact Us</h2>
<center>
<p class="masthead-subheading font-weight-light mb-0">If you are interested in us making a <i>free</i> application or website for your club or non-profit - or just have a question - contact us below!</p>
</center>
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8 col-xl-7">
<form id="contactForm" data-sb-form-api-token="6ed4fc16-5fd3-4e94-95e2-6cb922afb4c7">
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<div class="form-floating mb-3">
<input class="form-control" id="email" type="email" placeholder="name@example.com" data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<div class="form-floating mb-3">
<input class="form-control" id="phone" type="tel" placeholder="(123) 456-7890" data-sb-validations="required" />
<label for="phone">Phone number</label>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
</div>
<div class="form-floating mb-3">
<textarea class="form-control" id="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div>
<div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="fw-bolder">Thank you for contacting us! We will contact you via phone/email soon!</div>
</div>
</div>
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
<button class="btn btn-primary btn-xl disabled" id="submitButton" type="submit">Send</button>
</form>
</div>
</div>
</div>
</section>
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="copyright py-4 text-center text-white">
<div class="container"><small>Copyright © DNHS Application Development 2022</small> <br> <a href="http://startbootstrap.com">Theme Credit</a>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" aria-labelledby="portfolioModal1" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Coding4Kidz</h2>
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/coding4kidz.png" alt="..." />
<p class="mb-4"><a href = "https://coding4kidz.org">https://coding4kidz.org</a> <br> Our team helped create a multi-page website for Coding4Kidz, another non-profit club at Del Norte High School. This website allowed the club to expand their membership and allow for more signups to their coding classes.</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" aria-labelledby="portfolioModal2" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">DNHS GIDAS</h2>
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/gidas.jpg" alt="..." />
<p class="mb-4">DNHS GIDAS</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>