arrayinamatrix.xyz/index.html
2021-05-18 18:59:15 -04:00

65 lines
No EOL
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Array in a Matrix</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<script src="script.js" defer></script>
</head>
<body data-new-gr-c-s-check-loaded="8.872.0" data-gr-ext-installed="">
<header class="page-header">
<h1 class="project-name">Array in a Matrix</h1>
<h2 class="project-tagline"> Welcome!</h2>
<a href="https://github.com/array-in-a-matrix" class="btn">GitHub</a>
</header>
<main class="main-content">
<h1>Welcome to my page</h1>
<p>Website skeleton taken from the <a href="https://github.com/pages-themes/cayman">Cayman
theme</a>.</p>
<h2>My projects</h2>
<p>You can access and use my projects below.</p>
<table>
<thead>
<tr>
<th style="text-align: left">Github projects</th>
<th style="text-align: left">Discription</th>
<th style="text-align: left">GitHub link</th>
<th style="text-align: left">Language</th>
</tr>
</thead>
<tbody id="userRepo">
<script src="githubapi.js"></script>
</tbody>
</table>
<table>
<thead>
<tr>
<th style="text-align: left">Other projects</th>
<th style="text-align: left">Discription</th>
<th style="text-align: left">Link</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Firefox
black & red triangle theme
</td>
<td style="text-align: left">A red and black theme for firefox tabs.</td>
<td style="text-align: left"><a href="https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme">https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme/</a>
</td>
</tr>
<tr>
<td style="text-align: left">Instagram graphical bug?</td>
<td style="text-align: left">A little thing <a href="https://www.instagram.com/0xtalal"/>@0xtalal</a> found. In short, it's a story that thinks its a post.</td>
<td style="text-align: left"><a href="https://www.instagram.com/p/CPB1_x_A7kl">https://www.instagram.com/p/CPB1_x_A7kl</a></td>
</tr>
</tbody>
</table>
<footer class="site-footer">
<span class="site-footer-credits">This page is work-in-progress.</span>
</footer>
</main>
</body>
</html>