2022-06-15 07:27:04 +00:00
|
|
|
{% extends "default.html" %}
|
2022-11-21 08:52:22 +00:00
|
|
|
{% block pagetitle %}Directory{% endblock %}
|
|
|
|
{% block pagetype %}directory{% endblock %}
|
2023-01-01 11:36:20 +00:00
|
|
|
{# Title (~25char max), Description (~80char max),
|
2023-08-22 22:43:55 +00:00
|
|
|
Icon (fa-foo-bar), Color (#ff0000), URL (/submit/hats) #}
|
2023-08-05 13:46:47 +00:00
|
|
|
{%- set DIRECTORY = [] -%}
|
2022-07-09 10:38:45 +00:00
|
|
|
|
|
|
|
{%- if SITE_NAME == 'rDrama' -%}
|
2023-08-05 13:46:47 +00:00
|
|
|
{%- do DIRECTORY.extend([
|
2022-06-15 07:27:04 +00:00
|
|
|
(
|
|
|
|
'Bugs / Suggestions',
|
|
|
|
'Something broken? Improvements?',
|
|
|
|
'fa-bug', '#6b8e23',
|
2023-08-22 22:44:12 +00:00
|
|
|
'/post/' ~ BUG_THREAD,
|
2022-06-15 07:27:04 +00:00
|
|
|
),
|
2023-05-02 13:51:50 +00:00
|
|
|
(
|
|
|
|
'Changelog',
|
|
|
|
'Log of all site changes.',
|
|
|
|
'fa-clipboard', '#ffffff',
|
2023-08-22 22:43:43 +00:00
|
|
|
'/post/' ~ CHANGELOG_THREAD,
|
2023-05-02 13:51:50 +00:00
|
|
|
),
|
2022-06-15 07:27:04 +00:00
|
|
|
(
|
2023-03-18 13:34:04 +00:00
|
|
|
'Submit Emojis',
|
|
|
|
'Submit new emojis for the site.',
|
2023-09-12 20:06:50 +00:00
|
|
|
'fa-smile-beam', '#fec83c',
|
2023-03-18 13:34:04 +00:00
|
|
|
'/submit/emojis',
|
2022-06-15 07:27:04 +00:00
|
|
|
),
|
2022-09-17 16:03:28 +00:00
|
|
|
(
|
2023-03-18 13:34:04 +00:00
|
|
|
'Submit Hats',
|
|
|
|
'Submit a Hat to be added.',
|
|
|
|
'fa-hat-cowboy', '#7c603e',
|
|
|
|
'/submit/hats',
|
2022-09-17 16:03:28 +00:00
|
|
|
),
|
2022-09-09 23:53:09 +00:00
|
|
|
(
|
2023-03-18 13:34:04 +00:00
|
|
|
'Update Emojis or Hats',
|
|
|
|
'Ask for an emoji or a hat to be updated with a better version.',
|
2023-09-12 20:06:50 +00:00
|
|
|
'fa-smile-beam', '#fec83c',
|
2023-03-18 13:34:04 +00:00
|
|
|
'/post/103085',
|
2022-09-09 23:53:09 +00:00
|
|
|
),
|
2022-06-15 07:27:04 +00:00
|
|
|
(
|
|
|
|
'Submit Sidebar Art',
|
|
|
|
'Original rDrama-themed works.',
|
2022-06-15 08:35:13 +00:00
|
|
|
'fa-sidebar', '#f5fffa',
|
2022-06-15 07:27:04 +00:00
|
|
|
'/post/75878',
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'Submit Banner Art',
|
|
|
|
'Original chud-repellant works.',
|
2023-08-05 13:59:31 +00:00
|
|
|
'fa-landscape', '#87cefa',
|
2022-06-15 07:27:04 +00:00
|
|
|
'/post/35835',
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'Submit Snappy Quotes',
|
|
|
|
'Sentient.',
|
|
|
|
'fa-robot', '#adff2f',
|
|
|
|
'/post/33652',
|
|
|
|
),
|
|
|
|
(
|
2023-03-18 13:34:04 +00:00
|
|
|
'Emoji Commissions',
|
2023-08-03 03:49:43 +00:00
|
|
|
'Request an Emoji to be made.',
|
2024-02-03 03:27:41 +00:00
|
|
|
'fa-coins', '#ffd700',
|
2022-06-15 07:27:04 +00:00
|
|
|
'/post/37677',
|
2022-09-02 23:58:55 +00:00
|
|
|
),
|
2024-02-03 03:25:59 +00:00
|
|
|
(
|
|
|
|
'Reportmaxxxing Bounties',
|
|
|
|
'Request a redditor be banned.',
|
2024-02-03 03:27:41 +00:00
|
|
|
'fa-gavel', '#dc3545',
|
2024-02-03 03:25:59 +00:00
|
|
|
'/post/215970',
|
|
|
|
),
|
2023-10-02 04:50:41 +00:00
|
|
|
(
|
|
|
|
'View All Emojis',
|
|
|
|
'',
|
|
|
|
'fa-smile-beam', '#fec83c',
|
|
|
|
'/emojis/Marsey',
|
|
|
|
),
|
2023-03-04 21:50:19 +00:00
|
|
|
(
|
|
|
|
'View All Sidebar Pictures',
|
|
|
|
'',
|
|
|
|
'fa-sidebar', '#f5fffa',
|
|
|
|
'/post/37696',
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'View All Banner Pictures',
|
|
|
|
'',
|
2023-08-05 13:59:31 +00:00
|
|
|
'fa-landscape', '#87cefa',
|
2023-03-04 21:50:19 +00:00
|
|
|
'/post/37697',
|
|
|
|
),
|
|
|
|
(
|
|
|
|
'View All Snappy Quotes',
|
|
|
|
'',
|
|
|
|
'fa-robot', '#adff2f',
|
|
|
|
'/post/37749',
|
|
|
|
),
|
2023-06-30 18:38:15 +00:00
|
|
|
(
|
|
|
|
'Donate',
|
|
|
|
'',
|
|
|
|
'fa-dollar-sign', 'green',
|
|
|
|
'/donate',
|
|
|
|
),
|
2022-07-09 10:38:45 +00:00
|
|
|
])-%}
|
|
|
|
{%- endif -%}
|
2022-06-15 07:27:04 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2023-10-29 12:51:00 +00:00
|
|
|
<div id="directory--wrapper">
|
|
|
|
{% for thread in DIRECTORY %}
|
|
|
|
<a class="directory--link" href="{{thread[4]}}">
|
|
|
|
<div class="directory--link-content">
|
|
|
|
<i class="directory--link--icon fas {{thread[2]}}" style="color:{{thread[3]}}"></i>
|
|
|
|
<div class="directory--link--title">{{thread[0]|safe}}</div>
|
|
|
|
<div class="directory--link--description">{{thread[1]|safe}}</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
{% endfor %}
|
2022-06-15 07:27:04 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|