-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (62 loc) · 3.2 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
<!DOCTYPE html>
<html class="no-js" 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,shrink-to-fit=no">
<title>Homepage | Himaalaya Studio</title>
<meta name="description" content="Himaalaya's Studio Homepage">
<!--facebook-->
<meta property="og:url" content="https://dawidmmm.github.io/himalaya-website/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Himaalaya Studio">
<meta property="og:description" content="Himaalaya's Studio Homepage">
<meta property="og:image" content="https://dawidmmm.github.io/himalaya-website/img/custom/himalaya-og.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<!-- favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.21f14d736178459d2bca88a360b5d55c.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.dbd33488bfb5cf2d5c8def91e8616f12.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon.f5dbcc1bc06a71281e1a20bd80f726b8.png">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
<!-- other -->
<link rel="canonical" href="https://dawidmmm.github.io/himalaya-website/index.html">
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<link href="css/main.3da6831e76b4b27f9cf3.css" rel="stylesheet">
</head>
<body>
<picture class="home-picture">
<source srcset="img/background-small.c9ea35ab7f26dfac5fb3177391a74a91.jpg" media="(max-width: 768px)">
<img class="img" src="img/background-big.588a574b7faef6a0df210576b92095d9.jpg" alt>
</picture>
<header class="header">
<a class="header__logo b-img b-img_logo" href="/himalaya-website">
<h1 class="sr-only">Himaalaya Studio</h1>
</a>
<nav class="navigation">
<button type="button" class="hamburger" aria-expanded="false">
<span class="sr-only">Open/close menu</span>
<span class="hamburger__box">
<span class="hamburger__inner"></span>
</span>
</button>
<ul class="menu">
<li class="menu__item">
<a href="about.html" class="menu__link">About</a>
</li>
<li class="menu__item">
<a href="portfolio.html" class="menu__link">Portfolio</a>
</li>
<li class="menu__item">
<a href="appointment.html" class="menu__link">Appointment</a>
</li>
<li class="menu__item">
<a href="contact.html" class="menu__link">Contact</a>
</li>
</ul>
</nav>
</header>
<script src="js/main.838b240461ae15de977f.js" defer="defer"></script>
</body>
</html>