-
- Hours logged
-
-
- {{ hours_logged }}h
-
+
Hours logged
+
{{ hours_logged }}h
-
- Loading chart...
-
+
Loading chart...
-
-
-{% if startup_windows %}
-
- {% for window in startup_windows %}
-
- {% endfor %}
-
-{% endif %}
-
-{% endblock body %}
\ No newline at end of file
+ setTimeout(() => {
+ console.log(
+ '%cConsole?',
+ 'color: #B7AFBC; background: #160D1E; font-size: 1.5rem; padding: 0.15rem 0.25rem; margin: 1rem; border: 2px solid #A79FAC;'
+ );
+ console.log('WELCOME TO TWISTED!!!')
+ console.log('shh....')
+
+ console.log('{{ request.scheme }}://{{ request.get_host }}{% url 'dashboard' %}?discover')
+ }, 500)
+
+ {% if startup_windows %}
+
+ {% for window in startup_windows %}
+
+ {% endfor %}
+
+ {% endif %}
+{% endblock body %}
diff --git a/twisted/twisted_site/templates/client/discover.html b/twisted/twisted_site/templates/client/discover.html
index 732dd76..32ca778 100644
--- a/twisted/twisted_site/templates/client/discover.html
+++ b/twisted/twisted_site/templates/client/discover.html
@@ -1,126 +1,97 @@
{% extends "client/osbase.html" %}
{% load static time_filters %}
-
{% block body %}
-
-
-
- discover projects from the community
-
-
-
-
- {% if projects %}
-
-
- {% for project in projects %}
-
-
-
-
-
-
- {{ project.project_name }}
-
-
- {% if project.is_approved %}
- shipped
- {% endif %}
-
- {{ project.time_logged|minutes_to_hours_minutes }}
-
-
- {{ project.get_project_type_display }}
-
-
-
-
-
- {{ project.project_description }}
-
-
-
-

-
- {{ project.user.profile.slack_username|default:project.user.username }}
-
-
-
- {% endfor %}
-
+
+
+ discover projects from the community
-
- {% else %}
-
-
-
-
🧭
-
-
- No projects yet
-
-
-
- Projects from everyone will show up here.
+
+ {% if projects %}
+
+ {% for project in projects %}
+
+
+
+
+ {{ project.project_name }}
+
+
+ {% if project.is_approved %}
+ shipped
+ {% endif %}
+
+ {{ project.time_logged|minutes_to_hours_minutes }}
+
+
+ {{ project.get_project_type_display }}
+
+
+
+
+ {{ project.project_description }}
+
+
+

