From 3afa10ad02ce9336e018d69c8b4c1f66347cf2be Mon Sep 17 00:00:00 2001 From: joshua Date: Sun, 2 Jul 2023 00:06:53 -0400 Subject: Intial website commit --- about.html | 26 ++++++++++++++++ favicon.ico | Bin 0 -> 1425 bytes index.html | 26 ++++++++++++++++ me.jpg | Bin 0 -> 113178 bytes other/film/film.html | 26 ++++++++++++++++ other/other-template.html | 26 ++++++++++++++++ other/other.html | 28 ++++++++++++++++++ projects/labbench/comboscope.html | 27 +++++++++++++++++ projects/labbench/funcgen.html | 27 +++++++++++++++++ projects/labbench/images/function.jpg | Bin 0 -> 69796 bytes projects/labbench/images/multimeter.jpg | Bin 0 -> 50358 bytes projects/labbench/images/scope.jpg | Bin 0 -> 87995 bytes projects/labbench/images/supply.jpg | Bin 0 -> 57104 bytes projects/labbench/labbench-template.html | 26 ++++++++++++++++ projects/labbench/labbench.html | 42 ++++++++++++++++++++++++++ projects/labbench/multimeter.html | 27 +++++++++++++++++ projects/labbench/supply.html | 27 +++++++++++++++++ projects/projects.html | 30 +++++++++++++++++++ projects/riscv/i-design.html | 29 ++++++++++++++++++ projects/riscv/i-impl.html | 29 ++++++++++++++++++ projects/riscv/riscv-template.html | 26 ++++++++++++++++ projects/riscv/riscv.html | 34 +++++++++++++++++++++ ruby/banana.jpg | Bin 0 -> 21492 bytes ruby/bed.jpg | Bin 0 -> 25146 bytes ruby/original/banana.jpg | Bin 0 -> 444213 bytes ruby/original/bed.jpg | Bin 0 -> 880288 bytes ruby/original/slep.jpg | Bin 0 -> 61239 bytes ruby/original/walk.jpg | Bin 0 -> 563769 bytes ruby/ruby.html | 27 +++++++++++++++++ ruby/slep.jpg | Bin 0 -> 35358 bytes ruby/walk.jpg | Bin 0 -> 64838 bytes style.css | 49 +++++++++++++++++++++++++++++++ trips/adk1/adk1.html | 26 ++++++++++++++++ trips/adk2/adk2.html | 26 ++++++++++++++++ trips/deer/deer.html | 34 +++++++++++++++++++++ trips/deer/deer.jpg | Bin 0 -> 71814 bytes trips/dreams/dreams.html | 30 +++++++++++++++++++ trips/dreams/fieldofdreams.jpg | Bin 0 -> 47107 bytes trips/jones/jones.html | 29 ++++++++++++++++++ trips/jones/sunrise.jpg | Bin 0 -> 89901 bytes trips/qc_me/qc_me.html | 26 ++++++++++++++++ trips/trips-template.html | 26 ++++++++++++++++ trips/trips.html | 48 ++++++++++++++++++++++++++++++ 43 files changed, 777 insertions(+) create mode 100644 about.html create mode 100644 favicon.ico create mode 100644 index.html create mode 100644 me.jpg create mode 100644 other/film/film.html create mode 100644 other/other-template.html create mode 100644 other/other.html create mode 100644 projects/labbench/comboscope.html create mode 100644 projects/labbench/funcgen.html create mode 100644 projects/labbench/images/function.jpg create mode 100644 projects/labbench/images/multimeter.jpg create mode 100644 projects/labbench/images/scope.jpg create mode 100644 projects/labbench/images/supply.jpg create mode 100644 projects/labbench/labbench-template.html create mode 100644 projects/labbench/labbench.html create mode 100644 projects/labbench/multimeter.html create mode 100644 projects/labbench/supply.html create mode 100644 projects/projects.html create mode 100644 projects/riscv/i-design.html create mode 100644 projects/riscv/i-impl.html create mode 100644 projects/riscv/riscv-template.html create mode 100644 projects/riscv/riscv.html create mode 100644 ruby/banana.jpg create mode 100644 ruby/bed.jpg create mode 100644 ruby/original/banana.jpg create mode 100644 ruby/original/bed.jpg create mode 100644 ruby/original/slep.jpg create mode 100644 ruby/original/walk.jpg create mode 100644 ruby/ruby.html create mode 100644 ruby/slep.jpg create mode 100644 ruby/walk.jpg create mode 100644 style.css create mode 100644 trips/adk1/adk1.html create mode 100644 trips/adk2/adk2.html create mode 100644 trips/deer/deer.html create mode 100644 trips/deer/deer.jpg create mode 100644 trips/dreams/dreams.html create mode 100644 trips/dreams/fieldofdreams.jpg create mode 100644 trips/jones/jones.html create mode 100644 trips/jones/sunrise.jpg create mode 100644 trips/qc_me/qc_me.html create mode 100644 trips/trips-template.html create mode 100644 trips/trips.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..08feb1e --- /dev/null +++ b/about.html @@ -0,0 +1,26 @@ + + + + + About Me + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+

About Me

+ <-Back +
+ +

+ This is me, of course. Thankfully I didn't eat most of this. +

+ + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4faa6ea Binary files /dev/null and b/favicon.ico 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 @@ + + + + + Joshua's Website + + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+ +

Joshua Yun's Website

+

+ This is my website where hopefully I will be posting project devlopments. + It also links to my other stuff, namly Git +

+ + diff --git a/me.jpg b/me.jpg new file mode 100644 index 0000000..5b1aa1c Binary files /dev/null and b/me.jpg 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT OTHER HERE

+ <-Back +

+ INSERT OTHER HERE +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT OTHER HERE

