Skip to content

Commit

Permalink
customization of template
Browse files Browse the repository at this point in the history
  • Loading branch information
RignonNoel committed Jul 6, 2024
1 parent 2efb229 commit 290ac5f
Show file tree
Hide file tree
Showing 12 changed files with 378 additions and 54 deletions.
15 changes: 7 additions & 8 deletions _data/company.yml
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
165 changes: 150 additions & 15 deletions _includes/icons/site.html

Large diffs are not rendered by default.

97 changes: 89 additions & 8 deletions _includes/logo.html

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions _sass/elements.scss
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;
}
Expand All @@ -20,23 +22,29 @@ hr {
h1 {
padding: 0;
margin: 0 0 20px 0;
font-size: 3em;
font-size: 30px;
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;
}

Expand Down
1 change: 0 additions & 1 deletion _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ header {
}

img {
margin: 100px auto 0 auto;
display: block;
max-width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
name: Wooly McBaa
name: Duc Nguyen
image: /images/wooly.jpg
---
4 changes: 4 additions & 0 deletions _staff_members/melanie-guerin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Melanie Guerin
image: /images/wooly.jpg
---
4 changes: 4 additions & 0 deletions _staff_members/noel-rignon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Noel Rignon
image: /images/wooly.jpg
---
Binary file added images/gallery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions images/hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/sheep.jpg
Binary file not shown.
Loading

0 comments on commit 290ac5f

Please sign in to comment.