-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (95 loc) · 4.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/styles.css">
<title>Document</title>
<link rel="stylesheet" href="./css/styles.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=Raleway:wght@800&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<a class="logo link" href="./index.html">Web<span class="highlight-logo-header">Studio</span></a>
<ul class="list">
<li><a class="header-item link" href="./index.html">Studio</a></li>
<li><a class="header-item link" href="./portfolio.html">Portfolio</a></li>
<li><a class="header-item link" href="">Contacts</a></li>
</ul>
</nav>
<address class="address">
<ul class="list">
<li><a class="address-item link" href="mailto:[email protected]">[email protected]</a></li>
<li><a class="address-item link" href="tel:+110001111111">+11 (000) 111-11-11</a></li>
</ul>
</address>
</header>
<main>
<section class="title-background">
<h1 class="title">Effective Solutions for Your Business</h1>
<button class="btn-index" type="button">Order Service</button>
</section>
<section>
<h2>Our advantages</h2>
<ul class="list">
<li>
<h3 class="list-title">Strategy</h3>
<p class="list-text">Our goal is to identify the business problem to walk away with the perfect and creative solution.</p>
</li>
<li>
<h3 class="list-title">Punctuality</h3>
<p class="list-text">Bring the key message to the brand's audience for the best price within the shortest possible time.</p>
</li>
<li>
<h3 class="list-title">Diligence</h3>
<p class="list-text">Research and confirm brands that present the strongest digital growth opportunities and minimize risk.</p>
</li>
<li>
<h3 class="list-title">Technologies</h3>
<p class="list-text">Design practice focused on digital experiences. We bring forth a deep passion for problem-solving.</p>
</li>
</ul>
</section>
<section>
<h2 class="title-section">What are we doing</h2>
<ul class="list">
<li><img src="./images/img1.jpg" alt="Computer display" width="360" height="300"></li>
<li><img src="./images/img2.jpg" alt="Mobile application" width="360" height="300"></li>
<li><img src="./images/img3.jpg" alt="Phone screen with laptop in background" width="360" height="300"></li>
</ul>
</section>
<section class="team-background">
<h2 class="title-section">Our Team</h2>
<ul class="list">
<li class="list-team">
<img src="./images/img4.jpg" alt="Mark Guerrero portrait" width="264" height="260">
<h3 class="list-title">Mark Guerrero</h3>
<p class="list-text">Product Designer</p>
</li>
<li class="list-team">
<img src="./images/img5.jpg" alt="Tom Ford portrait" width="264" height="260">
<h3 class="list-title">Tom Ford</h3>
<p class="list-text">Frontend Developer</p>
</li>
<li class="list-team">
<img src="./images/img6.jpg" alt="Camila Garcia portrait" width="264" height="260">
<h3 class="list-title">Camila Garcia</h3>
<p class="list-text">Marketing</p>
</li>
<li class="list-team">
<img src="./images/img7.jpg" alt="Daniel Wilson portrait" width="264" height="260">
<h3 class="list-title">Daniel Wilson</h3>
<p class="list-text">UI Designer</p>
</li>
</ul>
</section>
</main>
<footer class="footer">
<a class="logo link" href="./index.html">Web<span class="highlight-logo-footer">Studio</span></a>
<p class="footer-text">Increase the flow of customers and sales for your business with digital marketing & growth solutions.</p>
</footer>
</body>
</html>