-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoaching.html
63 lines (54 loc) · 3.07 KB
/
coaching.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
---
layout: booking
---
<div class="hero main">
<div class="hero__content">
<div>
<div class="booking-hero-top">
<div class="intro-image"></div>
<h2 class="heading--alpha">Ready to take your product design skills to the next level?</h2>
<p>Book your coaching call and lets's talk about your goals and how you can progress in your design career.</p>
<div>
<p>This coaching is perfect if you want to:</p>
<ul>
<li>Increase confidence in your abilities as a Designer</li>
<li>Learn how to get the biggest returns for your effort</li>
<li>Make your biggest impact with the work you produce</li>
</ul>
</div>
</div>
<!-- testimonials -->
<div class="section">
<div class="col-layout-content content">
<div class="col-layout-content">
<div class="testimonial testimonial-5">
<div class="rating"></div>
<p>Tim gave me some great advice on how to articulate design decisions with key stakeholders. He shows a knowledgeable understanding of the industry as a whole and I would <strong>highly recommend him to anyone.</strong></p>
<div class="person">
<div class="photo"></div>
<div class="name">
<h3 class="heading--charlie">Nate</h3>
<span>UX Designer</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /testimonials -->
</div>
<!-- Cal inline embed code begins -->
<div style="width:100%;height:100%;overflow:scroll" id="my-cal-inline"></div>
<script type="text/javascript">
(function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; typeof namespace === "string" ? (cal.ns[namespace] = api) && p(api, ar) : p(cal, ar); return; } p(cal, ar); }; })(window, "https://app.cal.com/embed/embed.js", "init");
Cal("init", {origin:"https://cal.com"});
Cal("inline", {
elementOrSelector:"#my-cal-inline",
calLink: "timgale/coaching-call",
layout: "month_view"
});
Cal("ui", {"styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"});
</script>
<!-- Cal inline embed code ends -->
</div>
</div>