Browse Source

Merge pull request #99 from DarrenRM/july-update

updated logo, new hero, new copy
pinheadmz-patch-2
Darren M 6 years ago
committed by GitHub
parent
commit
092c33d49b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 185
      assets/css/template.css
  2. 22
      assets/css/template.min.css
  3. 31
      assets/images/Slack_Mark_Monochrome_Black.svg
  4. BIN
      assets/images/bcoin-logo-gradient-text.png
  5. BIN
      assets/images/bcoin-logo-gradient.png
  6. BIN
      assets/images/menace-raccoon-monotone.png
  7. 6
      assets/js/custom.js
  8. 5
      assets/js/custom.min.js
  9. 121
      index.html

185
assets/css/template.css

File diff suppressed because one or more lines are too long

22
assets/css/template.min.css

File diff suppressed because one or more lines are too long

31
assets/images/Slack_Mark_Monochrome_Black.svg

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 270 270" style="enable-background:new 0 0 270 270;" xml:space="preserve">
<style type="text/css">
.st0{fill:#2D333A;}
</style>
<g id="Layer_1_1_">
</g>
<g id="Layer_3">
</g>
<g id="Layer_4">
</g>
<g id="Layer_2">
<g>
<rect x="128.5" y="127.3" transform="matrix(0.9482 -0.3176 0.3176 0.9482 -36.0197 50.6366)" class="st0" width="17.6" height="17"/>
<g>
<rect x="128.5" y="127.3" transform="matrix(0.9482 -0.3176 0.3176 0.9482 -36.0197 50.6366)" class="st0" width="17.6" height="17"/>
<path class="st0" d="M194.6,118.5c-12.9-43-31.5-53-74.5-40.1s-53,31.5-40.1,74.5s31.5,53,74.5,40.1S207.5,161.5,194.6,118.5z
M172.9,146.4l-8.1,2.7l2.8,8.4c1.1,3.4-0.7,7.1-4.1,8.2c-0.7,0.2-1.5,0.4-2.2,0.3c-2.6-0.1-5.1-1.8-6-4.4l-2.8-8.4l-16.7,5.6
l2.8,8.4c1.1,3.4-0.7,7.1-4.1,8.2c-0.7,0.2-1.5,0.4-2.2,0.3c-2.6-0.1-5.1-1.8-6-4.4l-2.8-8.4l-8.1,2.7c-0.7,0.2-1.5,0.4-2.2,0.3
c-2.6-0.1-5.1-1.8-6-4.4c-1.1-3.4,0.7-7.1,4.1-8.2l8.1-2.7l-5.4-16.1l-8.1,2.7c-0.7,0.2-1.5,0.4-2.2,0.3c-2.6-0.1-5.1-1.8-6-4.4
c-1.1-3.4,0.7-7.1,4.1-8.2l8.1-2.7l-2.8-8.4c-1.1-3.4,0.7-7.1,4.1-8.2s7.1,0.7,8.2,4.1l2.8,8.4l16.7-5.6l-2.8-8.4
c-1.1-3.4,0.7-7.1,4.1-8.2c3.4-1.1,7.1,0.7,8.2,4.1l2.8,8.4l8.1-2.7c3.4-1.1,7.1,0.7,8.2,4.1c1.1,3.4-0.7,7.1-4.1,8.2l-8.1,2.7
l5.4,16.1l8.1-2.7c3.4-1.1,7.1,0.7,8.2,4.1C178.1,141.6,176.3,145.3,172.9,146.4z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
assets/images/bcoin-logo-gradient-text.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
assets/images/bcoin-logo-gradient.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
assets/images/menace-raccoon-monotone.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

6
assets/js/custom.js

@ -207,7 +207,9 @@
afterInit: afterOWLinit, afterInit: afterOWLinit,
afterUpdate: afterOWLinit, afterUpdate: afterOWLinit,
touchDrag: false, touchDrag: false,
mouseDrag: false mouseDrag: false,
dots: false,
nav: false,
}); });
function afterOWLinit() { function afterOWLinit() {
@ -297,6 +299,8 @@
navigation: true, navigation: true,
pagination: true, pagination: true,
singleItem: true, singleItem: true,
dots: false,
nav: false,
transitionStyle : 'backSlide', transitionStyle : 'backSlide',
navigationText: [ navigationText: [
'<i class="icon-arrow-left icons"></i>', '<i class="icon-arrow-left icons"></i>',

5
assets/js/custom.min.js

File diff suppressed because one or more lines are too long

121
index.html

@ -3,11 +3,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="bcoin is the production ready, enterprise level Bitcoin implementation <meta name="description" content="Enterprise-level Bitcoin and Blockchain libraries. Built for businesses, miners, wallets, and hobbyists.">
written entirely in JavaScript. Run a node in your browser or support a full-scale e-commerce platform all with bcoin.">
<meta name="author" content=""> <meta name="author" content="">
<title>bcoin | Extending Bitcoin into Enterprise & Production</title> <title>bcoin | Enterprise-level Bitcoin and Blockchain libraries.</title>
<!-- Favicons --> <!-- Favicons -->
<!-- old <!-- old
@ -132,21 +131,67 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-6 col-md-6 text-center m-t-50 ideatime"> <div class="col-sm-6 col-md-6 text-center ideatime">
<img width="66%" class="module-header m-t-30 m-b-30 hero-image" src="assets/images/logo-dark-large.png" alt="A Fullnode Bitcoin Implementation for Miners, Wallets, and Exchanges" /> <img class="module-header m-t-30 m-b-10 hero-image" src="assets/images/bcoin-logo-gradient-text.png" alt="An advanced fullnode implementation built for the native web." />
<h3 class="hero-module-header hero-para text-center"><span class="text-highlight-black">&nbsp;Enterprise-level&nbsp; &nbsp;Bitcoin&nbsp; &nbsp;and&nbsp; &nbsp;Blockchain &nbsp; &nbsp;libraries. &nbsp;Built&nbsp; &nbsp;for&nbsp; &nbsp;businesses,&nbsp; &nbsp;miners,&nbsp; &nbsp;wallets,&nbsp; &nbsp;and &nbsp;hobbyists &nbsp;</span><br /></h3>
<!--&nbsp;An&nbsp;advanced&nbsp; &nbsp;fullnode&nbsp; &nbsp;implementation&nbsp; &nbsp;built&nbsp; &nbsp;for&nbsp; &nbsp;Miners, &nbsp;Wallets,&nbsp; &nbsp;and&nbsp;Exchanges&nbsp;-->
<h3 class="hero-module-header hero-para text-center"><span class="text-highlight-black"> A&nbsp; Fullnode&nbsp; Bitcoin &nbsp;Implementation &nbsp;for &nbsp;Miners, &nbsp;Wallets, &nbsp;and&nbsp; Exchanges&nbsp;</span><br /></h3> <div class="row">
<div class="row">
<div class="row col-sm-12 text-center auto-margin-sides"> <div class="row col-sm-12 text-center auto-margin-sides">
<a href="#features" class="btn btn-gray">Learn More</a> <a href="#features" class="btn btn-gray">Technology</a>
<a href="#get-started" class="btn btn-purple button-gap">Try it Now</a> <a href="https://github.com/bcoin-org/bcoin" class="btn btn-purple button-gap">Github</a>
</div> </div>
</div> </div>
<!-- <div class="logo-wrap">
<div class="bitcoin-logo-small"></div>
<div class="bitcoin-cash-logo"></div>
<div>Supports both Bitcoin & Bitcoin Cash</div>
</div> -->
</div> </div>
<div class="col-sm-6 col-md-6 m-t-50"> <div class="col-sm-6 col-md-6 m-t-50 projects-hero">
<div class="terminal-window"> <div class="projects-list">
<h3>Projects</h3>
<div class="projects-item">
<a href="https://github.com/bcoin-org/bcoin" target="_blank">
<div class="input-group-addon" id="green"><div class="bitcoin-logo-small"></div></div>
<div class="form-control" >
<div class="project-info">
<div class="p-name">bcoin<span class="p-imp"> | Bitcoin</span></div>
<span class="p-link">github.com/bcoin-org/bcoin&nbsp;&nbsp;</span><i class="fa fa-external-link"></i>
</div>
</div>
</a>
</div>
<div class="projects-item">
<a href="https://github.com/bcoin-org/bcash" target="_blank">
<div class="input-group-addon" id="blue"><div class="bitcoin-cash-logo" style="width: 42px;height: 42px;margin: 4px 4px 0 4px;"></div></div>
<div class="form-control">
<div class="project-info">
<div class="p-name">bcash<span class="p-imp"> | Bitcoin Cash</span></div>
<span class="p-link">github.com/bcoin-org/bcash</span>&nbsp;&nbsp;</span><i class="fa fa-external-link"></i>
</div>
</div>
</a>
</div>
<div class="projects-item">
<a href="https://bpanel.org/" target="_blank">
<div class="input-group-addon" id="purple"><div class="menace-raccoon" style="width: 44px;height: 44px;margin: 3px 3px 0 3px;"></div></div>
<div class="form-control">
<div class="project-info">
<div class="p-name">bPanel<span class="p-imp"> | UI Framework</span></div>
<span class="p-link">bpanel.org</span>&nbsp;&nbsp;</span><i class="fa fa-external-link"></i>
</div>
</div>
</a>
</div>
</div>
<div class="community-links">
<a href="slack-signup.html" target="_blank" id="" data-toggle="tooltip" title="" data-placement="left" data-original-title="Join us on Slack!">
<div class="slack-icon"><h3>Join the Community on Slack</h3></div>
</a>
</div>
<!--<div class="terminal-window">
<header> <header>
<div class="button green"></div> <div class="button green"></div>
<div class="button yellow"></div> <div class="button yellow"></div>
@ -158,11 +203,11 @@
<span class="typed-cursor"></span> <span class="typed-cursor"></span>
</section> </section>
</div><!-- end of terminal window--> </div> terminal window-->
<div class="row terminal-subtext text-center"> <!-- <div class="row terminal-subtext text-center">
<h6>Supported and used in production by <a href="https://purse.io" target="_blank">Purse.io</a></h6> <h6>Supported and used in production by <a href="https://purse.io" target="_blank">Purse.io</a></h6>
</div> </div> -->
</div> </div>
@ -203,7 +248,7 @@
<!-- SLACK LINK --> <!-- SLACK LINK -->
<div class="menu-item"> <div class="menu-item">
<div class=""> <div class="">
<a href="slack-signup.html" target="_blank" id="" data-toggle="tooltip" title="" data-placement="bottom" data-original-title="Join us on Slack!"> <a href="slack-signup.html" target="_blank" id="" data-toggle="tooltip" title="" data-placement="right" data-original-title="Join us on Slack!">
<img src="assets/images/slack_icon.svg" width="18" height="18"/> <img src="assets/images/slack_icon.svg" width="18" height="18"/>
<span class=""></span> <span class=""></span>
</a> </a>
@ -274,7 +319,7 @@
<!-- END HOME --> <!-- END HOME -->
<!-- FEATURES --> <!-- FEATURES -->
<li><a href="#features">What is Bcoin</a></li> <li><a href="https://bpanel.org/">bPanel UI</a></li>
<!-- END FEATURES --> <!-- END FEATURES -->
<!-- GUIDES --> <!-- GUIDES -->
@ -309,7 +354,7 @@
<div class="col-sm-6 col-sm-offset-3"> <div class="col-sm-6 col-sm-offset-3">
<div class="module-header text-center"> <div class="module-header text-center">
<h2 class="montserrat text-uppercase">Why bcoin?</h2> <h2 class="montserrat text-uppercase">Why bcoin?</h2>
<p class="lead divider-line">Bcoin is an advanced fullnode implementation of bitcoin. It was designed to make Bitcoin accessible.</p> <p class="lead divider-line">Bcoin is an advanced fullnode implementation built with JavaScript/NodeJS. It is easier to use, faster to learn and more well-documented than competing implementations.</p>
</div> </div>
</div> </div>
</div><!-- .row --> </div><!-- .row -->
@ -323,8 +368,8 @@
<i class="icon-speedometer icons"></i> <i class="icon-speedometer icons"></i>
</div> </div>
<h4>Optimized</h4> <h4>Optimized</h4>
<p>Engineered from the ground-up to create scalable, flexible, and efficient production-ready systems.</p> <p>Engineered from the ground-up to create scalable, flexible, and efficient production-ready systems with unparalleled code readability.</p>
<a href="#optimized" class="btn btn-lg btn-link btn-base">Read more</a> <a href="#optimized" class="btn btn-lg btn-link btn-base">Details</a>
</div> </div>
</div> </div>
<!-- END ICONBOX --> <!-- END ICONBOX -->
@ -337,7 +382,7 @@
</div> </div>
<h4>Secure</h4> <h4>Secure</h4>
<p>Bcoin is consensus conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core.</p> <p>Bcoin is consensus conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core.</p>
<a href="#secure" class="btn btn-lg btn-link btn-base">Read more</a> <a href="#secure" class="btn btn-lg btn-link btn-base">Details</a>
</div> </div>
</div> </div>
<!-- END ICONBOX --> <!-- END ICONBOX -->
@ -349,8 +394,8 @@
<i class="icon-globe icons"></i> <i class="icon-globe icons"></i>
</div> </div>
<h4>Advanced</h4> <h4>Advanced</h4>
<p>Bcoin can be integrated into almost any desktop or browser application to enable native payments, using bitcoin’s trusted and robust global network.</p> <p>Bcoin can be integrated into almost any desktop or browser application to enable native payments, on both Bitcoin and Bitcoin Cash networks.</p>
<a href="#advanced" class="btn btn-lg btn-link btn-base">Read more</a> <a href="#advanced" class="btn btn-lg btn-link btn-base">Details</a>
</div> </div>
</div> </div>
<!-- END ICONBOX --> <!-- END ICONBOX -->
@ -436,7 +481,7 @@
<div class="box-icon-left"> <div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-book-open icons"></i></div> <div class="icon-box-icon"><i class="icon-book-open icons"></i></div>
<h4>Robust Wallet APIs</h4> <h4>Robust Wallet APIs</h4>
<p>Included natively is a REST API, and a legacy JSON RPC API; both let you easily interact and manage large scale wallet systems on the bitcoin network.</p> <p>Included natively is a REST API, and a legacy JSON RPC API; both let you easily interact and manage large scale wallet systems on multiple blockchains.</p>
</div> </div>
<div class="box-icon-left"> <div class="box-icon-left">
@ -462,18 +507,18 @@
<div class="col-md-6 col-md-offset-2 col-sm-7 col-sm-offset-1 pull-image-right"> <div class="col-md-6 col-md-offset-2 col-sm-7 col-sm-offset-1 pull-image-right">
<!--note: remove m-t-100 from class below --> <!--note: remove m-t-100 from class below -->
<h1 class="text-300">Secure, <br> Written from Scratch</h1> <h1 class="text-300">Secure, <br> Written from Scratch</h1>
<p>Developing applications that natively utilize bitcoin’s powerful financial network can be difficult, even for seasoned developers. Bcoin abstracts out the most difficult components of bitcoin development — allowing you to focus on creating great functionality, with hardened security at its core.</p> <p>Developing applications that natively utilize a blockchain can be difficult, even for seasoned developers. Bcoin abstracts out the most difficult components of crypto development — allowing you to focus on creating great functionality, with hardened security at its core.</p>
<div class="box-icon-left"> <div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-bubbles icons"></i></div> <div class="icon-box-icon"><i class="icon-bubbles icons"></i></div>
<h4>Consensus Tested</h4> <h4>Consensus Tested</h4>
<p>Consensus aware, bcoin conforms to all consensus measures present in Satoshi's reference implementation. Bcoin can even be used to mine on the bitcoin mainnet, and has successfully been used to mine blocks on it as well.</p> <p>Consensus aware, bcoin conforms to all consensus measures present in Satoshi's reference implementation. Bcoin can even be used to mine on the bitcoin mainnet, and has successfully been used to mine blocks as well.</p>
</div> </div>
<div class="box-icon-left"> <div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-heart icons"></i></div> <div class="icon-box-icon"><i class="icon-heart icons"></i></div>
<h4>Industry Trusted</h4> <h4>Industry Trusted</h4>
<p>Companies like Ripio, Bitpay and Purse have built bitcoin utilities and tools on bcoin that are now core components of their infrastructure for large-scale daily use by consumers.</p> <p>Companies like Ripio, Bitpay and Purse have built utilities and tools on bcoin that are now core components of their infrastructure, seeing large-scale daily use by consumers.</p>
</div> </div>
</div> </div>
</div> </div>
@ -490,7 +535,7 @@
<div class="col-md-6 col-md-pull-0 col-sm-6 col-sm-pull-4"> <div class="col-md-6 col-md-pull-0 col-sm-6 col-sm-pull-4">
<!--note: remove m-t-100 from class below --> <!--note: remove m-t-100 from class below -->
<h1 class="text-300">The Most Advanced<br> Fullnode Implementation.</h1> <h1 class="text-300">The Most Advanced<br> Fullnode Implementation.</h1>
<p>Since its purpose is for Production and Enterprise, bcoin includes embedded support for various advanced features; BIPs 150/151, Schnorr Signatures, MAST. With bcoin, companies can quickly begin work on robust, future-ready Proof of Concepts to be deployed on the bitcoin mainnet.</p> <p>Since its purpose is for Production and Enterprise, bcoin includes embedded support for various advanced features; BIPs 150/151, Schnorr Signatures, MAST. With bcoin, companies can quickly begin work on robust, future-ready Proof of Concepts to be deployed on mainnet.</p>
<div class="box-icon-left"> <div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-equalizer icons"></i></div> <div class="icon-box-icon"><i class="icon-equalizer icons"></i></div>
@ -541,7 +586,7 @@
<div class="col-sm-6 col-sm-offset-3"> <div class="col-sm-6 col-sm-offset-3">
<div class="module-header text-center"> <div class="module-header text-center">
<h2 class="montserrat text-uppercase">Get Started</h2> <h2 class="montserrat text-uppercase">Get Started</h2>
<p class="lead-more divider-line">Payments and transacting value across the internet should be easy. Bcoin enables the creation of elegant, robust, and scalable codebases. We've eliminated the unnecessary code complexity, so you can get up and running using Bcoin in just a few minutes.</p> <p class="lead-more divider-line">We've eliminated the unnecessary code complexity, so you can get up and running using Bcoin in just a few minutes.</p>
</div> </div>
</div> </div>
</div><!-- .row --> </div><!-- .row -->
@ -619,7 +664,7 @@
<div class="col-sm-4 col-sm-height col-sm-middle"><!--spacer in middle--> <div class="col-sm-4 col-sm-height col-sm-middle"><!--spacer in middle-->
<h3>Setup your Bcoin Node</h3> <h3>Setup your Bcoin Node</h3>
<div class="m-t-50 m-b-50"> <div class="m-t-50 m-b-50">
<p>Once you have bcoin installed, setting up a node on the bitcoin test network is simple. <br><br> Having a node set-up will allow you to more easily test and query the RPC/REST API, and begin monitoring new transactions added to the bitcoin blockchain/mempool.</p> <p>Once you have bcoin installed, setting up a node on the bitcoin test network is simple. <br><br> Having a node set-up will allow you to more easily test and query the RPC/REST API, and begin monitoring new transactions added to the blockchain/mempool.</p>
</div> </div>
@ -667,7 +712,7 @@
</div> </div>
</div> </div>
<div class="testimonial"> <div class="testimonial">
<strong>"Thank you, @bcoin, for setting a good example. @bitcoincoreorg is not the only #Bitcoin implementation that respects consensus."</strong> "Thank you, @bcoin, for setting a good example. @bitcoincoreorg is not the only #Bitcoin implementation that respects consensus."
</div> </div>
</div> </div>
<!-- END TESTIMONIAL --> <!-- END TESTIMONIAL -->
@ -682,7 +727,7 @@
</div> </div>
</div> </div>
<div class="testimonial"> <div class="testimonial">
<strong>"Congratulations to @bcoin & @_chjj on the first mainnet block mined with bcoin. Quite the milestone!"</strong> "Congratulations to @bcoin & @_chjj on the first mainnet block mined with bcoin. Quite the milestone!"
</div> </div>
</div> </div>
<!-- END TESTIMONIAL --> <!-- END TESTIMONIAL -->
@ -696,7 +741,7 @@
</div> </div>
</div> </div>
<div class="testimonial"> <div class="testimonial">
<strong>"Damn, JJ is a god walking among devs. Only way to explain @bcoin. My javascript bitcoin projects will no longer use bitcore."</strong> "Damn, JJ is a god walking among devs. Only way to explain @bcoin. My javascript bitcoin projects will no longer use bitcore."
</div> </div>
</div> </div>
<!-- END TESTIMONIAL --> <!-- END TESTIMONIAL -->
@ -711,7 +756,7 @@
</div> </div>
</div> </div>
<div class="testimonial"> <div class="testimonial">
<strong>"Chris Jeffery is definitely worth watching."</strong> "Chris Jeffery is definitely worth watching."
</div> </div>
</div> </div>
<!-- END TESTIMONIAL --> <!-- END TESTIMONIAL -->
@ -726,7 +771,7 @@
</div> </div>
</div> </div>
<div class="testimonial"> <div class="testimonial">
<strong>"It’s phenomenal work and I’m in awe of what [ JJ ] and his colleagues have pulled off."</strong> "It’s phenomenal work and I’m in awe of what [ JJ ] and his colleagues have pulled off."
</div> </div>
</div> </div>
<!-- END TESTIMONIAL --> <!-- END TESTIMONIAL -->
@ -790,9 +835,9 @@
<script src="assets/js/stickyfill.min.js"></script> <script src="assets/js/stickyfill.min.js"></script>
<script src="assets/js/custom.min.js"></script> <script src="assets/js/custom.min.js"></script>
<!--for animated terminal window (also requires jQ 2.1.3+) --> <!--for animated terminal window (also requires jQ 2.1.3+)
<script src="assets/js/typed.custom.js"></script> <script src="assets/js/typed.custom.js"></script>
<script src="assets/js/terminalcodedemo.js"></script> <script src="assets/js/terminalcodedemo.js"></script>-->
<!-- github button js --> <!-- github button js -->

Loading…
Cancel
Save