-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contact me link because this is technically breaking though I doubt anyone is using this feature.
- Loading branch information
1 parent
008de7e
commit c81564e
Showing
3 changed files
with
76 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AI Views Snapshots</title> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
<meta name="title" property="og:title" content="AI Views Snapshots" /> | ||
<meta name="image" property="og:image" content="preview.jpeg" /> | ||
</head> | ||
<body> | ||
<div id="content"> | ||
<div class="colour-code-background"> | ||
<div class="colour-code-container"> | ||
<p class="key-caption">Colour code:</p> | ||
<div class="mine key-container"> | ||
My probability is roughly something like this. | ||
</div> | ||
<div class="possible key-container"> | ||
I could maybe see myself updating to a view like this after a lot | ||
more thinking or after seeing a little more evidence. | ||
</div> | ||
<div class="reasonable key-container"> | ||
I feel confident this view is wrong, but I could easily see a | ||
reasonable and informed person having this view. | ||
</div> | ||
<div class="unreasonable key-container"> | ||
I don't currently see a way for a reasonable and well-informed | ||
person to end up with this view. | ||
</div> | ||
</div> | ||
|
||
<label class="colour-blind-checkbox" id="colour-blind-checkbox" | ||
>Colour blind mode: | ||
<input type="checkbox" onClick="toggleColourBlind()" | ||
/></label> | ||
</div> | ||
<head> | ||
<title>AI Views Snapshots</title> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
<meta name="title" property="og:title" content="AI Views Snapshots" /> | ||
<meta name="image" property="og:image" content="preview.jpeg" /> | ||
</head> | ||
|
||
<div id="tablesContainer" class="table-container"> | ||
<p id="introText" class="intro-text"></p> | ||
<body> | ||
<div id="content"> | ||
<div class="colour-code-background"> | ||
<div class="colour-code-container"> | ||
<p class="key-caption">Colour code:</p> | ||
<div class="mine key-container"> | ||
My probability is roughly something like this. | ||
</div> | ||
<div class="possible key-container"> | ||
I could maybe see myself updating to a view like this after a lot | ||
more thinking or after seeing a little more evidence. | ||
</div> | ||
<div class="reasonable key-container"> | ||
I feel confident this view is wrong, but I could easily see a | ||
reasonable and informed person having this view. | ||
</div> | ||
<div class="unreasonable key-container"> | ||
I don't currently see a way for a reasonable and well-informed | ||
person to end up with this view. | ||
</div> | ||
</div> | ||
|
||
<label class="colour-blind-checkbox" id="colour-blind-checkbox">Colour blind mode: | ||
<input type="checkbox" onClick="toggleColourBlind()" /></label> | ||
</div> | ||
<br /> | ||
<button id="exportBtn" class="export-button">Export as Image</button> | ||
<script src="script.js"></script> | ||
<script src="https://html2canvas.hertzen.com/dist/html2canvas.js"></script> | ||
</body> | ||
</html> | ||
|
||
<div id="tablesContainer" class="table-container"> | ||
<p id="introText" class="intro-text"></p> | ||
</div> | ||
</div> | ||
<br /> | ||
<button id="exportBtn" class="export-button">Export as Image</button> | ||
<p class="contact-link"><a href="https://thetetra.space/#/#contact">Contact Tetra</a> for feedback or bug reports.</p> | ||
<script src="script.js"></script> | ||
<script src="https://html2canvas.hertzen.com/dist/html2canvas.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters