diff --git a/public/images/caretent.jpg b/public/images/caretent.jpg new file mode 100644 index 0000000..8a8c2ba Binary files /dev/null and b/public/images/caretent.jpg differ diff --git a/public/images/chris-portrait.jpg b/public/images/chris-portrait.jpg new file mode 100644 index 0000000..19906aa Binary files /dev/null and b/public/images/chris-portrait.jpg differ diff --git a/public/images/chris-studio.jpg b/public/images/chris-studio.jpg new file mode 100644 index 0000000..4c16ee0 Binary files /dev/null and b/public/images/chris-studio.jpg differ diff --git a/public/images/cloud-formations.png b/public/images/cloud-formations.png new file mode 100644 index 0000000..402a472 Binary files /dev/null and b/public/images/cloud-formations.png differ diff --git a/public/images/coaching-portrait.jpg b/public/images/coaching-portrait.jpg new file mode 100644 index 0000000..11c315c Binary files /dev/null and b/public/images/coaching-portrait.jpg differ diff --git a/public/images/embodiment-hero.jpg b/public/images/embodiment-hero.jpg new file mode 100644 index 0000000..7c9d6da Binary files /dev/null and b/public/images/embodiment-hero.jpg differ diff --git a/public/images/nusqool-logo.png b/public/images/nusqool-logo.png new file mode 100644 index 0000000..120ba85 Binary files /dev/null and b/public/images/nusqool-logo.png differ diff --git a/public/images/retreat-closing.jpg b/public/images/retreat-closing.jpg new file mode 100644 index 0000000..7129843 Binary files /dev/null and b/public/images/retreat-closing.jpg differ diff --git a/public/images/retreat-opening.jpg b/public/images/retreat-opening.jpg new file mode 100644 index 0000000..95bdb4f Binary files /dev/null and b/public/images/retreat-opening.jpg differ diff --git a/public/images/thu-portrait.jpg b/public/images/thu-portrait.jpg new file mode 100644 index 0000000..3d8dd0d Binary files /dev/null and b/public/images/thu-portrait.jpg differ diff --git a/public/images/tre-nature.jpg b/public/images/tre-nature.jpg new file mode 100644 index 0000000..87e83a4 Binary files /dev/null and b/public/images/tre-nature.jpg differ diff --git a/public/images/tre-outdoors.jpg b/public/images/tre-outdoors.jpg new file mode 100644 index 0000000..c87a2d5 Binary files /dev/null and b/public/images/tre-outdoors.jpg differ diff --git a/public/images/tre-session.jpg b/public/images/tre-session.jpg new file mode 100644 index 0000000..3f2946b Binary files /dev/null and b/public/images/tre-session.jpg differ diff --git a/src/app/about-thu/page.tsx b/src/app/about-thu/page.tsx new file mode 100644 index 0000000..6c8cc31 --- /dev/null +++ b/src/app/about-thu/page.tsx @@ -0,0 +1,195 @@ +import Image from "next/image"; +import Navigation from "@/components/Navigation"; +import Footer from "@/components/Footer"; +import Newsletter from "@/components/Newsletter"; + +export const metadata = { + title: "About Thu — Nusqool", + description: "Thu Nguyen is a resilience coach that helps connect you to your courage, conviction and creativity.", +}; + +export default function AboutThu() { + return ( +
+ + + {/* Hero */} +
+
+

+ I am a resilience coach that helps connect you to your courage, conviction and creativity to be the change you wish to see in the world. +

+
+
+ + {/* Bio with Image */} +
+
+
+
+ Thu Nguyen +
+ +
+

+ Thu graduated from University of Waterloo with a degree in Computer Engineering. She spent 10+ years in semiconductor and telecom companies in R&D and application engineering roles, followed by 10+ years in startup leadership positions including Simply Good and LogDNA, plus co-founding Instadoodle and Flowzo. +

+

+ She became a certified coach through Co-Active Training Institute (CTI) in 2019, received ACC certification from International Coaching Federation (ICF) in 2020, and PCC certification in 2022. +

+

+ Her background spans supporting Fortune 500 leaders, academic professors, and non-profit social change leaders. She facilitates workshops on Positive Intelligence, Body Intelligence, Authentic Leadership, and Gender Equity & Reconciliation. +

+

+ She created the 12-week Embodied Self Circle starting in 2022, now in its fifth year. +

+
+
+
+
+ + {/* Philosophy */} +
+
+
+

+ “Rarely are there safe spaces where someone gets you, sees your whole self and holds you.” +

+
+
+

+ I take a Whole Person approach, knowing that personal thriving is related to professional outcomes. I am a good listener, compassionate, and creative. I take a collaborative and practical approach to coaching, weaving together somatic practices, nervous system regulation, and leadership development. +

+
+
+
+ + {/* Credentials */} +
+
+

Credentials & Experience

+ +
+
+

Executive Coaching

+
    +
  • + + Co-Active Professional Coaching Certification (CPCC) +
  • +
  • + + Professional Certified Coach (PCC) through ICF +
  • +
  • + + Distinguished Fellow Coach at BetterUp +
  • +
+
+ +
+

Somatic & Stress Practices

+
    +
  • + + Medical Qi Gong Level 1 and 2 Therapist +
  • +
  • + + Certified TRE® Provider +
  • +
  • + + Certified in Coaching, Neuroscience and Relational Trauma with Ann Betz +
  • +
  • + + Neuroscience of Change training with Coaches Rising +
  • +
  • + + The Resilient Heart™: Trauma-Sensitive HeartMath Certification +
  • +
+
+ +
+

Facilitation

+
    +
  • + + Certified Gender Equity and Reconciliation Facilitator +
  • +
  • + + Kindness Kitchen Toronto volunteer facilitator (100+ volunteers, 1000+ meals) +
  • +
  • + + Wednesday Heart Circles meditation facilitator (since 2018) +
  • +
  • + + Hammock Stories podcast co-host +
  • +
+
+ +
+

Engineering & Startups

+
    +
  • + + B.A.Sc Computer Engineering, University of Waterloo (2005) +
  • +
  • + + Application Engineer at Marvell's Emerging Wireless ($1M to $500M growth) +
  • +
  • + + TechStars Boston (Winter 2011) — Loop app team +
  • +
  • + + CEO/Co-Founder of Flowzo (Alchemist Accelerator Class XV) +
  • +
  • + + Early team member at LogDNA (YC W15, $60M funding) +
  • +
+
+
+
+
+ + {/* CTA */} +
+
+

Ready to Connect?

+

+ Book a call to explore how we might work together. +

+ + Book a Call + +
+
+ + +
+ ); +} diff --git a/src/app/care-tent/page.tsx b/src/app/care-tent/page.tsx new file mode 100644 index 0000000..fe8907e --- /dev/null +++ b/src/app/care-tent/page.tsx @@ -0,0 +1,129 @@ +import Image from "next/image"; +import Navigation from "@/components/Navigation"; +import Footer from "@/components/Footer"; +import Newsletter from "@/components/Newsletter"; + +export const metadata = { + title: "Care Tent — Nusqool", + description: "A pop-up sanctuary for conferences, festivals, and events. Rest, regulation, and gentle reconnection.", +}; + +export default function CareTent() { + return ( +
+ + + {/* Hero */} +
+
+ Pop-Up Sanctuary +

The Care Tent

+

+ A pop-up sanctuary for conferences, festivals, and events — a space for rest, regulation, and gentle reconnection. +

+
+
+ + {/* Image + Description */} +
+
+
+
+ Care Tent at Coralus UnSummit 2025 +
+ +
+

What is the Care Tent?

+
+

+ Launched at the Coralus 10th Year Anniversary at Saunders Farm (Fall 2025), the Care Tent is a pop-up sanctuary designed to provide rest and regulation at large gatherings. +

+
    +
  • + + Rest spaces with hammocks, rugs, and pillows +
  • +
  • + + Self-guided practices and art supplies +
  • +
  • + + Books, reflection cards, and journaling prompts +
  • +
  • + + Nervous system reset tools +
  • +
  • + + Optional 1:1 somatic sessions +
  • +
+
+
+
+
+
+ + {/* Invite the Care Tent */} +
+
+

Invite the Care Tent

+

+ If you would like to invite the Care Tent to your event, festival, or conference, please let us know! +

+ +
+
+ + +
+ +
+ + +
+ +
+ +