From 4ebb987b655f9eb6e95bf2b6a27c38b0600b04d1 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 1 Nov 2020 17:43:47 -0600 Subject: roy --- .../RJMN Greece photo of Roy02122019.jpg | Bin 0 -> 1333205 bytes .../roy-nielsen/Roy at Campo Seco10262020_0001.jpg | Bin 0 -> 70585 bytes public/roy-nielsen/Roy college years10262020.jpg | Bin 0 -> 221654 bytes .../Roy early photo of Jens' home10262020.jpg | Bin 0 -> 112755 bytes .../roy-nielsen/Roy in Alaska age 1910262020.jpg | Bin 0 -> 82385 bytes .../Roy on boat with friends10262020.jpg | Bin 0 -> 75425 bytes .../Roy photos of homes in SF10262020.jpg | Bin 0 -> 158190 bytes public/roy-nielsen/Roy the actor10262020.jpg | Bin 0 -> 116339 bytes public/roy-nielsen/index.html | 59 +++++++++++++++++++++ public/roy-nielsen/style.css | 58 ++++++++++++++++++++ 10 files changed, 117 insertions(+) create mode 100644 public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg create mode 100644 public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg create mode 100644 public/roy-nielsen/Roy college years10262020.jpg create mode 100644 public/roy-nielsen/Roy early photo of Jens' home10262020.jpg create mode 100644 public/roy-nielsen/Roy in Alaska age 1910262020.jpg create mode 100644 public/roy-nielsen/Roy on boat with friends10262020.jpg create mode 100644 public/roy-nielsen/Roy photos of homes in SF10262020.jpg create mode 100644 public/roy-nielsen/Roy the actor10262020.jpg create mode 100644 public/roy-nielsen/index.html create mode 100644 public/roy-nielsen/style.css (limited to 'public/roy-nielsen') diff --git a/public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg b/public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg new file mode 100644 index 0000000..3f81c17 Binary files /dev/null and b/public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg differ diff --git a/public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg b/public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg new file mode 100644 index 0000000..25b7cd8 Binary files /dev/null and b/public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg differ diff --git a/public/roy-nielsen/Roy college years10262020.jpg b/public/roy-nielsen/Roy college years10262020.jpg new file mode 100644 index 0000000..0d77831 Binary files /dev/null and b/public/roy-nielsen/Roy college years10262020.jpg differ diff --git a/public/roy-nielsen/Roy early photo of Jens' home10262020.jpg b/public/roy-nielsen/Roy early photo of Jens' home10262020.jpg new file mode 100644 index 0000000..b454c4b Binary files /dev/null and b/public/roy-nielsen/Roy early photo of Jens' home10262020.jpg differ diff --git a/public/roy-nielsen/Roy in Alaska age 1910262020.jpg b/public/roy-nielsen/Roy in Alaska age 1910262020.jpg new file mode 100644 index 0000000..a196697 Binary files /dev/null and b/public/roy-nielsen/Roy in Alaska age 1910262020.jpg differ diff --git a/public/roy-nielsen/Roy on boat with friends10262020.jpg b/public/roy-nielsen/Roy on boat with friends10262020.jpg new file mode 100644 index 0000000..0e94c64 Binary files /dev/null and b/public/roy-nielsen/Roy on boat with friends10262020.jpg differ diff --git a/public/roy-nielsen/Roy photos of homes in SF10262020.jpg b/public/roy-nielsen/Roy photos of homes in SF10262020.jpg new file mode 100644 index 0000000..60fc666 Binary files /dev/null and b/public/roy-nielsen/Roy photos of homes in SF10262020.jpg differ diff --git a/public/roy-nielsen/Roy the actor10262020.jpg b/public/roy-nielsen/Roy the actor10262020.jpg new file mode 100644 index 0000000..d7dc0fb Binary files /dev/null and b/public/roy-nielsen/Roy the actor10262020.jpg differ diff --git a/public/roy-nielsen/index.html b/public/roy-nielsen/index.html new file mode 100644 index 0000000..3961b43 --- /dev/null +++ b/public/roy-nielsen/index.html @@ -0,0 +1,59 @@ + + + + + Roy Nielsen + + + + +

blaise-memories/roy-nielsen

+
+ +
+ + Roy early photo of Jens' +
+ +
+ +
Roy college years.
+
+ +
+ +
Roy in Alaska age 19.
+
+ +
+ +
Roy on boat with friends.
+
+ +
+ +
Roy photos of homes in San Fransisco.
+
+ +
+ +
Roy the actor.
+
+ +
+ +
Roy at Campo Seco.
+
+ +
+ +
Roy on a cruise in Greece, 1986.
+
+ +
+

+CC0: no copyright +

+ + + diff --git a/public/roy-nielsen/style.css b/public/roy-nielsen/style.css new file mode 100644 index 0000000..4903d2f --- /dev/null +++ b/public/roy-nielsen/style.css @@ -0,0 +1,58 @@ +a { + text-decoration: none; + color: #81a2be; +} + +body { + font-family: 'DejaVu Sans Mono', monospace; + margin: 40px auto; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; + overflow-y: scroll; +} + +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: inset; + border-width: 1px; +} + +table, th, td { + border: 1px solid #969896; + border-collapse: collapse; +} + +th, td { + padding: 5px; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} + +figure { + width: 100%; + margin: 0px auto; + margin-bottom: 1em; +} + +audio { + width: 100%; +} + +img { + width: 100%; +} -- cgit v1.2.3