diff options
Diffstat (limited to 'public/roy-nielsen')
-rw-r--r-- | public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg | bin | 0 -> 1333205 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg | bin | 0 -> 70585 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy college years10262020.jpg | bin | 0 -> 221654 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy early photo of Jens' home10262020.jpg | bin | 0 -> 112755 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy in Alaska age 1910262020.jpg | bin | 0 -> 82385 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy on boat with friends10262020.jpg | bin | 0 -> 75425 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy photos of homes in SF10262020.jpg | bin | 0 -> 158190 bytes | |||
-rw-r--r-- | public/roy-nielsen/Roy the actor10262020.jpg | bin | 0 -> 116339 bytes | |||
-rw-r--r-- | public/roy-nielsen/index.html | 59 | ||||
-rw-r--r-- | public/roy-nielsen/style.css | 58 |
10 files changed, 117 insertions, 0 deletions
diff --git a/public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg b/public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg Binary files differnew file mode 100644 index 0000000..3f81c17 --- /dev/null +++ b/public/roy-nielsen/RJMN Greece photo of Roy02122019.jpg diff --git a/public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg b/public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg Binary files differnew file mode 100644 index 0000000..25b7cd8 --- /dev/null +++ b/public/roy-nielsen/Roy at Campo Seco10262020_0001.jpg diff --git a/public/roy-nielsen/Roy college years10262020.jpg b/public/roy-nielsen/Roy college years10262020.jpg Binary files differnew file mode 100644 index 0000000..0d77831 --- /dev/null +++ b/public/roy-nielsen/Roy college years10262020.jpg diff --git a/public/roy-nielsen/Roy early photo of Jens' home10262020.jpg b/public/roy-nielsen/Roy early photo of Jens' home10262020.jpg Binary files differnew file mode 100644 index 0000000..b454c4b --- /dev/null +++ b/public/roy-nielsen/Roy early photo of Jens' home10262020.jpg diff --git a/public/roy-nielsen/Roy in Alaska age 1910262020.jpg b/public/roy-nielsen/Roy in Alaska age 1910262020.jpg Binary files differnew file mode 100644 index 0000000..a196697 --- /dev/null +++ b/public/roy-nielsen/Roy in Alaska age 1910262020.jpg diff --git a/public/roy-nielsen/Roy on boat with friends10262020.jpg b/public/roy-nielsen/Roy on boat with friends10262020.jpg Binary files differnew file mode 100644 index 0000000..0e94c64 --- /dev/null +++ b/public/roy-nielsen/Roy on boat with friends10262020.jpg diff --git a/public/roy-nielsen/Roy photos of homes in SF10262020.jpg b/public/roy-nielsen/Roy photos of homes in SF10262020.jpg Binary files differnew file mode 100644 index 0000000..60fc666 --- /dev/null +++ b/public/roy-nielsen/Roy photos of homes in SF10262020.jpg diff --git a/public/roy-nielsen/Roy the actor10262020.jpg b/public/roy-nielsen/Roy the actor10262020.jpg Binary files differnew file mode 100644 index 0000000..d7dc0fb --- /dev/null +++ b/public/roy-nielsen/Roy the actor10262020.jpg 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 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8" name="viewport" content="width=80ch"> + <title>Roy Nielsen</title> + <link rel="stylesheet" href="../style.css"> +</head> +<body> + +<h1><a href="http://blaise.zone">blaise</a>-<a href="../">memories</a>/roy-nielsen</h1> +<hr> + +<figure> + <img src="Roy early photo of Jens' home10262020.jpg"> + <figcpation>Roy early photo of Jens'</figcaption> +</figure> + +<figure> + <img src="Roy college years10262020.jpg"> + <figcaption>Roy college years.</figcaption> +</figure> + +<figure> + <img src="Roy in Alaska age 1910262020.jpg"> + <figcaption>Roy in Alaska age 19.</figcaption> +</figure> + +<figure> + <img src="Roy on boat with friends10262020.jpg"> + <figcaption>Roy on boat with friends.</figcaption> +</figure> + +<figure> + <img src="Roy photos of homes in SF10262020.jpg"> + <figcaption>Roy photos of homes in San Fransisco.</figcaption> +</figure> + +<figure> + <img src="Roy the actor10262020.jpg"> + <figcaption>Roy the actor.</figcaption> +</figure> + +<figure> + <img src="Roy at Campo Seco10262020_0001.jpg"> + <figcaption>Roy at Campo Seco.</figcaption> +</figure> + +<figure> + <img src="RJMN Greece photo of Roy02122019.jpg"> + <figcaption>Roy on a cruise in Greece, 1986.</figcaption> +</figure> + +<hr> +<p> +<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright +</p> + +</body> +</html> 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%; +} |