Skip to content

Commit

Permalink
Current web site
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Aug 21, 2019
1 parent 8551360 commit 901d829
Show file tree
Hide file tree
Showing 56 changed files with 29,935 additions and 365 deletions.
Binary file added DroidSansMono.ttf
Binary file not shown.
Binary file added OpenSans.ttf
Binary file not shown.
9 changes: 9 additions & 0 deletions color.txt
@@ -0,0 +1,9 @@
original base:
b3f0ff

2018.10.04:
new base: CCCCFF
periwinkle



46 changes: 46 additions & 0 deletions colors-fixed.css
@@ -0,0 +1,46 @@

#logo { float: right; position: static; }

body {
background-color:#b3f0ff;
font-family: 'Droid Sans Mono';
font-weight: 100;
color:#243033 }

a:link {
color:#000000;
font-family: 'Droid Sans Mono';
font-weight: 100; }
a:visited {color:#486066;}

table {
max-width:100%;
font-family: 'Droid Sans Mono';
border-collapse:collapse;
margin:1em 0;
font-size: 0.80em;
border: 1px solid black;
}

td
{
border: 1px solid gray;
font-family: 'Droid Sans Mono';
background:#a1d8e6;
padding: 4px;
}

th
{
border: 1px solid gray;
background:#5a7880;
font-family: 'Droid Sans Mono';
color:#ffffff;
padding: 4px;
}

h1 { color:#486066;}
h3 { color:#486066;}
li{ font-family: 'Droid Sans Mono';}


46 changes: 46 additions & 0 deletions colors-roboto.css
@@ -0,0 +1,46 @@

#logo { float: right; position: static; }

body {
background-color:#ccccff;
font-family: 'Roboto Mono', monospace;
font-weight: 100;
color:#292933 }

a:link {
color:#000000;
font-family: 'Roboto Mono', monospace;
font-weight: 100; }

a:visited {color:#525266;}

table {
max-width:100%;
font-family: 'Roboto Mono', monospace;
border-collapse:collapse;
margin:1em 0;
font-size: 0.80em;
border: 1px solid black;
}

td
{
border: 1px solid gray;
font-family: 'Roboto Mono', monospace;
background:#b8b8e6;
padding: 4px;
}

th
{
border: 1px solid gray;
background:#666680;
font-family: 'Roboto Mono', monospace;
color:#ffffff;
padding: 4px;
}

h1 { color:#525266;}
h3 { color:#525266;}
li{ font-family: 'Roboto Mono', monospace;}

41 changes: 41 additions & 0 deletions colors.css
@@ -0,0 +1,41 @@

#logo { float: right; position: static; }

body {
background-color:#ccccff;
font-family: 'Open Sans';
font-weight: 100;
color:#292933 }

a:link {color:#000000;}
a:visited {color:#525266;}

table {
max-width:100%;
font-family: 'Droid Sans Mono';
border-collapse:collapse;
margin:1em 0;
font-size: 0.80em;
border: 1px solid black;
}

td
{
border: 1px solid gray;
background:#b8b8e6;
padding: 4px;
}

th
{
border: 1px solid gray;
background:#666680;
color:#ffffff;
padding: 4px;
}

h1 { color:#525266;}
h3 { color:#525266;}
li{ font-family: 'Droid Sans Mono';}


Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions font.css
@@ -0,0 +1,12 @@
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url('https://snowblossom.org/OpenSans.ttf') format('truetype');
}
@font-face {
font-family: 'Droid Sans Mono';
font-style: normal;
font-weight: normal;
src: local('Droid Sans Mono'), local('DroidSansMono'), url('https://snowblossom.org/DroidSansMono.ttf') format('truetype');
}
Binary file added img/IMG_4868.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/april-ink-12.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/april-ink-12_800.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/baretree-small.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/baretree.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/dino_door.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/fireduck.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lego_tree.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions index.html
@@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<title>Snowblossom</title>
<link rel="icon" type="image/png" href="snowblossom_256.png" sizes="256x256">
<link rel="stylesheet" type="text/css" href="style.css" />
<link REL="SHORTCUT ICON" href='https://snowblossom.org/snow-icon.png' />
</head>
<body>
<h1>Snowblossom Cryptocurrency</h1>
<img src='img/april-ink-12_800.jpg'>
<h2>Docs/Wiki</h2>
<li><a href='https://wiki.snowblossom.org/'>Snowblossom Wiki</a></li>
<li><a href='https://wiki.snowblossom.org/index.php/Technical-Design'>Wiki - Technical Design</a></li>
<li><a href='https://wiki.snowblossom.org/index.php/Quickstart'>Wiki - Quick start</a></li>
<h2>Network Status</h2>
<li><a href='https://explorer.snowblossom.org/'>Block Explorer</a></li>
<h2>Code</h2>
<li>Github - <a href='https://github.com/snowblossomcoin/snowblossom'>github.com/snowblossomcoin/snowblossom</a></li>
<li>Releases - <a href='https://snowblossom.org/releases/index.html'>Releases</a></li>
<h2>Discussion</h2>
Most of the magic happens in slack.
<li>Slack - <a href='https://join.slack.com/t/snowblossom/shared_invite/enQtMzY1OTEzODYzNjk5LTI5NTIxMDQ1NTQ2OTMwZjgxOTk3MGRjZGI1OTI2ZWQyOGU2NjYwZTZmM2ZkMmJiMWVmODdmMmU5OWRjNWQ1Yjc'>snowblossom.slack.com</a> <a href='https://archive.snowblossom.org/slack/index.html'>archive</a></li>
<li>Discord - <a href='https://discord.gg/cfkBs53'>Snowblossom Discord</a></li>
<li>Reddit - <a href='https://reddit.com/r/snowblossom'>/r/snowblossom</a></li>
<li>IRC Freenode #snowblossom</li>
<h2>Snowfields</h2>
<a href='snowfields/index.html'>Snowfields</a>

<br><br><br><br>
<br><br><br><br>
</body>
</html>
21 changes: 21 additions & 0 deletions privacy-policy.html
@@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<title>Snowblossom - Privacy Policy</title>
<link rel="icon" type="image/png" href="snowblossom_256.png" sizes="256x256">
<link rel="stylesheet" type="text/css" href="style.css" />
<link REL="SHORTCUT ICON" href='https://snowblossom.org/snow-icon.png' />
</head>
<body>
<h1>Snowblossom Privacy Policy</h1>
<p>The scope of this privacy policy is the Android App Snowblossom</p>
<p>The app uses the camera only for the purpose of capturing QR codes to send to when requested by the user.</p>
<p>The app stores wallet data locally and never transmits it anywhere with the exception of protocol requests sent
to Snowblossom servers.</p>
<p>The information sent to the servers consists of the following things</p>
<li>Addresses in the wallet - for the purpose of getting balance and history</li>
<li>Transactions to send, when sending funds</li>


</body>
</html>
38 changes: 38 additions & 0 deletions releases/index.html
@@ -0,0 +1,38 @@
<!doctype html>
<html>
<head>
<title>Snowblossom - Releases</title>
<link REL="SHORTCUT ICON" href='https://snowblossom.org/snow-icon.png' />
<link rel="stylesheet" type="text/css" href="../style.css" />
</head>
<body>
<H1>Releases</H1>
<p>Releases are in java so are platform agnostic. Usable on windows, linux, mac or
anywhere else java runs.</p>
<p>The zip contains the command line client, pool miner and other things.</p>
<p>IceLeaf is the GUI client that includes an optional node. Probably all you need if you are not mining.</p>
<br><br>
<li><a href='snowblossom-1.5.2.zip'>snowblossom-1.5.2.zip</a> <a href='iceleaf-1.5.2.jar'>iceleaf-1.5.2.jar</a> Frozen Trees</li>
<li><a href='snowblossom-1.5.1.zip'>snowblossom-1.5.1.zip</a> Verified Vortex</li>
<li><a href='snowblossom-1.5.0.zip'>snowblossom-1.5.0.zip</a> Purring Chains</li>
<li><a href='snowblossom-1.4.2.zip'>snowblossom-1.4.2.zip</a> Duck's Vision</li>
<li><a href='snowblossom-1.4.1.zip'>snowblossom-1.4.1.zip</a> Less Chatter</li>
<li><a href='snowblossom-1.4.0.zip'>snowblossom-1.4.0.zip</a> More Birds</li>
<li><a href='snowblossom-1.3.3.zip'>snowblossom-1.3.3.zip</a> Avocado Soup</li>
<li><a href='snowblossom-1.3.2.zip'>snowblossom-1.3.2.zip</a> Coconut Storm</li>
<li><a href='snowblossom-1.3.0.zip'>snowblossom-1.3.0.zip</a> Pineapple Awakening</li>
<li><a href='snowblossom-1.2.0.zip'>snowblossom-1.2.0.zip</a> Breaking Ice</li>
<li><a href='snowblossom-1.1.2.zip'>snowblossom-1.1.2.zip</a></li>
<li><a href='snowblossom-1.1.1.zip'>snowblossom-1.1.1.zip</a></li>
<li><a href='snowblossom-1.1.0.zip'>snowblossom-1.1.0.zip</a></li>
<li><a href='snowblossom-1_0_7.zip'>snowblossom-1_0_7.zip</a></li>
<li><a href='snowblossom-1_0_6.zip'>snowblossom-1_0_6.zip</a></li>
<li><a href='snowblossom-1_0_5.zip'>snowblossom-1_0_5.zip</a></li>
<li><a href='snowblossom-1_0_4.zip'>snowblossom-1_0_4.zip</a></li>
<li><a href='snowblossom-1_0_3.zip'>snowblossom-1_0_3.zip</a></li>
<li><a href='snowblossom-1_0_2.zip'>snowblossom-1_0_2.zip</a></li>

<br><br>
<img width=400 src='/img/dino_door.jpg'>
</body>
</html>
12 changes: 12 additions & 0 deletions releases/windows/index.html
@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<title>Snowblossom - Windows</title>
<link REL="SHORTCUT ICON" href='https://snowblossom.org/snow-icon.png' />
<link rel="stylesheet" type="text/css" href="../../style.css" />
</head>
<body>
<a href="../index.html"> Modern releases are HERE</a>

</body>
</html>
Binary file added snow-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions snowfields/index.html
@@ -0,0 +1,50 @@
<!doctype html>
<html>
<head>
<title>Snowblossom - Snowfields</title>
<link rel="stylesheet" type="text/css" href="../style.css" />
<link REL="SHORTCUT ICON" href='https://snowblossom.org/snow-icon.png' />
</head>
<body>
<h1>Snowfields</h1>
These snow fields are required to do mining with the Snowblossom protocol. They are not
required to run a node or use a wallet.

To mine with them, you can download them as torrents or generate them locally using the SnowFall program.


<p>All miners (PoolMiner, Arktika, SurfMiner) can read the regular, non-chunked fields.</p>
<p>The chunked versions are only useful if you are using the advanced <a href='https://github.com/snowblossomcoin/snowblossom/wiki/Mining-Tuning#arktika'>Arktika</a> miner AND need to separate the field only multiple block devices.</p>

<h2>Fields</h2>

<table>
<thead><tr><th>#</th><th>name</th><th>size</th><th>hash</th><th>torrent</th><th>chunked</th></tr></thead>
<tr><td>0</td><td>cricket</td><td>1G</td><td>2c363d33550f5c4da16279d1fa89f7a9</td><td><a href='snowblossom.0.torrent'>snowblossom.0</a></td></tr>
<tr><td>1</td><td>shrew</td><td>2G</td><td>4626ba6c78e0d777d35ae2044f8882fa</td><td><a href='snowblossom.1.torrent'>snowblossom.1</a></td></tr>
<tr><td>2</td><td>stoat</td><td>4G</td><td>2948b321266dfdec11fbdc45f46cf959</td><td><a href='snowblossom.2.torrent'>snowblossom.2</a></td></tr>
<tr><td>3</td><td>ocelot</td><td>8G</td><td>33a2fb16f08347c2dc4cbcecb4f97aeb</td><td><a href='snowblossom.3.torrent'>snowblossom.3</a></td></tr>
<tr><td>4</td><td>pudu</td><td>16G</td><td>0cdcb8629bef77fbe1f9b740ec3897c9</td><td><a href='snowblossom.4.torrent'>snowblossom.4</a></td></tr>
<tr><td>5</td><td>badger</td><td>32G</td><td>e9abff32aa7f74795be2aa539a079489</td><td><a href='snowblossom.5.torrent'>snowblossom.5</a></td></tr>
<tr><td>6</td><td>capybara</td><td>64G</td><td>e68678fadb1750feedfa11522270497f</td><td><a href='snowblossom.6.torrent'>snowblossom.6</a></td></tr>
<tr><td>7</td><td>llama</td><td>128G</td><td>147d379701f621ebe53f5a511bd6c380</td><td><a href='snowblossom.7.torrent'>snowblossom.7</a> <a href='magnet:?xt=urn:btih:9760e073e3cf6dbe6f2525040f1550b8d3a73eb6&dn=snowblossom.7&tr=http%3A%2F%2Ftracker.1209k.com%2Fannounce&ws=http%3A%2F%2F136.243.82.213%2F&ws=http%3A%2F%2F136.243.90.45%2F&ws=http%3A%2F%2F136.243.71.164%2F&ws=http%3A%2F%2F148.251.40.111%2F&ws=http%3A%2F%2F148.251.10.146%2F&ws=http%3A%2F%2F148.251.177.148%2F&ws=http%3A%2F%2F95.216.9.106%2F&ws=http%3A%2F%2F148.251.122.19%2F&ws=http%3A%2F%2Fcluelessperson.com%2Fshare%2Fpublic%2Ftorrents%2Fsnowblossom%2F&ws=http%3A%2F%2Fnur.hamster.science%2F'>magnet</a></td><td><a href='snowblossom.7.chunk.torrent'>snowblossom.7.chunk</a></td></tr>
<tr><td>8</td><td>bugbear</td><td>256G</td><td>533ae42a04a609c4b45464b1aa9e6924</td><td><a href='snowblossom.8.torrent'>snowblossom.8</a> <a href='magnet:?xt=urn:btih:a83c3c8e5a8f68ffb1004dd0e62d380b6fa46805&dn=snowblossom.8&tr=http%3A%2F%2Ftracker.1209k.com%2Fannounce&ws=http%3A%2F%2F136.243.82.213%2F&ws=http%3A%2F%2F136.243.90.45%2F&ws=http%3A%2F%2F136.243.71.164%2F&ws=http%3A%2F%2F148.251.40.111%2F&ws=http%3A%2F%2F148.251.10.146%2F&ws=http%3A%2F%2F148.251.177.148%2F&ws=http%3A%2F%2F95.216.9.106%2F&ws=http%3A%2F%2F148.251.122.19%2F&ws=http%3A%2F%2Fcluelessperson.com%2Fshare%2Fpublic%2Ftorrents%2Fsnowblossom%2F'>magnet</a></td><td><a href='snowblossom.8.chunk.torrent'>snowblossom.8.chunk</a></td></tr>
<tr><td>9</td><td>hippo</td><td>512G</td><td>ecdb28f1912e2266a71e71de601117d2</td><td><a href='snowblossom.9.torrent'>snowblossom.9</a> <a href='magnet:?xt=urn:btih:09c54657c4e35cea3e86f6c1854a2ae49aedae4d&dn=snowblossom.9&tr=http%3A%2F%2Ftracker.1209k.com%2Fannounce&ws=http%3A%2F%2F136.243.82.213%2F&ws=http%3A%2F%2F136.243.90.45%2F&ws=http%3A%2F%2F136.243.71.164%2F&ws=http%3A%2F%2F148.251.40.111%2F&ws=http%3A%2F%2F148.251.10.146%2F&ws=http%3A%2F%2F148.251.177.148%2F&ws=http%3A%2F%2F95.216.9.106%2F&ws=http%3A%2F%2F148.251.122.19%2F&ws=http%3A%2F%2Fcluelessperson.com%2Fshare%2Fpublic%2Ftorrents%2Fsnowblossom%2F'>magnet</a></td><td><a href='snowblossom.9.chunk.torrent'>snowblossom.9.chunk</a></td></tr>
<tr><td>10</td><td>shai-hulud</td><td>1T</td><td>cc883468a08f48b592a342a2cdf5bcba</td><td><a href='snowblossom.10.torrent'>snowblossom.10</a> <a href='magnet:?xt=urn:btih:7cc6f03a5dea503a9310a2327910b326a751c6e9&dn=snowblossom.10&tr=http%3A%2F%2Ftracker.1209k.com%2Fannounce&ws=http%3A%2F%2F148.251.177.148%2F&ws=http%3A%2F%2Fcluelessperson.com%2Fshare%2Fpublic%2Ftorrents%2Fsnowblossom%2F'>magnet</a></td><td><a href='snowblossom.10.chunk.torrent'>snowblossom.10.chunk</a></td></tr>
<tr><td>11</td><td>avanc</td><td>2T</td><td>a2a4076f6cde947935db06e5fc5bbd14</td><td><a href='snowblossom.11.torrent'>snowblossom.11</a></td></tr>
</table>


<h2>Testnet - Teapot</h2>
The testnet fields are much smaller so in a single torrent - 2gb total
<a href='teapot.torrent'>teapot</a>

<h2>Regtest - Spoon</h2>
The regtest fields are much smaller so in a single torrent - 2gb total
<a href='spoon.torrent'>spoon</a>
</table>

<br><br>
<img src='../img/baretree-small.jpg'>
</body>
</html>
Binary file added snowfields/snowblossom.0.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.1.torrent
Binary file not shown.
5,188 changes: 5,188 additions & 0 deletions snowfields/snowblossom.10.chunk.torrent

Large diffs are not rendered by default.

Binary file added snowfields/snowblossom.10.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.11.torrent
Binary file not shown.
20,631 changes: 20,631 additions & 0 deletions snowfields/snowblossom.12.chunk.torrent

Large diffs are not rendered by default.

Binary file added snowfields/snowblossom.12.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.2.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.3.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.4.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.5.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.6.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.7.chunk.torrent
Binary file not shown.
Binary file added snowfields/snowblossom.7.torrent
Binary file not shown.

0 comments on commit 901d829

Please sign in to comment.