Skip to content

Commit

Permalink
Add 2 WG leads (#204)
Browse files Browse the repository at this point in the history
* Add 2 WG leads

* Speaker and leads image object cover property added
  • Loading branch information
RajatRajdeep authored Sep 21, 2023
1 parent 50c580f commit 8f12c0d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
32 changes: 32 additions & 0 deletions data/workgroupLeads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,35 @@
link: https://twitter.com/Sc0rpi0n101
- platform: instagram
link: https://instagram.com/Sc0rpi0n101
- fullName: Aravind Sekar
title: Design WG Lead
profilePicture: /2023/images/workgroup-leads/aravind-sekar.jpg
about:
Aravind is an Independant Product Design consultant who is enthusiastic and expertised in UI/UX, Creative design, Marketing, Solving business problems and Strategising business.<br>
With around 7 years of experience in the software industry, he has diverse portfolio with a unique work experience in contributing to startups from scratch in various domains like Marketing, Mental Health, Finance, Food Industry, Automobile and EduTech. He is an active coordinator in GDG Chennai and has been the Design WG lead of PyCon India since 2020.<br>
Apart from work Aravind enjoys photography, automobile customisation, exploring historical monuments, adventure activities and is a cinema buff.
roleAtPyCon: At Pycon India Aravind helps us in providing you a good visual experience by putting together all the designs that you see on our Socials and Venue. Coordinates with the other workgroups to provide them necessary designs when required. As a WG lead he also mentors budding designers in the community.
social:
- platform: linkedin
link: https://www.linkedin.com/in/meet-aravindsekar/
- platform: twitter
link: https://twitter.com/iamaravindsekar
- platform: instagram
link: https://www.instagram.com/iamaravindsekar/
- fullName: Revanth M V S
title: Logistics WG Lead
profilePicture: /2023/images/workgroup-leads/revanth-m-v-s.jpg
about:
Professionally, I've had the privilege of collaborating with Phenom, an experience that has enriched my career. Beyond the confines of my job, my fervor for technology remains undiminished.<br>
I'm constantly drawn to the newest advancements and the potential they hold for shaping our future. This zeal not only anchors me but also serves as a consistent source of inspiration in my professional journey.<br>
It's this interplay of my academic, professional, and personal explorations that carves out my distinct viewpoint.
roleAtPyCon: Venue Coordination, Registration and Check-in, Catering and Refreshments, Accommodations and addressing any unexpected logistical issues that may arise during the event.
social:
- platform: linkedin
link: https://in.linkedin.com/in/revantmvs
- platform: twitter
link: https://twitter.com/surevs
- platform: instagram
link: https://instagram.com/mvsrevant
- platform: facebook
link: https://www.facebook.com/surendra.revanth
Binary file added public/images/workgroup-leads/aravind-sekar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/workgroup-leads/revanth-m-v-s.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion styles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,18 +391,21 @@ button a {
border-radius: 50%;
height: 150px;
width: 150px;
object-fit: cover;
}

.workgroup-leads-image {
border-radius: 50%;
height: 150px;
width: 150px;
object-fit: cover;
}

.speaker-bio-image {
border-radius: 50%;
height: 240px;
width: 240px;
object-fit: cover;
}

.name-initial-avatar {
Expand Down Expand Up @@ -1364,4 +1367,4 @@ button a {
filter: brightness(1) saturate(1);
transform: scale(1, 1);
}
}
}

0 comments on commit 8f12c0d

Please sign in to comment.