Skip to content

Commit 5f23c84

Browse files
committed
wip
1 parent 2c8dc50 commit 5f23c84

16 files changed

+56
-756
lines changed

_includes/consciousness_thread.html

Lines changed: 0 additions & 130 deletions
This file was deleted.

_includes/header.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ <h1><a href="{{ '/' | relative_url }}">{{ site.title }}</a></h1>
44
{% if site.tagline %}<p class="site-tagline">{{ site.tagline }}</p>{% endif %}
55
<nav class="site-nav">
66

7-
<a href="{{ '/human.html' | relative_url }}">Human</a>
8-
<a href="{{ '/projects.html' | relative_url }}">Projects</a>
9-
<a href="{{ '/learning.html' | relative_url }}">Learning</a>
10-
<a href="{{ '/scifi.html' | relative_url }}">Physics</a>
11-
<a href="{{ '/social.html' | relative_url }}">Social</a>
12-
<a href="{{ '/phenomenology.html' | relative_url }}">Phenomenology</a>
13-
<a href="{{ '/consciousness.html' | relative_url }}">Consciousness</a>
14-
<a href="{{ '/creative_writing.html' | relative_url }}">Creative</a>
7+
<a href="{{ '/human.html' | relative_url }}" class="touch-target">Human</a>
8+
<a href="{{ '/projects.html' | relative_url }}" class="touch-target">Projects</a>
9+
<a href="{{ '/learning.html' | relative_url }}" class="touch-target">Learning</a>
10+
<a href="{{ '/scifi.html' | relative_url }}" class="touch-target">Physics</a>
11+
<a href="{{ '/social.html' | relative_url }}" class="touch-target">Social</a>
12+
<a href="{{ '/phenomenology.html' | relative_url }}" class="touch-target">Phenomenology</a>
13+
<a href="{{ '/consciousness.html' | relative_url }}" class="touch-target">Consciousness</a>
14+
<a href="{{ '/creative_writing.html' | relative_url }}" class="touch-target">Creative</a>
1515
</nav>
1616
</div>
1717
</div>
@@ -32,7 +32,7 @@ <h1><a href="{{ '/' | relative_url }}">{{ site.title }}</a></h1>
3232
// Apply theme on page load
3333
document.addEventListener('DOMContentLoaded', function() {
3434
// Get saved theme or default to 'darkMode'
35-
const savedTheme = localStorage.getItem('siteTheme') || 'randomMix';
35+
const savedTheme = localStorage.getItem('siteTheme') || 'darkMode';
3636

3737
// Linear Model for Theme Color Generation
3838
class ThemeLinearModel {

_includes/holo_card.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

_includes/mobile_nav.html

Lines changed: 0 additions & 152 deletions
This file was deleted.

_includes/neural_network.html

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)