diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/film/film.html | 26 | ||||
-rw-r--r-- | other/other-template.html | 26 | ||||
-rw-r--r-- | other/other.html | 28 |
3 files changed, 80 insertions, 0 deletions
diff --git a/other/film/film.html b/other/film/film.html new file mode 100644 index 0000000..1329018 --- /dev/null +++ b/other/film/film.html @@ -0,0 +1,26 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Joshua's Website</title> + <link rel="shortcut icon" href="../../favicon.ico"> + <link rel="stylesheet" href="../../style.css"> +</head> +<body> + <div class="menu"> + <h4> + <a class="menuitem" href="../../index.html">Home</a> + <a class="menuitem" href="../../projects/projects.html">Projects</a> + <a class="menuitem" href="../../trips/trips.html">Trips</a> + <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a> + <a class="menuitem" href="../other.html">Other</a> + <a class="menuitem" href="../../about.html">About</a> + </h4> + </div> + + <h2 class="title">INSERT OTHER HERE</h2> + <a class="back" href=../other.html><-Back</a> + <p> + INSERT OTHER HERE + </p> +</body> diff --git a/other/other-template.html b/other/other-template.html new file mode 100644 index 0000000..1329018 --- /dev/null +++ b/other/other-template.html @@ -0,0 +1,26 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Joshua's Website</title> + <link rel="shortcut icon" href="../../favicon.ico"> + <link rel="stylesheet" href="../../style.css"> +</head> +<body> + <div class="menu"> + <h4> + <a class="menuitem" href="../../index.html">Home</a> + <a class="menuitem" href="../../projects/projects.html">Projects</a> + <a class="menuitem" href="../../trips/trips.html">Trips</a> + <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a> + <a class="menuitem" href="../other.html">Other</a> + <a class="menuitem" href="../../about.html">About</a> + </h4> + </div> + + <h2 class="title">INSERT OTHER HERE</h2> + <a class="back" href=../other.html><-Back</a> + <p> + INSERT OTHER HERE + </p> +</body> diff --git a/other/other.html b/other/other.html new file mode 100644 index 0000000..faff7fc --- /dev/null +++ b/other/other.html @@ -0,0 +1,28 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Joshua's Website</title> + <link rel="stylesheet" href="../style.css"> + <link rel="shortcut icon" href="../favicon.ico"> +</head> +<body> + <h4> + <a class="menuitem" href="../index.html">Home</a> + <a class="menuitem" href="../projects/projects.html">Projects</a> + <a class="menuitem" href="../trips/trips.html">Trips</a> + <a class="menuitem" href="../ruby/ruby.html">Ruby (Images)</a> + <a class="menuitem" href="other.html">Other</a> + <a class="menuitem" href="../about.html">About</a> + </h4> + + <h2>Other (MISC)</h2> + <p> + I am putting random content here, watch out for random pages. + </p> + <h4> + <div class="project"> + <a href="film/film.html">Film Camera project</a> + </div> + </h4> +</body> |