-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
404 lines (341 loc) · 14.2 KB
/
index.html
File metadata and controls
404 lines (341 loc) · 14.2 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
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!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>
<link rel="shortcut icon" type="image/x-icon" href="resources/img/favicon.png" />
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
<!-- FONT AWESOME -->
<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/normalize.css">
<link rel="stylesheet" href="vendors/css/grid.css">
<!-- RESOURCES FILES -->
<link rel="stylesheet" href="resources/css/style.css">
<link rel="stylesheet" href="resources/css/responsive.css">
</head>
<body>
<!--
<div class="container-full">
<div class="fix container">
</div>
</div>
-->
<!-- Start Header Section -->
<div class="container-full header-bg" id="home">
<div class="fix container">
<header class="header1">
<div class="logo-left">
<a href="">
<img src="./resources/img/logo.png" alt="Cuda" />
</a>
</div>
<nav>
<ul class="menu">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#skill">Skill</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonial">Testimonial</a></li>
<li><a href="#contract">Contract</a></li>
</ul>
</nav>
<div class="text-1">
<h1>Hi there! We are the new kids on the block and we build awesome websites and mobile apps.</h1>
<a class="btn btn-box" href="#">WORK WITH US</a>
</div>
</header>
</div>
</div>
<!-- End Header Section -->
<!-- Start Services Section -->
<div class="container-full services-bg js--services-section" id="service">
<div class="fix container">
<section class="services-section">
<h2>SERVICES WE PROVIDE</h2>
<p class="paragraph">We are working with both individuals and businesses from all over the globe <br/> to create awesome websites and applications.</p>
<div class="span">
<div class="col span_1_of_4 box">
<img class="logo" 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="logo" src="./resources/img/crayon.png" alt="Crayon" />
<h3>DESIGN</h3>
<p> Sed ut perspiciatis unde omnis iste natus error sit voluptatem </p>
</div>
<div class="col span_1_of_4 box">
<img class="logo" src="./resources/img/gears.png" alt="Gears" />
<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="logo" src="./resources/img/rocket.png" alt="Rocket" />
<h3>ROCKET SCIENCE</h3>
<p> Et harum quidem rerum est et expedita distinctio. Nam libero tempore. </p>
</div>
</div>
</section>
</div>
</div>
<!-- End Services Section -->
<!-- Start Team Section -->
<div class="container-full team-bg" id="team">
<div class="fix container">
<section class="team-section">
<h2> MEET OUR BEAUTIFUL TEAM </h2>
<p class="paragraph">We are a small team of designers and developers, who help brands with big ideas. </p>
<div class="span">
<div class="col span_1_of_4 box">
<img class="team-member" src="./resources/img/1.jpg" alt="Flag" />
<h3>ANNE HATHAWAY </h3>
<span class="role role1">CEO / Marketing Guru</span>
<p class="p1"> Lorem ipsum dolor sit amet,
consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna. </p>
<div class="social-icon">
<ul>
<li><a href="http://facebook.com"> <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="fas fa-envelope-square"></i></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_4 box">
<img class="team-member" src="./resources/img/2.jpg" alt="Crayon" />
<h3> Kate Upton</h3>
<span class="role role2">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-icon">
<ul>
<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="fas fa-envelope-square"></i></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_4 box">
<img class="team-member" src="./resources/img/3.jpg" alt="Gears" />
<h3> Olivia Wilde</h3>
<span class="role role3">Lead Designe</span>
<p> Nemo enim ipsam voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem nesciun </p>
<div class="social-icon">
<ul>
<li><a href="http://facebook.com"> <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="fas fa-envelope-square"></i></a></li>
</ul>
</div>
</div>
<div class="col span_1_of_4 box">
<img class="team-member" src="./resources/img/4.jpg" alt="Rocket" />
<h3> Ashley Greene</h3>
<span class="role role4"> SEO / Developer</span>
<p> Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. </p>
<div class="social-icon">
<ul>
<li><a href="http://facebook.com"> <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="fas fa-envelope-square"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- End Team Section -->
<!-- Start Skill Section -->
<div class="container-full skill-bg" id="skill">
<div class="fix container">
<section class="skill-section">
<h2> WE GOT SKILLS! </h2>
<p class="paragraph"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="span span1">
<div class="col span_1_of_4 box">
<svg class="radial-progress web-design" data-percentage="90" viewBox="0 0 80 80">
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">90%</text>
</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">
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">75%</text>
</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">
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">70%</text>
</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">
<circle class="incomplete" cx="40" cy="40" r="35"></circle>
<circle class="complete" cx="40" cy="40" r="35" style="stroke-dashoffset: 39.58406743523136;"></circle>
<text class="percentage" x="50%" y="57%" transform="matrix(0, 1, -1, 0, 80, 0)">85%</text>
</svg>
<h3>ui / ux</h3>
</div>
</div>
</section>
</div>
</div>
<!-- End Skill Section -->
<!-- Start Portfolio section -->
<div class="container-full portfolio-bg" id="portfolio">
<div class="fix container">
<section class="portfolio-section">
<h2>OUR PORTFOLIO</h2>
<p class="paragraph"> Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet
consectetur, adipisci velit, sed quia non numquam</p>
<div class="span">
<div class="portfolio-fillter">
<button type="button" data-fillter="all"> all </button>
<button type="button" data-fillter=".web"> web </button>
<button type="button" data-fillter=".apps"> apps </button>
<button type="button" data-fillter=".icons"> icons </button>
</div>
</div>
<div class="span row">
<div class="col span_1_of_2 mix apps box">
<img src="./resources/img/portfolio1.png" alt="Isometric Perspective Mock-Up" class="portfolio-img" />
<h4>Isometric Perspective Mock-Up</h4>
</div>
<div class="col span_1_of_2 mix apps web box">
<img src="./resources/img/portfolio2.png" alt="Isometric Perspective Mock-Up" class="portfolio-img" />
<h4>Time Zone App UI</h4>
</div>
<div class="col span_1_of_2 mix icons box">
<img src="./resources/img/portfolio3.png" alt="Isometric Perspective Mock-Up" class="portfolio-img" />
<h4>Viro Media Players UI</h4>
</div>
<div class="col span_1_of_2 mix icons web apps box">
<img src="./resources/img/portfolio4.png" alt="Isometric Perspective Mock-Up" class="portfolio-img" />
<h4>Blog / Magazine Flat UI Kit</h4>
</div>
</div>
<div class="span">
<a href="#" class="btn btn-load-more"> load more project</a>
</div>
</section>
</div>
</div>
<!-- End Portfolio section -->
<!-- Start Testimonial section -->
<div class="container-full testimonial-bg" id="testimonial">
<div class="fix container">
<section class="testimonial-section">
<h2>WHAT POEPLE SAY ABOUT US</h2>
<p class="paragraph"> Our clients love us!</p>
<div class="span">
<div class="col span_1_of_2 box">
<div class="client-photo">
<img class="client" src="./resources/img/1.jpg" alt="" />
</div>
<div class="client-review">
<q><i>Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque.</i></q>
<h3>Chanel Iman</h3>
<span class="role"> CEO of Pinterest</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client-photo">
<img class="client" src="./resources/img/2.jpg" alt="" />
</div>
<div class="client-review">
<q><i>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.</i></q>
<h3>ADRIANA LIMA</h3>
<span class="role">Founder of Instagram </span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client-photo">
<img class="client" src="./resources/img/3.jpg" alt="" />
</div>
<div class="client-review">
<q><i>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.</i></q>
<h3>ANNE HATHAWAY</h3>
<span class="role">Lead Designer at Behance </span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client-photo">
<img class="client" src="./resources/img/4.jpg" alt="" />
</div>
<div class="client-review">
<q><i>Phasellus non purus vel arcu tempor commodo. Fusce semper, purus vel luctus molestie, risus sem cursus neque.</i></q>
<h3>EMMA STONE</h3>
<span class="role"> Co-Founder of Shazam</span>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- End Testimonial section -->
<!-- Start Contact section -->
<div class="container-full contact-bg" id="contract">
<div class="fix container">
<section class="contact-section">
<div class="span">
<h2>GET IN TOUCH </h2>
<p class="paragraph"> 1600 Pennsylvania Ave NW, Washington, DC 20500, United States of America. Tel: (202) 456-1111</p>
</div>
<div>
<form action="https://formspree.io/mdrezaulk20@gmail.com" method="post">
<div class="span">
<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="span">
<textarea name="Message" cols="30" rows="10" placeholder="Your Message *" required></textarea>
</div>
<div class="span">
<input type="submit" value="Send Message" class="btn btn-submit"/>
</div>
</form>
</div>
</section>
</div>
</div>
<!-- End Contact section -->
<!-- Start Footer Section -->
<footer class="footer-section">
<div class="span">
<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="#">Githab</a></li>
</ul>
</div>
</footer>
<!-- End Footer Section -->
<!-- JS SCRIPTS -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="vendors/js/animated-circle.js"></script>
<script type="text/javascript" src="resources/js/main.js"></script>
</body>
</html>