-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (52 loc) · 3.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wilbur's Projects</title>
<link href="css/style.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://wilburwilliams.uk/assets/icon.png">
<link rel="preload" href="https://wilburwilliams.uk/assets/background.png" as="image">
<link rel="preload" href="https://raw.githubusercontent.com/ThisCatLikesCrypto/github-stats/master/generated/overview.svg#gh-dark-mode-only" as="image">
<link rel="preload" href="https://raw.githubusercontent.com/ThisCatLikesCrypto/github-stats/master/generated/languages.svg#gh-dark-mode-only" as="image">
</head>
<body>
<div class="nav">
<a href="https://wilburwilliams.uk">Personal Site</a>
<a href="index.html">Projects Home</a>
<a href="widgets/index.html">Widgets</a>
<a href="https://eyescary.pages.dev">EyeScary</a>
</div>
<div>
<h1>Wilbur's Projects/Portfolio Site</h1>
<p>Welcome to the projects site. This will list anything I make that needs to be run in the browser, and maybe more later.</p>
</div>
<div class="main">
<div class="stuff">
<h2>Things that I have worked on</h2>
<h3>Not an exhaustive list</h3>
<h4>Python</h4>
<p><a href="https://eyescary.is-a.dev/stronge">Stronge</a> - A minimal command-line text editor, complete with syntax highlighting for:</p>
<p><a href="https://eyescary.is-a.dev/ESDlang">ESDLang</a> - 'EyeScary Development Language', a very not-feature-rich programming language</p>
<p><a href="https://cscode.pages.dev">CSCode</a> - An Ace-based text editor, (tho pittab built most of it)</p>
<p><a href="https://github.com/ThisCatLikesCrypto/GivAPI">GivAPI</a> - A simple python script for interfacing with the <a href="https://beta.givenergy.cloud/docs/api/v1">GivEnergy API</a></p>
<p><a href="https://github.com/ThisCatLikesCrypto/EncryptedPasswordManager">EncryptedPasswordManager</a> - A basic tkinter password manager, written badly as it was written a while ago</p>
<p><a href="https://github.com/ThisCatLikesCrypto/ExtinguishedSpark">Extinguished Spark</a> - An tkinter app for sparx bwk checks, i sorta gave up on the extension</p>
<p><a href="https://github.com/ThisCatLikesCrypto/wspm-client">wspm</a> - A python-based package manager, currently I'm just testing it</p>
<p><a href="https://github.com/ThisCatLikesCrypto/we-know-your-ip-address">we-know-your-ip-address</a></p>
<h4>JavaScript</h4>
<p><a href="wTextitor/index.html">wTextitor</a> - A pretty cool quill-based text editor</p>
<p><a href="wGrid/index.html">wGrid</a> - Currently an on-hold side project, I may make it into a full-on grid dashboard soon</p>
<p><a href="wRevision/index.html">wRevision</a> - An abysmally bad revision flashcard software</p>
<p><a href="games/cokie/cokcl.html">Cokie Cliker</a> - a very bad Cookie Clicker ripoff (made with <a href="https://github.com/pittab">pittab</a>)</p>
</div>
<div class="ghstats">
<h2>GitHub Stats</h2>
<p></p>
<img src="https://raw.githubusercontent.com/ThisCatLikesCrypto/github-stats/master/generated/overview.svg#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/ThisCatLikesCrypto/github-stats/master/generated/languages.svg#gh-dark-mode-only">
</div>
</div>
<iframe src="widgets/wGrid.html?theme=dark" height="300" width="300"></iframe>
</body>
</html>