-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
365 lines (344 loc) · 17.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Cuda - An awesome single page portfolio html template</title>
<!--========= GOOGLE FONTS =========-->
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--========= VENDORS FILES =========-->
<link rel="stylesheet" href="vendors/css/animated_circle.css">
<link rel="stylesheet" href="vendors/css/normalize.css">
<link rel="stylesheet" href="vendors/css/grid.css">
<!--========= RESOURCES FILES =========-->
<link rel="shortcut icon" href="resources/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="resources/css/style.css">
<link rel="stylesheet" href="resources/css/responsive.css">
</head>
<body>
<!--========= STARTS HEADER SECTION =========-->
<header id="home">
<nav>
<div class="row">
<a href="#">
<img class="logo" src="resources/img/logo.png" alt="Cuda">
</a>
<ul class="main_nav">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#services">Service</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonial">About Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="row">
<div class="hero_text_box">
<h1>Hi there! We are the new kids on the block
and we build awesome websites and mobile apps.</h1>
<a href="#" class="btn btn_hero">WORK WITH US!</a>
</div>
</div>
</div>
</header>
<!--========= END HEADER SECTION =========-->
<!--========= STARTS SERVICES SECTION =========-->
<section class="services_section js_services_section" id="services">
<div class="row">
<h2>SERVICES WE PROVIDE</h2>
<p class="little_description">We are working with both individuals and businesses from all over the globe
to create awesome websites and applications.
</p>
</div>
<div class="row">
<div class="col span_1_of_4 box">
<img class="services_icon" src="resources/img/flag.png" alt="Flag">
<h3>Branding</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
</div>
<div class="col span_1_of_4 box">
<img class="services_icon" src="resources/img/crayon.png" alt="Crayon">
<h3>Design</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem nditiis praesentium.</p>
</div>
<div class="col span_1_of_4 box">
<img class="services_icon" src="resources/img/gears.png" alt="Crayon">
<h3>Development</h3>
<p>At vero eos et accusamus et iusto odio dignissimos qui blanditiis praesentium.</p>
</div>
<div class="col span_1_of_4 box">
<img class="services_icon" src="resources/img/rocket.png" alt="Gears">
<h3>Rocket Science</h3>
<p>Et harum quidem rerum est et expedita distinctio. Nam libero tempore.</p>
</div>
</div>
</section>
<!--========= END SERVICES SECTION =========-->
<!--========= STARTS TEAM SECTION =========-->
<section class="team_section" id="team">
<div class="row">
<h2>MEET OUR BEAUTIFUL TEAM</h2>
<p class="little_description">We are a small team of designers and developers, who help brands with big ideas.</p>
</div>
<div class="row">
<div class="col span_1_of_4 box">
<img class="team_member" src="resources/img/1.jpg" alt="ANNE HATHAWAY">
<h3>ANNE HATHAWAY</h3>
<span class="role">CEO / Marketing Guru</span>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p>
<div class="social_link">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="far fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_4 box">
<img class="team_member" src="resources/img/2.jpg" alt="Kate Upton">
<h3>Kate Upton</h3>
<span class="role">Creative Director</span>
<p>Duis aute irure dolor in in voluptate velit esse cillum dolore fugiat nulla pariatur. Excepteur sint occaecat non diam proident.</p>
<div class="social_link">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="far fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_4 box">
<img class="team_member" src="resources/img/3.jpg" alt="Olivia Wilde">
<h3>Olivia Wilde</h3>
<span class="role">Lead Designer</span>
<p>Nemo enim ipsam voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem nesciunt.</p>
<div class="social_link">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="far fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_4 box">
<img class="team_member" src="resources/img/4.jpg" alt="Ashley Greene">
<h3>Ashley Greene</h3>
<span class="role">CEO / Developer</span>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
<div class="social_link">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="far fa-envelope"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<!--========= END TEAM SECTION =========-->
<!--========= START SKILL SECTION =========-->
<section class="skill_section" id="skill">
<div class="row">
<h2>WE GOT SKILLS!</h2>
<p class="little_description">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="row">
<div class="col span_1_of_4 box">
<svg class="radial-progress web_design" data-percentage="90" viewBox="0 0 80 80">
2
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
3
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
4
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">90%</text>
5
</svg>
<h3>Web Design</h3>
</div>
<div class="col span_1_of_4 box">
<svg class="radial-progress html_css" data-percentage="75" viewBox="0 0 80 80">
2
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
3
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
4
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">75%</text>
5
</svg>
<h3>HTML / CSS</h3>
</div>
<div class="col span_1_of_4 box">
<svg class="radial-progress graphic_design" data-percentage="70" viewBox="0 0 80 80">
2
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
3
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
4
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">70%</text>
5
</svg>
<h3>Graphic Design</h3>
</div>
<div class="col span_1_of_4 box">
<svg class="radial-progress ui_ux" data-percentage="85" viewBox="0 0 80 80">
2
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
3
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
4
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">85%</text>
5
</svg>
<h3>UI / UX</h3>
</div>
</div>
</section>
<!--========= END SKILL SECTION =========-->
<!--========= START PORTFOLIO SECTION =========-->
<section class="portfolio_section" id="portfolio">
<div class="row">
<h2>OUR PORTFOLIO</h2>
<p class="little_description">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet consectetur, adipisci velit, sed quia non numquam</p>
</div>
<div class="row">
<div class="portfolio_filter">
<button type="button" data-filter="all">All</button>
<button type="button" data-filter=".web">Web</button>
<button type="button" data-filter=".apps">App</button>
<button type="button" data-filter=".icons">Icons</button>
</div>
</div>
<div class="row container">
<div class="col span_1_of_2 mix apps box">
<img class="portfolio_img" src="resources/img/portfolio1.png" alt="Isometric Perspective Mock-Up">
<h4>Isometric Perspective Mock-Up</h4>
</div>
<div class="col span_1_of_2 mix apps web box">
<img class="portfolio_img" src="resources/img/portfolio2.png" alt="Time Zone App UI">
<h4>Time Zone App UI</h4>
</div>
<div class="col span_1_of_2 mix icons box">
<img class="portfolio_img" src="resources/img/portfolio3.png" alt="Viro Media Players UI">
<h4>Viro Media Players UI</h4>
</div>
<div class="col span_1_of_2 mix icons web apps box">
<img class="portfolio_img" src="resources/img/portfolio4.png" alt="Blog / Magazine Flat UI Kit">
<h4>Blog / Magazine Flat UI Kit</h4>
</div>
<!-- Hidden Load More Button
<div class="row">
<a href="#" class="load_more_projects btn btm_load_more">Load More Projects</a>
</div>
-->
</div>
</section>
<!--========= END PORTFOLIO SECTION =========-->
<!--========= START TESTIMONIAL SECTION =========-->
<section class="testimonial" id="testimonial">
<div class="row">
<h2>What people say about us</h2>
<p class="little_description">Our Clients Love us</p>
</div>
<div class="row">
<div class="col span_1_of_2 box">
<div class="client_photo">
<img src="resources/img/1.jpg" alt="Channel Imam">
</div>
<div class="client_review">
<p>“Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque.”</p>
<h3>Channel Imam</h3>
<span class="role">CEO of Pinterest</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client_photo">
<img src="resources/img/2.jpg" alt="ADRIANA LIMA">
</div>
<div class="client_review">
<p>“Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.”
</p>
<h3>ADRIANA LIMA</h3>
<span class="role">CEO of Pinterest</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client_photo">
<img src="resources/img/3.jpg" alt="ANNE HATHAWAY">
</div>
<div class="client_review">
<p>“Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque. </p>
<h3>ANNE HATHAWAY</h3>
<span class="role">Lead Design and Behance</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client_photo">
<img src="resources/img/4.jpg" alt="Imma Stone">
</div>
<div class="client_review">
<p>“Phasellus non purus vel arcu tempor commodo. Fusce semper, purus vel luctus molestie, risus sem cursus neque.” </p>
<h3>Imma Stone</h3>
<span class="role">Cofounder of Pinterest</span>
</div>
</div>
</div>
</section>
<!--========= END TESTIMONIAL SECTION =========-->
<!--========= START CONTACT SECTION =========-->
<section class="contact_section" id="contact">
<div class="row">
<h2>GET IN TOUCH</h2>
<p class="little_description">1600 Pennsylvania Ave NW, Washington, DC 20500, United States of America. Tel: (202) 456-1111</p>
</div>
<div class="row">
<form action="#" method="POST">
<div class="row">
<div class="col span_1_of_2">
<input type="text" name="Name" placeholder="Your Name *" required>
</div>
<div class="col span_1_of_2">
<input type="email" name="Email" placeholder="Your Email *" required>
</div>
</div>
<div class="row">
<textarea name="Message" cols="30" rows="10" placeholder="Your Message *" required></textarea>
</div>
<div class="row">
<input type="submit" value="Send Message" class="btn btn_submit">
</div>
</form>
</div>
</section>
<!--========= END CONTACT SECTION =========-->
<!--========= START FOOTER SECTION =========-->
<section class="footer_section">
<div class="row">
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Behance</a></li>
<li><a href="#">Dribble</a></li>
<li><a href="#">Github</a></li>
</ul>
</div>
</section>
<!--========= END FOOTER SECTION =========-->
<!--========= JS SCRIPTS =========-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="vendors/js/html5shiv-printshiv.min.js"></script>
<script src="vendors/js/respond.min.js"></script>
<script src="vendors/js/selectivizr-min.js"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="vendors/js/animated_circle.js"></script>
<script src="vendors/js/mixitup.min.js"></script>
<script src="resources/js/main.js"></script>
</body>
</html>