diff --git a/data/homepage.yml b/data/homepage.yml index a5937e9..51c8d13 100755 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -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: diff --git a/data/team.yml b/data/team.yml index 2a2e328..e3693d1 100755 --- a/data/team.yml +++ b/data/team.yml @@ -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" \ No newline at end of file diff --git a/static/admin/config.yml b/static/admin/config.yml index 5349569..de0f325 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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"}