+
+ {{ project.user.profile.slack_username|default:project.user.username }}
+
+
+
+ {% endfor %}
-
-
-
- {% endif %}
-
-
-
-
-
{{ paginator.count }} project{{ paginator.count|pluralize }}
-
- {% if paginator.num_pages > 1 %}
-
- {% if projects.has_previous %}
-
- ← prev
-
{% else %}
-
- ← prev
-
+
+
+
🧭
+
No projects yet
+
Projects from everyone will show up here.
+
+
{% endif %}
-
-
- page {{ projects.number }} of {{ paginator.num_pages }}
-
-
- {% if projects.has_next %}
-
- next →
-
- {% else %}
-
- next →
-
+
+
+
{{ paginator.count }} project{{ paginator.count|pluralize }}
+ {% if paginator.num_pages > 1 %}
+
+ {% if projects.has_previous %}
+
+ ← prev
+
+ {% else %}
+
← prev
+ {% endif %}
+
page {{ projects.number }} of {{ paginator.num_pages }}
+ {% if projects.has_next %}
+
+ next →
+
+ {% else %}
+
next →
+ {% endif %}
+
{% endif %}
- {% endif %}
-
-
-
-
-
+
{% endblock body %}
diff --git a/twisted/twisted_site/templates/client/faqs.html b/twisted/twisted_site/templates/client/faqs.html
index e1caa37..de5aaa1 100644
--- a/twisted/twisted_site/templates/client/faqs.html
+++ b/twisted/twisted_site/templates/client/faqs.html
@@ -1,80 +1,72 @@
{% extends "base.html" %}
{% load static %}
{% block body %}
-
-
-
-
-
-
-
-
-
-
-
-
Q: What is Twisted?
-
A: Twisted is a YSWS where you complete 7 pathways of challenges, keep up your streak for bonus rewards, and earn a laptop and PC at the end!
-
-
-
Q: What is a YSWS?
-
A: YSWS stands for "You Ship, We Ship" — a Hack Club program where you build and ship cool projects, and in return you get real rewards.
-
-
-
Q: Is it free?
-
A: Yes! Twisted is completely free to participate in.
-
-
-
Q: What is Hack Club?
-
A: Hack Club is a global nonprofit network of teen hackers, makers, and coders who build projects together and support each other.
-
-
-
Q: When does it start?
-
A: Twisted kicks off in the first week of September!
-
-
-
Q: When does the beta launch?
-
A: The beta launches 10 days before the main start — so late August!
-
+
+
+
+
+
+
+
+
+
+
+
+ ×
+
+
+
+
+
+
Q: What is Twisted?
+
A: Twisted is a YSWS where you complete 7 pathways of challenges, keep up your streak for bonus rewards, and earn a laptop and PC at the end!
+
+
+
Q: What is a YSWS?
+
A: YSWS stands for "You Ship, We Ship" — a Hack Club program where you build and ship cool projects, and in return you get real rewards.
+
+
+
Q: Is it free?
+
A: Yes! Twisted is completely free to participate in.
+
+
+
Q: What is Hack Club?
+
A: Hack Club is a global nonprofit network of teen hackers, makers, and coders who build projects together and support each other.
+
+
+
Q: When does it start?
+
A: Twisted kicks off in the first week of September!
+
+
+
Q: When does the beta launch?
+
A: The beta launches 10 days before the main start — so late August!
+
+
+
-
-
-
-
-{% comment %}
+ {% comment %}
Check out twisted_site/templates/cotton/homepage_taskbar.html
to change the taskbar :p - Kavyansh
-{% endcomment %}
-
-
-{% endblock body %}
\ No newline at end of file
+ {% endcomment %}
+
+{% endblock body %}
diff --git a/twisted/twisted_site/templates/client/homepage.html b/twisted/twisted_site/templates/client/homepage.html
index 82d3b40..5612ae1 100644
--- a/twisted/twisted_site/templates/client/homepage.html
+++ b/twisted/twisted_site/templates/client/homepage.html
@@ -1,121 +1,104 @@
{% extends "base.html" %}
{% load static %}
{% block body %}
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
- message from the orgs
-
-
-
-
-
-
- Join a twisted YSWS where you build cool projects,
- complete challenges, and work your way through a
- roadmap to earn a PC.
-
-
-
-
- {% if login_enabled != 'false' %}
- {% if user.is_authenticated %}
-
-
-
- {% else %}
-
- {% endif %}
- {% endif %}
-
-
-
-
-
-
-
-{% comment %}
+
+
+
+
+
+
+

+
+
+
+ message from the orgs
+
+
+
+ Join a twisted YSWS where you build cool projects,
+ complete challenges, and work your way through a
+ roadmap to earn a PC.
+
+
+
+ {% if login_enabled != "false" %}
+ {% if user.is_authenticated %}
+
+ enter twisted →
+
+ {% else %}
+
+ {% endif %}
+ {% endif %}
+
+
+
+
+
+
+ {% comment %}
Check out twisted_site/templates/cotton/homepage_taskbar.html
to change the taskbar :p - Kavyansh
-{% endcomment %}
-
-{% endblock body %}
\ No newline at end of file
+ {% endcomment %}
+
+{% endblock body %}
diff --git a/twisted/twisted_site/templates/client/osbase.html b/twisted/twisted_site/templates/client/osbase.html
index efd0e6d..20cbea7 100644
--- a/twisted/twisted_site/templates/client/osbase.html
+++ b/twisted/twisted_site/templates/client/osbase.html
@@ -1,38 +1,35 @@
{% load static tailwind_tags static %}
-
-
-
- {% tailwind_css %}
-
-
- Twisted
- {% block css %} {% endblock css %}
- {% block js %}{% endblock js %}
-
-
-
+
+
-
-
-
-
- {% block body %} meow :3 {% endblock body %}
-
-
-
-
\ No newline at end of file
+
+ {% block body %} meow :3 {% endblock body %}
+
+