Skip to content

Commit

Permalink
about
Browse files Browse the repository at this point in the history
  • Loading branch information
longda committed Mar 31, 2024
1 parent 9b0a9e7 commit e18213b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,29 @@ <h1 class="h2">About</h1>
<p>
Two exits. One to Apple.
</p>
<p>
<a href="#" data-cal-link="davecancode/15min" data-cal-namespace="" data-cal-config='{"layout":"month_view"}'>Book a chat</a>
</p>
<p>
<a href="#">Airdrop me</a>
</p>

<div class="pb-6 gap"></div>
</div>
<!-- Cal element-click embed code begins -->
<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"});


// Important: Please add the following attributes to the element that should trigger the calendar to open upon clicking.
// `data-cal-link="davecancode/15min"`
// data-cal-namespace=""
// `data-cal-config='{"layout":"month_view"}'`

Cal("ui", {"styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"});
</script>
<!-- Cal element-click embed code ends -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/84/three.min.js"></script>
<!-- <script>
const sizes =
Expand Down

0 comments on commit e18213b

Please sign in to comment.