-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgui.html
More file actions
40 lines (37 loc) · 2.05 KB
/
gui.html
File metadata and controls
40 lines (37 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arthur Jiang</title>
<link rel="stylesheet" href="styles/styles_gui.css">
<link href="https://raw.githubusercontent.com/GikitSRC/browserdesk.js/main/browserdesk.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="loading">
<span class="loader"></span>
</div>
<div id="noflex">
<div id="container">
<h1>Arthur Jiang</h1>
<p>I like Web Design, Javascript, Linux and making useless projects in my spare time.</p>
<p>I'm 14, in 9th grade, and is living in California. <a href="index.html">Terminal</a> version of my site.</p>
<h1 style="color: red;">I KNOW ITS UGLY ITS NOT FINISHED YET</h1>
</div>
<div id="container">
<h1>Projects</h1>
<button href="https://github.com/GikitSRC/rabbitt">Rabitt - AI that acts on Websites on your behalf</button>
<button href="https://thriveos.pages.dev">ThriveOS - An unfinished web-based operating system</button>
<button href="https://github.com/GikitSRC/browserdesk.js">browserdesk - A Javascript framework for a static web windowing environment</button>
<button href="https://github.com/GikitSRC/kindler">kindler - A webapp for Kindle Paperwhites; with notes, games, calculator, and more</button>
<button href="https://github.com/GikitSRC/LTC-Verifier">LTC-Verifier - A POC PHP project for verifying Litecoin blockchain transactions</button>
</div>
<div id="container">
<h1>Certifications</h1>
<button><a href="https://www.freecodecamp.org/certification/ChainedTears/responsive-web-design">FreeCodeCamp - Responsive Web Design</a></button>
<button><a href="https://www.hackerrank.com/certificates/22b2e161586c">HackerRank - CSS Basics</a></button>
</div>
</div>
<script src="scripts/script.js"></script>
</body>
</html>