2024-08-09 00:25:49 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="generator" content="pandoc" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
|
|
<title>Trianta</title>
|
|
|
|
<link rel="stylesheet" href="css/home.css" />
|
|
|
|
<style>
|
|
|
|
code{white-space: pre-wrap;}
|
|
|
|
span.smallcaps{font-variant: small-caps;}
|
|
|
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
|
|
|
div.column{flex: auto; overflow-x: auto;}
|
|
|
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
|
|
/* The extra [class] is a hack that increases specificity enough to
|
|
|
|
override a similar rule in reveal.js */
|
|
|
|
ul.task-list[class]{list-style: none;}
|
|
|
|
ul.task-list li input[type="checkbox"] {
|
|
|
|
font-size: inherit;
|
|
|
|
width: 0.8em;
|
|
|
|
margin: 0 0.8em 0.2em -1.6em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
|
|
</style>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body>
|
2024-08-09 03:02:32 -05:00
|
|
|
<div>
|
|
|
|
<h1 style="background: #1e2030">Trianta</h1>
|
|
|
|
<h1><a href="https://www.github.com/trimutex">GitHub</a></h1>
|
|
|
|
<h1><a href="https://lab.trianta.dev/Trianta">Projects</a></h1>
|
|
|
|
</div>
|
|
|
|
<div id="main">
|
|
|
|
<div class="card">
|
|
|
|
<h2 class="card-top">Pong</h3>
|
|
|
|
<div>
|
|
|
|
<canvas width="750" height="585" id="pong"></canvas>
|
|
|
|
<script src="js/pong.js"></script>
|
|
|
|
<div id="gameover" hidden="true">
|
|
|
|
<h1>Game Over</h1>
|
|
|
|
</div>
|
|
|
|
<div id="restart" hidden="true">
|
|
|
|
<button class="button" type="button" onclick = "restartGame()">Restart Game</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-08-09 00:25:49 -05:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|