45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
<!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>
|
|
<h1 id="trianta">Trianta</h1>
|
|
<h6 id="github-profile-.-personal-projects">
|
|
[ <a href="https://www.github.com/trimutex">GitHub Profile</a> ]
|
|
. [ <a href="https://lab.trianta.dev/Trianta">Personal Projects</a> ]
|
|
</h6>
|
|
<h2 id="interactive-projects">Interactive Projects</h2>
|
|
<div class="card">
|
|
<p>Snakeplusplus</p>
|
|
<p>Pong</p>
|
|
<button class="button" type="button" onclick="window.location.href='pong.html'">Start Game</button>
|
|
<script src = "js/pong.js"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|