formating

This commit is contained in:
superdimensional 2021-05-18 02:56:43 -04:00
parent ddc4a6adcd
commit dceee1220c
2 changed files with 1 additions and 8 deletions

View file

@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css" />
@ -9,7 +8,6 @@
<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>
@ -22,10 +20,8 @@
theme.</p>
<p>Don't worry I will radicalize it in the future! I am improving my html skillset by <del>making my own
website</del> editing existing templates.</p>
<h2>My projects</h2>
<p>You can access and use my projects below.</p>
<table>
<thead>
<tr>
@ -38,7 +34,6 @@
<tbody id="userRepo">
<script src="githubapi.js"></script>
</tbody>
</table>
<table>
<thead>
@ -59,9 +54,7 @@
</td>
</tr>
</tbody>
</table>
<h2>Planned projects</h2>
<p>I will list projects I plan to make or already making.</p>
<div class="language-markdown highlighter-rouge">
@ -77,5 +70,4 @@
</footer>
</main>
</body>
</html>

View file

@ -24,6 +24,7 @@ let randomthemes = [
function rand(items) {
return items[~~(items.length * Math.random())];
}
let randcolor = rand(randomthemes);
document.documentElement.style.setProperty("--left", randcolor[0]);
document.documentElement.style.setProperty("--right", randcolor[1]);