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 686443b
Show file tree
Hide file tree
Showing 17 changed files with 314 additions and 69 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: "Connectez-vous, apprenez, contribuez : ensemble avec Montréal Python"
address: 245 Boulevard Saint-Joseph Ouest, Montréal, QC H2T 2P9, Canada
phone: +1 438 929 7643
email: [email protected]
facebook: montrealpython
youtube: MontrealPython
72 changes: 57 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.

24 changes: 15 additions & 9 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,21 @@
</div>

<div class="sharing">
<a class="facebook" href="https://www.facebook.com/{{ site.data.company.facebook }}">
{% include icons/social-media.html social_icon="facebook" %}
</a>
<a class="twitter" href="https://twitter.com/{{ site.data.company.twitter }}">
{% include icons/social-media.html social_icon="twitter" %}
</a>
<a class="youtube" href="https://youtube.com/{{ site.data.company.youtube }}">
{% include icons/social-media.html social_icon="youtube" %}
</a>
{% if site.data.company.facebook %}
<a class="facebook" href="https://www.facebook.com/{{ site.data.company.facebook }}">
{% include icons/social-media.html social_icon="facebook" %}
</a>
{% endif %}
{% if site.data.company.twitter %}
<a class="twitter" href="https://twitter.com/{{ site.data.company.twitter }}">
{% include icons/social-media.html social_icon="twitter" %}
</a>
{% endif %}
{% if site.data.company.youtube %}
<a class="youtube" href="https://youtube.com/{{ site.data.company.youtube }}">
{% include icons/social-media.html social_icon="youtube" %}
</a>
{% endif %}
</div>
</div>
</footer>
Expand Down
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: 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;
}

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 removed apple-touch-icon.png
Binary file not shown.
Binary file modified favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 686443b

Please sign in to comment.