Webpage formatting

This commit is contained in:
James Shiffer 2023-10-08 14:16:10 -07:00
parent ce72c05ab2
commit ba0b93ba4f

View File

@ -3,130 +3,137 @@ html
head head
title FemScoreboard title FemScoreboard
body body
h1 Funniest MFs 💀
table table
thead tbody
tr tr
th= "Name" td(style="width:33.3%")
th= "Avatar" h1(style="text-align:center") Funniest MFs 💀
th= "Score" table(style="margin:0 auto")
tbody thead
each row in funniest tr
tr th= "Name"
td= row.username th= "Avatar"
td th= "Score"
img(src="/avatars/" + row.id + ".webp", height="64") tbody
td= row.reaction_1_total each row in funniest
br tr
h1 Realest MFs 💯 td= row.username
table td
thead img(src="/avatars/" + row.id + ".webp", height="64")
td= row.reaction_1_total
td(style="width:33.3%")
h1(style="text-align:center") Realest MFs 💯
table(style="margin:0 auto")
thead
tr
th= "Name"
th= "Avatar"
th= "Score"
tbody
each row in realest
tr
td= row.username
td
img(src="/avatars/" + row.id + ".webp", height="64")
td= row.reaction_2_total
td(style="width:33.3%")
h1(style="text-align:center") Cunniest MFs 😭
table(style="margin:0 auto")
thead
tr
th= "Name"
th= "Avatar"
th= "Score"
tbody
each row in cunniest
tr
td
span= row.username
td
img(src="/avatars/" + row.id + ".webp", height="64")
td
span= row.reaction_3_total
tr tr
th= "Name" td(style="width:33.3%")
th= "Avatar" h1(style="text-align:center") Funniest Messages 💀
th= "Score" table(style="margin:0 auto")
tbody tbody
each row in realest each row in msg1
tr tr
td= row.username td
td img(src="/avatars/" + row.author + ".webp", height="48")
img(src="/avatars/" + row.id + ".webp", height="64") td
td= row.reaction_2_total if row.content
br span= row.content
h1 Cunniest MFs 😭 else
table span
thead i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "💀 " + row.reaction_1_count
td(style="width:33.3%")
h1(style="text-align:center") Realest Messages 💯
table(style="margin:0 auto")
tbody
each row in msg2
tr
td
img(src="/avatars/" + row.author + ".webp", height="48")
td
if row.content
span= row.content
else
span
i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "💯 " + row.reaction_2_count
td(style="width:33.3%")
h1(style="text-align:center") Cunniest Messages 😭
table(style="margin:0 auto")
tbody
each row in msg3
tr
td
img(src="/avatars/" + row.author + ".webp", height="48")
td
if row.content
span= row.content
else
span
i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "😭 " + row.reaction_3_count
tr tr
th= "Name" td
th= "Avatar" td
th= "Score" h1(style="text-align:center") Best Messages 💀💯😭
tbody table(style="margin:0 auto")
each row in cunniest tbody
tr each row in bestMsg
td tr
span= row.username td
td img(src="/avatars/" + row.author + ".webp", height="48")
img(src="/avatars/" + row.id + ".webp", height="64") td
td if row.content
span= row.reaction_3_total span= row.content
br else
h1 Funniest Messages 💀 span
table i (media)
tbody tr
each row in msg1 td
tr a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td td
img(src="/avatars/" + row.author + ".webp", height="48") if row.reaction_1_count
td span= " 💀 " + row.reaction_1_count
if row.content if row.reaction_2_count
span= row.content span= " 💯 " + row.reaction_2_count
else if row.reaction_3_count
span span= " 😭 " + row.reaction_3_count
i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "💀 " + row.reaction_1_count
br
h1 Realest Messages 💯
table
tbody
each row in msg2
tr
td
img(src="/avatars/" + row.author + ".webp", height="48")
td
if row.content
span= row.content
else
span
i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "💯 " + row.reaction_2_count
br
h1 Cunniest Messages 😭
table
tbody
each row in msg3
tr
td
img(src="/avatars/" + row.author + ".webp", height="48")
td
if row.content
span= row.content
else
span
i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "😭 " + row.reaction_3_count
br
h1 Best Messages 💀💯😭
table
tbody
each row in bestMsg
tr
td
img(src="/avatars/" + row.author + ".webp", height="48")
td
if row.content
span= row.content
else
span
i (media)
tr
td
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
if row.reaction_1_count
span= " 💀 " + row.reaction_1_count
if row.reaction_2_count
span= " 💯 " + row.reaction_2_count
if row.reaction_3_count
span= " 😭 " + row.reaction_3_count