-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
300 lines (289 loc) · 13.8 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
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>node.ly | Node Js for days</title>
<meta name="description"
content="Coding JavaScript, Node and Sass for days."/>
<!--Inter UI font-->
<link href="https://rsms.me/inter/inter-ui.css" rel="stylesheet">
<!--vendors styles-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css">
<!-- Bootstrap CSS / Color Scheme -->
<link rel="stylesheet" href="css/default.css" id="theme-color">
</head>
<body>
<!--navigation-->
<section class="smart-scroll">
<div class="container-fluid">
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand heading-black" href="/index.html">
node & JS
</a>
<button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="collapse"
data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false"
aria-label="Toggle navigation">
<span data-feather="grid"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#members">Members</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll d-flex flex-row align-items-center text-primary" href="#">
<em data-feather="layout" width="18" height="18" class="mr-2"></em>
View Projects
</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<!--hero header-->
<section class="py-7 py-md-0 bg-hero" id="home">
<div class="container">
<div class="row vh-md-100">
<div class="col-md-8 col-sm-10 col-12 mx-auto my-auto text-center">
<h1 class="heading-black text-capitalize">CPE 461 Group Two</h1>
<p class="lead py-3">We're a diverse group of individuals with a plethora of creative abilities.
We're also valiant crusaders in the fight for scalable products and web accessibility standards.</p>
<button class="btn btn-primary d-inline-flex flex-row align-items-center">
View Projects
<em class="ml-2" data-feather="arrow-right"></em>
</button>
</div>
</div>
</div>
</section>
<!-- about section -->
<section class="pt-6 pb-7" id="about">
<div class="container">
<div class="row">
<div class="col-md-8 text-left">
<h2 class="heading-black">node & JS, saving lives since the dawn of time</h2>
<p class="text-muted lead">Our weapons of choice for our class projects are JavaScript and Node JS, with a little bit Sass here and there 😉.
Our chariots are our code editors (VS Code ✌ 🚀), which convey us to the battle arena (or the interwebs; this works too), where we fight valiantly to deliver worldclass user experiences.
Our armors and shields were forged from the most potent of talismans—by which every victor (successful tech company) lives and breathes—Design Principles.
Our most ruthless enemies are web inaccessiblity and bugs (blood hounds). A luta continua; victoria ascerta.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-md-10 mx-auto">
<div class="row feature-boxes">
<div class="col-md-6 box">
<div class="icon-box box-primary">
<div class="icon-box-inner">
<span data-feather="layout" width="35" height="35"></span>
</div>
</div>
<h5>Design Principles</h5>
<p class="text-muted">We leverage scalable design principles that are fundamently essential and have been proven to yield worldclass results.</p>
</div>
<div class="col-md-6 box">
<div class="icon-box box-success">
<div class="icon-box-inner">
<span data-feather="code" width="35" height="35"></span>
</div>
</div>
<h5>JavaScript</h5>
<p class="text-muted">JavaScript, the starting point of all things dynamic and creative. We employ the power of JS to build scalable web products.</p>
</div>
<div class="col-md-6 box">
<div class="icon-box box-danger">
<div class="icon-box-inner">
<span data-feather="anchor" width="35" height="35"></span>
</div>
</div>
<h5>Node JS</h5>
<p class="text-muted">Ah Node Js, our backbone. The one that has enabled deliver server efficient and scalable products for our clients.</p>
</div>
<div class="col-md-6 box">
<div class="icon-box box-info">
<div class="icon-box-inner">
<span data-feather="file-text" width="35" height="35"></span>
</div>
</div>
<h5>Sass and Style guides</h5>
<p class="text-muted">Regular CSS is boring and limiting, so we use what we call "CSS on steriods"—That's Sass. 🔥 We also leverage style guide to make scalable and reusable components.</p>
</div>
</div>
</div>
</div>
<div class="row mt-6">
<div class="col-md-6 mr-auto">
<h2>node & JS is more than just a group of students.</h2>
<p class="mb-5">We're valiant crusaders who fight valiantly to deliver worldclass user experiences for our clients.</p>
<a href="#" class="btn btn-light">
View Projects
</a>
</div>
<div class="col-md-5">
<div class="slick-about">
<img src="img/blog-1.jpg" class="img-fluid rounded d-block mx-auto" alt="Work 1"/>
<img src="img/blog-2.jpg" class="img-fluid rounded d-block mx-auto" alt="Work 2"/>
<img src="img/blog-3.jpg" class="img-fluid rounded d-block mx-auto" alt="Work 3"/>
</div>
</div>
</div>
</div>
</section>
<!--team members section-->
<section class="pt-6 pb-6" id="members">
<div class="container">
<div class="row">
<div class="col-md-6 mx-auto text-center">
<h2 class="heading-black">Team Members</h2>
<p class="text-muted lead">Our valiant crusaders</p>
</div>
</div>
<div class="row mt-5">
<div class="col-md-2">
<div class="card">
<img src="https://picsum.photos/200?random=3">
</div>
</div>
<div class="col-md-2">
<div class="card">
<img src="https://picsum.photos/200?random=2">
</div>
</div>
</div>
</div>
</section>
<!--news section-->
<section class="py-7 bg-dark section-angle top-left bottom-left" id="blog">
<div class="container">
<div class="row">
<div class="col-md-6 mx-auto text-center">
<h2 class="heading-black">News from node & JS.</h2>
<p class="text-muted lead">What's new at node & JS.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-md-4">
<div class="card">
<a href="#">
<img class="card-img-top img-raised" src="img/blog-1.jpg" alt="Blog 1">
</a>
<div class="card-body">
<a href="#" class="card-title mb-2"><h5>We launch new iOS & Android mobile apps</h5></a>
<p class="text-muted small-xl mb-2">October 8th, 2021</p>
<p class="card-text">Nam liber tempor cum soluta nobis eleifend option congue nihil imper,
consectetur adipiscing elit. <a href="#">Learn more</a></p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<a href="#">
<img class="card-img-top img-raised" src="img/blog-2.jpg" alt="Blog 2">
</a>
<div class="card-body">
<a href="#" class="card-title mb-2"><h5>New update is available for the editor</h5></a>
<p class="text-muted small-xl mb-2">October 8th, 2021</p>
<p class="card-text">Nam liber tempor cum soluta nobis eleifend option congue nihil imper,
consectetur adipiscing elit. <a href="#">Learn more</a></p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<a href="#">
<img class="card-img-top img-raised" src="img/blog-3.jpg" alt="Blog 3">
</a>
<div class="card-body">
<a href="#" class="card-title mb-2"><h5>The story of building #1 page builder</h5></a>
<p class="text-muted small-xl mb-2">October 8th, 2021</p>
<p class="card-text">Nam liber tempor cum soluta nobis eleifend option congue nihil imper,
consectetur adipiscing elit. <a href="#">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="row mt-6">
<div class="col-md-6 mx-auto text-center">
<a href="#" class="btn btn-primary">View all posts</a>
</div>
</div>
</div>
</section>
<!--footer-->
<footer class="py-6">
<div class="container">
<div class="row">
<div class="col-sm-5 mr-auto">
<h5>node & JS</h5>
<p class="text-muted">A diverse group of individuals with a plethora of creative abilities.
We're also valiant crusaders in the fight for scalable products and web accessibility standards.</p>
<ul class="list-inline social social-sm">
<li class="list-inline-item">
<a href=""><i class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href=""><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href=""><i class="fa fa-google-plus"></i></a>
</li>
<li class="list-inline-item">
<a href=""><i class="fa fa-dribbble"></i></a>
</li>
</ul>
</div>
<div class="col-sm-2">
<h5>Legal</h5>
<ul class="list-unstyled">
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="col-sm-2">
<h5>Partner</h5>
<ul class="list-unstyled">
<li><a href="#">Refer a friend</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Partners</a></li>
</ul>
</div>
<div class="col-sm-2">
<h5>Help</h5>
<ul class="list-unstyled">
<li><a href="#">Support</a></li>
</ul>
</div>
</div>
<div class="row mt-5">
<div class="col-12 text-muted text-center small-xl">
© 2021 node & JS - All Rights Reserved
</div>
</div>
</div>
</footer>
<!--scroll to top-->
<div class="scroll-top">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.7.3/feather.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>