summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
committerjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
commit3afa10ad02ce9336e018d69c8b4c1f66347cf2be (patch)
treebcc051f29cdd8294540f33fde77608c9c104d05c /other
downloadwebsite-3afa10ad02ce9336e018d69c8b4c1f66347cf2be.tar.gz
Intial website commit
Diffstat (limited to 'other')
-rw-r--r--other/film/film.html26
-rw-r--r--other/other-template.html26
-rw-r--r--other/other.html28
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>&lt;-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>&lt;-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>