-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
56 lines (50 loc) · 2.2 KB
/
Copy pathabout.html
File metadata and controls
56 lines (50 loc) · 2.2 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
<!DOCTYPE HTML>
<html>
<head>
<title>CubicInfinity - About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'">
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8"/>
</head>
<body>
<div class="header">
<header>
<a href="index.html">
<h2 class="bio">Back</h2>
</a>
</header>
</div>
<div class="textbody">
<h3>Current Projects</h3>
<ul style="text-align:left;width:max-content;margin:auto;">
<li>Live coding practice with xenharmonics</li>
<li>A new PF TrackMania map</li>
<li>Tower Unite ARG</li>
</ul>
<h3>Proposed Projects</h3>
<ul style="text-align:left;width:max-content;margin:auto;padding:0;">
<li style="list-style:none;">None currently</li>
</ul>
<div style="display:none;">
<h3>Stagnant Projects</h3>
<ul style="text-align:left;width:max-content;margin:auto;">
<li>Black Pearl, a Minecraft adventure (Please nag me about this.)</li>
<li>Unnamed resgression search library (replacing the work of finding a good regression model with tools for automation)</li>
<li>Semi-blind playthrough of Return to Zork</li>
</ul>
</div>
</div>
<footer>
<div class="icons">
<a href="https://www.linkedin.com/in/jim-greene-9a1275138/" ><img src="LinkedIn-Logos/LI-In-Bug.png" alt="LinkedIn Bug Logo" class="icon"></a>
<a href="https://github.com/CUBICinfinity" ><img src="GitHub-Mark/PNG/GitHub-Mark-64px.png" alt="GitHub Mark Logo" class="icon"></a>
<a href="https://www.facebook.com/CubicInfinitySV" ><img src="f_logo_RGB-Blue_512.png" alt="Facebook f Logo" class="icon"></a>
<!--</div>
<div class="icons">-->
<a href="mailto:jimkgreene@gmail.com" ><img src="mail-flat/my_version1_.png" alt="Email icon" class="icon"></a>
<a href="tel:+18638000258" ><img src="Aperture_Science_Red_Phone_2.png" alt="Portal red phone icon" class="icon"></a>
</div>
</footer>
</body>
</html>