-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
27 lines (27 loc) · 882 Bytes
/
about.html
File metadata and controls
27 lines (27 loc) · 882 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Me</title>
<link href="style.css" rel="stylesheet">
<link href="Logos/50x50.JPG" rel="icon">
</head>
<body>
<div id="grad">
<nav class="nav">
<a href="index.html">Home</a>
<a href="Games.html">Game Development</a>
<a href="Programming.html">Programming Stuff</a>
<span class="selected">About Me</span>
<a href="Other.html">Other</a>
</nav>
</div>
<nav class="nav2">
<span>Information</span>
<a href="http://github.com/dguis" target="_blank">My GitHub</a>
</nav>
<h1>About Me</h1>
<br>
<p class="text"><strong>I am a programmer who enjoys making games, websites, and learning new things. I collaborate with <a href="https://dude2093350.github.io/cTech/home.html" target="_blank">cTech</a>, and <a href="http://adamrobertson.us" target="_blank">BabadabadosGames</a>.</strong></p>
</body>
</html>