-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (199 loc) · 6.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Homework</title>
<link
rel="stylesheet"
href="node_modules/modern-normalize/modern-normalize.css"
/>
<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=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header class="page-header">
<div class="container">
<a href="./index.html" class="logo-anchor undecorate-text"
><span>Web</span>Studio</a
>
<nav>
<ul class="nav-links unstyle-list">
<li class="nav-links-item">
<a href="./index.html" class="undecorate-text">Studio</a>
</li>
<li class="nav-links-item">
<a href="./portfolio.html" class="undecorate-text">Portofolio</a>
</li>
<li class="nav-links-item">
<a href="" class="undecorate-text">Contacts</a>
</li>
</ul>
</nav>
<ul class="header-contact unstyle-list">
<li>
>
</li>
<li>
<a href="tel:+12127724150" class="phone undecorate-text"
>+1 212-772-4150</a
>
</li>
</ul>
</div>
</header>
<main>
<section class="hero-section section">
<div class="container">
<h1 class="hero-title">
EFFECTIVE SOLUTIONS FOR <br />
YOUR BUSINESS
</h1>
<button type="button" class="hero-button">Request our service</button>
</div>
</section>
<!-- create section our characteristics -->
<section class="characteristics section side-padding">
<div class="container">
<ul class="unstyle-list">
<li class="description-card">
<h4 class="description-title">ATTENTION TO DETAILS</h4>
<p class="description-text">
We go into all the details and processes of your business to
develop a customized solution.
</p>
</li>
<li class="description-card">
<h4 class="description-title">PUNCTUALITY</h4>
<p class="description-text">
With us, you can feel safe and secure. An important principle of
the company: respect your time and deadlines.
</p>
</li>
<li class="description-card">
<h4 class="description-title">PLANNING</h4>
<p class="description-text">
You will be able to observe and participate in every phase of
solution development and implementation.
</p>
</li>
<li class="description-card">
<h4 class="description-title">MODERN TECHNOLOGIES</h4>
<p class="description-text">
We use innovative tools to solve assigned tasks. It's time to
simplify work processes.
</p>
</li>
</ul>
</div>
</section>
<!-- create what we do section -->
<section class="what-we-do section side-padding">
<div class="container">
<h2 class="what-we-do-title">What we do</h2>
<ul class="presentation-image unstyle-list">
<li>
<img
class="what-we-do-image"
src="./images/what-we-do-1.jpg"
alt="first image with what we do"
width="370"
/>
</li>
<li>
<img
class="what-we-do-image"
src="./images/what-we-do-2.jpg"
alt="second image with what we do"
width="370"
/>
</li>
<li>
<img
class="what-we-do-image"
src="./images/what-we-do-3.jpg"
alt="third image with what we do"
width="370"
/>
</li>
</ul>
</div>
</section>
<!-- create our team section -->
<section class="team-members section side-padding">
<div class="container">
<h2 class="team-members-title">Our Team</h2>
<ul class="our-team unstyle-list">
<li class="team-card">
<img
class="team-person-image"
src="./images/team-img-1.jpg"
alt="first team member image"
width="270"
/>
<h3 class="person-name">Christopher Walker</h3>
<p class="person-job">Product Designer</p>
</li>
<li class="team-card">
<img
class="team-person-image"
src="./images/team-img-2.jpg"
alt="second team member image"
width="270"
/>
<h3 class="person-name">Kylie Evans</h3>
<p class="person-job">Frontend Developer</p>
</li>
<li class="team-card">
<img
class="team-person-image"
src="./images/team-img-3.jpg"
alt="third team member image"
width="270"
/>
<h3 class="person-name">Ryan Harris</h3>
<p class="person-job">Marketing</p>
</li>
<li class="team-card">
<img
class="team-person-image"
src="./images/team-img-4.jpg"
alt="last team member image"
width="270"
/>
<h3 class="person-name">Tyler Moore</h3>
<p class="person-job">UI Designer</p>
</li>
</ul>
</div>
</section>
</main>
<!-- creating footer -->
<footer class="page-footer side-padding">
<div class="container">
<a href="./index.html" class="logo-anchor undecorate-text footer-logo"
><span>Web</span>Studio</a
>
<address class="footer-address">
695 Park Ave, NY 10065, USA <br />
<a
href="mailto:[email protected]"
class="footer-mail undecorate-text"
>
<a href="tel:+12127724150" class="footer-phone undecorate-text"
>+1 212-772-4150</a
>
</address>
</div>
</footer>
</body>
</html>