Skip to content

Commit ffc7acf

Browse files
committed
Add: Erin as advisory and some css tweaks, new banner
1 parent b018b73 commit ffc7acf

File tree

5 files changed

+29
-11
lines changed

5 files changed

+29
-11
lines changed

_data/contributors.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,24 @@
5757
5858
contributor_type:
5959
- leadership
60+
- name: Erin Robinson
61+
advisory: true
62+
bio:
63+
organization:
64+
github_username: erinmr
65+
github_image_id: 2915555
66+
twitter: connector_erin
67+
mastodon:
68+
orcidid:
69+
website: https://erinrobinson.info/
70+
contributor_type:
71+
- leadership
72+
packages-submitted:
73+
-
74+
packages-reviewed:
75+
-
76+
location: Boulder, Colorado
77+
email:
6078
- name: Chris Holdgraf
6179
advisory: true
6280
bio: I work with Project Jupyter and other open communities to build tools and

_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ published: true
66
site-map: true
77
permalink: /
88
header:
9-
overlay_image: images/header.jpg
9+
overlay_image: /images/people/header-mentored-sprints-smaller.png.png
1010
overlay_filter: 0.6
1111
actions:
1212
- label: "Submit a Package"

_sass/minimal-mistakes/_pyos-main.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ h2.clearall {
162162
}
163163

164164
.page__content, .archive__item {
165-
font-size: 1.2em
165+
font-size: 1.1em
166166
}
167167

168168
.hamburger__btn-toggle {
@@ -198,9 +198,9 @@ h2.clearall {
198198
padding: 0!important;
199199
}
200200

201-
.page__content p {
202-
font-size:1.2em!important;
203-
}
201+
// .page__content p {
202+
// // font-size:1.2em!important;
203+
// }
204204
.wide #main {
205205
padding-left: 2em;
206206
}
@@ -230,9 +230,9 @@ h2.clearall {
230230
.feature__item {
231231
width: 100%!important;
232232
}
233-
.page__content p, .page__content li {
234-
font-size: 1.2em !important;
235-
}
233+
// .page__content p, .page__content li {
234+
// font-size: 1.2em !important;
235+
// }
236236
h1, h2, h3, .archive__item-title {
237237
font-size: 1.6em!important;
238238
}

_sass/minimal-mistakes/_pyos-twitter.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
margin-left: auto;
99
margin-right: auto;
1010
background-color: #e2ecf3;
11-
font-weight: 600;
11+
font-weight: 300;
1212
font-style: normal;
13-
font-size: .9em;
13+
font-size: .85em;
1414
color: #555;
1515
filter: drop-shadow(5px 5px 4px #ccc);
1616
}

_sass/minimal-mistakes/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $type-size-1: 2.441em !default; // ~39.056px
4040
$type-size-2: 1.953em !default; // ~31.248px
4141
$type-size-3: 1.563em !default; // ~25.008px
4242
$type-size-4: 1.25em !default; // ~20px
43-
$type-size-5: 1em !default; // ~16px
43+
$type-size-5: .9em !default; // ~16px
4444
$type-size-6: 0.65em !default; // ~12px main body font
4545
$type-size-7: 0.6875em !default; // ~11px
4646
$type-size-8: 0.625em !default; // ~10px

0 commit comments

Comments
 (0)