minor adjustments

This commit is contained in:
array-in-a-matrix 2021-07-16 20:22:59 -04:00
parent 0de4bdf10c
commit 627d6acf4d
3 changed files with 365 additions and 369 deletions

View file

@ -15,7 +15,11 @@
<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>
<h1 class="project-name">
<span class="larger-name">A</span
><span class="smaller-name">RRAY IN A MATRI</span
><span class="larger-name">X</span>
</h1>
<h2 class="project-tagline">Welcome!</h2>
<nav>
<a href="https://github.com/array-in-a-matrix" class="btn"
@ -36,7 +40,7 @@
Website skeleton taken from the
<a href="https://github.com/pages-themes/cayman">Cayman theme</a>.
</p>
<h2>My projects</h2>
<h2>Projects</h2>
<p>You can access and use my projects below.</p>
<table>
<thead>
@ -75,7 +79,7 @@
</tbody>
</table>
<footer class="site-footer">
<span class="site-footer-credits">This page is work-in-progress.</span>
<div class="site-footer-credits">This page is work-in-progress.</div>
</footer>
</main>
</body>

View file

@ -1,23 +1,7 @@
let random_theme = [
// ["#ff8008", "#ffc837"], //orange
// ["#4A00E0", "#8E2DE2"], //purple
// ["#FF512F", "#F09819"], //orange
// ["#FF5F6D", "#FFC371"], //pink
// ["#FF416C", "#FF4B2B"], //pink-orange
// ["#ee0979", "#ff6a00"], //pink-orange
// ["#ec008c", "#fc6767"], //pink
// ["#f857a6", "#ff5858"], //pink
// ["#00c3ff", "#ffff1c"], //blue-lime
// ["#e1eec3", "#f05053"], // white-pink
// ["#5433FF", "#20BDFF"], //ugly blue
// ["#00c6ff", "#0072ff"], //light blue
// ["#4e54c8", "#8f94fb"], //purple
["#396afc", "#2948ff"], //? blue
["#673AB7", "#512DA8"], //dark purple
// ["#4776E6", "#8E54E9"], //purple
// ["#DA22FF", "#9733EE"], // violet
["#c31432", "#240b36"], //? red
["#ad5389", "#3c1053"], //? purple
["#c31432", "#240b36"],
["#ad5389", "#3c1053"],
["#2e1c30", "#937898"],
];
function rand(items) {
@ -31,4 +15,4 @@ document.documentElement.style.setProperty("--right", random_color[1]);
function darkmode() {
var element = document.body;
element.classList.toggle("dark-mode");
}
}

700
style.css

File diff suppressed because it is too large Load diff