-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
31 lines (31 loc) · 1.54 KB
/
contact.html
File metadata and controls
31 lines (31 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>DogWaterDev - Contact</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="assets/img/titleimg.jpg">
<script src="script.js"></script>
</head>
<body>
<div id="navbar" class="navbar">
<a class="navelement" href="index.html">About</a>
<a class="navelement" href="projects.html">Projects</a>
<a class="navelement" href="goals.html">Goals</a>
<a class="navelement active">Contact</a>
</div>
<div>
<h1 id="aprojects">Projects</h1>
<p >I have many current projects that I work on finishing and then maintaining.</p>
<li>This list includes:
<ul>JLI-C; a (unfinished) CLI like bash written in Java</ul>
<ul>DGE; an (unfinished) game engine written in Java</ul>
<ul><a href="https://github.com/DogWaterDev/DurianCompiler">DurianCompiler</a>; my most recent and most promising project
<ul class="internal">This project is for my compiled programming language, Durian.</ul>
<ul class="internal">It is not a finished project, and help is always appreciated!</ul>
</ul>
<ul>and many more! If you're interested, go to <a href="https://github.com/DogWaterDev" class="lnk">my GitHub</a></ul>
</li>
<p>Maybe we can work together on some of them!</p>
</div>
</body>
</html>