-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 2.87 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Ashton's Personal Website</title>
<link rel="shortcut icon" type="image/png" href="assets/icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body style="background-color: rgb(125, 94, 228);">
<script src="src/index.js"></script>
<!--Font imports-->>
<link rel="stylesheet" href="css/styles.css">
<p>
<h1 class= "title" style="font-size: 72px;">
Ashton Samuel Zeng
</h1>
<h3 class = "title" style="margin-top: -30px; font-size: 35px; color: rgb(0, 50, 189);">
<p> Game and web developer</p>
</h3>
</p>
<p>
<h3 class="paragraph" style="font-size: 26px;">Currently developing using the Godot game engine and learning web development.</h3>
</p>
<p>
<h4 class="title" style="margin-top: 22px; letter-spacing: 2px; font-size: 40px;">ReonixeDungeons</h4>
</p>
<p> <h4 class="paragraph">A 2D action-adventure metroidvania with pixel art graphics.</h4></p>
<div class="sidenav">
<img src="assets/icon.png" style="padding-left: 20px;">
<p class="sidenavheader"><b>Projects</b></p>
<a href="https://github.com/AshVXmc/ashvxmc.github.io">Website</a>
<a href="reonixedungeons.html">ReonixeDungeons</a>
<a href="https://github.com/AshVXmc/CuboidDungeon_Fabric">CuboidDungeon</a>
<p class="sidenavheader"><b>Socials</b></p>
<a href="https://github.com/AshVXmc">Github</a>
<a href="https://gitlab.com/AshVXmc">Gitlab</a>
<a href="https://ashvxmc.itch.io/">Itch.io</a>
<p class="sidenavheader"><b>Other</b></p>
<a href="">About</a>
</div>
<div>
<img src="assets/screenshot1.png" width="350px" class="imageformat"">
</div>
<img src="assets/screenshot2.png" width="450px" length="300px" class="imageformat">
<div>
<img src="assets/screenshot3.png" width="450px" length="300px" class="imageformat">
</div>
<h4 class="title" style="margin-top: 22px; letter-spacing: 2px; font-size: 40px;">CuboidDungeon</h4>
<h3>
<p class="paragraph""><b>CuboidDungeon is a mod made for Minecraft: Java edition for the</b><a style= "color: white;"href="https://fabricmc.net"> Fabric mod launcher</a>.</p>
</h3>
</body>
</html>