2022-11-09 19:53:37 +00:00
< div class = "col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3" { % if request . path ! = ' / sidebar ' % } id = "sidebar-content" { % endif % } >
2022-05-23 20:09:40 +00:00
2022-09-26 05:43:57 +00:00
{%- if v -%}
2022-11-15 01:28:43 +00:00
{%- set art_image = macros.random_image("sidebar") -%}
2022-09-26 05:43:57 +00:00
{%- else -%}
{%- set art_image = '/i/' + SITE_NAME + '/sidebar.webp?v=3000' -%}
{%- endif -%}
2022-05-23 20:09:40 +00:00
2022-08-04 20:41:14 +00:00
{% if request.path != '/sidebar' %}
2022-09-26 05:19:37 +00:00
< a href = "{{art_image}}" >
< img class = "mb-4" alt = "sidebar image" onclick = "expandDesktopImage()" loading = "lazy" src = "{{art_image}}" width = 100% >
2022-08-04 20:41:14 +00:00
< / a >
{% endif %}
2022-05-23 20:09:40 +00:00
2022-07-12 19:18:40 +00:00
< p class = "text-center text-md mb-4" >
< a class = "sidebar-link" href = "/badges" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Badges" > < i class = "fas fa-hexagon" > < / i > < / a >
2022-06-22 04:49:10 +00:00
< a class = "sidebar-link" href = "/admins" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Admins" > < i class = "fas fa-crown" > < / i > < / a >
< a class = "sidebar-link" href = "/log" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Moderation Log" > < i class = "fas fa-scroll-old" > < / i > < / a >
2022-07-12 19:18:40 +00:00
< a class = "sidebar-link" href = "/transfers" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Transfers" > < i class = "fas fa-arrow-right-arrow-left" > < / i > < / a >
2022-08-13 07:42:19 +00:00
< a class = "sidebar-link" href = "/random_post" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Random Post" > < i class = "fas fa-random" > < / i > < / a >
Rearrange nav icons, move some to sidebar.
After the recent addition of the Lottershe, some narrow phone screens
caused the header to wrap to two lines. Prompted by this, a more
general rework of the header nav icons was initiated.
Notably: random user, random post, all comments has been moved to
sidebar on all sites, and a .sidebar-link CSS class was created to
support it. Additionally, on rDrama, links for Badges and Marseys
were added, since I believe these are presently inaccessible from
the UI. Further, a Modlog link was added to be more accessible.
Additionally, the icons in the header were rearranged on desktop and
mobile to better fit relative priority.
2022-05-30 08:16:03 +00:00
< / p >
2022-08-19 21:31:26 +00:00
{% if sub and sub.sidebar_html %}
< div class = "mb-4" > {{sub.sidebar_html|safe}}< / div >
2022-05-23 20:09:40 +00:00
{% endif %}
2022-06-22 04:49:10 +00:00
2022-10-08 05:10:39 +00:00
< div class = "sidebar-wpd--flairs sidebar-wpd--flairs--3" >
2022-06-23 10:56:37 +00:00
< a href = "/h/accident" > Accident< / a >
2022-06-26 10:39:53 +00:00
< a href = "/h/suicide" > Suicide< / a >
2022-06-23 10:56:37 +00:00
< a href = "/h/animal" > Animal< / a >
< a href = "/h/beating" > Beating< / a >
< a href = "/h/bladed" > Bladed< / a >
2022-06-27 03:37:52 +00:00
< a href = "/h/beheading" > Beheading< / a >
2022-06-23 10:56:37 +00:00
< a href = "/h/vehicle" > Vehicle< / a >
< a href = "/h/medical" > Medical< / a >
< a href = "/h/shooting" > Shooting< / a >
< a href = "/h/falling" > Falling< / a >
< a href = "/h/explosions" > Explosions< / a >
< a href = "/h/industrial" > Industrial< / a >
< a href = "/h/electricity" > Electricity< / a >
2022-06-26 09:15:12 +00:00
< a href = "/h/burning" > Burning< / a >
2022-06-23 10:56:37 +00:00
< a href = "/h/drowning" > Drowning< / a >
2022-06-26 10:39:53 +00:00
< a href = "/h/cartel" > Cartel< / a >
< a href = "/h/isis" > ISIS< / a >
2022-06-27 03:37:52 +00:00
< a href = "/h/execution" > Execution< / a >
2022-06-29 22:11:38 +00:00
< a href = "/h/maiming" > Maiming< / a >
2022-06-26 10:39:53 +00:00
< a href = "/h/police" > Police< / a >
2022-06-27 03:37:52 +00:00
< a href = "/h/combat" > Combat< / a >
2022-10-08 05:10:39 +00:00
< a href = "/h/other" > Other< / a >
2022-10-20 18:25:53 +00:00
< a href = "/h/compilation" > Compilation< / a >
2022-10-08 05:10:39 +00:00
< a href = "/h/request" class = "font-italic" > Request< / a >
< / div >
< hr >
2022-10-20 18:25:53 +00:00
< div class = "sidebar-wpd--flairs sidebar-wpd--flairs--3" >
< a href = "/h/gore" > Gore< / a >
< a href = "/h/aftermath" > Aftermath< / a >
< a href = "/h/selfharm" > Self-Harm< / a >
< / div >
< hr >
2022-10-08 05:10:39 +00:00
< div class = "sidebar-wpd--flairs sidebar-wpd--flairs--2 mb-4" >
< a href = "/h/meta" class = "font-weight-bold" > Meta< / a >
2022-07-21 21:27:33 +00:00
< a href = "/h/discussion" > Discussion< / a >
2022-08-30 20:53:44 +00:00
< a href = "/h/social" > Social< / a >
< a href = "/h/music" > Music< / a >
2022-06-23 10:56:37 +00:00
< / div >
2022-11-09 19:53:37 +00:00
< div class = "sidebar--rules" >
2022-10-29 23:08:35 +00:00
< h3 class = "sidebar--rules-head sidebar--heading" > Rules< / h3 >
< ol class = "sidebar--rules-list sidebar--rules-list--wpd" >
2022-06-22 04:49:10 +00:00
< li > Do not post anything illegal under US law.
< ul >
< li > Do not threaten or advocate violence.< / li >
< li > Do not sexualize minors.< / li >
2022-10-26 04:35:20 +00:00
< li > Do not post animal cruelty/abuse.< / li >
< li > Do not request illegal content.< / li >
2022-06-22 04:49:10 +00:00
< / ul >
< / li >
< li > No doxing. No witch hunts.< / li >
< li > Posts must include videos of people dying.
< ul >
2022-10-08 05:10:39 +00:00
< li > The < span style = "font-variant-caps: small-caps;" > Discussion< / span > , < span style = "font-variant-caps: small-caps;" > Social< / span > , and < span style = "font-variant-caps: small-caps;" > Music< / span > flairs are intentionally off-topic and do not require people dying.< / li >
2022-06-22 04:49:10 +00:00
< li > Videos that only include aftermath of a serious accident/incident or current event may be allowed.< / li >
2022-09-03 00:10:15 +00:00
< li > No animal death unless there's also a human dying in the video.< / li >
2022-06-22 04:49:10 +00:00
< / ul >
< / li >
< li > Titles should be as descriptive as possible.
< ul >
< li > Additional context, images, or sources are always encouraged and appreciated. No joke titles please.< / li >
2022-10-08 05:10:39 +00:00
< li > If there is a child hurt or killed, please put "Child Warning" in the title.< / li >
2022-06-22 04:49:10 +00:00
< / ul >
< / li >
< li > No explicit racism or bigotry.
< ul >
< li > Humor is fine, but comments that are just low effort shock value spam may be removed. Feel free to express your opinions but please try to express them in a reasonable manner.< / li >
< / ul >
< / li >
< / ol >
< / div >
2022-05-24 21:28:16 +00:00
< / div >