diff --git a/config.toml b/config.toml index e80d72d..888f219 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ baseURL = "https://purduesigbots.com/" title = "Purdue ACM SIGBots" theme = "somrat" # disable language -disableLanguages = [true] # desable language from here +disableLanguages = [true] # disable language from here ############################# Plugins ############################## diff --git a/data/en/homepage.yml b/data/en/homepage.yml index e778245..ae7e56e 100644 --- a/data/en/homepage.yml +++ b/data/en/homepage.yml @@ -7,6 +7,7 @@ hero: - "VEX U Team" - "Robotics" - "Software" + - "Community" # slider background image loop slider_image: @@ -34,7 +35,7 @@ about: enable : true image : "images/backgrounds/portrait.jpg" title : "KNOW MORE
ABOUT US" - content: "Purdue ACM SIGBots is Purdue University's VEX U robotics team established in 2010. Every year, we participate in the VEX U Robotics Competition, and we have qualified for the World Championships each season for the past ten seasons— for those of you counting, that's every season since the club has been around!" + content: "Purdue ACM SIGBots is Purdue University's VEX U robotics team established in 2010. Every year, we participate in the VEX U Robotics Competition, and we have qualified for the World Championships each season for the past thirteen seasons — for those of you counting, that's every season since the club has been around!" # button button: enable : false @@ -150,7 +151,11 @@ service: image : "images/icons/web-development.png" # service item loop - - name : "10 Years Old" + - name : "Creator of the Purdue SIGBots Wiki" + image : "images/icons/book.png" + + # service item loop + - name : "13 Years Old" image : "images/icons/dbms.png" # service item loop @@ -162,13 +167,17 @@ service: image : "images/icons/trophy-icon.png" # service item loop - - name : "VEX Worlds Awards: 2022 Skills Champion, 2022 World Finalist, 2019 Create, 2014 Innovate, 2013 Innovate, 2013 Programming Skills" - image : "images/icons/software-development.png" + - name : "VEX Worlds Awards: 2023 Think Award, 2022 Skills Champion, 2022 World Finalist, 2019 Create, 2014 Innovate, 2013 Innovate, 2013 Programming Skills" + image : "images/icons/award.png" # service item loop - name : "Never lost an event, that was not at Purdue or the World Championship" image : "images/icons/mobile-app.png" + # service item loop + - name : "2023 Indiana State Volunteer of the Year" + image : "images/icons/community.png" + ############################## call to action ######################### call_to_action: diff --git a/static/images/icons/award.png b/static/images/icons/award.png new file mode 100644 index 0000000..7b309b3 Binary files /dev/null and b/static/images/icons/award.png differ diff --git a/static/images/icons/book.png b/static/images/icons/book.png new file mode 100644 index 0000000..af34285 Binary files /dev/null and b/static/images/icons/book.png differ diff --git a/static/images/icons/community.png b/static/images/icons/community.png new file mode 100644 index 0000000..e8d0f8d Binary files /dev/null and b/static/images/icons/community.png differ diff --git a/static/images/icons/dbms.png b/static/images/icons/dbms.png index 52706d9..12f1560 100644 Binary files a/static/images/icons/dbms.png and b/static/images/icons/dbms.png differ diff --git a/static/images/icons/marketing.png b/static/images/icons/marketing.png index ada6c65..3c8c677 100644 Binary files a/static/images/icons/marketing.png and b/static/images/icons/marketing.png differ diff --git a/static/images/icons/mobile-app.png b/static/images/icons/mobile-app.png index 065cb81..3f64c59 100644 Binary files a/static/images/icons/mobile-app.png and b/static/images/icons/mobile-app.png differ diff --git a/static/images/icons/software-development.png b/static/images/icons/software-development.png deleted file mode 100644 index 368a562..0000000 Binary files a/static/images/icons/software-development.png and /dev/null differ diff --git a/static/images/icons/trophy-icon.png b/static/images/icons/trophy-icon.png index 3a366cc..fe042e9 100644 Binary files a/static/images/icons/trophy-icon.png and b/static/images/icons/trophy-icon.png differ