Skip to content

WIP: added exec lead to CMS #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ about:

# Applications
applications:
enable: false
content: "We're recruiting for the 2020 - 2021 year! Interested in joining us? Fill out the form below and we'll be in touch!"
enable: truw
content: "We're recruiting for the summer! Interested in joining us? Fill out the form below and we'll be in touch!"
button:
text: "Apply Now"
URL: "https://docs.google.com/forms/d/e/1FAIpQLSd0fhEgMMRkwFk6SxxLVLw8N55sILPsz8MT_bkKkLnMKYwAAg/viewform"
URL: "https://docs.google.com/forms/d/e/1FAIpQLSeJH97rZT-xqbo_uquMUQsBPJHaUNZx_4O-xJbtgHHf8kf8HQ/viewform"

# skill (unused)
skill:
Expand Down
2 changes: 2 additions & 0 deletions data/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ projectleads:
role: "Motor Systems Lead"
linkedin: "https://www.linkedin.com/in/jordanchristophershah-b48332193/"
bio: "I am a technical projects lead focusing on our electrical powertrain. My role is to work along side the Electrical Lead to oversee the implementation of the cars motor controller, and various associated systems. I am in electrical engineering however I have always loved mechanics and cars. Electric vehicles, consequently, have always been an interest of mine. As electrical vehicles gain prevalence it is an exciting time for future engineers like myself to be working with this technology with the hopes of increasing its accessibility and promoting a more sustainable future."

datatype: "ourteam"
17 changes: 16 additions & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,20 @@ collections:
- {label: "Title", name: "title", widget: "string"}
- {label: "Image", name: "image", widget: "image"}
- {label: "Body", name: "body", widget: "markdown"}

- name: team
label: "Our Team"
folder: "data"
editor:
preview: false
create: false
fields:
- label: Executive Leads"
name: "executiveleads"
widget: object
fields:
- {label: "Name", name: "name", widget: "string"}
- {label: "Image", name: "image", widget: "image"}
- {label: "Role", name: "role", widget: "string"}
- {label: "Linkedin", name: "linkedin", widget: "string"}
- {label: "Bio", name: "bio", widget: "text"}