diff --git a/_data/orgs/excomm.json b/_data/excomm.json similarity index 97% rename from _data/orgs/excomm.json rename to _data/excomm.json index 46cec2e..08966ca 100644 --- a/_data/orgs/excomm.json +++ b/_data/excomm.json @@ -1,4 +1,5 @@ { + "username" : "excomm", "name": "SGA Executive Committee", "description": "The Executive Committee (ExComm) is a integral sub-group of the SGA. Its members act as representatives of the student body. The members work with the officers to organize events and activities throughout to year. While several ExComm positions may have more specific roles, all are working towards the goals of the SGA. Applications to be on ExComm are released every June after Class Council elections have been completed.", "members": [ diff --git a/_data/orgs/officers.json b/_data/officers.json similarity index 97% rename from _data/orgs/officers.json rename to _data/officers.json index 30f36ce..61684d0 100644 --- a/_data/orgs/officers.json +++ b/_data/officers.json @@ -1,4 +1,5 @@ { + "username" : "officers", "name": "SGA Officers", "description": "", "members": [ diff --git a/_data/orgs/yml/excomm.yml b/_data/orgs/yml/excomm.yml deleted file mode 100644 index e69de29..0000000 diff --git a/_data/orgs/yml/officers.yml b/_data/orgs/yml/officers.yml deleted file mode 100644 index fb55599..0000000 --- a/_data/orgs/yml/officers.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: SGA Officers -description: -members: - - name: Nick Begotka - - year: 2018 - - title: - - intro: > - Welcome to Thomas Jefferson High School for Science and Technology's Student Government Association - - - name: Sherry Xie - - year: 2018 - - title: - - intro: > - Welcome to Thomas Jefferson High School for Science and Technology's Student Government Association - - - name: Shreya Chappidi - - year: 2018 - - title: - - intro: > - Welcome to Thomas Jefferson High School for Science and Technology's Student Government Association - - - name: Sitara Uppalapati - - year: 2019 - - title: - - intro: > - Welcome to Thomas Jefferson High School for Science and Technology's Student Government Association diff --git a/_data/orgs/yml/senators.yml b/_data/orgs/yml/senators.yml deleted file mode 100644 index e69de29..0000000 diff --git a/_data/orgs/yml/sponsors.yml b/_data/orgs/yml/sponsors.yml deleted file mode 100644 index e69de29..0000000 diff --git a/_data/orgs/senators.json b/_data/senators.json similarity index 97% rename from _data/orgs/senators.json rename to _data/senators.json index 63c3880..673ee5e 100644 --- a/_data/orgs/senators.json +++ b/_data/senators.json @@ -1,4 +1,5 @@ { + "username" : "senators", "name": "SGA Class Senators", "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": [ diff --git a/_data/orgs/sponsors.json b/_data/sponsors.json similarity index 95% rename from _data/orgs/sponsors.json rename to _data/sponsors.json index 91d62e8..4814dfa 100644 --- a/_data/orgs/sponsors.json +++ b/_data/sponsors.json @@ -1,4 +1,5 @@ { + "username" : "sponsors", "name": "SGA Sponsors", "description": "The SGA Sponsors attend all SGA meetings and functions. They also provide invaluable guidance and feedback - whether through late night emails, frigid-cold morning meetings, lunch discussions, or anything in between.", "members": [ diff --git a/about.html b/about.html index 4a45250..4e801ac 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,6 @@ --- permalink: /about +orgs: ["officers", "excomm", "senators", "sponsors"] --- @@ -27,246 +28,35 @@ permalink: /about
- Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government - Association's new home on the web! As you know, TJ is going through some very exciting times, and - we want you to be a part of it with us. -
-- Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government - Association's new home on the web! As you know, TJ is going through some very exciting times, and - we want you to be a part of it with us. -
-- Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government - Association's new home on the web! As you know, TJ is going through some very exciting times, and - we want you to be a part of it with us. -
-- Welcome to Thomas Jefferson High School for Science and Technology's school-wide Student Government - Association's new home on the web! As you know, TJ is going through some very exciting times, and - we want you to be a part of it with us. -
+{{ member.intro }}
+ {% endif %}