Got things organized now. Did some other small things
This commit is contained in:
parent
8d18d68e3b
commit
93967c6abc
0
style.css → Dependencies/CSS/style.css
vendored
0
style.css → Dependencies/CSS/style.css
vendored
10
harrison.html
Normal file
10
harrison.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Harrison's Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
23
index.html
23
index.html
@ -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
10
rekai.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Rekai's Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user