-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (45 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="canonical" href="https://www.lamplux.org/">
<meta name="description" content="Select interviews of the Japanese band Lamp, available to read for the first time.">
<meta property="og:title" content="Home" />
<meta property="og:description" content="Select interviews of the Japanese band Lamp, available to read for the first time." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lamplux.org/" />
<meta property="og:image" content="img/og-tag-home.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1005" />
<meta property="og:image:alt" content="The homepage of LAMPLUX" />
<meta property="og:site_name" content="LAMPLUX" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script type="module" src="navigation.js"></script>
<link rel="stylesheet" href="css/style.css">
<title>LAMPLUX</title>
</head>
<body>
<nav-bar class="navigation"></nav-bar>
<main>
<header class="header">
<div class="header__text-box">
<h1 class="heading">
<span class="heading__caption">Select interviews of the Japanese band <span>Lamp</span></span>
<span class="heading__primary">LAMPLUX</span>
<span class="heading__secondary">ランプ<span>・</span>ルクス</span>
<span class="heading__caption">available to read for the first time</span>
</h1>
<a href="interviews" class="btn u-margin-top">Interviews ›</a>
</div>
</header>
</main>
</body>
</html>