-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (193 loc) · 7.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="./css/modern-normalize.min.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@800&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css" />
<title class="title-text">Webstudio</title>
</head>
<body>
<header class="header-container">
<div class="header-sub-container container">
<nav class="header-navigation">
<a href="./index.html" class="icon-logo_text link"
>Web<span class="logo-accent">Studio</span></a
>
<ul class="header-navigation_ul list">
<li class="header-navigation_li">
<a href="./index.html" class="header-navigation_a link">Studio</a>
</li>
<li class="header-navigation_li">
<a href="./portfolio.html" class="header-navigation_a link"
>Portfolio</a
>
</li>
<li class="header-navigation_li">
<a href="" class="header-navigation_a link">Contacts</a>
</li>
</ul>
</nav>
<address class="header-address">
<ul class="header-address_ul list">
<li class="header-address_li">
<a href="mailto:[email protected]" class="header-address_link link"
>
</li>
<li class="header-address_li">
<a href="tel:+110001111111" class="header-address_link link"
>+11 (000) 111-11-11</a
>
</li>
</ul>
</address>
</div>
</header>
<main class="main-container">
<section class="content-section start-section">
<div class="start-sub-section container">
<h1 class="cover-section_h">Effective Solutions for Your Business</h1>
<button type="button" class="cover-section_button">
Order Service
</button>
</div>
</section>
<section class="content-section feature-section">
<div class="feature-sub-section container">
<h2 class="visually-hidden">Features</h2>
<ul class="content-text-container list">
<li class="content-text_block">
<h3 class="content-text_h">Strategy</h3>
<p class="content-text_p">
Our goal is to identify the business problem to walk away with the
perfect and creative solution.
</p>
</li>
<li class="content-text_block">
<h3 class="content-text_h">Punctuality</h3>
<p class="content-text_p">
Bring the key message to the brand's audience for the best price
within the shortest possible time.
</p>
</li>
<li class="content-text_block">
<h3 class="content-text_h">Diligence</h3>
<p class="content-text_p">
Research and confirm brands that present the strongest digital
growth opportunities and minimize risk.
</p>
</li>
<li class="content-text_block">
<h3 class="content-text_h">Technologies</h3>
<p class="content-text_p">
Design practice focused on digital experiences. We bring forth a
deep passion for problem-solving.
</p>
</li>
</ul>
</div>
</section>
<section class="content-section doing-section">
<div class="doing-sub-section container">
<h2 class="content-photo_h">What are we doing</h2>
<ul class="content-photos list">
<li class="content-photo_li">
<img
width="360"
src="./images/doing/doing-section1.jpg"
alt="Mac PC"
class="content-photo_img"
/>
</li>
<li class="content-photo_li">
<img
width="360"
src="./images/doing/doing-section2.jpg"
alt="Phone Mocups"
class="content-photo_img"
/>
</li>
<li class="content-photo_li">
<img
width="360"
src="./images/doing/doing-section3.jpg"
alt="Phone in hand"
class="content-photo_img"
/>
</li>
</ul>
</div>
</section>
<section class="content-section team-section">
<div class="team-sub-section container">
<h2 class="content-team_h">Our Team</h2>
<ul class="content-team-container list">
<li class="team-persone_card">
<img
width="264"
src="./images/team/Mark.jpg"
alt="persone photo"
class="team-persone_img"
/>
<div class="team-persone-info">
<h3 class="team-persone_name">Mark Guerrero</h3>
<p class="team-persone_position">Product Designer</p>
</div>
</li>
<li class="team-persone_card">
<img
width="264"
src="./images/team/Tom.jpg"
alt="persone photo"
class="team-persone_img"
/>
<div class="team-persone-info">
<h3 class="team-persone_name">Tom Ford</h3>
<p class="team-persone_position">Frontend Developer</p>
</div>
</li>
<li class="team-persone_card">
<img
width="264"
src="./images/team/Camila.jpg"
alt="persone photo"
class="team-persone_img"
/>
<div class="team-persone-info">
<h3 class="team-persone_name">Camila Garcia</h3>
<p class="team-persone_position">Marketing</p>
</div>
</li>
<li class="team-persone_card">
<img
width="264"
src="./images/team/Daniel.jpg"
alt="persone photo"
class="team-persone_img"
/>
<div class="team-persone-info">
<h3 class="team-persone_name">Daniel Wilson</h3>
<p class="team-persone_position">UI Designer</p>
</div>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer-container">
<div class="footer-sub-container container">
<a href="./index.html" class="icon-logo_text link"
>Web<span class="logo-accent">Studio</span></a
>
<p class="footer-content_text">
Increase the flow of customers and sales for your business with digital
marketing & growth solutions.
</p>
</div>
</footer>
</body>
</html>