-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
388 lines (371 loc) · 18.8 KB
/
portfolio.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
388
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homework 7</title>
<!-- CSS Normalize -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css" />
<!-- CSS -->
<link rel="stylesheet" href="./css/styles.css"/>
</head>
<body>
<!--Header Part-->
<header class="header">
<div class="container header-container">
<nav class="header-navigation">
<a href="./index.html" class="link-logo">
<span class="logo-web">WEB</span><span class="logo-studio-top">STUDIO</span>
</a>
<ul class="navbar lists">
<li>
<a href="./index.html" class="navlist-top-pages hover-underline-animation">Studio</a>
</li>
<li>
<a href="./portfolio.html" class="navlist-top-pages currentoption">Portfolio</a>
</li>
<li>
<a href="#" class="navlist-top-pages hover-underline-animation">Contacts</a>
</li>
</ul>
</nav>
<ul class="contacts-top lists">
<li>
<a href="mailto:[email protected]" class="contact-info-top">
</li>
<li>
<a href="tel:+110001111111" class="contact-info-top">
+11 (000) 111-11-11 </a>
</li>
</ul>
</div>
</header> <!--End of Header-->
<!--This is the Main Section-->
<main>
<!--This is the 1ST Section-->
<section class="section">
<div class="container projects-container">
<ul class="filters lists">
<li>
<button type="button" class="filter filter-active"> All</button>
</li>
<li>
<button type="button" class="filter"> Web Site</button>
</li>
<li>
<button type="button" class="filter"> App</button>
</li>
<li>
<button type="button" class="filter"> Design</button>
</li>
<li>
<button type="button" class="filter"> Marketing</button>
</li>
</ul>
<ul class="projects lists">
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-1.jpg" alt="bankapp" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Banking App Interface Concept
</h3>
<p class="project-description">
App
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-2.jpg" alt="cashlesspayment" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Cashless Payment
</h3>
<p class="project-description">
Marketing
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-3.jpg" alt="laptop-and-phone" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Meditation App
</h3>
<p class="project-description">
App
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-4.jpg" alt="taxi" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Taxi Service
</h3>
<p class="project-description">
Marketing
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-5.jpg" alt="phone" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Screen Illustrations
</h3>
<p class="project-description">
Design
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-6.jpg" alt="lady" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Online Courses
</h3>
<p class="project-description">
Marketing
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-7.jpg" alt="collage-pic" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Instagram Stories Concept
</h3>
<p class="project-description">
Design
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-8.jpg" alt="fruit" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Organic Food
</h3>
<p class="project-description">
Web Site
</p>
</div>
</a>
</li>
<li class="project-type">
<a class="projects-link link" href="#">
<div class="project-cover-wrap">
<img src="./images/project-9.jpg" alt="coffee" width="360px">
<p class="project-cover-text">
14 Stylish and User-Friendly App Design Concepts · Task
Manager App · Calorie Tracker App · Exotic Fruit Ecommerce
App · Cloud Storage App
</p>
</div>
<div class="project-text-wrapper">
<h3 class="project-list-title">
Fresh Coffee
</h3>
<p class="project-description">
Web Site
</p>
</div>
</a>
</li>
</ul>
</div>
</section> <!--End of Second Section-->
</main> <!--This is the End of Main Section-->
<!--This is the Footer-->
<footer class="footer">
<div class="footer-container container">
<div class="footer-logo-wrapper lists">
<li class="footer-item">
<a href="./index.html" class="link-logo">
<span class="logo-web">WEB</span><span class="logo-studio-bottom">STUDIO</span>
</a>
<p class="parag-bottom">
Increase the flow of customers and <br>
sales for your business with digital <br>
marketing & growth solutions.
</p>
</li>
</div>
<div class="footer-socials">
<p class="footer-socials-text text">Social media</p>
<ul class="footer-list lists">
<li class="footer-socials-item">
<a href="#" class="footer-socials-link">
<svg class="footer-socials-svg" width="24" height="24">
<use href="./images/icons.svg#instagram"></use>
</svg>
</a>
</li>
<li class="footer-socials-item">
<a href="#" class="footer-socials-link">
<svg class="footer-socials-svg" width="24" height="24">
<use href="./images/icons.svg#twitter"></use>
</svg>
</a>
</li>
<li class="footer-socials-item">
<a href="#" class="footer-socials-link">
<svg class="footer-socials-svg" width="24" height="24">
<use href="./images/icons.svg#facebook"></use>
</svg>
</a>
</li>
<li class="footer-socials-item">
<a href="#" class="footer-socials-link">
<svg class="footer-socials-svg" width="24" height="24">
<use href="./images/icons.svg#linkedin"></use>
</svg>
</a>
</li>
</ul>
</div>
<div class="footer-container footer-form">
<form name="subscribe_form" autocomplete="on" method="">
<label class="footer-form_label">
Subscribe
<input type="email" name="email" placeholder="E-mail" class="footer-form-input" required />
</label>
<button type="submit" class="footer-form-button">Subscribe
<svg class="footer-form-svgsubscribe">
<use href="./images/icons.svg#submit"></use>
</svg>
</button>
</form>
</div>
</div>
</footer> <!--End of Footer-->
<div class="backdrop is-hidden" data-modal>
<div class="modal">
<button type="button" class="modal-close" data-modal-close>
<svg class="modal-close-icon" width="8" height="8">
<use href="./images/icons.svg#close"></use>
</svg>
</button>
<p class="form-header">Leave your contacts and we will call you back</p>
<form name="signup_form" autocomplete="on" class="form-container lists" method="">
<label class="form-label">
<span class="form-label-text">Name </span>
<input type="text" class="form-input" name="full_name" required />
<!-- <span class="form-input-iconbox"> -->
<svg class="form-input-icon">
<use href="./images/icons.svg#person"></use>
</svg>
<!-- </span> -->
</label>
<label class="form-label">
<span class="form-label-text">Phone</span>
<input type="tel" class="form-input" name="phone_number" required />
<svg class="form-input-icon">
<use href="./images/icons.svg#phone"></use>
</svg>
</label>
<label class="form-label">
<span class="form-label-text">Email</span>
<input type="email" class="form-input" name="email_add" required />
<svg class="form-input-icon">
<use href="./images/icons.svg#email"></use>
</svg>
</label>
<label class="form-label-textarea">
<span class="form-label-text">Comment</span>
<textarea name="comment" class="form-textarea" placeholder="Text input" required></textarea>
</label>
<label class="form-agree-box">
<input type="checkbox" value="agree" name="agreement" class="checkbox" required />
<span class="checkbox-icon">
<svg class="check-mark">
<use href="./images/icons.svg#check-mark"></use>
</svg>
</span>
<span class="form-agree-box_text">
I accept the terms and conditions of the <a href="#" class="form-agree-box_link">Privacy
Policy</a>
</span>
</label>
<div class="form-button_container">
<button type="submit" class="form-button">Send</button>
</div>
</form>
</div>
</div>
<script src="./js/modal.js"></script>
</body>
</html>