-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortofolio.html
151 lines (150 loc) · 4.41 KB
/
Portofolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portofolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="flex-container">
<link rel="STUDIO" href="Portofolio.html" />
<a href="Portofolio.html" class="logo">WEB</a>
<div class="flex-menu">
<a href="index.html">Studio</a>
<a href="Portofolio.html">Portofolio</a>
<a href="Conctacts.html">Conctacts</a>
</div>
<div class="flex-info">
<a href="tel:+11 (000) 111-11-11">+11 (000) 111-11-11</a>
<a href="mailto:info@devstudio.com">mailto:info@devstudio.com</a>
</div>
</section>
<hr>
<main>
<section class="section-button">
<div class="flex-container">
<button type="button" class="button-all">All</button>
<button type="button" class="button-website">Web Site</button>
<button type="button" class="button-website">App</button>
<button type="button" class="button-designe">Design</button>
<button type="button" class="button-marketing">Marketing</button>
</div>
</section>
<sections class="flex-container">
<div>
<img
src="./images.portofolio/img (12).jpg"
alt="Banking App Interface Concept"
width="360px"
height="300px"
/>
<h3>Banking App Interface Concept</h3>
<p>APP</p>
</div>
<div>
<img
src="./images.portofolio/img (13).jpg"
alt="Cashless Payment"
width="360px"
height="300px"
/>
<h3>Cashless Payment</h3>
<p>Marketing</p>
</div>
<div>
<img
src="./images.portofolio/img (5).jpg"
alt="Meditation App"
width="360px"
height="300px"
/>
<h3>Meditation App</h3>
<p>APP</p>
</div>
</sections>
<sections class="flex-container">
<div>
<img
src="./images.portofolio/img (8).jpg"
alt="Taxi Service"
width="360px"
height="300px"
/>
<h3>Taxi Service</h3>
<p>Marketing</p>
</div>
<div>
<img
src="./images.portofolio/img (7).jpg"
alt="Screen Illustrations"
width="360px"
height="300px"
/>
<h3>Screen Illustrations</h3>
<p>Design</p>
</div>
<div>
<img
src="./images.portofolio/img (6).jpg"
alt="Online Courses"
width="360px"
height="300px"
/>
<h3>Online Courses</h3>
<p>Marketing</p>
</div>
</sections>
<sections class="flex-container">
<div>
<img
src="./images.portofolio/img (9).jpg"
alt="Instagram Stories Concept"
width="360px"
height="300px"
/>
<h3>Instagram Stories Concept</h3>
<p>Design</p>
/div>
<div>
<img
src="./images.portofolio/img (10).jpg"
alt="Organic Food"
width="360px"
height="300px"
/>
<h3>Organic Food</h3>
<p>Web Site</p>
</div>
<div>
<img
src="./images.portofolio/img (11).jpg"
alt="Fresh Coffee"
width="360px"
height="300px"
/>
<h3>Fresh Coffee</h3>
<p>Web Site</p>
</div>
</sections>
</main>
<footer>
<section class="global-footer">
<link rel="STUDIO" href="index.html" />
<a href="index.html" class="logo-footer">WEB</a>
<br />
<div class="footer-title">
Increase the flow of customers and sales for your business with
digital marketing & growth solutions.
</div>
</section>
</footer>
</main>
</body>
</html>