From 981e41a9473654c4ee754f86a78d54c8c5cad9b2 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 12 Apr 2021 11:19:57 +0700 Subject: Switch to Hugo, restructure the page --- static/css/custom.css | 68 +++++++++++++++++++++++++++++++ static/favicon.ico | Bin 0 -> 15406 bytes static/images/android-chrome-192x192.png | Bin 0 -> 1510 bytes static/images/android-chrome-512x512.png | Bin 0 -> 3768 bytes static/images/apple-touch-icon.png | Bin 0 -> 1350 bytes static/images/favicon-16x16.png | Bin 0 -> 217 bytes static/images/favicon-32x32.png | Bin 0 -> 296 bytes static/images/favicon.ico | Bin 0 -> 15406 bytes static/images/site.webmanifest | 1 + 9 files changed, 69 insertions(+) create mode 100644 static/css/custom.css create mode 100644 static/favicon.ico create mode 100644 static/images/android-chrome-192x192.png create mode 100644 static/images/android-chrome-512x512.png create mode 100644 static/images/apple-touch-icon.png create mode 100644 static/images/favicon-16x16.png create mode 100644 static/images/favicon-32x32.png create mode 100644 static/images/favicon.ico create mode 100644 static/images/site.webmanifest (limited to 'static') diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..066803e --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,68 @@ +--- +--- + +body { + font-family: serif; +} + +.webring { + margin-top: 2rem; +} + +.webring h2 { + font-size: 1.2rem; +} + +.webring .articles { + width: 100%; + display: flex; +} + +.webring .title { + margin: 0; +} + +.webring .article { + flex: 1 1 0; + display: flex; + flex-direction: column; + padding: 0.5rem; + border: 1px solid #333; + margin: 0 0.5rem; +} + +@media(max-width: 640px) { + .webring .articles { + flex-direction: column; + } + .webring .article { + margin: 0.5rem 0; + } +} + +.webring .article:first-child { + margin-left: 0; +} + +.webring .article:last-child { + margin-right: 0; +} + +.webring .summary { + font-size: 0.8rem; + flex: 1 1 0; +} + +.webring .attribution { + float: right; + font-size: 0.8rem; + color: #555; + line-height: 3; +} + +dl dt { + font-weight: bold; +} +dl dd { + text-indent: 1em; +} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..d9ff90e Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/android-chrome-192x192.png b/static/images/android-chrome-192x192.png new file mode 100644 index 0000000..334222b Binary files /dev/null and b/static/images/android-chrome-192x192.png differ diff --git a/static/images/android-chrome-512x512.png b/static/images/android-chrome-512x512.png new file mode 100644 index 0000000..d935e97 Binary files /dev/null and b/static/images/android-chrome-512x512.png differ diff --git a/static/images/apple-touch-icon.png b/static/images/apple-touch-icon.png new file mode 100644 index 0000000..3dcf481 Binary files /dev/null and b/static/images/apple-touch-icon.png differ diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png new file mode 100644 index 0000000..4e2eee7 Binary files /dev/null and b/static/images/favicon-16x16.png differ diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png new file mode 100644 index 0000000..9ad0725 Binary files /dev/null and b/static/images/favicon-32x32.png differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 0000000..d9ff90e Binary files /dev/null and b/static/images/favicon.ico differ diff --git a/static/images/site.webmanifest b/static/images/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/images/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file -- cgit 1.4.1