Skip to content

Commit ecb4a4b

Browse files
committed
hopefully improving typography
1 parent b29c354 commit ecb4a4b

34 files changed

+749
-66
lines changed

content/about/partners.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CodeRefinery workshops as part of their work time.
2929
</div>
3030
<div class="uk-width-expand">
3131
<a href="https://scicomp.aalto.fi/" target="_blank">
32-
<h3 class="uk-card-title uk-margin-remove-bottom">Aalto University (Aalto Scientific Computing, ASC)</h3>
32+
Aalto University (Aalto Scientific Computing, ASC)
3333
</a>
3434
<p class="uk-text-meta uk-margin-remove-top">Finland</p>
3535
</div>
@@ -53,7 +53,7 @@ CodeRefinery workshops as part of their work time.
5353
</div>
5454
<div class="uk-width-expand">
5555
<a href="https://www.csc.fi/" target="_blank">
56-
<h3 class="uk-card-title uk-margin-remove-bottom">CSC - IT Center for Science</h3>
56+
CSC - IT Center for Science
5757
</a>
5858
<p class="uk-text-meta uk-margin-remove-top">Finland</p>
5959
</div>
@@ -75,7 +75,7 @@ CodeRefinery workshops as part of their work time.
7575
</div>
7676
<div class="uk-width-expand">
7777
<a href="https://chc.au.dk/" target="_blank">
78-
<h3 class="uk-card-title uk-margin-remove-bottom">Center for Humanities Computing</h3>
78+
Center for Humanities Computing
7979
</a>
8080
<p class="uk-text-meta uk-margin-remove-top">Denmark</p>
8181
</div>
@@ -96,7 +96,7 @@ CodeRefinery workshops as part of their work time.
9696
</div>
9797
<div class="uk-width-expand">
9898
<a href="https://deic.dk/" target="_blank">
99-
<h3 class="uk-card-title uk-margin-remove-bottom">Danish e-Infrastructure Consortium</h3>
99+
Danish e-Infrastructure Consortium
100100
</a>
101101
<p class="uk-text-meta uk-margin-remove-top">Denmark</p>
102102
</div>
@@ -116,7 +116,7 @@ CodeRefinery workshops as part of their work time.
116116
</div>
117117
<div class="uk-width-expand">
118118
<a href="https://enccs.se/" target="_blank">
119-
<h3 class="uk-card-title uk-margin-remove-bottom">EuroCC National Competence Center Sweden (ENCCS)</h3>
119+
EuroCC National Competence Center Sweden (ENCCS)
120120
</a>
121121
<p class="uk-text-meta uk-margin-remove-top">Sweden</p>
122122
</div>
@@ -137,7 +137,7 @@ CodeRefinery workshops as part of their work time.
137137
</div>
138138
<div class="uk-width-expand">
139139
<a href="https://www.naiss.se/" target="_blank">
140-
<h3 class="uk-card-title uk-margin-remove-bottom">National Academic Infrastructure for Super­computing in Sweden (NAISS)</h3>
140+
National Academic Infrastructure for Super­computing in Sweden (NAISS)
141141
</a>
142142
<p class="uk-text-meta uk-margin-remove-top">Sweden</p>
143143
</div>
@@ -160,7 +160,7 @@ CodeRefinery workshops as part of their work time.
160160
</div>
161161
<div class="uk-width-expand">
162162
<a href="https://www.sigma2.no/" target="_blank">
163-
<h3 class="uk-card-title uk-margin-remove-bottom">NRIS/Sigma2</h3>
163+
NRIS/Sigma2
164164
</a>
165165
<p class="uk-text-meta uk-margin-remove-top">Norway</p>
166166
</div>
@@ -204,12 +204,12 @@ ASC has been involved in CodeRefinery since 2017.
204204

205205
### TU Delft
206206

207-
TU Delft has provided local breakoutrooms for many core workshops.
207+
TU Delft has provided local breakoutrooms for many core workshops.
208208

209209

210210
### VU Amsterdam
211211

212-
VU Amsterdam has provided local breakoutrooms for many core workshops.
212+
VU Amsterdam has provided local breakoutrooms for many core workshops.
213213

214214

215215
## We are supported by [Zulip](https://zulip.com/)

