-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathportfolio.html
More file actions
97 lines (94 loc) · 3.08 KB
/
Copy pathportfolio.html
File metadata and controls
97 lines (94 loc) · 3.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.html">WebStudio</a>
<ul>
<li><a href="index.html" class="">студія</a></li>
<li><a href="portfolio.html">портфоліо</a></li>
<li><a href="#">контакти</a></li>
</ul>
<ul>
<li><a href="mailto:info@devstudio.com">info@devstudio.com</a></li>
<li><a href="tel:+380961111111">+38 096 111 11 11</a></li>
</ul>
</header>
<main>
<ul>
<li><button type="button">усі</button></li>
<li><button type="button">веб-сайти</button></li>
<li><button type="button">додатки</button></li>
<li><button type="button">дизайн</button></li>
<li><button type="button">Маркетинг</button></li>
</ul>
<ul>
<li><img src="img4.jpg" alt="img11">
<h3>Технокряк</h3>
<br>
<h4>веб-сайт</h4>
<br>
</li>
<li><img src="img5.jpg" alt="img3">
<h3>Постер New Orlean vs Golden Star</h3>
<br>
<h4>дизайн</h4>
<br>
</li>
<li><img src="img6.jpg" alt="img6">
<h3>Ресторан Seafood</h3>
<br>
<h4>додаток</h4>
<br>
</li>
<li><img src="img7.jpg" alt="img7">
<h3>Проєкт Prime</h3>
<br>
<h4>Маркетинг</h4>
<br>
</li>
<li><img src="img8.jpg" alt="img8">
<h3>Проєкт Boxes</h3>
<br>
<h4>Додаток</h4>
<br>
</li>
<li><img src="img9.jpg" alt="img9">
<h3>Inspiration has no Borders</h3>
<br>
<h4>Веб-сайт</h4>
<br>
</li>
<li><img src="img10.jpg" alt="4">
<h3>Видання Limited Edition</h3>
<br>
<h4>Дизайн</h4>
<br>
</li>
<li><img src="img11.jpg" alt="4">
<h3>Проєкт LAB</h3>
<br>
<h4>Маркетинг</h4>
<br>
</li>
<li><img src="img12.jpg" alt="4">
<h3>Growing Business</h3>
<br>
<h4>додаток</h4>
<br>
</li>
</ul>
</main>
<footer>
<a href="index.html">WebStudio</a>
<p>м. Київ, пр-т Лесі Українки, 26</p>
<a href="mailto:info@devstudio.com">info@devstudio.com</a>
<a href="tel:+380961111111">+38 096 111 11 11</a>
</footer>
</body>
</html>