-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmywork.html
45 lines (40 loc) · 1.78 KB
/
mywork.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
<!DOCTYPE html>
<html>
<head>
<title>CodeNMore - My Work</title>
<meta name = "author" content = "CodeNMore"/>
<meta name = "description" content = "I teach programming, electronics, and more!"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<header class="shadowed">
<img src="images/banner.png" />
<nav>
<a href="index.html">Home</a>
<a href="resources.html">Tutorial Resources</a>
<a href="mywork.html">My Work</a>
<a href="http://www.youtube.com/CodeNMore" target="_blank">YouTube</a>
<a href="http://www.twitter.com/CodeNMore" target="_blank">Twitter</a>
</nav>
</header>
<article class="main-content shadowed">
<h1>Ludum Dare</h1>
<div>
I have participated in over 10 Ludum Dare game jams in the past.
All of the games made for this competition were made in under 48 hours from scratch by myself.
You can find the games on my old and new Ludum Dare site profiles, found below:
<ul>
<li>New Ludum Dare Site Profile: <a href="https://ldjam.com/users/officialcodenmore/" target="_blank">here!</a></li>
<li>Old Ludum Dare Site Profile: <a href="http://ludumdare.com/compo/author/officialcodenmore/" target="_blank">here!</a></li>
</ul>
</div>
<h1>Other Projects</h1>
<div>
I am currently in the process of re-adding some of my other projects to this site.
</div>
</article>
<footer class="shadowed">
Copyright © CodeNMore 2020
</footer>
</body>
</html>