diff --git a/elm/src/About/View.elm b/elm/src/About/View.elm index 6491c95..ed8fafb 100644 --- a/elm/src/About/View.elm +++ b/elm/src/About/View.elm @@ -174,9 +174,9 @@ list = [ Member { name = "Kenton Jarvie" , position = "CEO" - , bio = Just "Guided by a commitment to Flint's core values and vision, Kenton effectively balances stewardship over finance, strategic investor relationships, and nurturing our people." + , bio = Just "That's the guy who opens the meetings. No one really knows what he's doing, really. Mostly planning his next surf retreat it seems." , linkedin = Just "https://www.linkedin.com/in/kentonjarvie/" - , url = "static/headshots/kenton-sm.jpg" + , url = "static/headshots/kenton.png" } , Member { name = "Marianne Cabalida" @@ -185,13 +185,6 @@ list = , linkedin = Just "https://www.linkedin.com/in/mariannejcab/" , url = "static/headshots/coming.svg" } - , Member - { name = "Barry Borrilez" - , position = "Nurse Staffing Director" - , bio = Just "Centered at the nexus of healthcare staffing, Barry fosters key relationships and navigates the complexities of staffing requirements with precision." - , linkedin = Just "https://www.linkedin.com/in/barry-borrilez/" - , url = "static/headshots/coming.svg" - } , Member { name = "Montse del Toro" , position = "Senior Nurse Success Manager" @@ -206,13 +199,6 @@ list = , linkedin = Just "https://www.linkedin.com/in/samuel-adedayo-62b479145/" , url = "static/headshots/samuel-sm.jpg" } - , Member - { name = "Shelby LeBel" - , position = "Nurse Success Advisor" - , bio = Just "Shelby, with her inherent empathy, illuminates the journey for Flint's nurses, ensuring they ascend to the pinnacle of their American careers." - , linkedin = Nothing - , url = "static/headshots/shelby-sm.jpg" - } , Member { name = "Chelsea Mansour" , position = "Nurse Success Advisor" @@ -220,24 +206,17 @@ list = , linkedin = Just "https://www.linkedin.com/in/chelsea-mansour-184600206/" , url = "static/headshots/coming.svg" } - , Member - { name = "Jasleen Bhandal" - , position = "Operations Associate" - , bio = Just "Jasleen sets a benchmark in operational excellence for nurse licensing, embodying Flint's commitment to the success of its nursing professionals." - , linkedin = Just "https://www.linkedin.com/in/jasleen-bhandal/" - , url = "static/headshots/jasleen-sm.jpg" - } , Member { name = "Anson Kung" , position = "COO" - , bio = Just "Anson relentlessly champions the expansion of Flint's nursing community, showcasing dedication in diversifying our impressive lineup of professionals." + , bio = Just "Anson relentlessly champions quality of sleep by giving the most hollow speeches. When he starts talking, it's nap time: just nod and pretend to be interested, he's mostly talking to hilmself anyway." , linkedin = Just "https://www.linkedin.com/in/ansonkung/" , url = "static/headshots/anson-sm.jpg" } , Member { name = "Neil Prigge" , position = "Head of Partnerships" - , bio = Just "Neil acts as Flint's envoy, forging and nurturing relationships that underpin mutual growth and prosperity with our partners." + , bio = Just "Neil is the live embodiment of Flint's spirit: he will stab you in the back, but he'll do it with a smile." , linkedin = Just "https://www.linkedin.com/in/neil-prigge/" , url = "static/headshots/neil-sm.jpg" } diff --git a/static/headshots/kenton.png b/static/headshots/kenton.png new file mode 100644 index 0000000..4966b72 Binary files /dev/null and b/static/headshots/kenton.png differ