From 95148baf98394a4cf397581fd4e09b42596312e2 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Sun, 14 Aug 2022 20:17:42 +0000 Subject: [PATCH] Migrate landing page: header --- components/NavBar.vue | 115 ++++++++++++++++++++++++---------------- components/header.html | 79 --------------------------- layouts/content.vue | 40 +++++--------- layouts/landingpage.vue | 14 ----- pages/index.vue | 86 ++++++++++++++++++++++++++++-- 5 files changed, 165 insertions(+), 169 deletions(-) delete mode 100644 components/header.html delete mode 100644 layouts/landingpage.vue diff --git a/components/NavBar.vue b/components/NavBar.vue index 6cf58ea00..aca5044ad 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -4,6 +4,17 @@ class="w-full flex flex-row flex-wrap items-center justify-between bg-white px-6 border-b border-gray-300 h-20" >
+ + +
- - - -
- - - -
-
-
-
-

{{ page.title }}

-
-
-

{{ page.subTitle }}

-
-
-
- -
-
-
-
-

JabRef supports you in every step of your research

-

- Read more about it below or get going straight away. -

-
-
- -
-
diff --git a/layouts/content.vue b/layouts/content.vue index 34ef35b56..114ced5e1 100644 --- a/layouts/content.vue +++ b/layouts/content.vue @@ -1,28 +1,16 @@ - - - - - - - -
-
-
-
- {{ content }} + diff --git a/layouts/landingpage.vue b/layouts/landingpage.vue deleted file mode 100644 index 8eb25df54..000000000 --- a/layouts/landingpage.vue +++ /dev/null @@ -1,14 +0,0 @@ - - - {% include head.html %} - - - {% include header.html %} - {% include features.html %} - {% include download.html %} - {% include getinvolved.html %} - {% include support.html %} - {% include footer.html %} - {% include js.html %} - - diff --git a/pages/index.vue b/pages/index.vue index 920840bda..785d4987a 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,85 @@ + +