diff --git a/_config.yml b/_config.yml index 626ff5c7..df579d35 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ plugins: sass: sass_dir: _sass/ -registration: 5 +registration: 0 # Settings title: "Women Coding Community" diff --git a/_data/mentors.yml b/_data/mentors.yml index 4a67d6cd..ef3ffc1a 100644 --- a/_data/mentors.yml +++ b/_data/mentors.yml @@ -681,7 +681,7 @@ - name: Anastasia disabled: false matched: false - sort: 600 + sort: 100 num_mentee: 2 hours: 5 position: QA Specialist and Mentor, Trivago @@ -692,7 +692,7 @@ ISQB-TM and ISTQB-TA certified manual and automated tester for frontend and backend teams for the last ten years; a degree in Computer Engineering; lector and author of the IT school's QA Basic and QA Pro courses; survived in an abroad company and now hold interviews there. image: assets/images/mentors/anastasia.jpeg languages: English, Ukrainian, Russian - availability: [3, 4, 5, 6, 7, 8, 9, 11] + availability: [5, 6, 7, 8, 9, 10, 11] skills: experience: 7-10 years years: 10 @@ -2452,13 +2452,13 @@ areas: [] languages: C++, Python focus: - - Grow from mid-level to senior-level - - Grow from beginner to mid-level + - Grow from mid-level to senior-level + - Grow from beginner to mid-level extra: | Robotics software development network: - - linkedin: https://www.linkedin.com/in/griswaldbrooks/ - - website: https://bsky.app/profile/griswaldbrooks.bsky.social + - linkedin: https://www.linkedin.com/in/griswaldbrooks/ + - website: https://bsky.app/profile/griswaldbrooks.bsky.social - name: Tiffany Cappeellari disabled: false @@ -2475,7 +2475,7 @@ Before RAI, I lived in San Antonio, TX for a few years where I worked as a robotics software engineer at Southwest Research Institute (SwRI). At SwRI, I worked on various industrial automation projects using robots to complete tasks such as sanding, painting, welding, and taking x-rays. I also presented my work at several conferences and was the lead trainer for the ROS-Industrial classes SwRI hosted throughout the year. - I completed both my bachelors and masters studies at UC Berkeley in studied electrical engineering and computer science with a focus on robotics and control theory. During my time there, I worked as a student researcher in the Biomimetic Millisystems Lab working on various robotics and controls research projects and was also a TA/GSI for the robotics courses. + I completed both my bachelors and masters studies at UC Berkeley in studied electrical engineering and computer science with a focus on robotics and control theory. During my time there, I worked as a student researcher in the Biomimetic Millisystems Lab working on various robotics and controls research projects and was also a TA/GSI for the robotics courses. image: | assets/images/mentors/tiffany_cappeellari.jpeg languages: English @@ -2484,24 +2484,24 @@ experience: 4-5 Years years: 5 mentee: | - I'm looking for mentees that want to work in robotics! I'm looking for people that are recent/soon-to-be graduates and/or early career or wanting to switch industries into robotics or automation. + I'm looking for mentees that want to work in robotics! I'm looking for people that are recent/soon-to-be graduates and/or early career or wanting to switch industries into robotics or automation. areas: - - Backend Developer - - Project Management - - Engineering management - - Backend Developer - - Backend Developer + - Backend Developer + - Project Management + - Engineering management + - Backend Developer + - Backend Developer languages: Python, Python, Python, C++, C++ focus: - - Grow from beginner to mid-level - - Grow from beginner to mid-level - - Grow from beginner to mid-level - - Change specialisation within IT - - Change specialisation within IT + - Grow from beginner to mid-level + - Grow from beginner to mid-level + - Grow from beginner to mid-level + - Change specialisation within IT + - Change specialisation within IT extra: | software development, resume review, technical and non-technical interview prep, graduate school applications, research network: - - linkedin: https://www.linkedin.com/in/tiffany-cappellari-199174149/ + - linkedin: https://www.linkedin.com/in/tiffany-cappellari-199174149/ - name: Lakshmi Balakrishnan disabled: false @@ -2511,10 +2511,10 @@ hours: 3 type: both index: 75 - location: 'Birmingham, UK ' + location: "Birmingham, UK " position: senior software engineer, Shopworks bio: | - I have been working in the tech industry for 12 years now - as a backend engineer, specialising in Php, even though I have worked with a few other languages and was a front end developer a life time ago. + I have been working in the tech industry for 12 years now - as a backend engineer, specialising in Php, even though I have worked with a few other languages and was a front end developer a life time ago. image: | assets/images/mentors/lakshmi_balakrishnan.jpeg languages: English @@ -2525,17 +2525,17 @@ mentee: | I am looking ideally someone who want to grow in their career and would benefit from the insights of someone who has been in the industry for a while. areas: - - Backend Developer - - QA - - Fullstack Developer - - Distributed Systems - - Frontend Developer + - Backend Developer + - QA + - Fullstack Developer + - Distributed Systems + - Frontend Developer languages: Python, Javascript focus: - - Switch career to IT - - Grow from mid-level to senior-level - - Change specialisation within IT + - Switch career to IT + - Grow from mid-level to senior-level + - Change specialisation within IT extra: | Software development strategies, career goals network: - - linkedin: https://www.linkedin.com/in/lakshmi-balakrishnan-21b3a253 + - linkedin: https://www.linkedin.com/in/lakshmi-balakrishnan-21b3a253 diff --git a/_includes/registration.html b/_includes/registration.html index 21921711..7d006902 100644 --- a/_includes/registration.html +++ b/_includes/registration.html @@ -1,32 +1,36 @@ {% assign days_open = site.registration | plus: 0 %} - Apply for this mentor + href="https://docs.google.com/forms/d/e/1FAIpQLSeoMLS2K-DYF16uXALXrJtHJMqQZSNDYcFh0nYmBFV2GHM6ig/viewform?usp=pp_url&entry.278075030={{mentor.name}}" + id="registration-link-{{mentor.index}}" + class="btn d-none" + target="_blank"> + Apply for this mentor

- Not available - {% include icons/question-fill.svg %} + class="card-text d-none" + id="adhoc-unavailable-{{mentor.index}}" + data-toggle="tooltip" + data-placement="bottom" + data-html="true" + title="This mentor is not available for ad-hoc sessions this month"> + Not available + {% include icons/question-fill.svg %}

- Long Term Mentor - {% include icons/question-fill.svg %} + class="card-text d-none" + id="long-term-only-{{mentor.index}}" + data-toggle="tooltip" + data-placement="bottom" + data-html="true" + title="Only available for long-term mentorship"> + Long Term Mentor + {% include icons/question-fill.svg %}

-
\ No newline at end of file + class="d-none" + id="mentor-info-{{mentor.index}}" + data-availability="{{ mentor.availability | join: ',' }}" + data-type="{{ mentor.type }}" + data-days-open="{{ days_open }}">