From d50d9f2ec6de5c197f8fcc76545a05bd0d7e356c Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 17 Aug 2022 12:08:55 +0900 Subject: [PATCH] (menu testing) --- content/images/menu1.svg | 37 +++++++++++++++++++ .../프린스의 방/프린스의 방.rst | 5 ++- themes/dianaband/static/base.css | 12 ++++++ themes/dianaband/templates/base.html | 5 +++ 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 content/images/menu1.svg diff --git a/content/images/menu1.svg b/content/images/menu1.svg new file mode 100644 index 0000000..cde1d7a --- /dev/null +++ b/content/images/menu1.svg @@ -0,0 +1,37 @@ + + + + diff --git a/content/posts/프린스의 방/프린스의 방.rst b/content/posts/프린스의 방/프린스의 방.rst index 9efb9de..a72da4d 100644 --- a/content/posts/프린스의 방/프린스의 방.rst +++ b/content/posts/프린스의 방/프린스의 방.rst @@ -6,6 +6,9 @@ :category: works :slug: 1-and-12-128th-seconds +.. role:: raw-html(raw) + :format: html + | **프린스의 방에서의 1과 128분의 12초 | 1 and 12 128th seconds in the prince’s room** | **Feb 2019** | @@ -16,7 +19,7 @@ .. image:: {attach}01.jpeg :alt: alternate text :class: abc - + .. image:: {attach}02.jpeg :alt: alternate text :class: abc diff --git a/themes/dianaband/static/base.css b/themes/dianaband/static/base.css index f943962..3e56d01 100644 --- a/themes/dianaband/static/base.css +++ b/themes/dianaband/static/base.css @@ -38,6 +38,18 @@ img { width: 45px; } +.menu { + position: fixed; + top: 15px; + width: 100%; + text-align: right; +} + +.menu a { + display: inline-block; + width: 40px; +} + .wrapper { display: flex; flex-direction: column; diff --git a/themes/dianaband/templates/base.html b/themes/dianaband/templates/base.html index 0dcf792..590a4c6 100644 --- a/themes/dianaband/templates/base.html +++ b/themes/dianaband/templates/base.html @@ -16,6 +16,11 @@ +
{% block content %}