aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/header.html
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-16 15:19:52 -0400
committerBobby <[email protected]>2024-10-16 15:19:52 -0400
commite71f872fd9220a4dfb794e1c91d8e8087002b937 (patch)
treef9f9ed1638012365100b7ba3ddad3541a1fc0a99 /templates/shared/header.html
parentcf21403a416a2a0b21acaa3e27bc32a9618b859c (diff)
downloadthatcomputerscientist-e71f872fd9220a4dfb794e1c91d8e8087002b937.tar.xz
thatcomputerscientist-e71f872fd9220a4dfb794e1c91d8e8087002b937.zip
i made the header and something extra
Diffstat (limited to 'templates/shared/header.html')
-rw-r--r--templates/shared/header.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/shared/header.html b/templates/shared/header.html
new file mode 100644
index 00000000..6c9381ce
--- /dev/null
+++ b/templates/shared/header.html
@@ -0,0 +1,22 @@
+{% load static %}
+<div style="position: relative; padding: 20px 0;">
+ <img draggable="false" src="{% static 'images/core/shared/title_banner.png' %}" srcset="
+ {% static 'images/core/shared/title_banner.png' %} 1x,
+ {% static 'images/core/shared/[email protected]' %} 2x,
+ {% static 'images/core/shared/[email protected]' %} 3x" alt="Shifoo Title Banner" class="title-banner" width="1000" height="333" loading="lazy" />
+ <img draggable="false" src="{% static 'images/core/shared/neko_sitting.png' %}" srcset="
+ {% static 'images/core/shared/neko_sitting.png' %} 1x,
+ {% static 'images/core/shared/[email protected]' %} 2x" alt="Picture of Neko Boy Sitting on the Divider Line" style="position: absolute; bottom: -41px; right: 0; width: 188px; height: 333px; z-index: 1;" />
+ <button onClick="dontYouDare(event)" style="width: 50px;height: 12px;position: absolute;bottom: 46px;right: 366px;background-color: transparent;outline:none;border: 0;cursor: pointer; z-index: 2;"></button>
+ <button onClick="leaveWebsite()" style="width: 37px;height: 12px;position: absolute;bottom: 46px;right: 238px;background-color: transparent;outline:none;border: 0;cursor: pointer; z-index: 2;"></button>
+ <button onClick="leaveWebsite()" style="width: 7px;height: 6px;position: absolute;bottom: 106px;right: 233px;background-color: transparent;outline:none;border: 0;cursor: pointer;z-index: 2;"></button>
+ <div style="position: absolute;bottom: 60px;left: 584px;font-size: 7px;text-transform: uppercase;color: #560054;font-weight: bold; display: none;">
+ Times Fucked Around: <span id="timesFA" style="font-size: 7px;"></span>
+ </div>
+ <audio src="{% static 'audio/present-day-heh.mp3' %}" id="presentDayAudio" preload="auto"></audio>
+ <button onClick="stopAndPlayPresentDay(event)" style="width: 113px;height: 93px;position: absolute;top: 134px;left: 664px;background-color: transparent;outline:none;border: 0;z-index: 2;"></button>
+</div>
+
+{% block scripts %}
+ <script src="{% static 'js/youdontdare.js' %}"></script>
+{% endblock %}