From fa377e7bd80d9fd7bb8d2d8b7f29f58c13fc9ca6 Mon Sep 17 00:00:00 2001 From: Jae Lo Presti Date: Sun, 12 Dec 2021 12:46:42 +0200 Subject: FE: redesign main page --- assets/main.css | 45 ++++++++++++++++++++++++++++++++++++++++++++- assets/search-v2.svg | 42 ++++++++++++++++++++++++++++++++++++++++++ index.php | 21 ++++++++++++++------- 3 files changed, 100 insertions(+), 8 deletions(-) create mode 100644 assets/search-v2.svg diff --git a/assets/main.css b/assets/main.css index 107521f..12e1ede 100644 --- a/assets/main.css +++ b/assets/main.css @@ -197,4 +197,47 @@ body, html { #details-source-link, #details-data-link { color: white; -} \ No newline at end of file +} + +.container-fluid { + width: 100%; +} + +.container { + max-width: 100%; + position: absolute; + left: 40%; + top: 10%; + width: 20%; +} + +.title.is-1 { + font-size: 4rem; + text-align: center; +} + +.search-input { + max-width: 100%; + width: 88%; + padding: 12px 20px; + margin: 8px 0px; + border-radius: 5px; + background-color: white; + background-image: url('search-v2.svg'); + background-position: 5px 5px; + background-repeat: no-repeat; + background-size: 8%; + padding-left: 40px; +} + +div.searchbtn { + display: flex; + justify-content: space-around; +} + +div.searchbtn input { + cursor: pointer; + padding: 8px 15px; + margin: 4px 2px; + font-size:14pt; +} diff --git a/assets/search-v2.svg b/assets/search-v2.svg new file mode 100644 index 0000000..8e1d231 --- /dev/null +++ b/assets/search-v2.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.php b/index.php index 4bc8815..3b1e921 100644 --- a/index.php +++ b/index.php @@ -3,14 +3,21 @@ WolfEye + + -

WolfEye

-
- - - - -
+
+

WolfEye

+
+ +
+
+ + +
+ +
+
-- cgit