Skip to content

Commit 86a7d97

Browse files
committed
customization of template
1 parent 2efb229 commit 86a7d97

12 files changed

+379
-55
lines changed

_data/company.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
company_name: The Sheep Vote
2-
mission_statement: The Sheep Vote is a non-profit organisation started in 2005 by the great shepard, Wooly McBaa.
3-
address: 123 Example Street, City
4-
phone: +1 123 456 7891
5-
6-
facebook: CloudCannon
7-
twitter: CloudCannon
8-
youtube: CloudCannon
1+
company_name: Montreal Python
2+
mission_statement: Montréal-Python is a vibrant non-profit organization based in Montreal that brings together enthusiasts and professionals who are passionate about the Python programming language. Established as a user group, Montréal-Python organizes a variety of events including monthly meetups, workshops, and project nights that focus on Python development and its applications.
3+
address: 245 Boulevard Saint-Joseph Ouest, Montréal, QC H2T 2P9, Canada
4+
phone: +1 438 929 7643
5+
6+
facebook: montrealpython
7+
youtube: MontrealPython

_includes/icons/site.html

+150-15
Large diffs are not rendered by default.

_includes/logo.html

+89-8
Large diffs are not rendered by default.

_sass/elements.scss

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Cairo:[email protected]&family=Madimi+One&display=swap');
2+
13
html, body {
24
padding: 0;
35
margin: 0;
4-
font-family: 'Open Sans', sans-serif;
6+
font-family: 'Cairo', sans-serif;
57
color: #333;
68
min-width: 380px;
79
}
@@ -20,23 +22,29 @@ hr {
2022
h1 {
2123
padding: 0;
2224
margin: 0 0 20px 0;
23-
font-size: 3em;
25+
font-size: 50px;
26+
color: #18371D;
27+
font-family: 'Madimi One', sans-serif;
2428
}
2529

2630
h2 {
2731
font-size: 2.3em;
2832
margin: 0 0 30px 0;
2933
text-align: center;
34+
color: #18371D;
35+
font-family: 'Madimi One', sans-serif;
3036
}
3137

3238
h3 {
3339
font-size: 1.8em;
3440
margin: 20px 0 20px 0;
41+
color: #18371D;
42+
font-family: 'Madimi One', sans-serif;
3543
}
3644

3745
p {
38-
font-size: 1.3em;
39-
line-height: 1.4em;
46+
font-size: 16px;
47+
line-height: 18px;
4048
color: #888;
4149
}
4250

_sass/layout.scss

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ header {
3333
}
3434

3535
img {
36-
margin: 100px auto 0 auto;
3736
display: block;
3837
max-width: 100%;
3938
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
name: Wooly McBaa
2+
name: Duc Nguyen
33
image: /images/wooly.jpg
44
---

_staff_members/melanie-guerin.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Melanie Guerin
3+
image: /images/wooly.jpg
4+
---

_staff_members/noel-rignon.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Noel Rignon
3+
image: /images/wooly.jpg
4+
---

images/gallery.png

430 KB
Loading

images/hero.svg

+94
Loading

images/sheep.jpg

-62.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)