core: more trimming and create navbar
This commit is contained in:
+5
-5
@@ -6,14 +6,14 @@
|
||||
<link rel="stylesheet" href="css/home.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-bottom: 30px;">
|
||||
<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 id="navigation" style="margin-bottom: 30px;">
|
||||
<a class="nav-item" href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a class="nav-item" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
<p class="nav-item" style="text-align: right; flex-grow: 1;">Trianta</p>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div class="card">
|
||||
<h2 class="card-top">Pong</h3>
|
||||
<h2 class="card-top">Pong</h2>
|
||||
<div>
|
||||
<canvas width="750" height="585" id="pong"></canvas>
|
||||
<script src="js/pong.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user