From 7c5be09cc985b4d2a4d673043c981bd712e7226d Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Tue, 11 Jun 2024 16:31:45 +0200 Subject: [PATCH] minor changes to homepage redesign --- .../templates/scipost/_hx_participates_in.html | 2 +- .../scipost/portal/_home_register_prompt.html | 2 +- .../scipost/portal/_home_scipost_intro.html | 4 ++-- .../scipost/templates/scipost/portal/_hx_home.html | 14 +++++++------- .../scipost/portal/_hx_recent_publications.html | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/scipost_django/scipost/templates/scipost/_hx_participates_in.html b/scipost_django/scipost/templates/scipost/_hx_participates_in.html index d8f7f4e37..be6866bd1 100644 --- a/scipost_django/scipost/templates/scipost/_hx_participates_in.html +++ b/scipost_django/scipost/templates/scipost/_hx_participates_in.html @@ -1,6 +1,6 @@ {% load static %} -<h2 class="highlight my-2">SciPost participates in</h2> +<h2 class="highlight my-2 fs-2">SciPost participates in</h2> <div class="px-3 logos"> <a href="https://www.crossref.org" target="_blank" rel="noopener"> <img src="https://assets.crossref.org/logo/crossref-logo-200.svg" diff --git a/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html b/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html index 33a20be30..23cf8f508 100644 --- a/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html +++ b/scipost_django/scipost/templates/scipost/portal/_home_register_prompt.html @@ -2,7 +2,7 @@ <!-- Register --> <div class="card border border-danger mb-3"> <div class="card-header"> - <h3>Register</h3> + <h2 class="fs-2">Register</h2> </div> <div class="card-body"> <p class="mb-1"> diff --git a/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html b/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html index ff8d8bb52..5a2ea32ae 100644 --- a/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html +++ b/scipost_django/scipost/templates/scipost/portal/_home_scipost_intro.html @@ -4,9 +4,9 @@ <div class="text-primary fs-1 my-2"> SciPost is a complete publishing infrastructure <br class="d-none d-lg-block" /> - serving professional scientists worldwide. + serving professional scientists worldwide </div> - <div class="text-start d-flex flex-row my-2 gap-4 justify-content-center "> + <div class="text-start d-flex flex-row my-2 gap-5 justify-content-center "> <ul class="mx-2 d-flex flex-column gap-1 list-unstyled"> <li>Two-Way Open Access</li> <li>Copyright to Authors</li> diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_home.html b/scipost_django/scipost/templates/scipost/portal/_hx_home.html index 45f842ce7..6381d8e7c 100644 --- a/scipost_django/scipost/templates/scipost/portal/_hx_home.html +++ b/scipost_django/scipost/templates/scipost/portal/_hx_home.html @@ -1,6 +1,6 @@ {% load static %} -<div class="row g-4"> +<div class="row gx-5"> <div class="col-md-8"> {% include 'scipost/portal/_home_scipost_intro.html' %} @@ -10,7 +10,7 @@ <div hx-trigger="load once" hx-swap="outerHTML" hx-get="{% url "scipost:portal_hx_recent_publications" %}"> - <h2 class="highlight mt-0">Recent Publications</h2> + <h2 class="highlight mt-0 fs-2">Recent Publications</h2> <div class="placeholder-glow d-flex flex-column gap-4"> {% for i_repeat in '12345' %} @@ -33,7 +33,7 @@ <!-- News --> <div class="news"> <h2 class="highlight mt-0"> - <a href="{% url "news:news" %}" class="text-body">News</a> + <a href="{% url "news:news" %}" class="text-body fs-2">News</a> </h2> <ul> @@ -69,10 +69,10 @@ </div> </div> -<div class="row g-4"> +<div class="row gx-5"> <div class="col-md-8"> <h2 class="highlight my-2"> - <a href="{% url "sponsors:sponsors" %}" class="text-body">Sponsors</a> + <a href="{% url "sponsors:sponsors" %}" class="text-body fs-2">Sponsors</a> </h2> <div class="row px-3"> <div class="col-md-6"> @@ -99,7 +99,7 @@ <div class="col-md-4"> <div class="news"> <h2 class="highlight my-2"> - <a href="{% url "blog:blog_index" %}" class="text-body">Blog</a> + <a href="{% url "blog:blog_index" %}" class="text-body fs-2">Blog</a> </h2> <ul class="px-3"> <li> @@ -120,7 +120,7 @@ <div class="col-md-8"> <h2 class="highlight my-2"> - <a href="{% url "finances:business_model" %}" class="text-body">Business Model</a> + <a href="{% url "finances:business_model" %}" class="text-body fs-2">Business Model</a> </h2> <div class="row px-3"> <div class="col"> diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html b/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html index 5ec75e18e..88a8c001a 100644 --- a/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html +++ b/scipost_django/scipost/templates/scipost/portal/_hx_recent_publications.html @@ -2,7 +2,7 @@ <div class="publications"> <h2 class="highlight px-3 d-flex flex-row justify-content-between align-items-center"> - <a href="{% url "journals:publications" %}" class="text-body">Recent publications</a> + <a href="{% url "journals:publications" %}" class="text-body fs-2">Recent publications</a> <form hx-trigger="input change" hx-target="div.publications" hx-swap="outerHTML" @@ -11,7 +11,7 @@ </form> </h2> - <div class="publication-list"> + <div class="publication-list px-3"> {% for publication in publications %} {% include 'journals/_publication_li_content-alt.html' with publication=publication %} -- GitLab