-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (103 loc) · 4.19 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<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" type="text/css">
<title>ert | t◉nez</title>
</head>
<body>
<div class="main">
<div class="header">
<div class="left">
<p class="erth" id="hello-world">erth</p>
<p class="dot-separator">|</p>
<p>t◉nez</p>
</div>
<div class="right">
<ul class="header-links">
<li><a
href="https://www.sanrio.com/products/pompompurin-kigurumi-onesie?srsltid=AfmBOoqQ85pVw-gQMUxt7UF1StRV0zOn0cSeSsDwZNXePRb7cXPL9jWo"
target="_blank" rel="noopener noreferrer">pompom onesie</a></li>
<li class="dot-separator">•</li>
<li><a href="https://www.sanrio.com/collections/pompompurin/products/pompompurin-kigurumi-hat" target="_blank"
rel="noopener noreferrer">pompom hat</a></li>
<li class="dot-separator">•</li>
<li><a
href="https://www.sanrio.com/products/pompompurin-checkered-ankle-socks?srsltid=AfmBOoow1KLkjfE1U4zApjFlaK9fTMlmnyUvON-8K2YkiDZ_uPjGGBQ4"
target="_blank" rel="noopener noreferrer">pompom socks</a></li>
</ul>
</div>
</div>
<div class="first-block">
<div class="left">
<div>
<p class="hero-main-text">Circlemaker meme of the day</p>
<p class="hero-secondary-text"><em>I guess we doin philosophical conundrums now</em></p>
<a href="https://knowyourmeme.com/memes/a-circle-in-the-triangle-factory-i-guess-we-doin-circles-now"
target="_blank" rel="noopener noreferrer">
<button class="sign-up">wdym by that</>
</a>
</div>
</div>
<div class="right">
<img class="banner-img" src="./img/hero-img.JPG">
</div>
</div>
<div class="second-block">
<div class="gallery-header-text">HE'S ALL CAKED UP</div>
<div class="gallery">
<div class="gallery-item">
<img src="./img/gallery-1.jpeg">
<p>top left pompompurin cake. he died smiling.</p>
</div>
<div class="gallery-item">
<img src="./img/gallery-2.jpeg">
<p>top right pompompurin cake. big fat belly.</p>
</div>
<div class="gallery-item">
<img src="./img/gallery-3.jpeg">
<p>bottom left pompompurin cake. moist cake pits.</p>
</div>
<div class="gallery-item">
<img src="./img/gallery-4.jpeg">
<p>bottom right pompompurin cake. he peed himself.</p>
</div>
</div>
</div>
<div class="third-block">
<div class="quote-text">
<p>"The lotus cannot be there without the mud. Likewise, happiness cannot be there without suffering. Looking
deeply into our suffering, we gain an understanding of it, which gives happiness a chance to blossom. Thus,
the lotus does not have to reject the mud, and the beauty of the lotus actually gives value to the mud."</p>
</div>
<div class="quote-author">
<p>-Thích Nhất Hạnh</p>
<p class="text">referenced in <a href="https://www.youtube.com/watch?v=4CaSXEEqKBU" target="_blank"
rel="noopener noreferrer">things i no longer believe in</a></p>
</div>
</div>
<div class="fourth-block">
<div class="cta-blob">
<div class="left">
<p class="cta-header">Attention!!!</p>
<p class="cta-description">meet cute. meet beans.</p>
</div>
<div class="right">
<a href="https://open.spotify.com/playlist/4lYdn3XexaemLz06dPUMBx?si=f2439710245d43c0" target="_blank"
rel="noopener noreferrer">
<button class="sign-up">REVEAL</button>
</a>
</div>
</div>
</div>
<div class="footer">
<a href="https://github.com/raffycastlee/odin-landing-page" target="_blank" rel="noopener noreferrer">>
github.com/raffycastlee <<div /a>
</div>
</div>
</body>
</html>