Got things organized now. Did some other small things

This commit is contained in:
Paoda 2016-09-21 16:47:36 -05:00
parent 8d18d68e3b
commit 93967c6abc
5 changed files with 43 additions and 0 deletions

10
harrison.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Harrison's Portfolio</title>
</head>
<body>
</body>
</html>

View File

@ -1 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="Dependencies/CSS/style.css">
<script src="Dependencies/JS/javascript.js"></script>
<title>Digital Photography</title>
</head>
<body>
<h1>
Wow Ain't this site professional!
</h1>
<a href="rekai.html">
Real Professional link to Rekai's Portfolio
</a>
<br />
<a href="harrison.html">
Real Professional link to Harrison's Portfolio
</a>
</body>
</html>

10
rekai.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rekai's Portfolio</title>
</head>
<body>
</body>
</html>