-
Notifications
You must be signed in to change notification settings - Fork 0
/
other.html
47 lines (43 loc) · 1.79 KB
/
other.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Other | Not Enough Photons</title>
<link rel="stylesheet" href="styles/styles_projects.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/ui/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/ui/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/ui/favicon-16x16.png">
<link rel="manifest" href="img/ui/site.webmanifest">
<script src="scripts/project_listing_script.js" defer></script>
</head>
<body>
<div class="back-button">
<a class="back-text" href="index">Back</a>
</div>
<div class="video-container">
<video id="video-background" src="webm/project_monodirector.webm" autoplay muted loop></video>
</div>
<div class="project-listings" id="project-parent">
<ln>
<a href="mods/mod_monodirector">
<p class="project-title" id="project-button">
<span id="project-name">BRINKS</span>
<span class="release-footnote">Software</span>
</p>
</a>
<a href="mods/mod_monodirector">
<p class="project-title" id="project-button">
<span id="project-name">Typewriter Utility</span>
<span class="release-footnote">Software</span>
</p>
</a>
<a href="mods/mod_monodirector">
<p class="project-title" id="project-button">
<span id="project-name">BoneMenu</span>
<span class="release-footnote">Modification, BONELAB</span>
</p>
</a>
</ln>
</div>
</body>