-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2efb229
commit 92a9e89
Showing
16 changed files
with
380 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
company_name: The Sheep Vote | ||
mission_statement: The Sheep Vote is a non-profit organisation started in 2005 by the great shepard, Wooly McBaa. | ||
address: 123 Example Street, City | ||
phone: +1 123 456 7891 | ||
email: [email protected] | ||
facebook: CloudCannon | ||
twitter: CloudCannon | ||
youtube: CloudCannon | ||
company_name: Montreal Python | ||
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. | ||
address: 245 Boulevard Saint-Joseph Ouest, Montréal, QC H2T 2P9, Canada | ||
phone: +1 438 929 7643 | ||
email: [email protected] | ||
facebook: montrealpython | ||
youtube: MontrealPython |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Cairo:[email protected]&family=Madimi+One&display=swap'); | ||
|
||
html, body { | ||
padding: 0; | ||
margin: 0; | ||
font-family: 'Open Sans', sans-serif; | ||
font-family: 'Cairo', sans-serif; | ||
color: #333; | ||
min-width: 380px; | ||
} | ||
|
@@ -20,23 +22,29 @@ hr { | |
h1 { | ||
padding: 0; | ||
margin: 0 0 20px 0; | ||
font-size: 3em; | ||
font-size: 50px; | ||
color: #18371D; | ||
font-family: 'Madimi One', sans-serif; | ||
} | ||
|
||
h2 { | ||
font-size: 2.3em; | ||
margin: 0 0 30px 0; | ||
text-align: center; | ||
color: #18371D; | ||
font-family: 'Madimi One', sans-serif; | ||
} | ||
|
||
h3 { | ||
font-size: 1.8em; | ||
margin: 20px 0 20px 0; | ||
color: #18371D; | ||
font-family: 'Madimi One', sans-serif; | ||
} | ||
|
||
p { | ||
font-size: 1.3em; | ||
line-height: 1.4em; | ||
font-size: 16px; | ||
line-height: 18px; | ||
color: #888; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ header { | |
} | ||
|
||
img { | ||
margin: 100px auto 0 auto; | ||
display: block; | ||
max-width: 100%; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
name: Wooly McBaa | ||
name: Duc Nguyen | ||
image: /images/wooly.jpg | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: Melanie Guerin | ||
image: /images/wooly.jpg | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: Noel Rignon | ||
image: /images/wooly.jpg | ||
--- |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.