heonian-conversation/base.html
2022-05-05 13:29:14 +02:00

102 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>avg convo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="text_analysis.css">
</head>
<body>
<main>
<div class="convo-container">
<div class="convo">
<div class="convo-header">
<img src="https://cdn.discordapp.com/avatars/817048392436809778/deb3e457f46c4e696b826bd5fa21cb42.png?size=128"
alt="ariri">
<span>ariri</span>
<span class="convo-date">2022/05/04</span>
</div>
<p>nyan'pash, re chu yesh :3
</p>
</div>
<div class="notes">
<p>here are some notes about something!</p>
</div>
</div>
<div class="convo-container right">
<div class="convo">
<div class="convo-header">
<img src="https://cdn.discordapp.com/avatars/178884154568605696/25a800bbdc6cbbd8f1ef25a805d03651.png?size=128"
alt="ariri">
<span>remrem</span>
<span class="convo-date">2022/05/04</span>
</div>
<p>
ee ee n_n ariri
</p>
</div>
</div>
<div class="spacer"></div>
<div class="words">
<p>words used:</p>
<noscript>
(psst, turn on javascript, and you can click words for explanations!)<br><br>
</noscript>
<table>
<tbody>
<tr>
<th>heonian</th>
<th>romanization</th>
<th>type</th>
<th>meaning</th>
</tr>
<tr>
<td></td>
<td>ariri</td>
<td>objective fact</td>
<td>a cute cat</td>
</tr>
<tr>
<td></th>
<td>liliku</td>
<td>verb</td>
<td>to like (but twice, for emphasis)</td>
</tr>
<tr>
<td>swag</td>
<td>really</td>
<td>this is a test</td>
<td>yolo swag</td>
</tr>
</tbody>
</table>
</div>
<div id="popup-container" style="opacity: 0; pointer-events: none;">
<div id="popup">
<h1>um</h1>
<div>
heonian: <span id="popup-heo"></span><br>
type: <span id="popup-type"></span>
</div>
<p id="popup-meaning"></p>
</div>
</div>
<div id="smol-popup" style="opacity: 0; pointer-events: none;">
<h1>um</h1>
<div>
heonian: <span id="smol-heo"></span><br>
type: <span id="smol-type"></span>
</div>
<p id="smol-meaning"></p>
</div>
</main>
<data-swap>
<p></p>
<p></p>
</data-swap>
<script src="main.js"></script>
</body>
</html>