-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
655 lines (517 loc) · 40.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MH4X6DELRQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MH4X6DELRQ');
</script>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Kinder Minds | Child and Adolescent Psychiatric and Therapeutic Services</title>
<meta name="description" content="Kinder Minds offers expert psychiatric and therapeutic services for children and adolescents. Learn about our mission, team, and approach.">
<meta name="keywords" content="Kinder Minds, child psychiatrist, adolescent psychiatrist, mental health services, therapy, therapy dog, psychiatric consultation, new zealand, northland">
<!-- Open Graph Tags for Social Media Sharing -->
<meta property="og:title" content="Kinder Minds">
<meta property="og:description" content="Expert psychiatric and therapeutic services for children and adolescents.">
<meta property="og:image" content="https://www.kinderminds.nz/assets/Logos/KM%20Logo%20-%20Logo%20with%20Name.svg">
<meta property="og:url" content="https://www.kinderminds.nz">
<meta property="og:type" content="website">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Kinder Minds | Child and Adolescent Psychiatric and Therapeutic Services">
<meta name="twitter:description" content="Kinder Minds offers expert psychiatric and therapeutic services for children and adolescents. Learn about our mission, team, and approach.">
<meta name="twitter:image" content="https://www.kinderminds.nz/assets/Logos/KM%20Logo%20-%20Logo%20with%20Name.svg">
<!-- FAVICON -->
<link rel="icon" type="image/png" sizes="96x96" href="assets/Logos/km-favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/Logos/km-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/Logos/km-favicon-16x16.png">
<link rel="icon" type="image/svg+xml" href="assets/Logos/KM%20Logo%20-%20Logo%20Only.svg">
<!-- Include your own stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- Font Awesome for the burger menu -->
<script src="https://kit.fontawesome.com/8d59357f15.js" crossorigin="anonymous"></script>
<!-- Include Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonts used: Zen Maru Gothic, Fira Sans, Fira Sans Condensed, Source Serif 4 -->
<!-- Zen Maru Gothic - Logo -->
<link href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!-- Fira Sans Condensed -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap" rel="stylesheet">
<!-- Fira Sans -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap" rel="stylesheet">
<!-- Source Serif 4 -->
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<!-- Navigation -->
<div class="nav-left">
<a href="#home" data-target="sec-home" class="nav-logo">
<img src="assets/Logos/KM%20Logo%20-%20Name%20Side%20Long.svg" alt="Kinder Minds">
</a>
<label for="check" class="check-button">
<i class="fa-solid fa-bars"></i>
</label>
</div>
<input type="checkbox" id="check">
<nav class="nav-list">
<ul>
<li><a href="#home" data-target="sec-home">Home</a></li>
<li><a href="">Services</a>
<ul>
<li><a href="#services" data-target="sec-service">What We Offer</a></li>
<li><a href="#approach" data-target="sec-service">Our Approach</a></li>
</ul>
</li>
<!-- <li class="has-submenu"><a href="#">Info for Patients</a>
<ul>
<li><a href="#">What is a Psychiatrist?</a></li>
<li><a href="#">First Steps</a></li>
<li><a href="#">Preparing Your Child</a></li>
<li><a href="#">Confidentiality</a></li>
</ul>
</li> -->
<li><a href="">About</a>
<ul>
<li><a href="#mission" data-target="sec-about">Our Mission</a></li>
<li><a href="#about" data-target="sec-about">Who We Are</a></li>
<li><a href="#grow-km" data-target="sec-about">Growing Kinder Minds</a></li>
</ul>
</li>
<li><a href="">Meet the Team</a>
<ul>
<li><a href="#team" data-target="sec-team">The Kinder Minds Team</a></li>
<li><a href="#sarah" data-target="sec-team">Dr Sarah Castle</a></li>
<li><a href="#edoardo" data-target="sec-team">Edoardo Giorgi</a></li>
<li><a href="#neve" data-target="sec-team">Neve</a></li>
</ul>
</li>
<li><a href="#contact" data-target="sec-home">Contact</a>
<!-- <ul>
<li><a href="#contact" data-target="sec-home">Referals</a></li>
</ul> -->
</li>
</ul>
</nav>
<!-- Navigation -->
</header>
<main class="responsive-body"> <!-- Responsive Body -->
<!-- Home Page -->
<section id="sec-home">
<!-- Hero section Div -->
<article class="grid-row content-right hero-section" id="home">
<div class="decoration image-container hero-image-container">
<img src="assets/Used/2024.03.10_141105_IMG_v2.jpg">
</div>
<div class="content text-content">
<h1 class="title">Sarah Castle</h1>
<div class="subtitle">
<h1 class="subtitle">Consultant Child and Adolescent Psychiatrist<br>
<i style="font-weight: 200;">MBBS MRCPsych BSc</i>
</h1>
<div class="rule-title"></div>
</div>
<p>Kinder Minds is the vision of founder Dr. Sarah Castle, a Consultant Child and Adolescent Psychiatrist. Before making Northland her home she trained in the United Kingdom and has since worked for Te Whatu Ora/Northland DHB providing clinical leadership of the Northland Child and Adolescent Mental Health Services.</p>
<p>Sarah focuses on a compassionate approach to understand each young person’s unique experiences and challenges. She has special interests in the diagnosis of Autism and ADHD, as well as additional training in treatment of Trauma in Young People.</p>
<p><a href="#neve" data-target="sec-team">Neve is our therapy dog</a>, click to meet her.</p>
<!-- <p>Her passion for mental health care is matched by her dedication to offer outstanding care for children and adolescents in New Zealand.</p> -->
<div class="button-grid-row">
<button href="#about" data-target="sec-about">
About Kinder Minds
</button>
<button href="#neve" data-target="sec-team" class="inverted">
Meet Neve
</button>
</div>
</div>
</article>
<!-- Hero section Div -->
<!-- ACC Blurb -->
<article class="acc-info">
<h5>Kinder Minds is proud to be an <strong>ACC Contracted Provider</strong></h5>
<p>We are able to offer CPSA psychiatric services via ACC for eligible individuals, please get in touch for referrals or enquiries.</p>
</article>
<!-- ACC Blurb -->
<!-- Clinic Image -->
<img src="assets/Used/2024-Office-Room-01-crop.jpg">
<!-- Clinic Image -->
<!-- Service Explanation -->
<article class="grid-row content-right bg-mid" id="service-overview">
<div class="decoration text-content">
<h2>How We Can Help</h2>
<div class="rule-decoration"></div>
<h6>We can help you with assessments of most psychiatric and psychological conditions, including (but not limited to):</h6>
<h5>
<ul>
<li>Autism Spectrum Disorders (ASD) <i>for those under 21 years of age</i></li>
<li>Attention Deficit/Hyperactivity Disorder (ADHD) <i>for those under 18 years of age</i></li>
<li>Trauma and Attachment Challenges</li>
<li>Psychiatric Medication Review and Management</li>
<li>Self-Harm</li>
<li>Eating Disorders</li>
<li>Mood and Behavioural Disorders</li>
</ul>
</h5>
</div>
<div class="content text-content">
<p>Kinder Minds uses our expertise in Child and Adolescent Psychiatry together with our knowledge of managing a spectrum of mental health issues to provide quality care. From the simple to the complex, our service provides a safe haven where Young People feel understood, respected and supported. Our care is professional, deeply empathic and personalised. Whether it’s navigating the intricacies of ADHD, ASD or overcoming the effects of trauma, we are here to help young minds heal.</p>
<button href="#services" data-target="sec-service">
Our Services
</button>
</div>
</article>
<!-- Service Explanation -->
<!-- Contact -->
<article class="grid-row content-right bg-light no-pad-top" id="contact">
<div class="decoration image-container">
<img src="assets/Used/lina-trochez-ktPKyUs3Qjs-unsplash.jpg" class="c70img">
</div>
<div class="content text-content">
<h2>Contact Us</h2>
<div class="rule-decoration"></div>
<p>Please feel free to contact us with your enquiries and referrals:<br>
<i class="fa fa-address-card" aria-hidden="true"></i> : <a href="https://www.google.com/maps/place/127a+Lower+Dent+Street,+Whang%C4%81rei+0110/@-35.7263918,174.3251655,17z/data=!3m1!4b1!4m6!3m5!1s0x6d0b7eee09081289:0xb601bc05bd49038f!8m2!3d-35.7263962!4d174.3277404!16s%2Fg%2F11nnkm87d3?entry=ttu">127A Dent Street, Whangarei 0110, New Zealand</a><br>
<i class="fa fa-envelope"></i> : <a href="mailto:[email protected]">[email protected]</a><br>
<i class="fa fa-phone"></i> : <a href="tel:+64223605027">022 360 5027</a></p>
</div>
</article>
<!-- Contact -->
</section>
<!-- Home Page -->
<!-- Service -->
<section id="sec-service">
<article class="" id="services">
<div class="content service-table bg-mid">
<h2>What We Offer</h2>
<div class="rule-decoration"></div>
<h6>Many of our services can be available via telehealth, please contact us to discuss your individual circumstances.</h6>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="assets/Used/karla-hernandez-LrlyZzX6Sws-unsplash.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Comprehensive Autism Assessment</h3>
<div class="rule-decoration"></div>
<p>Comprehensive assessment of ASD for all ages (young people and adults).</p>
<p>This involves a psychiatric assessment, developmental history and completion of ADOS-2 (Autism Diagnostic Schedule) for Autism by two clinicians. Feedback meeting is then arranged with family to discuss next steps.</p>
<p>Assessment duration: minimum 3 appointments.</p>
<p>Cost: $2,500 inc GST</p>
</div>
</div>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="assets/Used/wolfgang-hasselmann-GK9kkPIZyAs-unsplash.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Comprehensive ADHD Assessment</h3>
<div class="rule-decoration"></div>
<p>Comprehensive assessment and treatment for ADHD for all ages (young people and adults).</p>
<p>This involves a psychiatric assessment, developmental history and completion of Connors-4 assessment tool.</p>
<p>Cost:
<ul>
<li>$950 inc GST for < 18 years old.</li>
<li>$1,400 inc GST for > 18 years old.</li>
</ul>
</p>
</div>
</div>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="assets/Used/Mental%20Health%20Wire%20Brushes_v2.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Psychiatric Assessment</h3>
<div class="rule-decoration"></div>
<p>A one-session comprehensive psychiatric assessment to investigate and diagnose potential mental disorders or injuries of children and young people. A report will be written and available two weeks after the appointment.</p>
<p>Assessment duration: 1½ hours.</p>
<p>Cost: $650 inc GST</p>
</div>
</div>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="assets/Used/hans-peter-gauster-3y1zF4hIPCg-unsplash.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Psychiatric Medication Consultation</h3>
<div class="rule-decoration"></div>
<p>Medication can be considered and prescribed if appropriate (Including special authority medications). Ongoing follow up and review can be provided.</p>
<p>Assessment duration: 1 hour.</p>
<p>Cost: $500 inc GST</p>
</div>
</div>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="assets/Used/Handprints.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Post-Diagnostic Support</h3>
<div class="rule-decoration"></div>
<p>Post-diagnostic support for families and Young People, following ADHD and/or ASD Diagnosis on 1:1 and group basis, tailoring interventions and advice to individuals, families and schools.</p>
<p>Assessment duration: tailored and can be discussed.</p>
<p>Cost: $500 inc GST per hour</p>
</div>
</div>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="https://www.novamentem.com/web4/wp-content/uploads/2024/01/FistBump2-scaled.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Therapeutic Interventions</h3>
<div class="rule-decoration"></div>
<p>We can offer a range of therapeutic options including talking therapies and onward referral to other professionals if required. These include:</p>
<ul>
<li>Eye Movement Desensitisation and Reprocessing Therapy (EMDR)</li>
<li>Mentalisation Based Therapy (MBT) for Adolescents</li>
<li>Cognitive Behavioural Therapy (Including Trauma Focused CBT)</li>
<li>Dialectical Behavioural Therapy (DBT)</li>
<li>Family Based Treatment for Anorexia Nervosa. (FBT-AN)</li>
</ul>
<p>Assessment duration: tailored and can be discussed.</p>
<p>Cost: dependent on intervention.</p>
</div>
</div>
<div class="grid-row content-right service-table">
<div class="decoration image-container">
<img src="assets/Used/Prescription.jpg" alt="Test Image">
</div>
<div class="content text-content">
<h3>Prescriptions</h3>
<div class="rule-decoration"></div>
<p>All our medication consultations will come with free issuing of prescriptions.</p>
<p>Any requests made outside of the care plans relating to these will be charged a flat fee for issuing any needed script(s).</p>
<p>Cost: $35 inc GST</p>
</div>
</div>
<div class="button-grid-row">
<button href="#team" class="inverted" data-target="sec-team">
Meet the Team
</button>
<button href="#contact" data-target="sec-team">
Contact Us
</button>
</div>
</div>
</article>
<!-- Approach -->
<article class="grid-row content-left more-text-space bg-light" id="approach">
<div class="decoration image-container">
<img src="assets/Used/markus-spiske-5sCMm4wi0Sg-unsplash.jpg">
</div>
<div class="content text-content">
<h2>Our Approach</h2>
<div class="rule-decoration"></div>
<p>At Kinder Minds, our approach to mental health care for young people is deeply rooted in compassion, expertise, and a commitment to transformative healing. Under the leadership of Sarah, our medical director, we offer a sanctuary for children and adolescents grappling with a range of mental health challenges. We strive to make every young person feel understood, respected, and supported, as we navigate the intricacies of their mental health with them.</p>
<p>Our clinic's philosophy is centered on a compassionate understanding of the unique experiences and challenges faced by young people, and our mission is to transform their lives by delving into their inner world, empowering them with the tools they need to revover and build lasting resilience.</p>
<p>Thanks to Sarah's extensive training in Child and Adolescent Psychiatry, with specialised knowledge in trauma and neurodiversity (including Autism and ADHD), we are able to offer holistic and innovative interventions capable of addressing a wide range of mental health challenges to positively impact the lives of young people.</p>
<button href="#about" data-target="sec-about">
About Kinder Minds
</button>
</div>
</article>
</section>
<!-- Service -->
<!-- About Kinder Minds -->
<section id="sec-about">
<article class="grid-row content-right bg-light" id="mission">
<div class="decoration image-container">
<img src="assets/Used/john-mccann-bm15OYOm-Gc-unsplash.jpg">
</div>
<div class="content text-content">
<h2 id="mission">Our Mission</h2>
<div class="rule-decoration"></div>
<p>Here at Kinder Minds we are dedicated to providing exceptional mental health care and supporting families through their healing journey, focusing on the unique needs of each young person we serve.</p>
<p>Our aim is not just to treat but to transform the lives of children and adolescents by understanding their inner world and empowering them with the tools they need for recovery and resilience. Kinder Minds strives to be a safe haven of hope and healing, ready to support the mental health journey of young people and their families.</p>
</div>
</article>
<article class="grid-row content-left" id="about">
<div class="decoration image-container">
<img src="assets/Used/phil-henry-2fdACKFyfTk-unsplash.jpg">
</div>
<div class="content text-content">
<h2 id="who">Who We Are</h2>
<div class="rule-decoration"></div>
<p>Kinder Minds is founded by Dr. Sarah Castle, a Consultant Child and Adolescent Psychiatrist serving as the medical director, and Edoardo Giorgi with his rich scientific background serving as its administrative director. This partnership is the cornerstone of our clinic, dedicated to providing exceptional mental health care and supporting families through their healing journey by focusing on the unique needs of each young person we serve.</p>
<p>At the core of our clinic's mission is Sarah, whose deep passion and extensive training in psychiatry form the backbone of Kinder Minds' therapeutic approach. Her philosophy centres on understanding the intricate worlds of young people, fostering an environment where their concerns, dreams, and challenges are met with empathy and expert care.</p>
<p>Edoardo, transitioning from nuclear science to lead Kinder Minds' operations, blends his technical & scientific knowledge with compassionate oversight. He ensures that our clinic actively supports the therapeutic process, making every family's journey with us feel informed, supported, and valued. </p>
<button href="#team" data-target="sec-team">
Meet The Team
</button>
</div>
</article>
<article class="grid-row content-right bg-mid" id="grow-km">
<div class="decoration image-container">
<img src="assets/Used/steven-wong-tWqQy5nS0DM-unsplash.jpg" class="c20img">
</div>
<div class="content text-content">
<h2>Growing Kinder Minds</h2>
<div class="rule-decoration"></div>
<p>Kinder Minds is a multi-disciplinary service that strives to deliver the best possible comprehensive care for the children, adolescents, and families we serve.</p>
<p>If you are interested in being a part of our team please get in touch with us via our contact page.</p>
<button href="#contact" data-target="sec-home">
Contact Us
</button>
</div>
</article>
</section>
<!-- About Kinder Minds -->
<!-- Meet The Team -->
<section id="sec-team">
<article class="grid-row content-right" id="team">
<div class="decoration image-container width-image">
<img src="assets/Logos/KM%20Logo%20-%20Logo%20Only%20Embellished.svg">
</div>
<div class="content text-content">
<h2>The Kinder Minds Team</h2>
<div class="rule-decoration"></div>
<p>The Kinder Minds team is led by its founding members, Dr. Sarah Castle, as its Medical Director, and Edoardo Giorgi, as its Administrative Director.</p>
<p>We strive to deliver the best care possible to the families and young people of Northland and New Zealand. Our model is based on a multi-disciplinary approach to care as this is the most effective way to achive the best possible outcomes for the young minds we serve.</p>
<p>As Kinder Minds grows so too will our team to accommodate the needs of the whanau that come to us for help. If you are a professional who is interested in joining please get in touch with us.</p>
<div class="button-grid-row">
<button href="#grow-km" class="inverted" data-target="sec-about">
Kinder Minds Growth
</button>
<button href="#contact" data-target="sec-team">
Contact Us
</button>
</div>
</div>
</article>
<article class="grid-row content-left more-text-space bg-mid" id="sarah">
<div class="decoration image-container">
<img src="assets/Unused/2024.03.10%20-%20Website%20Photos/2024.03.10_141105_IMG.jpg" class="c30img">
</div>
<div class="content text-content no-pad-bot">
<h2>Sarah Castle</h2>
<div class="rule-decoration"></div>
<p>Dr. Sarah Castle is at the heart of Kinder Minds' approach and commitment to helping young people and their families overcome the mental health challenges they face. Sarah brings a wealth of psychiatric and therapeutic expertise gained through her extensive training. Sarah held the position of Clinical Head of Department for Child and Adolescent Mental Health, Early intervention in Psychosis, Maternal Infant Mental Health and Forensic CAMHS Services, in Te Tai Tokerau DHB across Northland.</p>
<p>Alongside formal clinical training, Sarah is passionate about working alongside families and Young People, to understand their inner world, concerns, worries, fantasies and dreams matter by giving them a voice. She often tries to work creativity and works outside of a one size fits all approach, to connect with ‘hard to reach’ children and young people.</p>
<p>Sarah has a keen interest in the assessment and treatment of trauma and neurodiversity, including ASD and ADHD. Her expertise is broadened by additional training in Eye Movement Desensitization and Reprocessing (EMDR), Mentalization Based Therapy for Adolescents, Cognitive Behavioural Therapy for trauma, Dialectical Behavioural Therapy, and other talking therapies. Sarah is particularly skilled in supporting young people through the diagnostic process, including ADOS-II, and offering interventions that benefit them and their family’s post-diagnosis, demonstrating her comprehensive approach to mental health care.</p>
</div>
</article>
<article class="grid-row content-right bg-mid" id="sarah-skills">
<div class="linked-content text-content">
<h3>Medical Training</h3>
<div class="rule-decoration"></div>
<ul>
<li>
Imperial College, <i>London, United Kingdom</i>
<ul>
<li>MBBS Medicine.</li>
</ul>
</li>
<li>
University College London, <i>United Kingdom</i>
<ul>
<li>Intercalated International Health with Medical Anthropology</li>
</ul>
</li>
<li>
Maudsley Hospital (South London) & University College London
<ul>
<li>Core Psychiatric Training</li>
</ul>
<!-- Rotations in:
<ul>
<li>Eating Disorders</li>
<li>Adolescent Consult Liaison</li>
<li>General Adult Psychiatry</li>
<li>Adult Addictions</li>
<li>Adult Psychotherapy</li>
</ul> -->
</li>
<li>
Tavistock Clinic <i>North London, United Kingdom</i>
<ul>
<li>Higher Training in Child and Adolescent Psychiatry.</li>
<li>Additional training in Psychodynamic Psychotherapy for Child and Adolescent Psychiatrists.</li>
</ul>
</li>
</ul>
</div>
<div class="linked-content text-content top-grid-align">
<h3>Therapeutic & Assessment Modalities offered</h3>
<div class="rule-decoration"></div>
<ul>
<li>Autism Diagnostic Observation Schedule (ADOS-II)</li>
<li>Eye Movement Desensitisation and Reprocessing (EMDR)</li>
<li>Mentalisation Based Therapy (MBT) for Adolescents</li>
<li>Cognitive Behavioural Therapy (CBT) for Trauma</li>
<li>Dialectical Bevioural Therapy (DBT)</li>
<li>Psychodynamic Psychotherapy</li>
</ul>
<button href="#sec-service" data-target="sec-service">
Our Services
</button>
</div>
</article>
<article class="grid-row content-right more-text-space bg-light no-pad-bot" id="edoardo">
<div class="decoration image-container width-image">
<img src="assets/Used/Edo%20Test%2001.jpg" class="c20img">
</div>
<div class="content text-content">
<h2>Edoardo Giorgi</h2>
<div class="rule-decoration"></div>
<p>Edoardo fulfills the technical and administrative role of making sure Kinder Minds runs as smoothly as possible, and that the team has everything it needs to deliver on our mission to help young people and their families.</p>
<p>Edoardo beings a multitude of skills picked up along his squiggly career from being a Nuclear Scientist to being a Science Communicator and Technical Writer. Being a patient and calm individual with an exceptional eye for detail you can expect him to ensure the families and young people we care for receive all the support needed to remain up to date with treatment plans and appointments.</p>
</div>
</article>
<article class="grid-row content-left more-text-space no-pad-bot" id="neve">
<div class="decoration image-container width-image">
<img src="assets/Used/Neve_cropped.jpg" class="c45img">
</div>
<div class="content text-content">
<h2>Neve</h2>
<div class="rule-decoration"></div>
<p>Neve is our wonderful, loving, and gentle dog who helps us ground our patients who like animals. At the time of Kinder Minds opening its doors she was still a puppy growing and excited to meet her first young people needing cuddles.</p>
<p>If you ask nicely Neve knows a lot of little tricks she'd be happy to do in exchange for treats, cuddles, and a moment of adoration.</p>
<button class="wide-button svg-button" href="https://www.instagram.com/nevemoments/">
<svg class="inline-svg" width="100%" height="100%" viewBox="0 0 734 734" version="1.1" xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-33,-33)">
<g id="Artboard1">
<path d="M55.132,142.535C74.307,104.903 104.903,74.307 142.535,55.132C185.318,33.333 241.323,33.333 353.333,33.333L446.667,33.333C558.677,33.333 614.683,33.333 657.463,55.132C695.097,74.307 725.693,104.903 744.867,142.535C766.667,185.318 766.667,241.323 766.667,353.333L766.667,446.667C766.667,558.677 766.667,614.683 744.867,657.463C725.693,695.097 695.097,725.693 657.463,744.867C614.683,766.667 558.677,766.667 446.667,766.667L353.333,766.667C241.323,766.667 185.318,766.667 142.535,744.867C104.903,725.693 74.307,695.097 55.132,657.463C33.333,614.683 33.333,558.677 33.333,446.667L33.333,353.333C33.333,241.323 33.333,185.318 55.132,142.535ZM446.667,100L353.333,100C296.228,100 257.408,100.052 227.403,102.503C198.175,104.891 183.228,109.22 172.801,114.532C147.713,127.316 127.316,147.713 114.532,172.801C109.22,183.228 104.891,198.175 102.503,227.403C100.052,257.408 100,296.228 100,353.333L100,446.667C100,503.773 100.052,542.59 102.503,572.597C104.891,601.827 109.22,616.773 114.532,627.2C127.316,652.287 147.713,672.683 172.801,685.467C183.228,690.78 198.175,695.11 227.403,697.497C257.408,699.947 296.228,700 353.333,700L446.667,700C503.773,700 542.59,699.947 572.597,697.497C601.827,695.11 616.773,690.78 627.2,685.467C652.287,672.683 672.683,652.287 685.467,627.2C690.78,616.773 695.11,601.827 697.497,572.597C699.947,542.59 700,503.773 700,446.667L700,353.333C700,296.228 699.947,257.408 697.497,227.403C695.11,198.175 690.78,183.228 685.467,172.801C672.683,147.713 652.287,127.316 627.2,114.532C616.773,109.22 601.827,104.891 572.597,102.503C542.59,100.052 503.773,100 446.667,100ZM600,166.667C618.41,166.667 633.333,181.591 633.333,200C633.333,218.409 618.41,233.333 600,233.333C581.59,233.333 566.667,218.409 566.667,200C566.667,181.591 581.59,166.667 600,166.667ZM400,600C289.543,600 200,510.457 200,400C200,289.543 289.543,200 400,200C510.457,200 600,289.543 600,400C600,510.457 510.457,600 400,600ZM400,533.333C473.637,533.333 533.333,473.637 533.333,400C533.333,326.362 473.637,266.667 400,266.667C326.362,266.667 266.667,326.362 266.667,400C266.667,473.637 326.362,533.333 400,533.333Z" style="fill:white;"/>
</g>
</g>
</svg> Follow Neve's Adventures
</button>
</div>
</article>
</section>
<!-- Meet The Team -->
<footer>
<div class="footer-img">
<a href="https://www.facebook.com/kinderminds.nz/">
<!-- Facebook Logo -->
<svg width="100%" class="footer-img" height="100%" viewBox="0 0 667 665" version="1.1" xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Artboard1" x="0" y="0" width="666.668" height="664.001" style="fill:none;"/>
<clipPath id="_clip1">
<rect x="0" y="0" width="666.668" height="664.001"/>
</clipPath>
<g clip-path="url(#_clip1)">
<path class="svg_logo" d="M334,0.999C150.667,0.999 0.667,150.666 0.667,335C0.667,501.667 122.667,640 282,665L282,431.667L197.333,431.667L197.333,335L282,335L282,261.333C282,177.666 331.667,131.666 408,131.666C444.333,131.666 482.333,137.999 482.333,137.999L482.333,220.333L440.333,220.333C399,220.333 386,245.999 386,272.333L386,335L478.667,335L463.667,431.667L386,431.667L386,665C464.547,652.593 536.073,612.517 587.663,552C639.253,491.487 667.513,414.52 667.333,335C667.333,150.666 517.333,0.999 334,0.999Z" style="fill-rule:nonzero;"/>
</g>
</svg>
</a>
<a href="https://www.instagram.com/nevemoments/">
<!-- Instagram Logo -->
<svg width="100%" class="footer-img" height="100%" viewBox="0 0 734 734" version="1.1" xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-33,-33)">
<g id="Artboard1">
<path class="svg_logo" d="M55.132,142.535C74.307,104.903 104.903,74.307 142.535,55.132C185.318,33.333 241.323,33.333 353.333,33.333L446.667,33.333C558.677,33.333 614.683,33.333 657.463,55.132C695.097,74.307 725.693,104.903 744.867,142.535C766.667,185.318 766.667,241.323 766.667,353.333L766.667,446.667C766.667,558.677 766.667,614.683 744.867,657.463C725.693,695.097 695.097,725.693 657.463,744.867C614.683,766.667 558.677,766.667 446.667,766.667L353.333,766.667C241.323,766.667 185.318,766.667 142.535,744.867C104.903,725.693 74.307,695.097 55.132,657.463C33.333,614.683 33.333,558.677 33.333,446.667L33.333,353.333C33.333,241.323 33.333,185.318 55.132,142.535ZM446.667,100L353.333,100C296.228,100 257.408,100.052 227.403,102.503C198.175,104.891 183.228,109.22 172.801,114.532C147.713,127.316 127.316,147.713 114.532,172.801C109.22,183.228 104.891,198.175 102.503,227.403C100.052,257.408 100,296.228 100,353.333L100,446.667C100,503.773 100.052,542.59 102.503,572.597C104.891,601.827 109.22,616.773 114.532,627.2C127.316,652.287 147.713,672.683 172.801,685.467C183.228,690.78 198.175,695.11 227.403,697.497C257.408,699.947 296.228,700 353.333,700L446.667,700C503.773,700 542.59,699.947 572.597,697.497C601.827,695.11 616.773,690.78 627.2,685.467C652.287,672.683 672.683,652.287 685.467,627.2C690.78,616.773 695.11,601.827 697.497,572.597C699.947,542.59 700,503.773 700,446.667L700,353.333C700,296.228 699.947,257.408 697.497,227.403C695.11,198.175 690.78,183.228 685.467,172.801C672.683,147.713 652.287,127.316 627.2,114.532C616.773,109.22 601.827,104.891 572.597,102.503C542.59,100.052 503.773,100 446.667,100ZM600,166.667C618.41,166.667 633.333,181.591 633.333,200C633.333,218.409 618.41,233.333 600,233.333C581.59,233.333 566.667,218.409 566.667,200C566.667,181.591 581.59,166.667 600,166.667ZM400,600C289.543,600 200,510.457 200,400C200,289.543 289.543,200 400,200C510.457,200 600,289.543 600,400C600,510.457 510.457,600 400,600ZM400,533.333C473.637,533.333 533.333,473.637 533.333,400C533.333,326.362 473.637,266.667 400,266.667C326.362,266.667 266.667,326.362 266.667,400C266.667,473.637 326.362,533.333 400,533.333Z" style="fill-rule:nonzero;"/>
</g>
</g>
</svg>
</a>
</div>
<div class="footer-text">Website produced by Kinder Minds Limited</div>
</footer>
</main> <!-- Responsive Body -->
<!-- External JavaScript file -->
<script src="script.js" defer></script>
</body>
</html>