From 5e2a82641aab330f9a94a74b5fa4386dd684d7f1 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 11 Apr 2020 18:59:35 -0500 Subject: initial commit --- public/a/index.html | 28 +++++++++++++++++++++++++++ public/a/style.css | 35 ++++++++++++++++++++++++++++++++++ public/hello-world/index.html | 27 ++++++++++++++++++++++++++ public/hello-world/style.css | 35 ++++++++++++++++++++++++++++++++++ public/index.html | 44 +++++++++++++++++++++++++++++++++++++++++++ public/style.css | 35 ++++++++++++++++++++++++++++++++++ 6 files changed, 204 insertions(+) create mode 100644 public/a/index.html create mode 100644 public/a/style.css create mode 100644 public/hello-world/index.html create mode 100644 public/hello-world/style.css create mode 100644 public/index.html create mode 100644 public/style.css (limited to 'public') 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 @@ + + + + + why not + + + + +

+blaise/blog/why not +

+ +
+ +

Header:

+

Markdown content

+

a

+ +
+ + + + + \ 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 @@ + + + + + Hello world! + + + + +

+blaise/blog/Hello world! +

+ +
+ +

Header:

+

Markdown content

+ +
+ + + + + \ 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 @@ + + + + + blog + + + + +

+blaise/blog +

+ +
+ +

+Welcome to my personal blog!
+This page lists my blog entries in reverse chronological order.
+You may also browse by tag (coming soon).
+You may be interested in my meta post (coming soon).
+Thanks for stopping by! —Blaise +

+ +

+ + 2020-04-11 + Hello world! +
+ + 2020-04-10 + why not +
+ +

+ +
+ + + + + \ 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 -- cgit v1.2.3