-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 2.11 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
<html lang="en">
<head>
<title>hello leaf.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Sono:wght,[email protected],0..1&display=swap');
</style>
</head>
<body>
<header>
<div class="title">
<h1>hello leaf.</h1>
<h2>now, i'll say what's left, and leave. finding somewhere else to lay.</h2>
</div>
<div class="highlight">
<h2>new album soon!</h2>
<div class="flex">
<div class="frame">
<video autoplay>
<source src="hello-bye-teaser.mp4" type="video/mp4">
</video>
</div>
<div class="description">
<h2>Hello, bye.</h2>
<p>a album of my best works from the time I was still introducing myself into the music. <br>
Quickly rushed later on for this release, <br>
a representation of burnout to me.
</p>
</div>
</div>
</div>
</header>
<section>
<div>
<h2>other works:</h2>
<div class="flex center table">
<a href="https://aires-leaf.bandcamp.com/album/de">
<div class="content">
<img src="de.png" alt="">
</div>
</a>
<a href="https://aires-leaf.bandcamp.com/album/tab-a-camp">
<div class="content">
<img src="taba.jpg" alt="">
</div>
</a>
</div>
</div>
</section>
<footer>
<p>i may have found a new, comfortable place to breathe.</p>
<a href="https://aires-hoshiko.neocities.org/">where?</a>
</footer>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<script src="./script.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</body>
</html>