From 05ab98049530fd0a3586020af2e461124eca3737 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Tue, 16 Feb 2021 20:38:42 +0900 Subject: [PATCH] Add links to `events` --- distribusi/distribusi/page_template_event.py | 6 ++++++ test_data/about.html | 14 +++++++++++++- test_data/about_en.html | 12 ++++++++++++ test_data/events/index.html | 6 ++++++ test_data/fragment.html | 6 ++++++ test_data/index.html | 4 +++- test_data/src/img/icon_about_g.svg | 1 + test_data/src/style/common.css | 1 - 8 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 test_data/src/img/icon_about_g.svg diff --git a/distribusi/distribusi/page_template_event.py b/distribusi/distribusi/page_template_event.py index 6b8987e..a089a7e 100644 --- a/distribusi/distribusi/page_template_event.py +++ b/distribusi/distribusi/page_template_event.py @@ -30,6 +30,12 @@ html_head_event = """ +
+ + 구름 모양 타임라인 버튼 + +
+ ABOUT diff --git a/test_data/about.html b/test_data/about.html index 01ce640..5a56a2e 100644 --- a/test_data/about.html +++ b/test_data/about.html @@ -17,6 +17,18 @@ +
+ + 각진 꽃 모양 어바웃 버튼 + +
+ + + ABOUT @@ -28,7 +40,7 @@ - + TIMELINE diff --git a/test_data/about_en.html b/test_data/about_en.html index 653ce59..27fe6d7 100644 --- a/test_data/about_en.html +++ b/test_data/about_en.html @@ -17,6 +17,18 @@ +
+ + 각진 꽃 모양 어바웃 버튼 + +
+ +
+ + 구름 모양 타임라인 버튼 + +
+ ABOUT diff --git a/test_data/events/index.html b/test_data/events/index.html index f26b158..c4646d5 100644 --- a/test_data/events/index.html +++ b/test_data/events/index.html @@ -18,6 +18,12 @@ +
+ + 구름 모양 타임라인 버튼 + +
+ ABOUT diff --git a/test_data/fragment.html b/test_data/fragment.html index 846fdb4..4092721 100644 --- a/test_data/fragment.html +++ b/test_data/fragment.html @@ -24,6 +24,12 @@ +
+ + 구름 모양 타임라인 버튼 + +
+ ABOUT diff --git a/test_data/index.html b/test_data/index.html index d56a3e4..07ef091 100644 --- a/test_data/index.html +++ b/test_data/index.html @@ -32,8 +32,10 @@ + + diff --git a/test_data/src/img/icon_about_g.svg b/test_data/src/img/icon_about_g.svg new file mode 100644 index 0000000..40bf713 --- /dev/null +++ b/test_data/src/img/icon_about_g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index cc1d7fe..9a546c4 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -111,7 +111,6 @@ img#about_icon { width:80px; } div#timeline_icon_wrapper { - display: none; position:fixed; right: 30px; bottom: 30px;