-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (49 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>AWeirdDev</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--
Please stop inspecting my code because I'm too poor.
You can connect me somewhere else... probably.
-->
<div class="wrapper">
<div id="texts">
<a class="pill" role="link" href="https://github.com/AWeirdDev/aism">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2.1" stroke-linecap="round" stroke-linejoin="round">
<path d="m8 3 4 8 5-5 5 15H2L8 3z" />
</svg>
<span>Introducing Aism, AI for the runtime.</span>
</a>
<h1>Revolutionizing tools.</h1>
<p>
AWeirdDev is a professional dumbass who started training to be extremely bad at coding and problem
solving at a young age.
</p>
</div>
<div class="bento">
<img src="macbook.png" alt="Apple Intelligence on Macbook" width="800" id="macbook">
<div class="bento-cell">
<img src="iphone.png" alt="Apple Intelligence on iPhone" width="300" id="iphone">
<div class="card">
<div class="group">
<img src="github.png" alt="GitHub icon" width="100">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="M12 5v14" />
</svg>
<img src="package.png" alt="Package" width="100">
</div>
<h2>Supercharged with packages.</h2>
</div>
</div>
</div>
</div>
</body>
</html>