summaryrefslogtreecommitdiff
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
downloadwebsite-3afa10ad02ce9336e018d69c8b4c1f66347cf2be.tar.gz
Intial website commit
-rw-r--r--about.html26
-rw-r--r--favicon.icobin0 -> 1425 bytes
-rw-r--r--index.html26
-rw-r--r--me.jpgbin0 -> 113178 bytes
-rw-r--r--other/film/film.html26
-rw-r--r--other/other-template.html26
-rw-r--r--other/other.html28
-rw-r--r--projects/labbench/comboscope.html27
-rw-r--r--projects/labbench/funcgen.html27
-rw-r--r--projects/labbench/images/function.jpgbin0 -> 69796 bytes
-rw-r--r--projects/labbench/images/multimeter.jpgbin0 -> 50358 bytes
-rw-r--r--projects/labbench/images/scope.jpgbin0 -> 87995 bytes
-rw-r--r--projects/labbench/images/supply.jpgbin0 -> 57104 bytes
-rw-r--r--projects/labbench/labbench-template.html26
-rw-r--r--projects/labbench/labbench.html42
-rw-r--r--projects/labbench/multimeter.html27
-rw-r--r--projects/labbench/supply.html27
-rw-r--r--projects/projects.html30
-rw-r--r--projects/riscv/i-design.html29
-rw-r--r--projects/riscv/i-impl.html29
-rw-r--r--projects/riscv/riscv-template.html26
-rw-r--r--projects/riscv/riscv.html34
-rw-r--r--ruby/banana.jpgbin0 -> 21492 bytes
-rw-r--r--ruby/bed.jpgbin0 -> 25146 bytes
-rw-r--r--ruby/original/banana.jpgbin0 -> 444213 bytes
-rw-r--r--ruby/original/bed.jpgbin0 -> 880288 bytes
-rw-r--r--ruby/original/slep.jpgbin0 -> 61239 bytes
-rw-r--r--ruby/original/walk.jpgbin0 -> 563769 bytes
-rw-r--r--ruby/ruby.html27
-rw-r--r--ruby/slep.jpgbin0 -> 35358 bytes
-rw-r--r--ruby/walk.jpgbin0 -> 64838 bytes
-rw-r--r--style.css49
-rw-r--r--trips/adk1/adk1.html26
-rw-r--r--trips/adk2/adk2.html26
-rw-r--r--trips/deer/deer.html34
-rw-r--r--trips/deer/deer.jpgbin0 -> 71814 bytes
-rw-r--r--trips/dreams/dreams.html30
-rw-r--r--trips/dreams/fieldofdreams.jpgbin0 -> 47107 bytes
-rw-r--r--trips/jones/jones.html29
-rw-r--r--trips/jones/sunrise.jpgbin0 -> 89901 bytes
-rw-r--r--trips/qc_me/qc_me.html26
-rw-r--r--trips/trips-template.html26
-rw-r--r--trips/trips.html48
43 files changed, 777 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..08feb1e
--- /dev/null
+++ b/about.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>About Me</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/other.html">Other</a>
+ <a class="menuitem" href="about.html">About</a>
+ </h4>
+ <h2 class="title">About Me</h2>
+ <a class="back" href=index.html>&lt;-Back</a>
+ <br>
+ <img src="me.jpg">
+ <p>
+ This is me, of course. Thankfully I didn't eat most of this.
+ </p>
+</body>
+</html>
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..4faa6ea
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..39b30f2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,26 @@
+<!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/other.html">Other</a>
+ <a class="menuitem" href="about.html">About</a>
+ </h3>
+
+ <h2>Joshua Yun's Website</h2>
+ <p>
+ This is my website where hopefully I will be posting project devlopments.
+ It also links to my other stuff, namly <a href="https://git.joshuayun.com">Git</a>
+ </p>
+
+</body>
diff --git a/me.jpg b/me.jpg
new file mode 100644
index 0000000..5b1aa1c
--- /dev/null
+++ b/me.jpg
Binary files differ
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>
diff --git a/projects/labbench/comboscope.html b/projects/labbench/comboscope.html
new file mode 100644
index 0000000..06a8054
--- /dev/null
+++ b/projects/labbench/comboscope.html
@@ -0,0 +1,27 @@
+<!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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=labbench.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+ <img src="images/scope.jpg">
+</body>
diff --git a/projects/labbench/funcgen.html b/projects/labbench/funcgen.html
new file mode 100644
index 0000000..2a1190c
--- /dev/null
+++ b/projects/labbench/funcgen.html
@@ -0,0 +1,27 @@
+<!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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=labbench.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+ <img src="images/function.jpg">
+</body>
diff --git a/projects/labbench/images/function.jpg b/projects/labbench/images/function.jpg
new file mode 100644
index 0000000..76aca2e
--- /dev/null
+++ b/projects/labbench/images/function.jpg
Binary files differ
diff --git a/projects/labbench/images/multimeter.jpg b/projects/labbench/images/multimeter.jpg
new file mode 100644
index 0000000..1dcaf31
--- /dev/null
+++ b/projects/labbench/images/multimeter.jpg
Binary files differ
diff --git a/projects/labbench/images/scope.jpg b/projects/labbench/images/scope.jpg
new file mode 100644
index 0000000..64d1071
--- /dev/null
+++ b/projects/labbench/images/scope.jpg
Binary files differ
diff --git a/projects/labbench/images/supply.jpg b/projects/labbench/images/supply.jpg
new file mode 100644
index 0000000..64e5f2c
--- /dev/null
+++ b/projects/labbench/images/supply.jpg
Binary files differ
diff --git a/projects/labbench/labbench-template.html b/projects/labbench/labbench-template.html
new file mode 100644
index 0000000..7918ddb
--- /dev/null
+++ b/projects/labbench/labbench-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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=labbench.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+</body>
diff --git a/projects/labbench/labbench.html b/projects/labbench/labbench.html
new file mode 100644
index 0000000..4214250
--- /dev/null
+++ b/projects/labbench/labbench.html
@@ -0,0 +1,42 @@
+<!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>
+ <h4>
+ <a class="menuitem" href="../../index.html">Home</a>
+ <a class="menuitem" href="../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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+
+ <h2 class="title">My (Growing) Lab Bench</h2>
+ <a class="back" href=../projects.html>&lt;-Back</a>
+ <br>
+ <br>
+ <div class="project">
+ <div class="date">2/21</div>
+ <a href="comboscope.html">Combo Oscilloscope Logic Analyzer</a>
+ </div>
+
+ <div class="project">
+ <div class="date">6/21</div>
+ <a href="supply.html">Power Supply</a>
+ </div>
+
+ <div class="project">
+ <div class="date">6/21</div>
+ <a href="multimeter.html">Multimeter</a>
+ </div>
+
+ <div class="project">
+ <div class="date">6/23</div>
+ <a href="funcgen.html">Function Generator</a>
+ </div>
+</body>
diff --git a/projects/labbench/multimeter.html b/projects/labbench/multimeter.html
new file mode 100644
index 0000000..2410bc9
--- /dev/null
+++ b/projects/labbench/multimeter.html
@@ -0,0 +1,27 @@
+<!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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=labbench.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+ <img src="./images/multimeter.jpg">
+</body>
diff --git a/projects/labbench/supply.html b/projects/labbench/supply.html
new file mode 100644
index 0000000..9434ae5
--- /dev/null
+++ b/projects/labbench/supply.html
@@ -0,0 +1,27 @@
+<!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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=labbench.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+ <img src="images/supply.jpg">
+</body>
diff --git a/projects/projects.html b/projects/projects.html
new file mode 100644
index 0000000..88db07e
--- /dev/null
+++ b/projects/projects.html
@@ -0,0 +1,30 @@
+<!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>
+ <h4>
+ <a class="menuitem" href="../index.html">Home</a>
+ <a class="menuitem" href="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/other.html">Other</a>
+ <a class="menuitem" href="../about.html">About</a>
+ </h4>
+
+ <h2 class="title">My Projects</h2>
+ <a class="back" href=../index.html>&lt;-Back</a>
+ <h4>
+ <div class="project">
+ <a href="riscv/riscv.html">RISC-V Processor</a>
+ </div>
+
+ <div class="project">
+ <a href="labbench/labbench.html">Lab Bench Setup</a>
+ </div>
+ </h4>
+</body>
diff --git a/projects/riscv/i-design.html b/projects/riscv/i-design.html
new file mode 100644
index 0000000..c37f4b1
--- /dev/null
+++ b/projects/riscv/i-design.html
@@ -0,0 +1,29 @@
+<!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">
+ <style>
+ h2, .back {display:inline;}
+ </style>
+</head>
+<body>
+ <div class="menu">
+ <h4>
+ <a class="menuitem" href="../../index.html">Home</a>
+ <a class="menuitem" href="../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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=riscv.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+</body>
diff --git a/projects/riscv/i-impl.html b/projects/riscv/i-impl.html
new file mode 100644
index 0000000..c37f4b1
--- /dev/null
+++ b/projects/riscv/i-impl.html
@@ -0,0 +1,29 @@
+<!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">
+ <style>
+ h2, .back {display:inline;}
+ </style>
+</head>
+<body>
+ <div class="menu">
+ <h4>
+ <a class="menuitem" href="../../index.html">Home</a>
+ <a class="menuitem" href="../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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=riscv.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+</body>
diff --git a/projects/riscv/riscv-template.html b/projects/riscv/riscv-template.html
new file mode 100644
index 0000000..bc41e46
--- /dev/null
+++ b/projects/riscv/riscv-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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=riscv.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+</body>
diff --git a/projects/riscv/riscv.html b/projects/riscv/riscv.html
new file mode 100644
index 0000000..7262977
--- /dev/null
+++ b/projects/riscv/riscv.html
@@ -0,0 +1,34 @@
+<!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.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/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">RISC-V Processor In Verilog</h2>
+ <a class="back" href=../projects.html>&lt;-Back</a>
+ <br>
+ <br>
+ <div class="project">
+ <div class="date">4/23</div>
+ <a href="i-design.html">Design for Integer specification</a>
+ </div>
+
+ <div class="project">
+ <div class="date">5/23</div>
+ <a href="i-impl.html">Implementation for Integer specification</a>
+ </div>
+</body>
diff --git a/ruby/banana.jpg b/ruby/banana.jpg
new file mode 100644
index 0000000..ff9cf29
--- /dev/null
+++ b/ruby/banana.jpg
Binary files differ
diff --git a/ruby/bed.jpg b/ruby/bed.jpg
new file mode 100644
index 0000000..0af766e
--- /dev/null
+++ b/ruby/bed.jpg
Binary files differ
diff --git a/ruby/original/banana.jpg b/ruby/original/banana.jpg
new file mode 100644
index 0000000..317dedf
--- /dev/null
+++ b/ruby/original/banana.jpg
Binary files differ
diff --git a/ruby/original/bed.jpg b/ruby/original/bed.jpg
new file mode 100644
index 0000000..4e71d8f
--- /dev/null
+++ b/ruby/original/bed.jpg
Binary files differ
diff --git a/ruby/original/slep.jpg b/ruby/original/slep.jpg
new file mode 100644
index 0000000..59b333b
--- /dev/null
+++ b/ruby/original/slep.jpg
Binary files differ
diff --git a/ruby/original/walk.jpg b/ruby/original/walk.jpg
new file mode 100644
index 0000000..78c80f7
--- /dev/null
+++ b/ruby/original/walk.jpg
Binary files differ
diff --git a/ruby/ruby.html b/ruby/ruby.html
new file mode 100644
index 0000000..9641298
--- /dev/null
+++ b/ruby/ruby.html
@@ -0,0 +1,27 @@
+<!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.html">Ruby (Images)</a>
+ <a class="menuitem" href="../other/other.html">Other</a>
+ <a class="menuitem" href="../about.html">About</a>
+ </h4>
+
+ <h2 class="title">Ruby is CUTE</h2>
+ <a class="back" href=../index.html>&lt;-Back</a>
+ <br>
+ <br>
+ <img src="slep.jpg">
+ <img src="bed.jpg">
+ <img src="banana.jpg">
+ <img src="walk.jpg">
+</body>
diff --git a/ruby/slep.jpg b/ruby/slep.jpg
new file mode 100644
index 0000000..9aa89c7
--- /dev/null
+++ b/ruby/slep.jpg
Binary files differ
diff --git a/ruby/walk.jpg b/ruby/walk.jpg
new file mode 100644
index 0000000..07e55f9
--- /dev/null
+++ b/ruby/walk.jpg
Binary files differ
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..43374d9
--- /dev/null
+++ b/style.css
@@ -0,0 +1,49 @@
+.menuitem{
+ flex-shrink:0;
+ padding-right:.5em;
+}
+.project{
+ flex-shrink:0;
+ padding-bottom:1em;
+ display: flex;
+}
+
+.date{
+ padding-right:1em;
+}
+
+.back {
+ display:inline;
+}
+
+.title {
+ display:inline;
+}
+
+h1,h2,h3 {
+ line-height:1.2;
+}
+
+a:link {
+ color:#4c566a;
+}
+
+a:visited {
+ color:#6b4764;
+}
+
+a:active {
+ color:#a3be8c;
+}
+
+body {
+ font-size:18px;
+ color:#2e3440;
+ background-color:#eceff4;
+ margin-top: 20px;
+ margin-right: auto;
+ margin-left: auto;
+ margin-bottom: auto;
+ line-height: 1.6;
+ max-width: 650px;
+}
diff --git a/trips/adk1/adk1.html b/trips/adk1/adk1.html
new file mode 100644
index 0000000..bc9cc0c
--- /dev/null
+++ b/trips/adk1/adk1.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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT TRIP HERE</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ INSERT TRIP CONTENTS HERE
+ </p>
+</body>
diff --git a/trips/adk2/adk2.html b/trips/adk2/adk2.html
new file mode 100644
index 0000000..bc9cc0c
--- /dev/null
+++ b/trips/adk2/adk2.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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT TRIP HERE</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ INSERT TRIP CONTENTS HERE
+ </p>
+</body>
diff --git a/trips/deer/deer.html b/trips/deer/deer.html
new file mode 100644
index 0000000..d9e5425
--- /dev/null
+++ b/trips/deer/deer.html
@@ -0,0 +1,34 @@
+<!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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">Edgewood Oak Brush Preserve, Deerpark, NY</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ It was an overall great ride with the new trails in Edgewood.
+ However, if the Red/Black trails are as my friends described them, I would most certainly not recommend them.
+ The blue and white trails were great for relaxing, with some fun rolling hills with mostly flat terrain.
+ There were a couple of gems such as the Soviet mud sucking down on everyone&#39;s tires or literally getting lost at every crossroad.
+ When we went up the powerline road though, it was still covered in snow yay!
+ Would do again if I had the chance.
+ </p>
+ <img src="deer.jpg" alt="Harrison Vs the Power Line Snow" title="Harrison looks at the snow before getting stuck in it">
+ <br>
+ Harrison before perishing on the powerline snow trail.
+</body>
diff --git a/trips/deer/deer.jpg b/trips/deer/deer.jpg
new file mode 100644
index 0000000..ffb0601
--- /dev/null
+++ b/trips/deer/deer.jpg
Binary files differ
diff --git a/trips/dreams/dreams.html b/trips/dreams/dreams.html
new file mode 100644
index 0000000..8f161c7
--- /dev/null
+++ b/trips/dreams/dreams.html
@@ -0,0 +1,30 @@
+<!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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">Stillwell Woods Park, Syosset, NY</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ My friends and I decided to hike in Stillwell after the blizzard.
+ It was one of the most serene yet painful experiences at the time.
+ We all layed down in the snow, and soaked in the silence and the whistling of the trees against the wind.
+ As we left, we saw the field of dreams as the sun was just about to set, the most peaceful scene one could ever imagine.
+ </p>
+ <img src="fieldofdreams.jpg" alt="Stillwell at Night on the Field of Dreams" title="Serene Field of Dreams at Night">
+</body>
diff --git a/trips/dreams/fieldofdreams.jpg b/trips/dreams/fieldofdreams.jpg
new file mode 100644
index 0000000..7645680
--- /dev/null
+++ b/trips/dreams/fieldofdreams.jpg
Binary files differ
diff --git a/trips/jones/jones.html b/trips/jones/jones.html
new file mode 100644
index 0000000..0086347
--- /dev/null
+++ b/trips/jones/jones.html
@@ -0,0 +1,29 @@
+<!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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">Jones Beach, NY</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ Walking down the Beach, thinking about what we will do this year.
+ Whatever it may be, I hope that I am happy.
+ I hope to take the roads less traveled.
+ </p>
+ <img src="sunrise.jpg" alt="Sunrise on a New Year" title="Sunrise on a new, better year">
+</body>
diff --git a/trips/jones/sunrise.jpg b/trips/jones/sunrise.jpg
new file mode 100644
index 0000000..0b75072
--- /dev/null
+++ b/trips/jones/sunrise.jpg
Binary files differ
diff --git a/trips/qc_me/qc_me.html b/trips/qc_me/qc_me.html
new file mode 100644
index 0000000..bc9cc0c
--- /dev/null
+++ b/trips/qc_me/qc_me.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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT TRIP HERE</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ INSERT TRIP CONTENTS HERE
+ </p>
+</body>
diff --git a/trips/trips-template.html b/trips/trips-template.html
new file mode 100644
index 0000000..bc9cc0c
--- /dev/null
+++ b/trips/trips-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.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT TRIP HERE</h2>
+ <a class="back" href=../trips.html>&lt;-Back</a>
+ <p>
+ INSERT TRIP CONTENTS HERE
+ </p>
+</body>
diff --git a/trips/trips.html b/trips/trips.html
new file mode 100644
index 0000000..3bd0832
--- /dev/null
+++ b/trips/trips.html
@@ -0,0 +1,48 @@
+<!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.html">Trips</a>
+ <a class="menuitem" href="../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../other/other.html">Other</a>
+ <a class="menuitem" href="../about.html">About</a>
+ </h4>
+
+ <h2 class="title">My Trips</h2>
+ <a class="back" href=../index.html>&lt;-Back</a>
+
+ <br>
+ <br>
+ <div class="project">
+ <div class="date">2/23</div>
+ <a href="qc_me/qc_me.html">Je me Souviens</a>
+ </div>
+ <div class="project">
+ <div class="date">7/23</div>
+ <a href="adk2/adk2.html">Adirondaks Part 2</a>
+ </div>
+ <div class="project">
+ <div class="date">6/22</div>
+ <a href="adk1/adk1.html">Adirondaks Part 1</a>
+ </div>
+ <div class="project">
+ <div class="date">3/21</div>
+ <a href="deer/deer.html">Winter at Deer Park</a>
+ </div>
+ <div class="project">
+ <div class="date">1/21</div>
+ <a href="jones/jones.html">Jones Beach on New Year</a>
+ </div>
+ <div class="project">
+ <div class="date">12/20</div>
+ <a href="dreams/dreams.html">Field of Dreams</a>
+ </div>
+</body>