summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-11 18:59:35 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-11 18:59:35 -0500
commit5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (patch)
treec7ec42c4c9e9a89c09660472f41a365cffd53d7b /public
initial commit
Diffstat (limited to 'public')
-rw-r--r--public/a/index.html28
-rw-r--r--public/a/style.css35
-rw-r--r--public/hello-world/index.html27
-rw-r--r--public/hello-world/style.css35
-rw-r--r--public/index.html44
-rw-r--r--public/style.css35
6 files changed, 204 insertions, 0 deletions
diff --git a/public/a/index.html b/public/a/index.html
new file mode 100644
index 0000000..b7d65ac
--- /dev/null
+++ b/public/a/index.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+ <title>why not</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>
+<a href=http://blaise.zone>blaise</a>/<a href=../>blog</a>/why not
+</h1>
+
+<hr>
+
+<h2>Header:</h2>
+<p><em>Markdown content</em></p>
+<p>a</p>
+
+<hr>
+
+<ul class="horizontal">
+ <li>built 2020-04-11 15:56:23</li>
+ <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
+</ul>
+
+</body>
+</html> \ No newline at end of file
diff --git a/public/a/style.css b/public/a/style.css
new file mode 100644
index 0000000..f1b4927
--- /dev/null
+++ b/public/a/style.css
@@ -0,0 +1,35 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+.singlespaced {
+ line-height: 1;
+}
+
+.horizontal {
+ display: flex;
+ list-style-type: none;
+ padding: 0;
+ justify-content: space-between;
+}
+
+.tab30 {
+ margin-left: 30px;
+}
+
+.tab60 {
+ margin-left: 60px;
+} \ No newline at end of file
diff --git a/public/hello-world/index.html b/public/hello-world/index.html
new file mode 100644
index 0000000..40456d8
--- /dev/null
+++ b/public/hello-world/index.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+ <title>Hello world!</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>
+<a href=http://blaise.zone>blaise</a>/<a href=../>blog</a>/Hello world!
+</h1>
+
+<hr>
+
+<h2>Header:</h2>
+<p><em>Markdown content</em></p>
+
+<hr>
+
+<ul class="horizontal">
+ <li>built 2020-04-11 15:56:23</li>
+ <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
+</ul>
+
+</body>
+</html> \ No newline at end of file
diff --git a/public/hello-world/style.css b/public/hello-world/style.css
new file mode 100644
index 0000000..f1b4927
--- /dev/null
+++ b/public/hello-world/style.css
@@ -0,0 +1,35 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+.singlespaced {
+ line-height: 1;
+}
+
+.horizontal {
+ display: flex;
+ list-style-type: none;
+ padding: 0;
+ justify-content: space-between;
+}
+
+.tab30 {
+ margin-left: 30px;
+}
+
+.tab60 {
+ margin-left: 60px;
+} \ No newline at end of file
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..337a173
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+ <title>blog</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>
+<a href=http://blaise.zone>blaise</a>/blog
+</h1>
+
+<hr>
+
+<p>
+Welcome to my personal blog! <br>
+This page lists my blog entries in reverse chronological order. <br>
+You may also browse by tag (coming soon). <br>
+You may be interested in my meta post (coming soon). <br>
+Thanks for stopping by! —Blaise
+</p>
+
+<p>
+
+ 2020-04-11
+ <a href=./hello-world>Hello world!</a>
+ <br>
+
+ 2020-04-10
+ <a href=./a>why not</a>
+ <br>
+
+</p>
+
+<hr>
+
+<ul class="horizontal">
+ <li>built 2020-04-11 15:56:23</li>
+ <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
+</ul>
+
+</body>
+</html> \ No newline at end of file
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..f1b4927
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,35 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+.singlespaced {
+ line-height: 1;
+}
+
+.horizontal {
+ display: flex;
+ list-style-type: none;
+ padding: 0;
+ justify-content: space-between;
+}
+
+.tab30 {
+ margin-left: 30px;
+}
+
+.tab60 {
+ margin-left: 60px;
+} \ No newline at end of file