Skip to content

Commit

Permalink
Create main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoabenza authored Jan 11, 2024
1 parent cd7bb0e commit 2c6fc41
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="Thinking Abacus" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.thinkingabacus.com" />
<meta property="og:image" content="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/web/landing_page/frontend/resources/transparent.png" />
<meta property="og:description" content="Build context-aware applications" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thinkingabacus" />
<meta name="twitter:title" content="Augmented Epistemology" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/web/landing_page/frontend/resources/bayesian_gpt_card.png" />
<meta name="twitter:description" content="Build context-aware applications" />

<title>Thinking Abacus</title>
</head>
<body>
<img src="https://raw.githubusercontent.com/franciscoabenza/thinking-abacus/main/landing_page/frontend/resources/transparent.png" alt="logo">

<h6 style="text-align: right;">Augmented Epistemology & Decision Making</h6>

<h1>GPTs:</h1>
<ul>
<li><h4>☂️ <a href="https://chat.openai.com/g/g-AW3RlBY4I-thinking-abacus">Thinking Abacus GPT</a></h4>
<ul>
<li><a href="https://chat.openai.com/g/g-38nzhDE9y-bayesian-gpt">Bayesian GPT</a></li>
<li><a href="https://chat.openai.com/g/g-38nzhDE9y-bayesian-gpt">Decision Matrix GPT</a> (in construction)</li>
<li><a href="https://chat.openai.com/g/g-EwugVj4zq-autogen-builder">AutoGen Builder GPT</a></li>
</ul>
</li>
</ul>

<hr>

<h3>Roadmap:</h3>
<ul>
<li><del>Publish <a href="https://www.thinkingabacus.com">hero page</a></del></li>
<li>Dynamically plot <a href="https://youtube.com/clip/UgkxArhe_jB5vu-Bx-8Y3eBucPG7ulGPoDyX?si=FtMJme0laWyG8uki">area of probabilities</a> for each updated believe.</li>
</ul>

<h1>test</h1>
<!-- 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", "meeting-with-fran-email", {origin:"https://cal.com"});

Cal.ns["meeting-with-fran-email"]("inline", {
elementOrSelector:"#my-cal-inline",
calLink: "franabenza/meeting-with-fran-email",
layout: "month_view"
});

Cal.ns["meeting-with-fran-email"]("ui", {"styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"month_view"});
</script>
<!-- Cal inline embed code ends -->
</body>
</html>

0 comments on commit 2c6fc41

Please sign in to comment.