-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (79 loc) · 2.61 KB
/
index.html
File metadata and controls
80 lines (79 loc) · 2.61 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>QJLU404's Website</title>
<meta content="QJLU404's Website!" property="og:title" />
<meta content="https://qjlu404.github.io" property="og:url" />
<meta content="https://embed.com/embedimage.png" property="og:image" />
<meta content="#440D0F" data-react-helmet="true" name="theme-color" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Advent+Pro:wght@500&display=swap" >
<link rel="stylesheet" href="https://raw.githubusercontent.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<table class="onhover">
<tr>
<th>Some Projects to Check Out</th>
<th>Github.com/qjlu404...</th>
</tr>
<tr>
<td>
Chartdownloader
</td>
<td>
<a href=https://github.com/qjlu404/chartdownloader target="_blank">/chartdownloader</a>
</td>
</tr>
<tr>
<td>
Stall Helper Plugin
</td>
<td>
<a href="https://github.com/qjlu404/stallhelper" target="_blank">/stallhelper</a>
</td>
</tr>
<tr>
<td>
Attempt at making a game lmao
</td>
<td>
<a href="https://github.com/qjlu404/penguingame" target="_blank">/penguingame</a>
</td>
</tr>
<tr>
<td>
eas encoder (for learning c# c++ interop)
</td>
<td>
<a href="https://github.com/qjlu404/psame-endec" target="_blank">/psame-endec</a>
</td>
</tr>
<tr>
<td>
burst fire program
</td>
<td>
<a href="https://github.com/qjlu404/burst-fire" target="_blank"> /burst-fire </a>
</td>
</tr>
</table>
<p class="onhover">
Chartdownloader, Stall Helper Plugin, and burst fire program are the ones that fully work<br>
eas encoder only kinda works.
</p>
<hr>
<h1>
How to Reach me:
</h1>
<p class="onhover" id="bottomp">
Discord: <strong>jean#0007</strong><br>
Cool server: <a href="https://discord.gg/2uZS5N8tCS" target="_blank">Nerd's Server</a><br>
Email: <strong>qjlu404@gmail.com</strong><br>
</p>
</body>
</html>