-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 2.98 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
<!DOCTYPE html>
<html>
<head>
<title>r3ality_cubed's Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="r3ality_cubed's website" />
<link href="main.css" rel="stylesheet">
<link rel="icon" href="img/infoicon.png">
</head>
<body>
<div id="cover"></div>
<div id="heading">
<a id="headingcontainer" href=""><img src="img/webprogram.png" height="64px" width="64px"><h2 id="title"> r3ality_cubed</h2></a>
<span id="pagelinks">
<a href="javascript:void(0)" class="pagelink">About</a>
<a href="javascript:void(0)" class="pagelink">Projects</a>
</span>
</div>
<div id="about">
<h3>Hi, I'm Edward!</h3>
<p>I'm a high school student who enjoys web development, problem solving, science (specifically physics!), and programming.<br><br>My skills in the programming world include advanced-intermediate understanding of HTML, CSS, JS, and Python, and some experience in VueJS.<br><br>This website was made using HTML, CSS, and a tiny splash of JS.<br><br>You can find my projects on my projects page. You can contact me <a id="showcontact" href="javascript:void(0)">here</a>.</p>
</div>
<div id="projects">
<h3>Projects</h3>
<p>Over the course of my life, I've worked on a few projects, all of which are displayed here:<br><br>First off, this website! Built with HTML, CSS, JS, and compared to my old website, load speeds are significantly cut down, the style is simpler, sleeker, more modern, and responsive. <a href="https://r3alitycubedsk.glitch.me">Old website</a><br><br><a href="https://theantimatterlab.net">The Antimatter Lab</a>: A work in progress still, but it's going to be an interactive learning experience to learn physics!<br><a href="https://replit.com/@edjiang1234/coin-clicker?embed=1">Coin clicker</a>: Idle clicker game built with Pygame Zero and Python<br><a href="https://edward358-ai.github.io/Food-Rampage">Food Rampage</a>: Unity FPS minigame built with FPS Minigame Template<br><a href="https://edward358-ai.github.io/thericefarm">Peasant Liu's Rice Farming Simulator</a>: A crude game made with terrible CSS and clumsy javascript, currently working on a rework using Vue and hopefully will be cleaner!<br><a href="https://glo-edward358-ai.koyeb.app">MyohTheWeb</a>: Frontend redesign of TN's Ultraviolet backend service<br><br>*the end :)*</p>
</div>
<div id="contact">
<h3>Contact</h3>
<p>You can contact me via these methods:<br><br>Email - <a href="mailto:[email protected]">[email protected]</a><br>Discord - edward.jiang_<br>Github: <a href="https://github.com/Edward358-AI">Edward358-AI</a><br>Replit: <a href="https://replit.com/@edjiang1234">edjiang1234</a><br>(click anywhere outside to close)</p>
</div>
<footer id="footer">
View the website's <a href="LICENSE.txt" target="_blank">license</a>. Source code: <a href="https://github.com/Edward358-AI/Edward358-AI.github.io">Github</a>
</footer>
</body>
<script src="script.js"></script>
</html>