aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shared/header.html')
-rw-r--r--templates/shared/header.html34
1 files changed, 10 insertions, 24 deletions
diff --git a/templates/shared/header.html b/templates/shared/header.html
index f30b7790..13e2ab6d 100644
--- a/templates/shared/header.html
+++ b/templates/shared/header.html
@@ -1,41 +1,27 @@
{% load static %}
<div style="position: relative; padding: 20px 0;">
{% if request.LANGUAGE_CODE == 'ja' %}
- {% with banner_image='images/core/shared/title_banner_ja' %}
- <img draggable="false" src="{% static banner_image|add:'.png' %}" srcset="
- {% static banner_image|add:'.png' %} 1x,
- {% static banner_image|add:'@2x.png' %} 2x,
- {% static banner_image|add:'@3x.png' %} 3x"
- alt="Shifoo Title Banner" class="title-banner" width="1000" height="333" loading="lazy" />
- {% endwith %}
+ <img draggable="false" src="{% static 'images/core/shared/[email protected]' %}" alt="Shifoo Title Banner" class="title-banner" width="1200" height="400" loading="lazy" />
{% else %}
- {% with banner_image='images/core/shared/title_banner' %}
- <img draggable="false" src="{% static banner_image|add:'.png' %}" srcset="
- {% static banner_image|add:'.png' %} 1x,
- {% static banner_image|add:'@2x.png' %} 2x,
- {% static banner_image|add:'@3x.png' %} 3x"
- alt="Shifoo Title Banner" class="title-banner" width="1000" height="333" loading="lazy" />
- {% endwith %}
+ <img draggable="false" src="{% static 'images/core/shared/[email protected]' %}" alt="Shifoo Title Banner" class="title-banner" width="1200" height="400" loading="lazy" />
{% endif %}
- <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"
+ <img draggable="false" src="{% static 'images/core/shared/[email protected]' %}"
alt="Picture of Neko Boy Sitting on the Divider Line"
style="position: absolute; bottom: -41px; right: {% if request.LANGUAGE_CODE == 'ja' %}-16px{% else %}0{% endif %}; width: 188px; height: 333px; z-index: 1;" />
- <button onclick="dontYouDare(event)" style="width: {% if request.LANGUAGE_CODE == 'ja' %}56px{% else %}50px{% endif %};height: 12px;position: absolute;bottom: {% if request.LANGUAGE_CODE == 'ja' %}47px{% else %}46px{% endif %};right: {% if request.LANGUAGE_CODE == 'ja' %}360px{% else %}366px{% endif %};background-color: transparent;outline:none;border: 0;cursor: pointer;z-index: 2;"></button>
- <button onclick="leaveWebsite()" style="width: 37px;height: 12px;position: absolute;bottom: {% if request.LANGUAGE_CODE == 'ja' %}47px{% else %}46px{% endif %};right: {% if request.LANGUAGE_CODE == 'ja' %}145px{% else %}238px{% endif %};background-color: transparent;outline:none;border: 0;cursor: pointer;z-index: 2;"></button>
- <button onclick="leaveWebsite()" style="width: 7px;height: 6px;position: absolute;bottom: {% if request.LANGUAGE_CODE == 'ja' %}107px{% else %}106px{% endif %};right: {% if request.LANGUAGE_CODE == 'ja' %}141px{% else %}233px{% endif %};background-color: transparent;outline:none;border: 0;cursor: pointer;z-index: 2;"></button>
+ <button onclick="dontYouDare(event)" style="width: {% if request.LANGUAGE_CODE == 'ja' %}67px{% else %}60px{% endif %};height: 16px;position: absolute;bottom: {% if request.LANGUAGE_CODE == 'ja' %}51px{% else %}50px{% endif %};right: {% if request.LANGUAGE_CODE == 'ja' %}432px{% else %}439px{% endif %};background-color: transparent;outline:none;border: 0;cursor: pointer;z-index: 2;"></button>
+ <button onclick="leaveWebsite()" style="width: 46px;height: 16px;position: absolute;bottom: {% if request.LANGUAGE_CODE == 'ja' %}51px{% else %}50px{% endif %};right: {% if request.LANGUAGE_CODE == 'ja' %}174px{% else %}285px{% endif %};background-color: transparent;outline:none;border: 0;cursor: pointer;z-index: 2;"></button>
+ <button onclick="leaveWebsite()" style="width: 9px;height: 10px;position: absolute;bottom: {% if request.LANGUAGE_CODE == 'ja' %}121px{% else %}122px{% endif %};right: {% if request.LANGUAGE_CODE == 'ja' %}169px{% else %}280px{% endif %};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;">
- {% if request.LANGUAGE_CODE == 'ja' %}ぶらぶらした回数{% else %}Times Fucked Around{% endif %}: <span id="timesFA" style="font-size: 7px;"></span>
+ <div style="position: absolute;bottom: 68px;left: 704px;font-size: 11px;text-transform: uppercase;color: #560054;font-weight: bold; display: none;">
+ {% if request.LANGUAGE_CODE == 'ja' %}ぶらぶらした回数{% else %}Times Fucked Around{% endif %}: <span id="timesFA" style="font-size: 11px;"></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>
+ <button onclick="stopAndPlayPresentDay(event)" style="width: 126px;height: 93px;position: absolute;top: 164px;left: 800px;background-color: transparent;outline:none;border: 0;z-index: 2;cursor: pointer;"></button>
</div>
{% block scripts %}
- <script src="{% static 'js/youdontdare.js' %}"></script>
+ <script src="{% static 'js/shared/headerEasterEggs.js' %}"></script>
{% endblock %} \ No newline at end of file