-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Im Auex</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="https://mondeon.dev/media/auex.png">
</head>
<body>
<div id="upside">
<div>
<a href="index.html"><img id="logo" src="media/auex.png"/></a>
</div>
</div>
<div id="image">
<img src="https://mondeon.dev/media/zuza.jpg" alt="">
</div>
<div id="title1">
<br><br><br><h1>Auex Dev</h1>
</div>
<div id="content">
<h2>Hi. I am Auex. I like coding.</h2>
</div>
<br><br><br><br><br><br>
<div id="content">
<h2>You can find me at:</h2>
<div id="link_card">
<a href="https://github.com/auexicek">
<img src="https://mondeon.dev/media/github.jpeg" alt="" id="image">
</a>
</div>
<div id="link_card">
<a href="https://ninetales46.itch.io/">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse3.mm.bing.net%2Fth%3Fid%3DOIP.Vmoh_-E9IGMTxk_QjYhM8AHaEK%26pid%3DApi&f=1&ipt=5f8ca50a2d2f7b62eca88a5c89b7af9a45e6b466387954b3eee40fd312c65d85&ipo=images" alt="" id="image">
</a>
</div>
</div>
<div id="content">
<h2>Some projects:</h2>
<div id="link_card">
<a href="https://mondeon.dev/gmae/pico8/">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/thumb/15e7761bdbc310f6f659409765bbaf21.jpg">
</a>
</div>
<!--<div id="link_card">
<a href="https://replit.com/@auexicek?tab=repls">
<img src="https://gustafik.com/media/thumbnails/github.jpg">
</a>
</div> -->
<div id="link_card">
<a href="https://mondeon.dev/gmae/gmae_smol/">
<img src="https://mondeon.dev/media/gmae_smol.png">
</a>
</div>
</div>
</body>
</html>