SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7c5be09c authored by George Katsikas's avatar George Katsikas :goat:
Browse files

minor changes to homepage redesign

parent 61cbe57a
No related branches found
No related tags found
No related merge requests found
{% load static %} {% 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"> <div class="px-3 logos">
<a href="https://www.crossref.org" target="_blank" rel="noopener"> <a href="https://www.crossref.org" target="_blank" rel="noopener">
<img src="https://assets.crossref.org/logo/crossref-logo-200.svg" <img src="https://assets.crossref.org/logo/crossref-logo-200.svg"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!-- Register --> <!-- Register -->
<div class="card border border-danger mb-3"> <div class="card border border-danger mb-3">
<div class="card-header"> <div class="card-header">
<h3>Register</h3> <h2 class="fs-2">Register</h2>
</div> </div>
<div class="card-body"> <div class="card-body">
<p class="mb-1"> <p class="mb-1">
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
<div class="text-primary fs-1 my-2"> <div class="text-primary fs-1 my-2">
SciPost is a complete publishing infrastructure SciPost is a complete publishing infrastructure
<br class="d-none d-lg-block" /> <br class="d-none d-lg-block" />
serving professional scientists worldwide. serving professional scientists worldwide
</div> </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"> <ul class="mx-2 d-flex flex-column gap-1 list-unstyled">
<li>Two-Way Open Access</li> <li>Two-Way Open Access</li>
<li>Copyright to Authors</li> <li>Copyright to Authors</li>
......
{% load static %} {% load static %}
<div class="row g-4"> <div class="row gx-5">
<div class="col-md-8"> <div class="col-md-8">
{% include 'scipost/portal/_home_scipost_intro.html' %} {% include 'scipost/portal/_home_scipost_intro.html' %}
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div hx-trigger="load once" <div hx-trigger="load once"
hx-swap="outerHTML" hx-swap="outerHTML"
hx-get="{% url "scipost:portal_hx_recent_publications" %}"> 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"> <div class="placeholder-glow d-flex flex-column gap-4">
{% for i_repeat in '12345' %} {% for i_repeat in '12345' %}
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<!-- News --> <!-- News -->
<div class="news"> <div class="news">
<h2 class="highlight mt-0"> <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> </h2>
<ul> <ul>
...@@ -69,10 +69,10 @@ ...@@ -69,10 +69,10 @@
</div> </div>
</div> </div>
<div class="row g-4"> <div class="row gx-5">
<div class="col-md-8"> <div class="col-md-8">
<h2 class="highlight my-2"> <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> </h2>
<div class="row px-3"> <div class="row px-3">
<div class="col-md-6"> <div class="col-md-6">
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<div class="col-md-4"> <div class="col-md-4">
<div class="news"> <div class="news">
<h2 class="highlight my-2"> <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> </h2>
<ul class="px-3"> <ul class="px-3">
<li> <li>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<div class="col-md-8"> <div class="col-md-8">
<h2 class="highlight my-2"> <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> </h2>
<div class="row px-3"> <div class="row px-3">
<div class="col"> <div class="col">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="publications"> <div class="publications">
<h2 class="highlight px-3 d-flex flex-row justify-content-between align-items-center"> <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" <form hx-trigger="input change"
hx-target="div.publications" hx-target="div.publications"
hx-swap="outerHTML" hx-swap="outerHTML"
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</form> </form>
</h2> </h2>
<div class="publication-list"> <div class="publication-list px-3">
{% for publication in publications %} {% for publication in publications %}
{% include 'journals/_publication_li_content-alt.html' with publication=publication %} {% include 'journals/_publication_li_content-alt.html' with publication=publication %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment