Skip to content

Commit b80713b

Browse files
author
Skender Gashi
committed
primary color change and new hero image
1 parent bc96a23 commit b80713b

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

_sass/main.scss

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
$fa-font-path: "../fonts/font-awesome";
22

3+
$primary: #36A9E1;
4+
35
@import "vendor/font-awesome/font-awesome.scss";
46
// @import "vendor/octicons/octicons";
57
@import "variables";
@@ -154,6 +156,9 @@ $fa-font-path: "../fonts/font-awesome";
154156
// }
155157
// }
156158
// }
159+
160+
161+
157162
.event-meta-row {
158163
display: flex;
159164
justify-content: space-between;
@@ -203,3 +208,8 @@ $fa-font-path: "../fonts/font-awesome";
203208
align-items: center;
204209
justify-content: space-between;
205210
}
211+
212+
.stats-buttons {
213+
display: flex;
214+
gap: 4px;
215+
}

assets/images/logo_pint.jpg

1.11 MB
Loading

assets/images/logo_pint.png

-217 KB
Binary file not shown.

index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: landingpage
3-
hero_image: /assets/images/logo_pint.png
3+
hero_image: /assets/images/logo_pint.jpg
4+
title: "Parallel in Time"
45
---
56

67
<div class="columns is-multiline">

references/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Statistics</h2>
2424
<div id="total-num-pubs"></div>
2525
</div>
2626
<div class="col-md-6 col-sm-12 col-xs-12">
27-
<div id="stats-buttons" class="btn-group btn-group-xs btn-group-justified" role="group">
27+
<div id="stats-buttons" class="stats-buttons">
2828
<a class="button" role="button" target="_blank" title="download BibTeX file"
2929
href="https://raw.githubusercontent.com/Parallel-in-Time/parallel-in-time.github.io/source/_bibliography/pint.bib">
3030
<i class="fa fa-fw fa-download"></i> BibTeX

0 commit comments

Comments
 (0)