From cc582641966109fdca41259e351f196dbca1485a Mon Sep 17 00:00:00 2001 From: tranSatoshi_MW Date: Sun, 2 Jun 2024 16:51:23 -0700 Subject: [PATCH] Add files via upload --- website/donate/index.html | 99 ++++++++++ website/donate/styles.css | 392 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 491 insertions(+) create mode 100644 website/donate/index.html create mode 100644 website/donate/styles.css diff --git a/website/donate/index.html b/website/donate/index.html new file mode 100644 index 0000000..abe40e7 --- /dev/null +++ b/website/donate/index.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + Grinminer.net + + + + + + + + + + +
+ +
+ + + + +

HOSTED GRIN NODES & STRATUM SERVERS

+ + + + + + +

ACCOUNTS OPEN Q1 '25

+ + + + +
+ +
+

We accept donations, since Grinminer.net hosts:

+

testnet.grinminer.com:3414

+

testnet.grinminer.com:3416

+

Grin testnet node + Stratum pool

+

Mining revenue drops by ~25% while a Grinminer.net G1 mini rig mines testnet blocks

+

tGRIN is free by request

grin1gangf5s4t26waquze8
3vuux96497jxfgdskke9jgh
2jszag48xtqnvtame

+
+

OR

+
+ Email me a Slatepack

+ +
+ +
+ + + + + + \ No newline at end of file diff --git a/website/donate/styles.css b/website/donate/styles.css new file mode 100644 index 0000000..4d6cf01 --- /dev/null +++ b/website/donate/styles.css @@ -0,0 +1,392 @@ +/*Grinminer.net CSS style sheet*/ +/* + +FOSS License MIT + +Copyright + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +*/ + +body { + background-color:black; + font-family: sans-serif; + text-align: center; + } + +.ツ { + font-weight: bolder; +} + +.info { + width: 100%; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-bottom: 100px; + margin-top:40px; + max-width: 1500px; +} + +.banner { + margin-top: 0px; + margin-bottom: 0px; + max-width: 1500px; +} + +.title { + margin-top: -50px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border: 10px solid #FF2AD4; +} + +.chart-title { + + margin-top: 0px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border-top: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: #FF2AD4; + max-width: 1500px; +} + +.links { + font-size: 22px; + float: left; + width: 20%; + margin-top: -45px; + border: 10px solid #FF2AD4; + background-color: black; +} + +.codes { + float: left; + width: 33%; + margin-top: 80px; + margin-bottom: 20px; + } + +.subtitle { + margin-top: 0px; + text-decoration: underline; +} + +h1 { + padding-top: 10px; + padding-bottom: 0px; + border-bottom: 10px solid #FF2AD4; +} + +h2 { + margin-top: 10px; + padding: 0px; +} + +h3 { + margin-bottom: 15px; +} + +.accounts { + font-size: 22px; + color: #FEF102; +} + +.shill { + color: #FEF102; + font-size: 20px; + border: 10px dotted #FEF102; + margin-bottom: 0px; + } + +.donate { + font-size: 44px; + color: #FEF102; + text-decoration: underline; + margin: 0px; + } + +p { + font-size: 26px; + text-align: center; + margin-top: -10px; + margin-bottom: -10px; + padding-top: 10px; + padding-bottom: 10px; +} +.contact { + margin-top: -10px; +} + +.whytitle { + width: 100%; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border: 10px solid #FF2AD4; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + max-width: 1250px; +} + + +.why { + padding-bottom: 0px; + margin-top: 0px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + } + +img { + display: block; + background-color: black; + margin-left: auto; + margin-right: auto; + margin-top: -60px; + margin-bottom: 10px; + padding-top: -10px; + padding-bottom: -10px; + width: 100%; + border: 10px solid #FF2AD4; + max-width: 1500px; + } + +.images { + display: block; + background-color: black; + margin-left: auto; + margin-right: auto; + margin-top: 0px; + margin-bottom: 0px; + padding-top: -0px; + padding-bottom: -0px; + width: 100%; + border: 10px solid #FF2AD4; + max-width: 1250px; + } + +* { + box-sizing: border-box; + } + +.row { + margin-top: 10px; + margin-bottom: 0px; + } + +.column2 { + float: left; + width: 50%; + padding: 20px; + } + +.nodes { + width: 100%; + background-color: #FF2AD4; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-top: 100px; + margin-bottom: 0px; + padding: 0px; + padding-top: 0px; + padding-bottom: 0px; + max-width: 1250px; +} + + .node { + color: lawngreen; + background-color: darkslategrey; + } + + .blank { + color: darkslategrey; + background-color: darkslategrey; + } + + hr { + size: 10px; + border: 5px solid #FF2AD4;; + color: #FF2AD4; + } + + .sicknode { + color: tomato; + background-color: darkslategrey; + } + + .node, .sicknode { + font-size: 24px ; + font-style: bold; + font-family: Impact, sans-serif; + padding-bottom: 10px; + margin-top: -30px; + margin-bottom: 0px; + padding top: 0px; + } + + .row::after { + content: ""; + clear: both; + display: table; + } + + .menu { + display: block; + width: 100%; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-bottom: 0px; + margin-top:10px; + max-width: 1250px; + } + + .servicestitle { + margin-top: 0px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border-bottom: 20px solid #FF2AD4; + border-top: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: 10px solid #FF2AD4; + } + + .prices { + display: block; + width: 100%; + margin-top: 0px; + margin-bottom: 0px; + margin-left: auto; + margin-right: auto; + color: #FEF102; + background-color: black; + border-bottom: 10px solid #FF2AD4; + border-top: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: 10px solid #FF2AD4; + max-width: 1250px; + } + + .price { + font-family: monospace; + font-size: 24px; + } + + .watch { + color: #FEF102; + } + + .chart { + align-self: center; + max-width: 1250px; + margin-top: 0px; + margin-bottom: 0px; + border-top: 10px solid #FF2AD4; + } + + .description { + width: 100%; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-bottom: 20px; + margin-top:-10px; + padding-top: 0px; + padding-bottom: 10px; + max-width: 1250px; + word-wrap: break-word; +} + + footer { + margin-top: 100px; + margin-bottom: 50px; + font-size: 26px; + text-align: center; + + } + + .donations { + font-size: 24px; + width: auto; + font-style: italic; + color: #FEF102; + background-color: black; + border-bottom: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: 10px solid #FF2AD4; + max-width: 1500px; + margin-bottom: 0px; + } + + .address { + color: #FF2AD4; + } + + .warning1 { + color: red; + font-family: impact; + font-size: 50px; + margin-bottom: 100px; + } + + .warning2 { + color: red; + font-family: impact; + font-size: 50px; + margin-bottom: 100px; + } + + .copyright { + width: auto; + margin: auto; + padding: -15px; + font-style: italic; + color: #FEF102; + background-color: black; + border: 6px solid #FF2AD4; + max-width: 750px; + margin-bottom: 100px; + } + + a { + color: chartreuse; + } + + a:visited { + color: chartreuse; .copyright { + width: auto; + margin: auto; + padding: -15px; + font-style: italic; + background-color: #FEF102; + border: 6px solid #FF2AD4; + max-width: 750px; + margin-top: -100Spx; + } + } + + a:hover { + color: purple; + } + + a:active { + color: orange; + } \ No newline at end of file