summaryrefslogtreecommitdiff
path: root/trips/jones
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 /trips/jones
downloadwebsite-3afa10ad02ce9336e018d69c8b4c1f66347cf2be.tar.gz
Intial website commit
Diffstat (limited to 'trips/jones')
-rw-r--r--trips/jones/jones.html29
-rw-r--r--trips/jones/sunrise.jpgbin0 -> 89901 bytes
2 files changed, 29 insertions, 0 deletions
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