ladybug-podcast / ladybugpodcast

The site for our show!
MIT License
73 stars 19 forks source link

Create individual team member pages #52

Closed emmabostian closed 4 years ago

emmabostian commented 5 years ago

Currently we only have a team page, but we'd like to have the ability to click into each of our personal pages and see our bios and links to our profiles.

There isn't a design, so go for it! We'll be updating the design soon :)

image

Ali's bio:

Ali teaches people to code. She is a Distinguished Faculty member at General Assembly teaching their Software Engineering Immersive for campus, online, and enterprise programs. She has also taught their Python part-time class, and is part of their Python Product Advisory Board. She has also been a software engineer and developer advocate.

She also [blogs](https://welearncode.com/) about the things she wished she knew when she was learning to code. Her blog posts have been read well over a million times. She also speaks and gives workshops at conferences all over the world.

When she's not coding, you can find her watching trashy tv shows, running with her dog Blair, or rock climbing. She's a digital nomad, and lives in a new city pretty much every month.

Kelly's bio:

Kelly Vaughn is a frontend developer and founder of The Taproom, a Shopify Plus agency rooted in Atlanta. Kelly and her team have helped hundreds of Shopify merchants build successful marketing strategies; map out customer journeys that convert; and provide the insight, experience, and tools businesses need to keep growing. She's passionate about all things entrepreneurship. Since building her first website for a client project at the young age of 14, she has built up a strong customer base over the past 15 years and grew her solo freelance business from a team of one to an always-profitable team of ten in just one year.

When she's not coding or co-hosting the Ladybug Podcast, you can find her launching new products on her own [developer merch Shopify store](https://shopkvlly.com), traveling the world with her husband, and sampling all the wine and whiskey she can get her hands on.

Emma's bio:

Emma is a Software Engineer at LogMeIn in Karlsruhe, Germany. Born and raised in Upstate New York, Emma graduated from Siena College in Albany with a B.S. in Computer Science and moved to Austin, Texas for three years where she worked as an engineer at IBM.

Currently Emma is focused on building a design system at LogMeIn and has a multitude of side projects. She founded an open source project, [Coding Coach](https://codingcoach.io/) in September of 2018, is a Frontend Masters instructor, Egghead.io instructor, teaches at Lynda.com, and much much more! You can check out more about her on her [personal website](https://emmawedekind.com/).
nik72619c commented 5 years ago

shall I work on this one?

emmabostian commented 5 years ago

Sure you can!

gallelloit commented 4 years ago

Hi! Is this being done? I have sort of a first version of what I understand you are suggesting. Kind of minimal version so far. Check the image.

Disclaimer: it is totally static. Are you looking forward going to a dynamic page that reads from some data source for the each of you three? I am new at React and don't figure out yet how to do it.

If you think that may be valid, let me know and I PR it. Just didn't want to step over @nik72619c.

Captura de pantalla 2019-10-09 a las 17 36 20

nik72619c commented 4 years ago

no issues @pgbonino , please feel free to file the PR :)

emmabostian commented 4 years ago

Wonderful thanks!

gallelloit commented 4 years ago

Ok. I will as soon I get home and test it a little more. Give me some hours.

gallelloit commented 4 years ago

Done! PR #60 I hope you like this first approach. Finally got to develop it with a single dynamic page reading from a new bio_data.json. Feel free to request other features or to suggest a better design.