Skip to content

Commit de2d498

Browse files
updating about us section
1 parent b2f97ed commit de2d498

File tree

11 files changed

+115
-249
lines changed

11 files changed

+115
-249
lines changed

_chapters/madrid_test_sprints.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

_chapters/szczecin_test_sprints.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

_posts/2018-05-01-pandas-doc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
category: london
3-
title: (LADIES ONLY) \#pandasSprint continued
3+
title: "#pandasSprint for gender minorities"
44
level: All
55
date: 2018-05-01
6-
time: "10:00"
6+
time: "18:30"
77
rsvp_link: https://www.meetup.com/Python-Sprints/events/249352290/
88
project: pandas
99
sponsor: harvey_nash
@@ -31,5 +31,6 @@ Before the sprint, it's recommended to:
3131
- Join the [Gitter channel](https://gitter.im/py-sprints/pandas-doc-london) of the sprint
3232

3333
In order to create a more inclusive environemnt, we host events specific for underrepresented
34-
groups in our events. This sprint is one of them, and is for **ladies only**.
34+
groups in our events. This sprint is one of them, and is for **gender minorities** (meaning
35+
women, trans, non-binary... but no men).
3536

_sass/about.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#about h3 {
2+
margin-top: 1em;
3+
}
4+
15
.about {
26
}
37

@@ -192,4 +196,4 @@
192196

193197
.about__img-bot-title {
194198
@extend .about__img-top-title
195-
}
199+
}

_sass/contact.scss

Lines changed: 6 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,17 @@
1-
.contact {
2-
margin-top: 10%;
3-
}
4-
5-
.contact__background-img-container {
6-
@extend .page__background-img-container;
7-
&::after {
8-
background: rgba(0, 0, 0, 0.8);
9-
}
10-
}
11-
12-
.contact__background-img {
13-
@extend .page__background-img;
14-
}
15-
16-
.contact__page-title-container {
17-
@extend .page__title-container;
18-
}
19-
20-
.contact__page-title {
21-
@extend .page__title;
22-
}
23-
24-
.contact__page-subtitle {
25-
@extend .page__subtitle;
26-
}
27-
28-
@media (max-width: 576px) {
29-
.contact__form {
30-
max-width: 96%;
31-
}
32-
}
33-
34-
.contact__form {
35-
margin-top: 5em;
36-
border-radius: 5px;
37-
background: linear-gradient(180deg,
38-
rgba(0, 0, 0, 0.75),
39-
rgba(7, 41, 72, 0.85) 50%,
40-
$dark-blue 100%);
41-
height: 100%;
42-
}
43-
44-
.contact__label {
45-
color: $form-label-text;
1+
#about form {
462
}
473

484
.form-group {
49-
margin-top: 2em;
5+
margin-top: 1em;
506
margin-bottom: 0;
517
}
528

53-
.form-control {
54-
background: rgba(0, 0, 0, 0.5);
55-
&:focus {
56-
background: rgba(250, 235, 215, 0.5);
57-
color: black;
58-
}
59-
}
60-
61-
.contact__submit-button {
62-
@extend .button-standard;
63-
margin-top: 2em;
64-
font-size: 1.25em;
65-
&:hover > .contact__icon {
66-
color: $old-white;
67-
}
9+
#about button {
10+
margin-top: 0.8em;
6811
}
6912

70-
.contact__icon {
13+
#about button span.icon {
7114
transition: all 0.5s ease-in;
7215
margin-left: 5%;
7316
color: $light-blue;
74-
}
17+
}

_sass/style.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ h3, h3 a {
1616
font-size: 22px;
1717
color: black;
1818
}
19-
p, a {
19+
p, a, label, button {
2020
font-size: 16px;
2121
}
2222

@@ -369,14 +369,15 @@ section {
369369
#chapters {
370370
background-color: $light-white;
371371
margin: 30px 5px 0 0;
372+
padding: 10px 30px;
372373
}
373374
#chapters__map {
374-
height: 40vh;
375+
height: 35vh;
375376
width: 100%;
376377
border-radius: 5px;
377378
border: $blue 1px solid;
378379
box-shadow: $black-shadow;
379-
margin-bottom: 10px;
380+
margin-bottom: 30px;
380381
}
381382

382383
.chapters__card-container {

0 commit comments

Comments
 (0)