aboutsummaryrefslogtreecommitdiff
path: root/templates/shared
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-15 01:32:50 -0500
committerBobby <[email protected]>2024-12-15 01:32:50 -0500
commit2efc3e9fbb38e447c5e336dfea679644ea16af12 (patch)
treea3419ab1a95e79fec6d063f7ca3d554e881c5b1d /templates/shared
parentbfb48d61602388a063a93782c541d721aeca7545 (diff)
downloadthatcomputerscientist-2efc3e9fbb38e447c5e336dfea679644ea16af12.tar.xz
thatcomputerscientist-2efc3e9fbb38e447c5e336dfea679644ea16af12.zip
more items. homepage stuff
Diffstat (limited to 'templates/shared')
-rw-r--r--templates/shared/footer.html4
-rw-r--r--templates/shared/left_sidebar.html19
-rw-r--r--templates/shared/right_sidebar.html4
3 files changed, 25 insertions, 2 deletions
diff --git a/templates/shared/footer.html b/templates/shared/footer.html
index d3b680cd..73dc174c 100644
--- a/templates/shared/footer.html
+++ b/templates/shared/footer.html
@@ -17,9 +17,9 @@
<span class="pamphlet pamphlet-button"></span>
</div>
<p class="footer-copyright">
- &copy; {% now "y" %} Shifoo. Source code available on
+ &copy; {% now "Y" %} Shifoo. Source code available on
<a href="https://github.com/luciferreeves/thatcomputerscientist" target="_blank">GitHub</a>.
- All rights reserved.
+ All rights reserved. Every pixel on this website is handcrafted with love and care.
</p>
<p class="footer-credits">
<strong>PS:</strong> The ads shown on this website are fake and purely for
diff --git a/templates/shared/left_sidebar.html b/templates/shared/left_sidebar.html
index 6d6d47b6..2d5e8b96 100644
--- a/templates/shared/left_sidebar.html
+++ b/templates/shared/left_sidebar.html
@@ -42,6 +42,10 @@
<a href="#shrines">{% if request.LANGUAGE_CODE == 'ja' %}神社{% else %}Shrines{% endif %}</a>
</div>
<div class="navigation-item">
+ <img src="{% static 'images/core/icons/screenshots.png' %}" alt="Screenshots Icon" />
+ <a href="#screenshots">{% if request.LANGUAGE_CODE == 'ja' %}スクリーンショット{% else %}Screenshots{% endif %}</a>
+ </div>
+ <div class="navigation-item">
<img src="{% static 'images/core/icons/chatrooms.png' %}" alt="Chatrooms Icon" />
<a href="#chatrooms">{% if request.LANGUAGE_CODE == 'ja' %}チャットルーム{% else %}Chatrooms{% endif %}</a>
</div>
@@ -53,6 +57,17 @@
<img src="{% static 'images/core/icons/preferences.png' %}" alt="Site Preferences Icon" />
<a href="#preferences">{% if request.LANGUAGE_CODE == 'ja' %}サイトの設定{% else %}Site Preferences{% endif %}</a>
</div>
+ <div class="navigation-item">
+ {% if not user.is_authenticated %}
+ <img src="{% static 'images/core/icons/registeraccount.png' %}" alt="Register Account Icon" />
+ <a href="#register">{% if request.LANGUAGE_CODE == 'ja' %}アカウント登録{% else %}Register Account{% endif %}</a>
+ {% else %}
+ <img src="{% static 'images/core/icons/useraccount.png' %}" alt="My Account Icon" />
+ <a href="#account">{% if request.LANGUAGE_CODE == 'ja' %}マイアカウント{% else %}My Account{% endif %}</a>
+ {% endif %}
+ </div>
+
+
<div class="navigation-item {% if request.LANGUAGE_CODE == 'ja' %}en{% else %}ja{% endif %}">
<img src="{% static 'images/core/icons/changelanguage.png' %}" alt="Change Language Icon" />
<a href="#" onclick="changeLanguage({% if request.LANGUAGE_CODE == 'ja' %}'en'{% else %}'ja'{% endif %})">
@@ -100,6 +115,10 @@
<img src="{% static 'images/core/icons/marketplace.png' %}" alt="Marketplace Icon" />
<a href="#marketplace">{% if request.LANGUAGE_CODE == 'ja' %}マーケットプレイス{% else %}Marketplace{% endif %}</a>
</div>
+ <div class="navigation-item">
+ <img src="{% static 'images/core/icons/discussions.png' %}" alt="Discussions Icon" />
+ <a href="#discussions">{% if request.LANGUAGE_CODE == 'ja' %}ディスカッション{% else %}Discussions{% endif %}</a>
+ </div>
</div>
</div>
diff --git a/templates/shared/right_sidebar.html b/templates/shared/right_sidebar.html
index 0f45c51a..48ecced9 100644
--- a/templates/shared/right_sidebar.html
+++ b/templates/shared/right_sidebar.html
@@ -38,6 +38,10 @@
<img src="{% static 'images/core/icons/myanimelist.png' %}" alt="My Anime List Icon" />
<a href="#myanimelist">{% if request.LANGUAGE_CODE == 'ja' %}マイアニメリスト{% else %}My Anime List{% endif %}</a>
</div>
+ <div class="navigation-item">
+ <img src="{% static 'images/core/icons/games.png' %}" alt="My Games Icon" />
+ <a href="#mygames">{% if request.LANGUAGE_CODE == 'ja' %}マイゲーム{% else %}My Games{% endif %}</a>
+ </div>
</div>
</div>
<div class="pamphlet pamphlet-big"></div>