Compare commits

...

2 Commits

Author SHA1 Message Date
Shahan Nedadahandeh 7405e669fb fixed home page logo vertical centering
continuous-integration/drone/push Build is passing Details
2022-01-13 01:22:00 -08:00
Shahan Nedadahandeh f574511730 Added bootcamp mentor signup to news (Jan2022)
continuous-integration/drone/push Build is passing Details
2022-01-11 19:59:16 -08:00
2 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,17 @@
---
author: 'shahanneda'
date: 'Jan 11 2022 00:00'
---
📣 The Winter 2022 Bootcamp Event is looking for mentors to take on resume critiques, host mock interviews, and help prepare students for their co-op search! This is an awesome opportunity for anyone to give back to the Waterloo community and make an impact on a students co-op search.
📅 There is a resume review event happening on January 16 from 6:00pm-10:00pm and a mock interview event on January 23 from 6:00pm-10:00pm.
You can choose to participate at either event for a select number of hours!
All sessions will take place virtually on our Bootcamp Discord Server! Students will have a chance to meet with you 1 on 1 to discuss their resumes/conduct their interviews.
👉 Sign up at https://bit.ly/uw-bootcamp-mentor-signup
Alternatively, you can email us at exec@csclub.uwaterloo.ca with the year and program youre in, along with interested job paths.
📅 Deadline to Apply: January 14th, 2022, 11:59PM EST

View File

@ -49,6 +49,7 @@
text-align: center;
white-space: nowrap;
color: var(--primary-heading);
margin: 0;
}
.clubDescription {
@ -119,7 +120,7 @@
gap: calc(32rem / 16);
}
.cards > section {
.cards>section {
width: calc(540rem / 16);
max-width: calc(540rem / 16);
}
@ -180,7 +181,7 @@
padding: calc(36rem / 16) calc(20rem / 16) calc(20rem / 16);
}
.cards > section {
.cards>section {
width: unset;
max-width: unset;
}
@ -202,4 +203,4 @@
border: none;
background-color: var(--primary-heading);
}
}
}