From 2a2c61de0e44adad26c0034dfda6594c34f0d834 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 6 Apr 2018 17:43:24 +0200 Subject: second commit --- assets/css/default.css | 57 ++++++++++++++++++++++++++ assets/resources/1423graph.jpg | Bin 0 -> 50282 bytes assets/resources/juggling.png | Bin 0 -> 4802462 bytes assets/resources/qrsklatest.pdf | Bin 0 -> 436474 bytes assets/resources/realdis.pdf | Bin 0 -> 698192 bytes assets/resources/wangana.png | Bin 0 -> 1447628 bytes assets/resources/wangana_screenshot_index.png | Bin 0 -> 90981 bytes 7 files changed, 57 insertions(+) create mode 100644 assets/css/default.css create mode 100644 assets/resources/1423graph.jpg create mode 100644 assets/resources/juggling.png create mode 100644 assets/resources/qrsklatest.pdf create mode 100644 assets/resources/realdis.pdf create mode 100644 assets/resources/wangana.png create mode 100644 assets/resources/wangana_screenshot_index.png (limited to 'assets') diff --git a/assets/css/default.css b/assets/css/default.css new file mode 100644 index 0000000..28b25df --- /dev/null +++ b/assets/css/default.css @@ -0,0 +1,57 @@ +*{ + background-color: #faebbc; +} +nav { + display: inline; + float: right; +} + +span.logo { + float: left; +} + +header { + width: 40rem; + margin: auto; + overflow: auto; + background-color: #f3f3f3; +} + +div.main { + width: 40rem; + margin: auto; +} + +div.bodyitem { + margin: 1rem; + margin-bottom: 3rem; + line-height: 1.6; +} + +a { + text-decoration: none; +} + +header a { + padding: 1rem; + display: inline-block; + background-color: #f3f3f3; +} + +blockquote { + border-left: .3rem solid #ccc; + padding-left: 1rem; +} + +a:hover{ + background-color: #ddd; +} + +li.postlistitem{ + margin-bottom: .5rem; +} + +ul.postlist{ + list-style-type: none; + padding: 0; +} diff --git a/assets/resources/1423graph.jpg b/assets/resources/1423graph.jpg new file mode 100644 index 0000000..1a6e739 Binary files /dev/null and b/assets/resources/1423graph.jpg differ diff --git a/assets/resources/juggling.png b/assets/resources/juggling.png new file mode 100644 index 0000000..18ec08b Binary files /dev/null and b/assets/resources/juggling.png differ diff --git a/assets/resources/qrsklatest.pdf b/assets/resources/qrsklatest.pdf new file mode 100644 index 0000000..01a042b Binary files /dev/null and b/assets/resources/qrsklatest.pdf differ diff --git a/assets/resources/realdis.pdf b/assets/resources/realdis.pdf new file mode 100644 index 0000000..92d9302 Binary files /dev/null and b/assets/resources/realdis.pdf differ diff --git a/assets/resources/wangana.png b/assets/resources/wangana.png new file mode 100644 index 0000000..b8457dc Binary files /dev/null and b/assets/resources/wangana.png differ diff --git a/assets/resources/wangana_screenshot_index.png b/assets/resources/wangana_screenshot_index.png new file mode 100644 index 0000000..ecaa8ac Binary files /dev/null and b/assets/resources/wangana_screenshot_index.png differ -- cgit v1.2.3