Skip to content

Commit

Permalink
Deploying to gh-pages from @ 70a3867 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cookspam committed Aug 19, 2024
1 parent 6323583 commit cb59316
Show file tree
Hide file tree
Showing 26 changed files with 66 additions and 34 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="icon" type="image/png" href="favicon.png">
<link data-trunk rel="copy-dir" href="/img">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" ,="" content="Spam, the platform for stress-testing Solana's blockchain. Test to earn with proof-of-work. Enhance network performance with decentralized testing.">
<meta name="description" ,="" content="Spam, the platform for stress-testing Solana's blockchain. Test to earn with proof-of-work, forked from ORE v1. Enhance network performance with decentralized testing.">
<meta property="og:type" content="website" />
<meta property="og:title" content="SPAM" />
<meta property="og:description" content="Contribute to the resilience of the Solana network while earning your share." />
Expand Down
Binary file modified Axe.png.br
Binary file not shown.
Binary file modified Tool1.png.br
Binary file not shown.
Binary file modified assets/dioxus/Ore_bg.wasm
Binary file not shown.
Binary file modified assets/dioxus/Ore_bg.wasm.br
Binary file not shown.
Binary file modified fonts/Geist-Black.otf.br
Binary file not shown.
Binary file modified fonts/Geist-Bold.otf.br
Binary file not shown.
Binary file modified fonts/Geist-Light.otf.br
Binary file not shown.
Binary file modified fonts/Geist-Medium.otf.br
Binary file not shown.
Binary file modified fonts/Geist-Regular.otf.br
Binary file not shown.
Binary file modified fonts/Geist-SemiBold.otf.br
Binary file not shown.
Binary file modified fonts/Geist-UltraBlack.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-Light.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-Medium.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-Thin.otf.br
Binary file not shown.
Binary file modified fonts/GeistMono-UltraBlack.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-Bold.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-Medium.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-MediumItalic.otf.br
Binary file not shown.
Binary file modified fonts/RoobertTRIAL-SemiBold.otf.br
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="icon" type="image/png" href="favicon.png">
<link data-trunk rel="copy-dir" href="/img">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" ,="" content="Spam, the platform for stress-testing Solana's blockchain. Test to earn with proof-of-work. Enhance network performance with decentralized testing.">
<meta name="description" ,="" content="Spam, the platform for stress-testing Solana's blockchain. Test to earn with proof-of-work, forked from ORE v1. Enhance network performance with decentralized testing.">
<meta property="og:type" content="website" />
<meta property="og:title" content="SPAM" />
<meta property="og:description" content="Contribute to the resilience of the Solana network while earning your share." />
Expand Down
Binary file modified metadata.json.br
Binary file not shown.
Binary file modified spam.svg.br
Binary file not shown.
Binary file modified spam2.jpg.br
Binary file not shown.
96 changes: 64 additions & 32 deletions tailwind.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -211,6 +211,8 @@ textarea {
/* 1 */
line-height: inherit;
/* 1 */
letter-spacing: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
Expand All @@ -234,9 +236,9 @@ select {
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
Expand Down Expand Up @@ -542,6 +544,10 @@ h2:where(.dark, .dark *) {
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}

::backdrop {
Expand Down Expand Up @@ -592,6 +598,10 @@ h2:where(.dark, .dark *) {
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}

.container {
Expand Down Expand Up @@ -794,10 +804,6 @@ h2:where(.dark, .dark *) {
margin-right: -0.5rem;
}

.-mt-3 {
margin-top: -0.75rem;
}

.-mt-3\.5 {
margin-top: -0.875rem;
}
Expand All @@ -806,6 +812,10 @@ h2:where(.dark, .dark *) {
margin-top: -10vh;
}

.mb-12 {
margin-bottom: 3rem;
}

.mb-20 {
margin-bottom: 5rem;
}
Expand All @@ -822,10 +832,6 @@ h2:where(.dark, .dark *) {
margin-bottom: auto;
}

.ml-0 {
margin-left: 0px;
}

.ml-0\.5 {
margin-left: 0.125rem;
}
Expand All @@ -850,10 +856,6 @@ h2:where(.dark, .dark *) {
margin-right: auto;
}

.mt-0 {
margin-top: 0px;
}

.mt-0\.5 {
margin-top: 0.125rem;
}
Expand Down Expand Up @@ -1095,6 +1097,10 @@ h2:where(.dark, .dark *) {
width: 1.75rem;
}

.w-8 {
width: 2rem;
}

.w-\[86\%\] {
width: 86%;
}
Expand Down Expand Up @@ -1305,6 +1311,10 @@ h2:where(.dark, .dark *) {
cursor: pointer;
}

.list-inside {
list-style-position: inside;
}

.list-outside {
list-style-position: outside;
}
Expand Down Expand Up @@ -1431,12 +1441,6 @@ h2:where(.dark, .dark *) {
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
Expand Down Expand Up @@ -1497,6 +1501,10 @@ h2:where(.dark, .dark *) {
border-bottom-width: 1px;
}

.border-b-2 {
border-bottom-width: 2px;
}

.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(176 176 178 / var(--tw-border-opacity));
Expand Down Expand Up @@ -1624,6 +1632,16 @@ h2:where(.dark, .dark *) {
padding-right: 1rem;
}

.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
Expand Down Expand Up @@ -1680,8 +1698,8 @@ h2:where(.dark, .dark *) {
padding-bottom: 5rem;
}

.pb-24 {
padding-bottom: 6rem;
.pb-48 {
padding-bottom: 12rem;
}

.pl-10 {
Expand All @@ -1692,6 +1710,10 @@ h2:where(.dark, .dark *) {
padding-left: 1rem;
}

.pl-5 {
padding-left: 1.25rem;
}

.pr-10 {
padding-right: 2.5rem;
}
Expand All @@ -1704,10 +1726,6 @@ h2:where(.dark, .dark *) {
padding-right: 1rem;
}

.pt-1 {
padding-top: 0.25rem;
}

.pt-1\.5 {
padding-top: 0.375rem;
}
Expand All @@ -1720,6 +1738,10 @@ h2:where(.dark, .dark *) {
padding-top: 8rem;
}

.pt-4 {
padding-top: 1rem;
}

.pt-5 {
padding-top: 1.25rem;
}
Expand Down Expand Up @@ -1804,6 +1826,10 @@ h2:where(.dark, .dark *) {
line-height: 1.75rem;
}

.leading-relaxed {
line-height: 1.625;
}

.text-black {
--tw-text-opacity: 1;
color: rgb(29 29 31 / var(--tw-text-opacity));
Expand Down Expand Up @@ -2348,6 +2374,11 @@ h2:where(.dark, .dark *) {
color: rgb(52 152 219 / var(--tw-text-opacity));
}

.hover\:text-teal-700:hover {
--tw-text-opacity: 1;
color: rgb(15 118 110 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(245 245 247 / var(--tw-text-opacity));
Expand Down Expand Up @@ -2515,6 +2546,11 @@ h2:where(.dark, .dark *) {
line-height: 2rem;
}

.sm\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.sm\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
Expand Down Expand Up @@ -2573,10 +2609,6 @@ h2:where(.dark, .dark *) {
height: 1.75rem;
}

.md\:min-h-\[100vh\] {
min-height: 100vh;
}

.md\:w-10 {
width: 2.5rem;
}
Expand Down
Binary file modified tailwind.css.br
Binary file not shown.

0 comments on commit cb59316

Please sign in to comment.