Skip to content

Commit

Permalink
website overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
prismspecs committed Apr 8, 2018
1 parent 969feb8 commit ce23bf1
Show file tree
Hide file tree
Showing 59 changed files with 1,107 additions and 3,404 deletions.
233 changes: 106 additions & 127 deletions docs/about.html

Large diffs are not rendered by default.

129 changes: 75 additions & 54 deletions docs/advanced.html
Original file line number Diff line number Diff line change
@@ -1,59 +1,77 @@
<html lang="en">
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Software that raises money for bail funds.">
<meta name="author" content="The New Inquiry">
<title>Bail Bloc</title>
<!-- stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<!-- open graph for facebook sharing -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@newinquiry">
<meta name="twitter:title" content="Bail Bloc">
<meta name="twitter:description" content="The New Inquiry is pleased to announce the launch of Bail Bloc, a desktop app that gets people out of jail.">
<meta name="twitter:image" content="https://thenewinquiry.com/app/uploads/2017/11/og-image.png">
<meta name="twitter:image" content="https://bailbloc.thenewinquiry.com/images/og-image.png">
<meta property="og:title" content="Bail Bloc" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://bailbloc.thenewinquiry.com/" />
<meta property="og:image" content="https://thenewinquiry.com/app/uploads/2017/11/og-image.png">
<meta property="og:image" content="https://bailbloc.thenewinquiry.com/images/fbcard.png">
<meta property="og:description" content="Bail Bloc: a desktop app that gets people out of jail." />
<title>Bail Bloc</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,700" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style type="text/css">
span {
word-break: break-all;
}

span {
color:red;
}
</style>
</head>

<body>
<div class="container">
<header>
<div class="header-col center-col">
<a id="logo" href="index.html"><img src="images/logo.png" alt="Bail Bloc"></a>
</div>
<div class="header-col">
<h1 class="desktop">
<a href="/" id="install-the-app">BAIL BLOC</a> is a cryptocurrency scheme against bail</span>
</h1>
<h1 class="mobile">
Bail bloc is a crypto-currency scheme against bail
</h1>
<div id="money-raised-holder">
<ul class="nav">
<li><a href="about.html">About Bail Bloc</a></li>
<li><a href="faq.html">Frequently Asked Questions</a></li>
</ul>
</div>
<body class="text-center">
<nav class="navbar navbar-custom navbar-expand-md navbar-light fixed-top">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Join the Bloc</a>
</li>
<li class="nav-item">
<a class="nav-link" href="webminer.html">WebMiner</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="stats.html">Stats</a>
</li>
<li class="nav-item">
<a class="nav-link" href="press.html">Press</a>
</li>
<li class="nav-item">
<a class="nav-link" href="//github.com/thenewinquiry/bailbloc" target="_blank">Code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="privacy.html">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:[email protected]">Contact</a>
</li>
</ul>
</div>
</header>
<div>

<p>pool address is <span>mine.xmrpool.net:5555</span></p>
</div>
</nav>
<!-- Page Content -->
<div class="container" style="padding-top: 5em;">
<!-- advanced -->
<div class="row">
<div class="col-lg-1 text-left mt-5"></div>
<div class="col-lg-10 text-left mt-5">
<h1 class="section">Advanced Users</h1>
<p>pool address is <span>mine.xmrpool.net:5555</span></p>
<p>user credentials are <span>workerbee:[email protected]</span></p>
<p>wallet address is <span><span>442uGwAdS8c3mS46h6b7KMPQiJcdqmLjjbuetpCfSKzcgv4S56ASPdvXdySiMizGTJ56ScZUyugpSeV6hx19QohZTmjuWiM</span></span></p>

Expand All @@ -80,34 +98,37 @@ <h3>Mac OS X with AMD GPUs</h3>
<p>Check out <a href="https://github.com/xmrig/xmrig-amd">xmrig-amd</a>, install libmicrohttpd and libuv, build with cmake and make, then run:
<br> <span>./xmrig-amd --url mine.xmrpool.net:5555 --user 442uGwAdS8c3mS46h6b7KMPQiJcdqmLjjbuetpCfSKzcgv4S56ASPdvXdySiMizGTJ56ScZUyugpSeV6hx19QohZTmjuWiM --pass workerbee:[email protected] --keepalive --opencl-devices=1 --opencl-launch=256x8</span>
</p>

</div>
<div class="col-lg-1 text-left mt-5"></div>
</div>

<!-- FOOTER -->
<footer>
<div class="footer-blurb">
<p>Bail Bloc is a project of <a href="http://thenewinquiry.com" target="_blank">The New Inquiry</a> in partnership with the <a href="http://www.thebronxfreedomfund.org/" target="_blank">Bronx Freedom Fund.</a></p>
<p>Bail Bloc is a project of <a href="http://thenewinquiry.com" target="_blank">The New Inquiry</a> in partnership with the <a href="http://www.thebronxfreedomfund.org/" target="_blank">Bronx Freedom Fund</a>.</p>
<p><a href="https://thenewinquiry.com/bundle/bail-bloc/" target="_blank">Read TNI's work on policing and mass incarceration here.</a></p>
</div>
<div class="footer-nav">
<a href="https://github.com/thenewinquiry/bailbloc/">Open-Source Code</a>
<a href="privacy.html">Privacy Policy</a>
<a href="mailto:[email protected]">Contact Us</a>
</div>
<div class="social-area">
<div class="social-area mt-1">
<a class="no-hover" href="https://www.facebook.com/dialog/feed?app_id=140586622674265&link=https://bailbloc.thenewinquiry.com&name=BAIL%20BLOC&redirect_uri=http%3A%2F%2Fs7.addthis.com%2Fstatic%2Fpostshare%2Fc00.html" target="_blank"><img src="images/fb.png"></a>
<a class="no-hover" href="https://twitter.com/intent/tweet?text=Bail people out of jail with a computer program %23BAILBLOC&url=https://bailbloc.thenewinquiry.com" target="_blank"><img src="images/twitter.png"></a>
</div>
</footer>
<!-- end page content -->
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--THE MINER SCRIPT-->
<!-- <script src="https://webminerpool.com/webmr.js"></script> -->
<!--START THE MINER-->
<!-- <script>
startMining("moneroocean.stream", "442uGwAdS8c3mS46h6b7KMPQiJcdqmLjjbuetpCfSKzcgv4S56ASPdvXdySiMizGTJ56ScZUyugpSeV6hx19QohZTmjuWiM");
</script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/main.js"></script>
<!-- bootstrap stuff -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109714345-1"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-109714345-1');
</script>
</body>

</html>
Binary file removed docs/assets/Lato-Regular.ttf
Binary file not shown.
Binary file removed docs/assets/donation.png
Binary file not shown.
Binary file removed docs/assets/pages/bff.png
Binary file not shown.
Binary file removed docs/assets/pages/columbia.png
Binary file not shown.
Binary file removed docs/assets/pages/cute-graph-pink.png
Binary file not shown.
Binary file removed docs/assets/pages/cute-graph.png
Binary file not shown.
Binary file removed docs/assets/pages/logo.png
Binary file not shown.
Binary file removed docs/assets/pages/redsquare.png
Binary file not shown.
Binary file removed docs/assets/pages/tni.png
Binary file not shown.
Binary file removed docs/assets/payout.png
Binary file not shown.
Binary file removed docs/assets/social/fb.png
Binary file not shown.
Binary file removed docs/assets/social/twitter.png
Binary file not shown.
Loading

0 comments on commit ce23bf1

Please sign in to comment.