-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapps.html
44 lines (39 loc) · 1.12 KB
/
apps.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Sam's Programming Portfolio</title>
</head>
<body>
<header>
<div class="container">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_me.html">About Me</a></li>
<li><a href="javascripts.html">Javascripts</a></li>
<li><a href="apps.html">Apps</a></li>
</ul>
</nav>
</div>
</header>
<img src="perez_banner.jpg" alt="perez_banner" class="center">
<center>
<table>
<tr>
<th><a href="index.html"><img src="home_butt.png"></a></th>
<th><a href="about_me.html"><img src="about_butt.png"></a></th>
<th><a href="javascripts.html"><img src="java_butt.png"></a></th>
<th><a href="apps.html"><img src="apps_butt.png"></a></th>
</tr>
</table>
</center>
<center>
<h1>Samuel's Applications</h1>
<p>
Here you can find all of my completed applications during my time in CSC 106. Test your skill<br>
and enjoy the feeling of frustration. I can tell you for certain that I did....(serious laugh).
</p>
</center>
</body>
</html>