From 51a252e1929c6ee9350387d5c312096c1fa063ec Mon Sep 17 00:00:00 2001 From: William Zhang Date: Sat, 28 Oct 2017 12:50:21 -0400 Subject: [PATCH] various improvements, including removing .html ext and fixing some random layout issues --- _config.yml | 2 +- _data/senators.json | 34 ++++++++++++++++++++++++---------- _includes/footer.html | 1 - _includes/header.html | 8 ++++---- about.html | 1 - css/about.css | 16 ++++++++-------- css/footer.css | 8 ++++---- css/main.css | 12 ++++++++++-- css/responsive.css | 3 ++- js/sidebar.js | 4 ++-- 10 files changed, 55 insertions(+), 34 deletions(-) diff --git a/_config.yml b/_config.yml index b948ea2..7b3c891 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: tjSGA github_username: willzhang05 - +permalink: pretty # Build settings markdown: kramdown #theme: minima diff --git a/_data/senators.json b/_data/senators.json index 673ee5e..bd77ac2 100644 --- a/_data/senators.json +++ b/_data/senators.json @@ -4,8 +4,22 @@ "description": "Jefferson's student government is divided into school-wide student government (SGA) and grade-level student government (Class Council). While the SGA organizes school-wide events and addresses school-wide concerns and issues, Class Councils represent their grade's needs and host fundraisers and events with the goal to raise money for both Prom and Graduation at the end of senior year. SGA Class Senators serve as Class Council members who are liaisons with the SGA.", "members": [ { - "first": "Sabria", - "last": "Kazmi", + "first": "Ashley", + "last": "Lin", + "year": 2018, + "title": "2018 Senator", + "intro": "" + }, + { + "first": "Anna", + "last": "Lulushi", + "year": 2018, + "title": "2018 Senator", + "intro": "" + }, + { + "first": "Laura", + "last": "Gersony", "year": 2019, "title": "2019 Senator", "intro": "" @@ -18,17 +32,17 @@ "intro": "" }, { - "first": "Sabria", - "last": "Kazmi", - "year": 2019, - "title": "2019 Senator", + "first": "Divjot", + "last": "Bedi", + "year": 2020, + "title": "2020 Senator", "intro": "" }, { - "first": "Sabria", - "last": "Kazmi", - "year": 2019, - "title": "2019 Senator", + "first": "Megan", + "last": "Dass", + "year": 2020, + "title": "2020 Senator", "intro": "" } ] diff --git a/_includes/footer.html b/_includes/footer.html index ce4bb5f..97f9422 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,4 @@