Skip to content

Commit

Permalink
move interests + add embed to interests page
Browse files Browse the repository at this point in the history
woah
  • Loading branch information
chromonym committed Dec 8, 2023
1 parent 3a06921 commit 2110a6a
Show file tree
Hide file tree
Showing 32 changed files with 419 additions and 229 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h1 id="logoText">XXOs</h1>
<div class="ider mobileOnly"></div>
<a class="button active" href="/">Home</a>
<div class="ider"></div>
<a class="button" href="links">Links</a>
<a class="button" href="/links">Links</a>
<div class="ider"></div>
<a class="button" href="interests">Interests</a>
<a class="button" href="/interests">Interests</a>
<div class="ider"></div>
<select name="theme" id="theme" class="button">
<option value="dark">Dark mode</option>
Expand Down
204 changes: 0 additions & 204 deletions interests.html

This file was deleted.

18 changes: 18 additions & 0 deletions interests/geohashing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS FILES TO LOAD BUT NOT DISPLAY -->
<link rel="stylesheet" href="../themes/light.css"/>
<link rel="stylesheet" href="../themes/gradient.css"/>
<!-- that's all -->
<link rel="stylesheet" href="../themes/dark.css" id="theme_css"/>
<link rel="stylesheet" href="../style.css"/>
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<script src="../script.js" defer></script>
<title>xxos site ∫ interests ∫ geohashing</title>
</head>
<body>
<p>hey you should go geohashing now</p>
</body>
</html>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added interests/imgs/jetlag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added interests/imgs/splatoon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 2110a6a

Please sign in to comment.