+ <-Back +

+ INSERT OTHER HERE +

+ 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 @@ + + + + + Joshua's Website + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+ +

Other (MISC)

+

+ I am putting random content here, watch out for random pages. +

+

+ +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ + 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ + diff --git a/projects/labbench/images/function.jpg b/projects/labbench/images/function.jpg new file mode 100644 index 0000000..76aca2e Binary files /dev/null and b/projects/labbench/images/function.jpg differ diff --git a/projects/labbench/images/multimeter.jpg b/projects/labbench/images/multimeter.jpg new file mode 100644 index 0000000..1dcaf31 Binary files /dev/null and b/projects/labbench/images/multimeter.jpg differ diff --git a/projects/labbench/images/scope.jpg b/projects/labbench/images/scope.jpg new file mode 100644 index 0000000..64d1071 Binary files /dev/null and b/projects/labbench/images/scope.jpg differ diff --git a/projects/labbench/images/supply.jpg b/projects/labbench/images/supply.jpg new file mode 100644 index 0000000..64e5f2c Binary files /dev/null and b/projects/labbench/images/supply.jpg 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ 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 @@ + + + + + Joshua's Website + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+ +

My (Growing) Lab Bench

+ <-Back +
+
+
+
2/21
+ Combo Oscilloscope Logic Analyzer +
+ +
+
6/21
+ Power Supply +
+ +
+
6/21
+ Multimeter +
+ +
+
6/23
+ Function Generator +
+ 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ + 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ + 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 @@ + + + + + Joshua's Website + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+ +

My Projects

+ <-Back +

+ + + +

+ 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 @@ + + + + + Joshua's Website + + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ 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 @@ + + + + + Joshua's Website + + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT LOG TITLE HERE

+ <-Back +

+ Insert Log Contents here +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

RISC-V Processor In Verilog

+ <-Back +
+
+
+
4/23
+ Design for Integer specification +
+ +
+
5/23
+ Implementation for Integer specification +
+ diff --git a/ruby/banana.jpg b/ruby/banana.jpg new file mode 100644 index 0000000..ff9cf29 Binary files /dev/null and b/ruby/banana.jpg differ diff --git a/ruby/bed.jpg b/ruby/bed.jpg new file mode 100644 index 0000000..0af766e Binary files /dev/null and b/ruby/bed.jpg differ diff --git a/ruby/original/banana.jpg b/ruby/original/banana.jpg new file mode 100644 index 0000000..317dedf Binary files /dev/null and b/ruby/original/banana.jpg differ diff --git a/ruby/original/bed.jpg b/ruby/original/bed.jpg new file mode 100644 index 0000000..4e71d8f Binary files /dev/null and b/ruby/original/bed.jpg differ diff --git a/ruby/original/slep.jpg b/ruby/original/slep.jpg new file mode 100644 index 0000000..59b333b Binary files /dev/null and b/ruby/original/slep.jpg differ diff --git a/ruby/original/walk.jpg b/ruby/original/walk.jpg new file mode 100644 index 0000000..78c80f7 Binary files /dev/null and b/ruby/original/walk.jpg 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 @@ + + + + + Joshua's Website + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+ +

Ruby is CUTE

+ <-Back +
+
+ + + + + diff --git a/ruby/slep.jpg b/ruby/slep.jpg new file mode 100644 index 0000000..9aa89c7 Binary files /dev/null and b/ruby/slep.jpg differ diff --git a/ruby/walk.jpg b/ruby/walk.jpg new file mode 100644 index 0000000..07e55f9 Binary files /dev/null and b/ruby/walk.jpg 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT TRIP HERE

+ <-Back +

+ INSERT TRIP CONTENTS HERE +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT TRIP HERE

+ <-Back +

+ INSERT TRIP CONTENTS HERE +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

Edgewood Oak Brush Preserve, Deerpark, NY

+ <-Back +

+ 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'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. +

+ Harrison Vs the Power Line Snow +
+ Harrison before perishing on the powerline snow trail. + diff --git a/trips/deer/deer.jpg b/trips/deer/deer.jpg new file mode 100644 index 0000000..ffb0601 Binary files /dev/null and b/trips/deer/deer.jpg 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 @@ + + + + + Joshua's Website + + + + + + +

Stillwell Woods Park, Syosset, NY

+ <-Back +

+ 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. +

+ Stillwell at Night on the Field of Dreams + diff --git a/trips/dreams/fieldofdreams.jpg b/trips/dreams/fieldofdreams.jpg new file mode 100644 index 0000000..7645680 Binary files /dev/null and b/trips/dreams/fieldofdreams.jpg 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 @@ + + + + + Joshua's Website + + + + + + +

Jones Beach, NY

+ <-Back +

+ 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. +

+ Sunrise on a New Year + diff --git a/trips/jones/sunrise.jpg b/trips/jones/sunrise.jpg new file mode 100644 index 0000000..0b75072 Binary files /dev/null and b/trips/jones/sunrise.jpg 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT TRIP HERE

+ <-Back +

+ INSERT TRIP CONTENTS HERE +

+ 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 @@ + + + + + Joshua's Website + + + + + + +

INSERT TRIP HERE

+ <-Back +

+ INSERT TRIP CONTENTS HERE +

+ 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 @@ + + + + + Joshua's Website + + + + +

+ Home + Projects + Trips + Ruby (Images) + Other + About +

+ +

My Trips

+ <-Back + +
+
+
+
2/23
+ Je me Souviens +
+
+
7/23
+ Adirondaks Part 2 +
+
+
6/22
+ Adirondaks Part 1 +
+
+
3/21
+ Winter at Deer Park +
+
+
1/21
+ Jones Beach on New Year +
+
+
12/20
+ Field of Dreams +
+ -- cgit v1.2.3