Skip to content

Commit

Permalink
Fix/job change (#127)
Browse files Browse the repository at this point in the history
* Add deranged (#126)

* Staging alignment (#121)

* Update copy for 2024 and recordings (#116)

* 2024 Preperation (#118)

* Bump npm dependencies

* Update copy on main pages

* Update sponsors

* Update copy

* Cleanup from 2023
Remove outdated menu links
Remove last years info from welcome page

* Updated SEO image

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>

* feat: announce date for 2024 (#120)

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* Design changes

* Add sponsors

* adjust team

* links

* image adjustments

* Update sponsors

* Adjust widths on breakpoints

* Update images on breakpoint

* 2024 members

* Stacking problem

* Welcome text

* sponsor adjustments

* Feature/add remove logos (#125)

* 2024 Update (#122)

* Staging alignment (#121)

* Update copy for 2024 and recordings (#116)

* 2024 Preperation (#118)

* Bump npm dependencies

* Update copy on main pages

* Update sponsors

* Update copy

* Cleanup from 2023
Remove outdated menu links
Remove last years info from welcome page

* Updated SEO image

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>

* feat: announce date for 2024 (#120)

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* Design changes

* Add sponsors

* adjust team

* links

* image adjustments

* Update sponsors

* Adjust widths on breakpoints

* Update images on breakpoint

* 2024 members

* Stacking problem

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* Removed dypang, added deranged

---------

Co-authored-by: Ryan Gough <ryan@digitalhub.dk>
Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

---------

Co-authored-by: Ryan Gough <ryan@digitalhub.dk>
Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* A lot of job changes + remove old members

---------

Co-authored-by: Ryan Gough <ryan@digitalhub.dk>
Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>
  • Loading branch information
4 people authored May 1, 2024
1 parent e80b79d commit bc24566
Showing 1 changed file with 11 additions and 25 deletions.
36 changes: 11 additions & 25 deletions src/components/pages/team/members/members.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,77 +20,63 @@ import PlaceholderPhoto from './images/organizer-placeholder-picture.jpg';
const ITEMS = [
{
name: 'Camilla Larsen',
position: 'Platform Engineer at Lunar',
position: 'Platform Engineer @ Netic',
photo: CamillaPhoto,
linkedinUrl: 'https://www.linkedin.com/in/camilla-larsen-tux',
twitterUrl: '',
},
// {
// name: 'Henrik René Høegh',
// position: 'Product Owner at VELUX',
// photo: HenrikPhoto,
// linkedinUrl: 'https://www.linkedin.com/in/hoeghh',
// twitterUrl: 'https://twitter.com/henrikhoegh',
// },
{
name: 'Jinhong Brejnholt',
position: 'Chief Cloud Architect & Product Owner at Saxo Bank A/S',
position: 'Chief Cloud Architect & Global Head of Cloud and Container Platform Engineering @ Saxo Bank A/S',
photo: JinhongPhoto,
linkedinUrl: 'https://www.linkedin.com/in/jbrejnholt',
twitterUrl: '',
},
{
name: 'Kasper Borg Nissen',
position: 'Lead Platform Architect at Lunar',
position: 'Lead Platform Architect @ Lunar',
photo: KasperPhoto,
linkedinUrl: 'https://www.linkedin.com/in/kaspernissen',
twitterUrl: 'https://twitter.com/phennex',
},
// {
// name: 'Ophelia Z. Dalsgaard',
// position: 'Chapter Lead at Danske Bank',
// photo: OpheliaPhoto,
// linkedinUrl: 'https://www.linkedin.com/in/ophelia-zhang-dalsgaard-123580106',
// twitterUrl: '',
// },
{
name: 'Per Hedegaard Christiansen',
position: 'Chief Container Platform Engineer at Saxo Bank A/S',
position: 'Chief Container Platform Engineer @ Saxo Bank A/S',
photo: PerPhoto,
linkedinUrl: 'https://www.linkedin.com/in/perhchristiansen',
twitterUrl: '',
},
{
name: 'Robert Jensen',
position: 'Lead Solution Engineer at VMware',
position: 'Cloud Native Consultant @ Globeteam',
photo: RobertPhoto,
linkedinUrl: 'https://www.linkedin.com/in/robertjensen',
twitterUrl: 'https://twitter.com/rhjensen',
},
{
name: 'Ryan Gough',
position: 'Senior IT Operations Specialist & DevOps at JYSK',
position: 'Senior IT Operations Specialist & DevOps @ JYSK',
photo: RyanPhoto,
linkedinUrl: 'https://www.linkedin.com/in/ryanjgough',
twitterUrl: '',
},
{
name: 'Thomas Vitale',
position: 'Software Architect at Systematic & Author of "Cloud Native Spring in Action"',
position: 'Software Architect @ Systematic & Author of "Cloud Native Spring in Action"',
photo: ThomasPhoto,
linkedinUrl: 'https://www.linkedin.com/in/vitalethomas',
twitterUrl: 'https://twitter.com/vitalethomas',
},
{
name: 'Thor Anker Kvisgård Lange',
position: 'Platform Development Specialist at Netic',
position: 'Platform Development Specialist @ Netic',
photo: ThorPhoto,
linkedinUrl: 'https://www.linkedin.com/in/thor-lange-26b388',
twitterUrl: 'https://twitter.com/thorlange',
},
{
name: 'Nikita Hald Sørensen',
position: 'Communication and event coordinator at Coding Pirates and Innovation Lab',
position: 'Communication and event coordinator @ Coding Pirates & Innovation Lab',
photo: NikitaPhoto,
linkedinUrl: 'https://www.linkedin.com/in/nikitahald',
twitterUrl: '',
Expand All @@ -104,14 +90,14 @@ const ITEMS = [
},
{
name: 'Allan Hoejgaard Jensen',
position: 'Platform Development Specialist at Netic',
position: 'Platform Development Specialist @ Netic',
photo: AllanPhoto,
linkedinUrl: 'https://www.linkedin.com/in/allanhoejgaardjensen/',
twitterUrl: '',
},
{
name: 'Søren Boss Jacobsen',
position: 'Regional Sales Manager @ Lacework',
position: 'Regional Sales Manager @ EDB',
photo: SorenPhoto,
linkedinUrl: 'https://www.linkedin.com/in/sorenbossjacobsen/',
twitterUrl: '',
Expand Down

0 comments on commit bc24566

Please sign in to comment.