update index
This commit is contained in:
10
index.html
10
index.html
@@ -1,4 +1,5 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -6,7 +7,7 @@
|
||||
<link rel="alternate" type="application/rss+xml" title="Hex Studios RSS Feed" href="posts/feed.php">
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
(function () {
|
||||
var stored = localStorage.getItem('theme');
|
||||
if (stored === 'light') document.documentElement.setAttribute('data-theme', 'light');
|
||||
})();
|
||||
@@ -25,13 +26,15 @@
|
||||
|
||||
<link rel="stylesheet" href="styles/master.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button id="theme-toggle" onclick="toggleTheme()">toggle light/dark</button>
|
||||
|
||||
<h1>// Hex Studios</h1>
|
||||
<i>Developer, biker, musician, engineer, and an unapologetic centrist in the deep red south. The real @hexstudios.</i>
|
||||
<i>Developer, biker, musician, and engineer. The real @hexstudios.</i>
|
||||
|
||||
<p>Welcome to my little corner of the internet! Check out the About and Projectes pages for portfolio related stuff.</p>
|
||||
<p>Welcome to my little corner of the internet! Check out the About and Projectes pages for portfolio related stuff.
|
||||
</p>
|
||||
|
||||
<div id="links-section">
|
||||
<h2>Links</h2>
|
||||
@@ -131,4 +134,5 @@
|
||||
document.addEventListener('DOMContentLoaded', loadPosts);
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user