-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
389 lines (363 loc) · 17.9 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!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</title>
<link rel="shortcut icon" type="image/x-icon" href="resources/img/favicon.png">
<!-- Google fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap" rel="stylesheet">
<!-- Font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<!-- Vendor files-->
<link rel="stylesheet" href="vendor/css/normalize.css">
<link rel="stylesheet" href="vendor/css/grid.css">
<link rel="stylesheet" href="vendor/css/animated.css">
<!-- Resources file -->
<link rel="stylesheet" href="resources/css/style.css">
<link rel="stylesheet" href="resources/css/responsive.css">
</head>
</head>
<body>
<!-- START HEADER SECTION -->
<header id="home">
<nav>
<div class="row">
<a href="#home">
<img src="resources/img/logo.png" alt="cuda" class="logo">
</a>
<ul class="main-nav">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#services">Services</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">Testimonial</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</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>
</header>
<!-- END HEADER SECTION -->
<!-- Start Services SECTION -->
<section class="services-section js--services-section" id="services">
<div class="row">
<h2>SERVICES WE PROVIDE</h2>
<p class="little-des">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 src="resources/img/flag.png" alt="Flag" class="services-icon">
<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 src="resources/img/crayan.png" alt="Crayan" class="services-icon">
<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 src="resources/img/gear.png" alt="Gear" class="services-icon">
<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 src="resources/img/rocket.png" alt="Rocket" class="services-icon">
<h3>ROCKET SCIENCE</h3>
<P>Et harum quidem rerum est et expedita distinctio. Nam libero tempore.</P>
</div>
</diV>
</section>
<!-- End Services SECTION -->
<!--Start team SECTION -->
<section class="team-section clearfix" id="team">
<div class="row">
<h2>MEET OUR BEAUTIFUL TEAM</h2>
<p class="little-des">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 src="resources/css/img/1.jpg" alt="ANNE HATHAWAY" class="team-member">
<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="https://www.facebook.com/prosanta.paul.3914/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/Prosanta_Paul16"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/prosanta-paul-ba1424164/"><i class="fab fa-linkedin"></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 src="resources/css/img/2.jpg" alt="Kate Upton" class="team-member">
<h3>Kate Upton</h3>
<span class="role">Creative Director</span>
<p>Duis aute irure dolor in in voluptate velit esse cillum \n\n
dolore fugiat nulla pariatur. Excepteur sint occaecat non diam proident.</p>
<div class="social-link">
<ul>
<li><a href="https://www.facebook.com/prosanta.paul.3914/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/Prosanta_Paul16"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/prosanta-paul-ba1424164/"><i class="fab fa-linkedin"></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 src="resources/css/img/3.jpg" alt="Olivia Wilde" class="team-member">
<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="https://www.facebook.com/prosanta.paul.3914/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/Prosanta_Paul16"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/prosanta-paul-ba1424164/"><i class="fab fa-linkedin"></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 src="resources/css/img/4.jpg" alt="Ashley Greene" class="team-member">
<h3>Ashley Greene</h3>
<span class="role">SEO / Developer</span>
<p>Sed ut perspiciatis unde \n\n omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
<div class="social-link">
<ul>
<li><a href="https://www.facebook.com/prosanta.paul.3914/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/Prosanta_Paul16"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/prosanta-paul-ba1424164/"><i class="fab fa-linkedin"></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-des">
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">
<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 gc-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>Graphics 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>
<!-- End skill SECTION -->
<!-- START PORTFOLIO SECTION -->
<section class="portfolio-section" id="portfolio">
<div class="row">
<h2>OUR portpolio</h2>
<p class="little-des">
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">apps</button>
<button type="button" data-filter=".icon">icon</button>
</div>
</div>
<div class="row container">
<div class="col span_1_of_2 box mix apps">
<img src="resources/img/1.png" class="portfolio-image" alt="Isometric Perspective Mock-Up">
<h4>Isometric Perspective Mock-Up</h4>
</div>
<div class="col span_1_of_2 box mix apps web">
<img src="resources/img/2.png" class="portfolio-image" alt="Time Zone App UI">
<h4>Time Zone App UI</h4>
</div>
<div class="col span_1_of_2 box mix icon">
<img src="resources/img/3.png" class="portfolio-image" alt="Viro Media Players UI">
<h4>Viro Media Players UI</h4>
</div>
<div class="col span_1_of_2 box mix icon web apps">
<img src="resources/img/4.png" class="portfolio-image" alt="Blog / Magazine Flat UI Kit">
<h4>Blog / Magazine Flat UI Kit</h4>
</div>
</div>
<div class="row">
<a href="#" class="btn btn-load">LOAD MORE PROJECTS</a>
</div>
</section>
<!-- END PORTFOLIO SECTION -->
<!-- Start Testimonial SECTION -->
<section class="testimonial" id="testimonial">
<div class="row">
<h2>WHAT POEPLE SAY ABOUT US</h2>
<p class="little-des">
Our clients love us!
</p>
</div>
<div class="row">
<div class="col span_1_of_2 box">
<div class="client-pic">
<img src="resources/css/img/1.jpg" alt="c-1">
</div>
<div class="client-review">
<p>“Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl
scelerisque.”
</p>
<h3>Chanel Iman
</h3>
<span class="role">CEO of Pinterest
</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client-pic">
<img src="resources/css/img/2.jpg" alt="c-1">
</div>
<div class="client-review">
<p>“Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl
scelerisque.”
</p>
<h3>Chanel Iman
</h3>
<span class="role">CEO of Pinterest
</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client-pic">
<img src="resources/css/img/3.jpg" alt="c-1">
</div>
<div class="client-review">
<p>“Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl
scelerisque.”
</p>
<h3>Chanel Iman
</h3>
<span class="role">CEO of Pinterest
</span>
</div>
</div>
<div class="col span_1_of_2 box">
<div class="client-pic">
<img src="resources/css/img/4.jpg" alt="c-1">
</div>
<div class="client-review">
<p>“Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl
scelerisque.”
</p>
<h3>Chanel Iman
</h3>
<span class="role">CEO 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-des">1600 Pennsylvania Ave NW, Washington, DC 20500, United States of America. Tel:
(202) 456-1111
</p>
</div>
<div class="row">
<form action="https://formspree.io/prosantapaulbsmrstu@gmail.com" method="POST">
<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 class="row">
<div class="col span_2_of_2">
<textarea name="message" cols="30" rows="10" placeholder="Your Message *"
required></textarea>
</div>
</div>
<div class="row">
<input type="submit" value="SEND MESSAGE" class="btn btn-submit">
</div>
</form>
</div>
</section>
<!-- END CONTACT SECTION -->
<!-- START FOOTER -->
<footer 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="#">Behance</a></li>
<li><a href="#">Dribble</a></li>
<li><a href="#">Github</a></li>
</ul>
</div>
</footer>
<!-- END FOOTER -->
<!-- Javascript file-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous">
</script>
<script src="vendor/js/html5shiv.min.js"></script>
<script src="vendor/js/respond.min.js"></script>
<script src="vendor/js/selectivizr.js"></script>
<script src="vendor/js/jquery.waypoints.min.js"></script>
<script src="vendor/js/animated.js"></script>
<script src="vendor/js/mixitup.min.js"></script>
<script src="resources/js/main.js"></script>
</body>
</html>