SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 352ceb67 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Little update

parent 8ebbaaed
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<div class="col-md-6"> <div class="col-md-6">
<h1 class="banner"> <h1 class="banner">
<a href="{% url 'journal:about' 'SciPostPhysProc' %}">SciPost Physics Proceedings</a> <span class="d-inline text-danger">New!</span> <a href="{% url 'journal:about' 'SciPostPhysProc' %}">SciPost Physics Proceedings</a>
</h1> </h1>
<div class="py-2"> <div class="py-2">
<h3 class="d-inline-block text-danger mb-2"><b>New!</b>&nbsp;&nbsp;&nbsp;<a href="{% url 'journal:about' 'SciPostPhysProc' %}">Go direct to SciPost Physics Proceedings</a></h3> <h3 class="d-inline-block text-danger mb-2"><b>New!</b>&nbsp;&nbsp;&nbsp;<a href="{% url 'journal:about' 'SciPostPhysProc' %}">Go direct to SciPost Physics Proceedings</a></h3>
......
...@@ -36,7 +36,7 @@ $alert-border-radius: $border-radius-base; ...@@ -36,7 +36,7 @@ $alert-border-radius: $border-radius-base;
// Cards // Cards
// //
$card-spacer-x: 0.75rem; $card-spacer-x: 0.75rem;
$card-border-radius: 3px; $card-border-radius: 2px;
$card-border-color: #fff; $card-border-color: #fff;
$card-cap-bg: transparent; $card-cap-bg: transparent;
$btn-secondary-border-color: #f1f1f1; $btn-secondary-border-color: #f1f1f1;
......
...@@ -30,6 +30,11 @@ ...@@ -30,6 +30,11 @@
</div> </div>
</li> </li>
{% endfor %} {% endfor %}
<li class="list-group-item">
<div class="card-block pt-3">
<a href="{% url 'journals:journals' %}">All Journals</a>
</div>
</li>
</ul> </ul>
</div> </div>
</div><!-- End latest publications --> </div><!-- End latest publications -->
...@@ -48,6 +53,11 @@ ...@@ -48,6 +53,11 @@
{% include 'submissions/_submission_card_content_sparse.html' with submission=submission %} {% include 'submissions/_submission_card_content_sparse.html' with submission=submission %}
</li> </li>
{% endfor %} {% endfor %}
<li class="list-group-item">
<div class="card-block pt-3">
<a href="{% url 'submissions:submissions' %}">All submissions</a>
</div>
</li>
</ul> </ul>
</div> </div>
</div><!-- End latest submissions --> </div><!-- End latest submissions -->
......
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