generated from silvia80569/goit-markup-hw-01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudio.html
35 lines (35 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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=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="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="../pages_css/style.css">
</head>
<body>
<header class="global-header">
<a href="../index.html" target="_parent"><img src="../assets/logo.svg" alt="logo-webstudio" width="156" height="24"></a>
<nav class="nav">
<ul class="nav-list">
<li>
<a href="../studio.html" target="_self">Studio</a>
</li>
<li>
<a href="../portofolio.html" target="_self">Portofolio</a>
</li>
<li>
<a href="../contact.html" target="_self">Contact</a>
</li>
</ul>
</nav>
<a href="mailto:info@devstudio.com" class="email">info@devstudio.com</a>
<a href="tel:+11(000)111-11-11" class="tel">+11(000)111-11-11</a>
</header>
</body>
</html>