diff --git a/CNAME b/CNAME index 760cff2..6db0e9e 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -pesos.pes.edu +pesos.pes.edu \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index c79d399..868b1c3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,7 +8,9 @@
- {%- include svg/logo.svg -%} + {%- assign _logo_path = '/assets/images/logo/logo.png' -%} + {%- include snippets/prepend-baseurl.html path=_logo_path -%} + {{ site.title | escape }} {%- assign _paths_root = site.paths.root | default: site.data.variables.default.paths.root -%} {%- include snippets/get-nav-url.html path=_paths_root -%} {%- if site.title -%} diff --git a/_posts/2020-11-01-recruitments-2020.md b/_posts/2020-11-01-recruitments-2020.md index 0f414a0..8453968 100644 --- a/_posts/2020-11-01-recruitments-2020.md +++ b/_posts/2020-11-01-recruitments-2020.md @@ -1,7 +1,6 @@ --- title: "PES Open Source is Recruiting!" tags: pesos recruitments -permalink: /recruitments author: Atharva Raykar show_author_profile: true --- diff --git a/_sass/components/_header.scss b/_sass/components/_header.scss index 44d108d..6d5df9b 100644 --- a/_sass/components/_header.scss +++ b/_sass/components/_header.scss @@ -63,11 +63,12 @@ .header__brand { @include flexbox(); @include align-items(center); - & > svg { + & > img { width: map-get($base, font-size-h4) * 1.6; height: map-get($base, font-size-h4) * 1.6; margin-right: map-get($spacers, 3); vertical-align: middle; + object-fit: contain; @include media-breakpoint-down(md) { width: map-get($base, font-size-h4) * 1.2; height: map-get($base, font-size-h4) * 1.2; diff --git a/assets/images/logo/logo.png b/assets/images/logo/logo.png new file mode 100644 index 0000000..f56de51 Binary files /dev/null and b/assets/images/logo/logo.png differ diff --git a/recruitments/index.md b/recruitments/index.md new file mode 100644 index 0000000..f67efc2 --- /dev/null +++ b/recruitments/index.md @@ -0,0 +1,173 @@ +--- +title: Recruitments +layout: page +permalink: /recruitments/ +--- + + + +
+

Join PESOS

+

+ We are recruiting for Tech Members, Non-Tech Members and Internal Community. +

+

+ +

+
+ +## Selection Process + +1. Submit your application form. +2. Shortlisting based on interest and fit. +3. Task/interview round. +4. Final onboarding mail. + +--- + +## Important Dates + +**Applications Open:** 10 April 2026 + +**Deadline:** 25 April 2026 + +Dates can change based on response volume. + +--- + +## Planned Activities + +To ensure consistent engagement, this is what we are building toward this tenure: + +- **Intro Sessions:** Deep dives into Open Source concepts (Cloud, Cyber, ML, IoT). +- **Workshops:** Hands-on sessions on Git, Linux, Hugging Face, .NET, and TensorFlow. +- **Flagship Events:** A signature open-source hackathon and campus FOSS talks. +- **Mentoring:** Structured guidance to help you become a self-sufficient contributor. +- **Global Prep:** Preparation for **GSoC** and international competitions via **Team OSIRIS**. +- **Project Roadshow:** A 4-week guided repository contribution program. + +--- + +## Technical Hierarchy + +1. **External Community:** A public space open to everyone to follow PESOS activities, events, and updates. It is the entry point for people who want to explore what we build before taking on active technical roles. + +2. **Internal Community:** A contributor-focused workspace formed through recruitments, where selected members actively work on projects. Members collaborate under mentors, contribute to public repositories, and build practical open-source experience. + +3. **Tech Members:** Recruited contributors responsible for technical operations across the chapter. They help manage community repositories, support project workflows, and maintain the website and related technical infrastructure. + +4. **Tech Heads:** Leads of the technical domain who set direction and maintain standards across teams. They coordinate repositories and platform efforts, review progress, and ensure technical execution aligns with chapter goals. + +5. **Mentors:** Experienced contributors who guide internal community members through projects, Git workflows, and collaboration practices. They provide structured support to help members become confident, independent contributors. + +
+

All of PESOS social media, give us a follow :D

+ +
\ No newline at end of file