-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (111 loc) · 3.55 KB
/
index.html
File metadata and controls
113 lines (111 loc) · 3.55 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>you can scroll.</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=0, maximum-scale=1.0"
/><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<header>
<h1 class="fluid">you can<br />scroll.</h1>
</header>
<main>
<section class="content fluid">
<h2><span aria-hidden="true">you can </span>
<span class="sr-only">you can ship things.</span>
</h2>
<ul aria-hidden="true" style="--count: 22">
<li style="--i: 0">design.</li>
<li style="--i: 1">prototype.</li>
<li style="--i: 2">solve.</li>
<li style="--i: 3">build.</li>
<li style="--i: 4">develop.</li>
<li style="--i: 5">debug.</li>
<li style="--i: 6">learn.</li>
<li style="--i: 7">cook.</li>
<li style="--i: 8">ship.</li>
<li style="--i: 9">prompt.</li>
<li style="--i: 10">collaborate.</li>
<li style="--i: 11">create.</li>
<li style="--i: 12">inspire.</li>
<li style="--i: 13">follow.</li>
<li style="--i: 14">innovate.</li>
<li style="--i: 15">test.</li>
<li style="--i: 16">optimize.</li>
<li style="--i: 17">teach.</li>
<li style="--i: 18">visualize.</li>
<li style="--i: 19">transform.</li>
<li style="--i: 20">scale.</li>
<li style="--i: 21">do it.</li>
</ul>
</section>
<section>
<h2 class="fluid">fin.</h2>
</section>
</main>
<footer>ʕ⊙ᴥ⊙ʔ jh3yy © 2024</footer>
<a
class="bear-link"
href="https://twitter.com/intent/follow?screen_name=jh3yy"
target="_blank"
rel="noreferrer noopener"
>
<svg
class="w-9"
viewBox="0 0 969 955"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="161.191"
cy="320.191"
r="133.191"
stroke="currentColor"
stroke-width="20"
></circle>
<circle
cx="806.809"
cy="320.191"
r="133.191"
stroke="currentColor"
stroke-width="20"
></circle>
<circle
cx="695.019"
cy="587.733"
r="31.4016"
fill="currentColor"
></circle>
<circle
cx="272.981"
cy="587.733"
r="31.4016"
fill="currentColor"
></circle>
<path
d="M564.388 712.083C564.388 743.994 526.035 779.911 483.372 779.911C440.709 779.911 402.356 743.994 402.356 712.083C402.356 680.173 440.709 664.353 483.372 664.353C526.035 664.353 564.388 680.173 564.388 712.083Z"
fill="currentColor"
></path>
<rect
x="310.42"
y="448.31"
width="343.468"
height="51.4986"
fill="#FF1E1E"
></rect>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M745.643 288.24C815.368 344.185 854.539 432.623 854.539 511.741H614.938V454.652C614.938 433.113 597.477 415.652 575.938 415.652H388.37C366.831 415.652 349.37 433.113 349.37 454.652V511.741L110.949 511.741C110.949 432.623 150.12 344.185 219.845 288.24C289.57 232.295 384.138 200.865 482.744 200.865C581.35 200.865 675.918 232.295 745.643 288.24Z"
fill="currentColor"
></path>
</svg>
</a>
<!-- partial -->
<script type="module" src="./script.js"></script>
</body>
</html>