Skip to content

Commit dbb44c4

Browse files
committed
wip
1 parent f28e752 commit dbb44c4

File tree

4 files changed

+470
-64
lines changed

4 files changed

+470
-64
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# _config.yml
2-
title: Speculative Science & Theoretical Explorations
3-
tagline: Mapping the landscape of possible ideas.
4-
description: A collection of speculative papers at the intersection of creativity, formalism, and interdisciplinary synthesis.
2+
title: NEURAL MATRIX ARCHIVES
3+
tagline: JACKING INTO THE REALITY STREAM SINCE 1999
4+
description: CLASSIFIED RESEARCH FILES - QUANTUM ENCRYPTED - UNAUTHORIZED ACCESS MONITORED
55
baseurl: "/Science" # The subpath of your site, e.g. /blog
66
url: "" # The base hostname & protocol for your site, e.g. https://username.github.io
77
markdown: kramdown

_includes/footer.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<footer class="site-footer">
22
<div class="footer-content">
3-
<p>&copy; {{ "now" | date: "%Y" }} {{ site.title }}. Powered by Jekyll & GitHub Pages.</p>
3+
<div class="visitor-counter"></div>
4+
<p class="blink">⚠️ CLASSIFIED MATERIAL ⚠️</p>
5+
<p>&copy; {{ "now" | date: "%Y" }} {{ site.title }}. POWERED BY QUANTUM PROCESSORS & NEURAL NETWORKS.</p>
46
<p>{{ site.description }}</p>
7+
<div class="under-construction">
8+
🚧 UNDER CONSTRUCTION - REALITY.EXE HAS STOPPED WORKING 🚧
9+
</div>
10+
<p><small>Best viewed in Netscape Navigator 4.0 on a 56k modem while jacked into the Matrix</small></p>
511
</div>
612
</footer>

_includes/header.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<header class="site-header">
22
<div class="header-content">
3-
<h1><a href="{{ '/' | relative_url }}">{{ site.title | default: "Science Project Showcase" }}</a></h1>
3+
<h1 class="glitch" data-text="{{ site.title | default: 'NEURAL MATRIX ARCHIVES' }}">
4+
<a href="{{ '/' | relative_url }}">{{ site.title | default: "NEURAL MATRIX ARCHIVES" }}</a>
5+
</h1>
46
{% if site.tagline %}<p class="site-tagline">{{ site.tagline }}</p>{% endif %}
7+
<div class="marquee">
8+
⚡ ACCESSING CLASSIFIED RESEARCH DATABASES ⚡ QUANTUM ENCRYPTION ACTIVE ⚡ UNAUTHORIZED ACCESS WILL BE TRACED ⚡
9+
</div>
510
<nav class="site-nav">
611
<a href="{{ '/' | relative_url }}">Home</a>
7-
<a href="{{ 'social/' | relative_url }}">Social Sciences</a>
8-
<a href="{{ 'scifi/' | relative_url }}">SciFi Concepts</a>
9-
<a href="{{ 'projects/' | relative_url }}">Projects</a>
12+
<a href="{{ 'social/' | relative_url }}">Social Hacking</a>
13+
<a href="{{ 'scifi/' | relative_url }}">Quantum Theories</a>
14+
<a href="{{ 'projects/' | relative_url }}">Black Projects</a>
1015
</nav>
1116
</div>
1217
</header>

0 commit comments

Comments
 (0)