content/index/news.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
+++
22
+++
33

4-
## News
5-
6-
### Upcoming workshops and other news
4+
## Upcoming workshops and other news
75

86
- Don't worry there will be more workshops in 2025 and you can plan them with us!
97
- We have a short [slideset about CodeRefinery](@/about/presentations.md) which you can reuse in own presentations.
108
- CodeRefinery stickers, patches and more: [Goodies](/about/goodies/)
119
- Get weekly or monthly updates: [Newsletter](/about/newsletter/)
1210

1311

14-
### Recent workshops
12+
## Recent workshops
1513

1614
- [Python for Scientific Computing (online)](https://www.aalto.fi/en/events/python-for-scientific-computing-5-7november2024) (Nov 5-7, 2024).
1715
- [Build Systems Course and Hackathon (online)](https://github.com/PDC-support/build-systems-course) (Oct 8-11, 2024).

content/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ navigation:
1010
target: /lessons/reusing/
1111
- name: Other lessons we recommend
1212
target: /lessons/other/
13-
- name: Workshops and events
13+
- name: Workshops/events
1414
target: /workshops/
1515
items:
1616
- name: Upcoming and recent
@@ -71,5 +71,5 @@ navigation:
7171
target: /about/contact/
7272
- name: News/blog
7373
target: /blog/
74-
- name: GitLab repository
74+
- name: GitLab
7575
target: /repository/

sass/fonts.scss

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
// fonts obtained from https://github.com/IBM/plex
2+
3+
@font-face {
4+
font-family: 'IBM Plex Sans';
5+
src: url('fonts/IBMPlexSans-Regular.woff2') format('woff2');
6+
font-weight: 400;
7+
font-style: normal;
8+
}
9+
10+
@font-face {
11+
font-family: 'IBM Plex Sans';
12+
src: url('fonts/IBMPlexSans-Italic.woff2') format('woff2');
13+
font-weight: 400;
14+
font-style: italic;
15+
}
16+
17+
@font-face {
18+
font-family: 'IBM Plex Sans';
19+
src: url('fonts/IBMPlexSans-Bold.woff2') format('woff2');
20+
font-weight: 700;
21+
font-style: normal;
22+
}
23+
24+
@font-face {
25+
font-family: 'IBM Plex Sans';
26+
src: url('fonts/IBMPlexSans-BoldItalic.woff2') format('woff2');
27+
font-weight: 700;
28+
font-style: italic;
29+
}
30+
31+
@font-face {
32+
font-family: 'IBM Plex Sans';
33+
src: url('fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2');
34+
font-weight: 200;
35+
font-style: italic;
36+
}
37+
38+
@font-face {
39+
font-family: 'IBM Plex Sans';
40+
src: url('fonts/IBMPlexSans-Light.woff2') format('woff2');
41+
font-weight: 300;
42+
font-style: normal;
43+
}
44+
45+
@font-face {
46+
font-family: 'IBM Plex Sans';
47+
src: url('fonts/IBMPlexSans-LightItalic.woff2') format('woff2');
48+
font-weight: 300;
49+
font-style: italic;
50+
}
51+
52+
@font-face {
53+
font-family: 'IBM Plex Sans';
54+
src: url('fonts/IBMPlexSans-Medium.woff2') format('woff2');
55+
font-weight: 500;
56+
font-style: normal;
57+
}
58+
59+
@font-face {
60+
font-family: 'IBM Plex Sans';
61+
src: url('fonts/IBMPlexSans-MediumItalic.woff2') format('woff2');
62+
font-weight: 500;
63+
font-style: italic;
64+
}
65+
66+
@font-face {
67+
font-family: 'IBM Plex Sans';
68+
src: url('fonts/IBMPlexSans-SemiBold.woff2') format('woff2');
69+
font-weight: 600;
70+
font-style: normal;
71+
}
72+
73+
@font-face {
74+
font-family: 'IBM Plex Sans';
75+
src: url('fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2');
76+
font-weight: 600;
77+
font-style: italic;
78+
}
79+
80+
@font-face {
81+
font-family: 'IBM Plex Sans';
82+
src: url('fonts/IBMPlexSans-Text.woff2') format('woff2');
83+
font-weight: 800;
84+
font-style: normal;
85+
}
86+
87+
@font-face {
88+
font-family: 'IBM Plex Sans';
89+
src: url('fonts/IBMPlexSans-TextItalic.woff2') format('woff2');
90+
font-weight: 800;
91+
font-style: italic;
92+
}
93+
94+
@font-face {
95+
font-family: 'IBM Plex Sans';
96+
src: url('fonts/IBMPlexSans-Thin.woff2') format('woff2');
97+
font-weight: 100;
98+
font-style: normal;
99+
}
100+
101+
@font-face {
102+
font-family: 'IBM Plex Sans';
103+
src: url('fonts/IBMPlexSans-ThinItalic.woff2') format('woff2');
104+
font-weight: 100;
105+
font-style: italic;
106+
}
107+
108+
@font-face {
109+
font-family: 'IBM Plex Mono';
110+
src: url('fonts/IBMPlexMono-Regular.woff2') format('woff2');
111+
font-weight: 400;
112+
font-style: normal;
113+
}
114+
115+
@font-face {
116+
font-family: 'IBM Plex Mono';
117+
src: url('fonts/IBMPlexMono-Bold.woff2') format('woff2');
118+
font-weight: 700;
119+
font-style: normal;
120+
}
121+
122+
body {
123+
font-family: 'IBM Plex Sans', sans-serif;
124+
}
125+
126+
h1,
127+
h2,
128+
h3,
129+
h4,
130+
h5,
131+
h6 {
132+
font-family: 'IBM Plex Sans';
133+
font-weight: 600;
134+
}
135+
136+
em {
137+
font-family: 'IBM Plex Sans';
138+
font-style: italic;
139+
}
140+
141+
.uk-nav>li>a {
142+
font-family: 'IBM Plex Sans', sans-serif;
143+
font-weight: 500;
144+
}
145+
146+
.uk-navbar-nav>li>a {
147+
font-family: 'IBM Plex Sans', sans-serif;
148+
font-weight: 500;
149+
}
150+
151+
pre code {
152+
font-family: 'IBM Plex Mono', monospace;
153+
}
154+
155+
code {
156+
font-family: 'IBM Plex Mono', monospace;
157+
}
158+
159+
/* set the base font size for the root element (rem) */
160+
html {
161+
font-size: 16px;
162+
}
163+
164+
body {
165+
font-size: 1.0rem;
166+
}
167+
168+
.uk-article-title {
169+
font-size: 1.8rem;
170+
}
171+
172+
h1 {
173+
font-size: 1.8rem;
174+
color: #700070;
175+
}
176+
177+
h2 {
178+
font-size: 1.0rem;
179+
color: #700070;
180+
}
181+
182+
h3 {
183+
font-size: 1.0rem;
184+
color: #700070;
185+
}
186+
187+
p {
188+
font-size: 1.0rem;
189+
}

sass/style.scss

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,16 @@ $table-header-cell-color: #666666;
1616
@import "../uikit/src/scss/mixins-theme.scss";
1717
@import "../uikit/src/scss/uikit-theme.scss";
1818

19-
// Roboto is licensed under Apache License, Version 2.0
20-
@font-face {
21-
font-family: 'Roboto';
22-
font-style: normal;
23-
font-weight: 400;
24-
font-display: swap;
25-
src: url(Roboto.ttf) format('truetype');
26-
}
27-
28-
* {
29-
font-family: 'Roboto', sans-serif;
30-
}
31-
3219
.markdown ul {
3320
@extend .uk-list;
3421
@extend .uk-list-square;
3522

3623
}
3724

38-
$heading-color: #404040;
39-
40-
.markdown h1 {
41-
@extend .uk-h2;
42-
color: $heading-color;
43-
}
44-
45-
.markdown h2 {
46-
@extend .uk-h3;
47-
color: $heading-color;
25+
.site-footer a {
26+
color: #909090;
4827
}
4928

50-
.markdown h3 {
51-
@extend .uk-h4;
52-
color: $heading-color;
53-
}
29+
.no-break {
30+
break-inside: avoid;
31+
}

static/Roboto.ttf

-127 KB
Binary file not shown.
45.6 KB
Binary file not shown.
44.6 KB
Binary file not shown.
61.5 KB
Binary file not shown.
65.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)