|
6 | 6 | ## Contact
|
7 | 7 |
|
8 | 8 | Feel free to reach out to me on any of the linked platforms below!
|
9 |
| -<!-- Cal inline embed code begins --> |
10 |
| -<div style="width:100%;height:100%;overflow:scroll" id="my-cal-inline"></div> |
11 |
| -<script type="text/javascript"> |
12 |
| - (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"); |
13 |
| -Cal("init", {origin:"https://cal.com"}); |
14 |
| - |
15 |
| - Cal("inline", { |
16 |
| - elementOrSelector:"#booking", |
17 |
| - calLink: "techdufus", |
18 |
| - layout: "month_view" |
19 |
| - }); |
20 |
| - |
21 |
| - Cal("ui", {"theme":"dark","styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"}); |
22 |
| - </script> |
23 |
| - <!-- Cal inline embed code ends --> |
| 9 | +<!-- <!-- Cal inline embed code begins --> --> |
| 10 | +<!-- <div style="width:100%;height:100%;overflow:scroll" id="my-cal-inline"></div> --> |
| 11 | +<!-- <script type="text/javascript"> --> |
| 12 | +<!-- (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"); --> |
| 13 | +<!-- Cal("init", {origin:"https://cal.com"}); --> |
| 14 | +<!----> |
| 15 | +<!-- Cal("inline", { --> |
| 16 | +<!-- elementOrSelector:"#booking", --> |
| 17 | +<!-- calLink: "techdufus", --> |
| 18 | +<!-- layout: "month_view" --> |
| 19 | +<!-- }); --> |
| 20 | +<!----> |
| 21 | +<!-- Cal("ui", {"theme":"dark","styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"}); --> |
| 22 | +<!-- </script> --> |
| 23 | +<!-- <!-- Cal inline embed code ends --> --> |
0 commit comments