-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (16 loc) · 803 Bytes
/
index.html
File metadata and controls
22 lines (16 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Conforming XHTML 1.0 Strict Template</title>
</head>
<body>
<p>
PERSONAL PROJECTS INDEX<br/>
PROJECT 1: <a href="https://github.com/programmingnat/Android_ToDo_List_App">RemindMe, (new version) of the to-do list</a><br/>
PROJECT 2: <a href="https://github.com/programmingnat/Project-2/tree/master/ProjectTwo">ByteMe 5000, Restaurant Finder</a><br/>
PROJECT 3: <a href="https://github.com/programmingnat/Project-3/tree/master/justthejist">Just the Jist, NY Times App</a><br/>
PROJECT 4: <a href="https://github.com/programmingnat/Project-4">Falling Blocks</a><br/>
</p>
</body>
</html>