-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudio.html
45 lines (45 loc) · 1.94 KB
/
studio.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
<!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>Studio</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:wght@800&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header class="header">
<nav class="header-navigation">
<a href="./index.html" class="logo"><span class="web top">Web</span><spam class="studio top">Studio</span></a>
<ul class="site-nav list" >
<li >
<a href="./studio.html" class="link">Studio</a>
</li>
<li>
<a href="./portfolio.html" class="link">Portfolio</a>
</li>
<li class="item">
<a href="" class="link">Contacts</a>
</li>
</ul>
</nav>
<ul class="contakt-nav list">
<li>
<a href="mailto:info@devstudio.com" class="contakt">@devstudio.com
</a>
<li>
<a href="tel:+110001111111" class="contakt">+11 (000) 111-11-11
</a>
</li>
</ul>
</header>
Hello word
<footer class="footer">
<a href="./index.html" class="logo"> <span class="web down">Web</span><spam class="studio licht">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>