-
Notifications
You must be signed in to change notification settings - Fork 1
/
self-leadership-masterclass.html
631 lines (601 loc) · 24.8 KB
/
self-leadership-masterclass.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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Causable Training - Leadership masterclass</title>
<meta name="description" content="...">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="128x128" href="/favicon-128x128.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#fffcfc">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/styles.css?v=4">
</head>
<body class="bg-white font-sans">
<header class="header-backdrop bg-opacity-80 bg-white fixed w-full h-20 z-10 transition-all duration-300">
<div id="mobile-menu" class="hidden fixed w-full bg-clay1">
<nav class="container mx-auto px-4 pt-24 pb-12">
<ul class="flex flex-col text-2xl space-y-4">
<li><a href="/index.html" class="text-black">home</a></li>
<!-- Other nav items are copied by js -->
</ul>
</nav>
</div>
<div class="container mx-auto px-4 h-full flex items-center justify-between">
<div class="w-[140px] mt-[3px]">
<a href="/">
<img src="assets/logo/causable_flat_black.svg" alt="Causable" class="header-logo w-full">
</a>
</div>
<nav id="menu" class="hidden lg:block">
<ul class="flex space-x-6 text-lg font-sans">
<li><a href="/strategy.html" class="text-black">strategy</a></li>
<li><a href="/sparring.html" class="text-black">sparring</a></li>
<li><a href="/training.html" class="text-black">training</a></li>
<li><a href="/about.html" class="text-black">about</a></li>
</ul>
</nav>
<div class="hidden">
<button class="navbar-burger flex items-center text-black p-3">
<svg class="block h-4 w-4 fill-current" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Mobile menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
</svg>
</button>
</div>
<div class="lg:hidden">
<button class="js-menu-btn tham tham-e-squeeze tham-w-5 p-5">
<div class="tham-box">
<div class="tham-inner"></div>
</div>
</button>
</div>
</div>
</header>
<div class="h-20"></div>
<main class="min-h-screen">
<section>
<div class="mx-auto w-[150px] py-16">
<img
class="w-full"
src="/assets/icons/icon_shaky_build.svg"
width="171px"
height="238px"
>
</div>
</section>
<section class="container mx-auto px-4 max-w-3xl pb-8">
<h4 class="text-lg">
Self-Leadership masterclass
</h4>
<h1 class="text-4xl font-serif balanced">
Take control of your priorities and development in 2024
</h1>
<p class="mt-4 text-xl max-w-lg">
Hone your self-leadership in 2024 with a blend of science informed tools
and practical methods in this masterclass.
</p>
</section>
<section class="container mx-auto px-4 max-w-3xl pt-8 pb-8">
<h2 class="text-3xl font-serif pb-4">
What can you expect in this course?
</h2>
<p class="pb-2 text-lg max-w-xl">
Are you up for some realistic New Year resolutions and willing to carry them through in 2024?
</p>
<p class="pb-2 text-lg max-w-xl">
You make the time – Causable holds the space for you.
</p>
<p class="pb-2 text-lg max-w-xl">
In our Masterclass this January, you will:
</p>
<ul class="text-lg max-w-xl list-disc pl-8">
<li class="pb-2">
Build and assess your portfolio of personal projects for 2024.
</li>
<li class="pb-2">
Learn to use the Ecocycle planning method that helps you reality check and prioritize your projects within your portfolio and position them along their life cycle. This method provides direct visual feedback to assess how balanced your portfolio is, lets you identify bottlenecks in an instant and helps you to track your progress in regular check-ins.
</li>
<li class="pb-2">
Dive into concrete steps that you will need to get your projects going and set your development goals off to a good start.
</li>
</ul>
<p class="pb-4 text-lg max-w-xl">
The added benefit: The method you learn to apply is also great to plan your work with your team!
</p>
<p class="text-base">
Available Dates:
</p>
<p class="pb-2 text-lg">
Wednesday, January 10, 2024 from 13.30 - 16.00 CET, or<br>
Thursday, January 11, 2024 from 15.30 - 18.00 CET
</p>
</section>
<section class="container mx-auto px-4 max-w-3xl pt-8 pb-8">
<h2 class="text-3xl font-serif pb-4">
Booster sessions
</h2>
<p class="pb-2 text-xl max-w-xl">
Boost your follow-through with our check-ins for accountability and in the same go, hone your skills and navigate your development with our deep dives on self-leadership tools as we go through the year.
</p>
<p class="pb-2 text-lg max-w-xl">
Besides checking in together each quarter on what progress you made on your projects, we take a deeper dive into supporting topics and practical tools that will help you stay on track.
</p>
<p class="pb-2 text-lg max-w-xl">
Four booster sessions throughout the year will help you to stay on track and make the most of your development goals.
</p>
<ul class="text-lg max-w-xl pl-8">
<li class="pt-4 pb-2">
<h4 class="text-base">Q1/24 (March)</h4>
<h3 class="pb-2 text-2xl font-serif">Resilience – Stop emotional drain and gain new perspectives</h3>
<p class="pb-2 text-lg">
We look into two tools that help you realize if something is off and pinpoint what you can do about it. Map out your values, learn a powerful framework to check in with yourself on your own concerns instead of letting emotional background processing drain your energy, and use easy-to-learn counseling techniques to gain an outside perspective that helps you see new paths towards solving issues that come up along the way.
</p>
<p class="pb-2 text-base italic">
Wednesday, March 6, 2024, from 13.30-15.00 CET, or<br>
Thursday, March 7, 2024, from 15.30-17.00 CET
</p>
</li>
<li class="pt-4 pb-2">
<h4 class="text-base">Q2/24 (June)</h4>
<h3 class="pb-2 text-2xl font-serif">Work intentionally and build good habits</h3>
<p class="pb-2 text-lg">
What are you trying to promote with your work and what conditions do you need to ensure that you can do so? Apply essentialist thinking to find out and set extreme decision criteria to protect your focus and make your life easier for choices that really matter to you. For those goals that need consistency in following through, it is key to develop and shape new good habits. Learn from your brain’s perspective how to build the habits that support you in doing your best work day by day.
</p>
<p class="pb-2 text-base italic">
Wednesday, June 5, 2024, from 13.30-15.00 CET, or<br>
Thursday, June 6, 2024, from 15.30-17.00 CET
</p>
</li>
<li class="pt-4 pb-2">
<h4 class="text-base">Q3/24 (September)</h4>
<h3 class="pb-2 text-2xl font-serif">Make tough decisions and say “No” clearly and gently</h3>
<p class="pb-2 text-lg">
Sometimes the magic is in the “Yes, and…” – and sometimes a “No” will empower you more. Based on the values and projects you identified earlier in the year, learn how to say “No” in a way that helps you steer your course and reaffirm what you are after while gently declining projects that distract you from that goal. Sometimes things are not so clear-cut and you may want to keep options open, but smartly. Thus we learn to apply a technique that helps you identify measures that empower both sides on seemingly irreconcilable questions.
</p>
<p class="pb-2 text-base italic">
Wednesday, September 4, 2024, from 13.30-15.00 CET, or<br>
Thursday, September 5, 2024, from 15.30-17.00 CET
</p>
</li>
<li class="pt-4 pb-2">
<h4 class="text-base">Q4/24 (December)</h4>
<h3 class="pb-2 text-2xl font-serif">Build on your strengths and working genius </h3>
<p class="pb-2 text-lg">
The end of the year is an excellent time to reflect on what you have achieved and how to set course for your next endeavors. Learn to do so by inquiring your goals appreciatively and building on your strengths. Empower yourself by identifying and leaning into the types of work that drive up your motivation and energy levels. More power to those tasks and goals that power you!
</p>
<p class="pb-2 text-base italic">
Wednesday, December 4, 2024, from 13.30-15.00 CET, or<br>
Thursday, December 5, 2024, from 15.30-17.00 CET
</p>
</li>
</ul>
</section>
<div class="bg-autumn1 rotate-1 h-[100px] -mb-10"></div>
<div class="bg-autumn1">
<section class="container mx-auto px-4 max-w-3xl pt-4">
<div class="flex flex-row gap-6 md:gap-16">
<div class="flex-1">
<h2 class="pb-3 text-2xl">
About your masterclass
</h2>
<h3 class="pb-2 text-xl">
Basic format
</h3>
<p class="pb-5 text-lg max-w-lg">
We meet online via Zoom.
</p>
<h3 class="pb-2 text-xl">
Participants
</h3>
<p class="pb-5 text-lg max-w-lg">
<em>Masterclasses will have max. 15 participants to enhance your interactive learning experience</em>
</p>
</div>
</div>
</section>
<section class="container mx-auto px-4 pt-4 max-w-3xl">
<div
class="max-w-xl rounded-3xl py-4"
>
<div class="js-contact-btn cursor-pointer">
<h2 class="text-2xl pb-3">
Sign up for your masterclass and booster sessions
</h2>
</div>
<div class="text-left text-xl rounded-2xl pb-4">
<form
action="https://formspree.io/f/xjvqjbjg"
method="POST"
class="pt-4 mb-4"
>
<div class="mb-6">
<p class="balanced text-xl block mb-2">
Choose the date for your masterclass
</p>
<div class="grid grid-cols-[20px_minmax(0,_1fr)] gap-1">
<input
class="focus:outline-secondary3"
type="radio"
name="course-date"
id="course-date-wednesday"
value="Wednesday 10.01.2024"
>
<label class="pl-1 cursor-pointer" for="course-date-wednesday">
Wednesday, January 10, 2024 from 13.30 - 16.00 (250 EUR)
</label>
<input
class="focus:outline-secondary3"
type="radio"
name="course-date"
id="course-date-thursday"
value="Thursday 11.01.2024"
>
<label class="pl-1 cursor-pointer" for="course-date-thursday">
Thursday, January 11, 2024 from 16.30 - 18.00 (250 EUR)
</label>
<input
class="focus:outline-secondary3"
type="radio"
name="course-date"
id="course-date-nope"
value="No masterclass"
>
<label class="pl-1 cursor-pointer" for="course-date-nope">
I can't attend the masterclass
</label>
</div>
</div>
<div class="mb-6">
<p class="balanced text-xl block mb-2">
Booster sessions
</p>
<div class="pb-4 grid grid-cols-[20px_minmax(0,_1fr)] gap-1">
<input
class="focus:outline-secondary3"
type="radio"
name="boosters"
id="boosters-all"
value="all boosters"
onclick="document.querySelectorAll('.js-booster-check').forEach(el => el.checked = true);"
>
<label class="pl-1 cursor-pointer" for="boosters-all">
Package: all booster sessions - available if you book the masterclass
(350 EUR - early bird price for the first 5 bookings)
</label>
<input
class="focus:outline-secondary3"
type="radio"
name="boosters"
id="boosters-select"
value="select some boosters"
>
<label class="pl-1 cursor-pointer" for="boosters-select">
I want to select my booster sessions (150 EUR each)
</label>
</div>
<p class="text-base">
<em>Each booster session is offered at two different times.
You will be able to pick the time that suits you best.</em>
</p>
</div>
<div class="mb-6 grid grid-cols-[20px_minmax(0,_1fr)] gap-1">
<div>
<input
class="js-booster-check focus:outline-secondary3"
type="checkbox"
name="booster-1"
id="booster-1"
value="booster-1"
onclick="document.querySelector('#boosters-select').checked = true;"
>
</div>
<label class="pb-4 cursor-pointer" for="booster-1">
<h5 class="text-base">
Booster 1
</h5>
<h4 class="text-xl">
Resilience – Stop emotional drain and gain new perspectives
</h4>
<ul class="text-lg pl-2">
<li>
Wednesday, March 6, 2024, from 13.30-15.00 CET, or
</li>
<li>
Thursday, March 7, 2024, from 15.30-17.00 CET
</li>
</ul>
</label>
<div>
<input
class="js-booster-check focus:outline-secondary3"
type="checkbox"
name="booster-2"
id="booster-2"
value="booster-2"
onclick="document.querySelector('#boosters-select').checked = true;"
>
</div>
<label class="pb-4 cursor-pointer" for="booster-2">
<h5 class="text-base">
Booster 2
</h5>
<h4 class="text-xl">
Work intentionally and build good habits
</h4>
<ul class="text-lg pl-2">
<li>
Wednesday, June 5, 2024, from 13.30-15.00 CET, or
</li>
<li>
Thursday, June 6, 2024, from 15.30-17.00 CET
</li>
</ul>
</label>
<div>
<input
class="js-booster-check focus:outline-secondary3"
type="checkbox"
name="booster-3"
id="booster-3"
value="booster-3"
onclick="document.querySelector('#boosters-select').checked = true;"
>
</div>
<label class="pb-4 cursor-pointer" for="booster-3">
<h5 class="text-base">
Booster 3
</h5>
<h4 class="text-xl">
Make tough decisions and say “No” clearly and gently
</h4>
<ul class="text-lg pl-2">
<li>
Wednesday, September 4, 2024, from 13.30-15.00 CET, or
</li>
<li>
Thursday, September 5, 2024, from 15.30-17.00 CET
</li>
</ul>
</label>
<div>
<input
class="js-booster-check focus:outline-secondary3 text-2xl"
type="checkbox"
name="booster-4"
id="booster-4"
value="booster-4"
onclick="document.querySelector('#boosters-select').checked = true;"
>
</div>
<label class="pb-4 cursor-pointer" for="booster-4">
<h5 class="text-base">
Booster 4
</h5>
<h4 class="text-xl">
Build on your strengths and working genius
</h4>
<ul class="text-lg pl-2">
<li>
Wednesday, December 4, 2024, from 13.30-15.00 CET, or
</li>
<li>
Thursday, December 5, 2024, from 15.30-17.00 CET
</li>
</ul>
</label>
</div>
<div class="mb-4">
<label
for="email"
class="block mb-2"
>
Your email*
</label>
<input
type="email"
id="email"
name="email"
required
class="p-2 w-full max-w-[400px] focus:outline-secondary3 outline-offset-3"
>
<p class="text-xs text-gray-600 pt-2">
* Required
</p>
</div>
<div class="mb-4">
<label
for="full-name"
class="block mb-2"
>
Full Name*
</label>
<input
type="text"
id="full-name"
name="full-name"
required
class="p-2 w-full max-w-[400px] focus:outline-secondary3 outline-offset-3"
>
<p class="text-xs text-gray-600 pt-2">
* Required
</p>
</div>
<div class="mb-4">
<label
for="address"
class="block mb-2"
>
Address*
</label>
<textarea
id="address"
name="address"
rows="5"
required
class="p-2 w-full max-w-[400px] focus:outline-secondary3 outline-offset-3"
></textarea>
<p class="text-xs text-gray-600 pt-2">
* Required
</p>
</div>
<div class="mb-4">
<p class="text-base text-gray-600 mt-8 mb-2 balanced">
To help us prepare and tailor our course to you, we’d also like to know your job title and where you work.
</p>
<label
for="job-title"
class="block mb-2"
>
Job Title
</label>
<input
type="text"
id="job-title"
name="job-title"
required
class="p-2 w-full max-w-[400px] focus:outline-secondary3 outline-offset-3"
>
</div>
<div class="mb-6">
<label
for="organisation"
class="block mb-2"
>
Organisation
</label>
<input
type="text"
id="organisation"
name="organisation"
required
class="p-2 w-full max-w-[400px] focus:outline-secondary3 outline-offset-3"
>
</div>
<div class="flex items-center justify-between">
<button
type="submit"
class="py-2 px-4 font-bold bg-secondary3 hover:bg-secondary4 text-white rounded focus:outline-black"
>
Book
</button>
</div>
</form>
</div>
<div class="text-gray-600">
<h4 class="pb-2 font-bold">
Payment information
</h4>
<p class="pb-2 text-base">
Once you signed up for your course, we will process your information and send you an invoice. If you need a receipt for your employer or another organization funding your course, please make sure to include their details.
</p>
<p class="pb-2 text-base">
Your booking will only be valid once we have received your payment. We will send you information for the bank transfer to our bank account of Causable GmbH (Tellstrasse 31, 8004 Zurich, Switzerland) at Zürcher Kantonalbank.
</p>
<p class="pb-2 text-base">
You will only be admitted and receive your login credentials to the Masterclass once we have received your transfer.
Your payment needs to arrive latest on Friday, January 5, 2024.
We will send out our confirmation email and access link upon receiving your payment.
</p>
<p class="pb-8 text-base">
Why can you pay in EUR although we are located in Switzerland? Because we know that the Swiss Franc is a strong currency and fluctuates a lot. We take that upon us to make your life easier.
</p>
</div>
</div>
</section>
</div>
<div class="bg-autumn1 -rotate-1 h-[50px] -mt-10"></div>
<section class="container mx-auto px-4 max-w-3xl pt-20 pb-14">
<h2 class="text-3xl font-serif pb-4">
FAQ
</h2>
<p class="pb-4 text-lg max-w-xl">
<strong>
What if I have a conflicting appointment?
</strong><br>
Bookings are binding. You can ask to attend a Masterclass / Booster Session on a different day if you have a scheduling conflict during one of the sessions in a series.
Please use this option sparingly, as we want to keep classes small to enhance learning.
</p>
<p class="pb-4 text-lg max-w-xl">
<strong>
Can I access a recording of the class later?
</strong><br>
Inputs by Dr. Maier will be recorded and can be accessed afterwards. Interactive individual and group work will not be recorded and we work under Chatham House Rule: Learnings and take aways can not be attributed to specific persons.
</p>
<p class="pb-2 text-lg max-w-xl">
<strong>
Your questions cannot wait?
</strong><br>
Get in touch to schedule a short 30 minute introduction call to discuss your challenge and whether an individual sparring partnership might help to resolve your question faster.
</p>
</section>
<section class="container mx-auto px-4 max-w-3xl pb-20">
<h2 class="text-3xl font-serif pb-4">
Your benefit from Causable
</h2>
<p class="pb-2 text-lg max-w-xl">
At Causable, we take a look behind the curtain and always show why things work. Dr. Silvia Maier holds a PhD in Neuroeconomics from University of Zurich and knows both the theory behind and the practical paths towards self-control and resilience and what your brain needs in order to support you in both.
</p>
<p class="pb-2 text-lg max-w-xl">
Her Self-Leadership masterclasses cut to the chase and bundle what you need in order to promote smart choices that yield the best outcomes long-term, even when you navigate stressful environments.
</p>
<p class="pb-2 text-lg max-w-xl">
Dr. Maier has been leading research and product development in science and industry for more than 15 years. As founder of Causable, she is a trusted sparring partner for C-Level leaders and expert contributors alike, as she draws from more than 20 years of experience in leading teams and managing projects in the service and innovation sectors.
</p>
</section>
</main>
<footer class="bg-sage4 text-white py-10">
<div class="container mx-auto px-4 max-w-3xl py-10">
<div class="grid grid-cols-3 gap-8">
<div>
<h3 class="text-l mb-4 text-slate-100">Get in touch</h3>
<div class=" text-slate-300 pb-1">
<span
class="eml"
data-x="silvia.maier"
data-y="causable.ch"
>
</span>
</div>
<ul class="-ml-1 text-slate-400 select-none">
<li>
<a class="text-primary" href="https://www.linkedin.com/company/causable-world/">
<svg class="inline" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor" d="M19 3A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19M18.5 18.5V13.2A3.26 3.26 0 0 0 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17A1.4 1.4 0 0 1 15.71 13.57V18.5H18.5M6.88 8.56A1.68 1.68 0 0 0 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19A1.69 1.69 0 0 0 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56M8.27 18.5V10.13H5.5V18.5H8.27Z" />
</svg>
</a>
<a class="text-primary" href="https://twitter.com/Silvia_U_Maier">
<svg class="inline" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor" d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" />
</svg>
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-l mb-4"></h3>
<ul class="space-y-2 text-slate-400">
<li><a href="#"></a></li>
</ul>
</div>
<div>
<h3 class="text-l mb-4"></h3>
<ul class=" text-slate-300">
<li>Causable GmbH</li>
<li>Tellstrasse 31</li>
<li>8004 Zürich</li>
</ul>
</div>
</div>
</div>
<div class="container mx-auto px-4 max-w-3xl text-center text-slate-500 select-none">
© 2023 Causable GmbH | Design by Eva van Jensen
</div>
</footer>
<script src="/assets/js/index.js"></script>
</body>
</html>