-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
33 lines (33 loc) · 1.35 KB
/
software.html
File metadata and controls
33 lines (33 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>software | fanfavoritessofar.com</title>
<link rel="stylesheet" href="index.css"/>
<link rel="stylesheet" href="software.css"/>
<link rel="stylesheet" href="lib/xterm.css"/>
</head>
<script src="lib/xterm.js" defer></script>
<script src="software.js" defer></script>
<body>
<div id="content"><div id="content-area" class="grid">
<div id="header" class="window"><p>
Welcome to the software section. Here, you will see information on various pieces of software that I have written.<br><br>
<a href="https://github.com/Pixelthegreat">GitHub (Pixelthegreat)</a><br><br>
<div id="terminal-container"><div id="terminal"></div></div>
</p></div>
<div id="project-list" class="window"><p>
Projects
<ul>
<li><a href="javascript:void(0)" onClick="display_project('bakey')">Bakey</a?</li>
<li><a href="javascript:void(0)" onClick="display_project('eclair-os')">Eclair OS</a></li>
<li><a href="javascript:void(0)" onClick="display_project('emerald')">Emerald</a></li>
<li><a href="javascript:void(0)" onClick="display_project('lv2-plugins')">LV2 Plugins</a></li>
</ul>
</p></div>
<div id="project-info" class="window"><p id="project-info-text">
(Click on a project on the left to see information about it here)
</p></div>
</div></div>
</body>
</html>