Skip to content

Commit

Permalink
Extract default layout from index.html (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jul 28, 2017
1 parent f2caa51 commit 1003ae4
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 142 deletions.
88 changes: 88 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">

<title>{{ page.title }}</title>

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/wp-content/themes/pinzolo/style.css" type="text/css" media="screen"/>

<link rel='dns-prefetch' href='//fonts.googleapis.com'/>
<link rel='stylesheet' id='opensans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C700italic%2C300%2C600%2C700&#038;ver=4.7.5' type='text/css' media='all'/>

<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/superfish.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/jquery.formalize.min.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/tinynav.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/pinzolo.js?ver=4.7.5'></script>
</head>

<body class="home page-template-default page page-id-6 custom-background">

<div id="wrapper_border" class="center" style="margin-top: 50px;">
<div id="wrapper_bg" class="center">
<div id="navwrap">
<div id="navwrap2">
<nav>
<ul id="menuUl" class="menu">
<li class="tnskip">&nbsp;</li><li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item menu-item-40"><a href="/">Home</a></li>
<li id="menu-item-1427" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1427"><a href="https://market.bisq.io/">Markets</a></li>
<li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="/philosophy/">Philosophy</a></li>
<li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36"><a href="/community/">Community</a></li>
<li id="menu-item-468" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-468"><a href="/faq/">FAQ</a></li>
<li id="menu-item-597" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-597"><a href="/blog/category/news/">Blog</a></li>
<li id="menu-item-1271" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1271"><a href="https://forum.bisq.io/">Forum</a></li>
<li id="menu-item-1602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1602"><a href="/downloads/">Downloads</a></li>
<li class="tnskip">&nbsp;</li><li class="tnskip filler"></li>
</ul>
</nav>
</div>
</div>

<header>
<img class="size-full" src="/wp-content/uploads/2014/09/bitsquare-home2.jpg" alt=""/>
</header>

<div id="homeboxes">
<div class="homebox"><a href="/blog/category/video">
<img src="/wp-content/uploads/2014/12/videos_button.png" alt="Videos"/></a>
</div>
<div class="homebox">
<a href="/downloads/"><img src="/wp-content/uploads/2014/12/download_button.png" alt="Download"/></a>
</div>
<div class="homebox"><a href="https://github.com/bitsquare/bitsquare">
<img src="/wp-content/uploads/2014/12/source_button.png" alt="Source"/></a>
</div>
<div class="homebox"><a href="/bitsquare.pdf">
<img src="/wp-content/uploads/2014/12/whitepaper_button.png" alt="Whitepaper"/></a>
</div>
</div>

{{ content }}

<footer class="center copy">

<nav class="nav-footer">
<ul id="menuUIfooter" class="menu">
<li class="tnskip" >&nbsp;</li><li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="/press/">Press</a></li>
<li id="menu-item-453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-453"><a href="/roadmap/">Roadmap</a></li>
<li id="menu-item-1601" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1601"><a href="/contribute/">Contribute</a></li>
<li id="menu-item-451" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-451"><a href="/dao/">DAO</a></li>
<li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="/contact/">Contact</a></li>
<li class="tnskip">&nbsp;</li><li class="tnskip filler"></li>
</ul>
</nav>

<br/>

<p>&copy; {{ site.time | date: '%Y' }} Bisq</p>

</footer>

</div>
</div>
</body>
</html>
198 changes: 56 additions & 142 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,166 +1,80 @@
---
layout: default
title: Bisq - The P2P exchange network
---
<!doctype html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">

<title>{{ page.title }}</title>

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/wp-content/themes/pinzolo/style.css" type="text/css" media="screen"/>

<link rel='dns-prefetch' href='//fonts.googleapis.com'/>
<link rel='stylesheet' id='opensans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C700italic%2C300%2C600%2C700&#038;ver=4.7.5' type='text/css' media='all'/>

<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/superfish.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/jquery.formalize.min.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/tinynav.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/pinzolo/js/pinzolo.js?ver=4.7.5'></script>
</head>

<body class="home page-template-default page page-id-6 custom-background">

<div id="wrapper_border" class="center" style="margin-top: 50px;">
<div id="wrapper_bg" class="center">
<div id="navwrap">
<div id="navwrap2">
<nav>
<ul id="menuUl" class="menu">
<li class="tnskip">&nbsp;</li><li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item menu-item-40"><a href="/">Home</a></li>
<li id="menu-item-1427" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1427"><a href="https://market.bisq.io/">Markets</a></li>
<li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="/philosophy/">Philosophy</a></li>
<li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36"><a href="/community/">Community</a></li>
<li id="menu-item-468" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-468"><a href="/faq/">FAQ</a></li>
<li id="menu-item-597" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-597"><a href="/blog/category/news/">Blog</a></li>
<li id="menu-item-1271" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1271"><a href="https://forum.bisq.io/">Forum</a></li>
<li id="menu-item-1602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1602"><a href="/downloads/">Downloads</a></li>
<li class="tnskip">&nbsp;</li><li class="tnskip filler"></li>
</ul>
</nav>
</div>
</div>

<header>
<img class="size-full" src="/wp-content/uploads/2014/09/bitsquare-home2.jpg" alt=""/>
</header>

<div id="homeboxes">
<div class="homebox"><a href="/blog/category/video">
<img src="/wp-content/uploads/2014/12/videos_button.png" alt="Videos"/></a>
</div>
<div class="homebox">
<a href="/downloads/"><img src="/wp-content/uploads/2014/12/download_button.png" alt="Download"/></a>
</div>
<div class="homebox"><a href="https://github.com/bitsquare/bitsquare">
<img src="/wp-content/uploads/2014/12/source_button.png" alt="Source"/></a>
</div>
<div class="homebox"><a href="/bitsquare.pdf">
<img src="/wp-content/uploads/2014/12/whitepaper_button.png" alt="Whitepaper"/></a>
</div>
</div>

<div id="homevideo">
<iframe src="https://player.vimeo.com/video/113838717" width="704" height="396" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</div>
<div id="homevideo">
<iframe src="https://player.vimeo.com/video/113838717" width="704" height="396" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</div>

<div id="main" class="center">
<div id="page" class="scol">
<div class="content">
<div id="main" class="center">
<div id="page" class="scol">
<div class="content">

<p></p>
<p></p>

<h1>Welcome to Bisq!</h1>
<h1>Welcome to Bisq!</h1>

<p>Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.</p>
<p>Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.</p>

<h2>How to get started</h2>
<h2>How to get started</h2>

<p>Bisq is unique in that it enables you to start trading in less than 10 minutes:</p>
<p>Bisq is unique in that it enables you to start trading in less than 10 minutes:</p>

<ol>
<li><strong><a href="https://github.com/bitsquare/bitsquare/releases" target="_blank">Download
the app</a></strong>, or build it from source.
</li>
<li>Add your national or crypto currency accounts.</li>
<li>Create new offer or take an existing one.</li>
<li>Follow the user interface to finalize the trade.</li>
</ol>
<ol>
<li><strong><a href="https://github.com/bitsquare/bitsquare/releases" target="_blank">Download
the app</a></strong>, or build it from source.
</li>
<li>Add your national or crypto currency accounts.</li>
<li>Create new offer or take an existing one.</li>
<li>Follow the user interface to finalize the trade.</li>
</ol>

<p>&nbsp;</p>
<p>&nbsp;</p>

<p>
<a href="/blog/software-demo/"><img class="alignnone wp-image-1385 size-medium" src="/wp-content/uploads/2016/06/app-layers1.png" alt="" width="1708" height="984"/></a>
</p>
<p>
<a href="/blog/software-demo/"><img class="alignnone wp-image-1385 size-medium" src="/wp-content/uploads/2016/06/app-layers1.png" alt="" width="1708" height="984"/></a>
</p>

<h2>Features and Philosophy</h2>
<h2>Features and Philosophy</h2>

<p>Unlike traditional online exchanges, Bisq is designed to be:</p>
<p>Unlike traditional online exchanges, Bisq is designed to be:</p>

<ul>
<li>
<span style="text-decoration: underline;">Instantly accessible</span> &#8211; no need for registration or approval from a central authority.
</li>
<li>
<span style="text-decoration: underline;">Decentralized</span> &#8211; there is no single point of failure. The system is peer-to-peer and trading can not be stopped or censored.
</li>
<li>
<span style="text-decoration: underline;">Safe</span> &#8211; Bisq never holds your funds. Decentralized arbitration system and security deposits protect traders.
</li>
<li>
<span style="text-decoration: underline;">Private</span> &#8211; no one except trading partners exchange personally identifying data. All personal data is stored locally.
</li>
<li>
<span style="text-decoration: underline;">Secure</span> &#8211; end-to-end encrypted communication routed over Tor.
</li>
<li>
<span style="text-decoration: underline;">Open</span> &#8211; every aspect of the project is transparent. The code is <a href="https://github.com/bitsquare/bitsquare" target="_blank">open source</a>.
</li>
<li>
<span style="text-decoration: underline;">Easy</span> &#8211; we take usability seriously.
</li>
</ul>
<ul>
<li>
<span style="text-decoration: underline;">Instantly accessible</span> &#8211; no need for registration or approval from a central authority.
</li>
<li>
<span style="text-decoration: underline;">Decentralized</span> &#8211; there is no single point of failure. The system is peer-to-peer and trading can not be stopped or censored.
</li>
<li>
<span style="text-decoration: underline;">Safe</span> &#8211; Bisq never holds your funds. Decentralized arbitration system and security deposits protect traders.
</li>
<li>
<span style="text-decoration: underline;">Private</span> &#8211; no one except trading partners exchange personally identifying data. All personal data is stored locally.
</li>
<li>
<span style="text-decoration: underline;">Secure</span> &#8211; end-to-end encrypted communication routed over Tor.
</li>
<li>
<span style="text-decoration: underline;">Open</span> &#8211; every aspect of the project is transparent. The code is <a href="https://github.com/bitsquare/bitsquare" target="_blank">open source</a>.
</li>
<li>
<span style="text-decoration: underline;">Easy</span> &#8211; we take usability seriously.
</li>
</ul>

<p>Bisq is for those who do not want to forfeit control or privacy to a central authority in order to trade with other individuals. We regard financial transactions as a form of private speech that should be protected from surveillance by banks, governments, and other institutions.</p>
<p>Bisq is for those who do not want to forfeit control or privacy to a central authority in order to trade with other individuals. We regard financial transactions as a form of private speech that should be protected from surveillance by banks, governments, and other institutions.</p>

<h2>Join the community</h2>
<h2>Join the community</h2>

<p>Bisq is currently in Beta and we are actively looking for highly-skilled developers, designers and security experts to join our <a href="/community/">community</a>. If you&#8217;re interested in helping make Bisq a reality, there are many ways to <a href="/contribute/">contribute</a>. We&#8217;d love to <a href="/contact/">hear from you</a>!</p>
<p>Bisq is currently in Beta and we are actively looking for highly-skilled developers, designers and security experts to join our <a href="/community/">community</a>. If you&#8217;re interested in helping make Bisq a reality, there are many ways to <a href="/contribute/">contribute</a>. We&#8217;d love to <a href="/contact/">hear from you</a>!</p>

<p>Our <a href="/roadmap/">roadmap</a> provides an overview of high-level features and milestones on the way to Bisq v1.0.</p>
<p>Our <a href="/roadmap/">roadmap</a> provides an overview of high-level features and milestones on the way to Bisq v1.0.</p>

<h2>Stay up-to-date</h2>
<h2>Stay up-to-date</h2>

<p>
<a href="http://bitsquare.us9.list-manage.com/subscribe?u=fee3c64b1504e7835a98b0ed3&amp;id=dc09b9ca64">Sign up for the Bisq newsletter</a> so you never miss an important update! Unlike the <a href="/community/#mailing-list">Bisq mailing list</a>, which can see higher message volumes, the newsletter is reserved for important announcements, such as when we release new milestones. Of course, you can unsubscribe at any time.</p>
</div>
</div>
<p>
<a href="http://bitsquare.us9.list-manage.com/subscribe?u=fee3c64b1504e7835a98b0ed3&amp;id=dc09b9ca64">Sign up for the Bisq newsletter</a> so you never miss an important update! Unlike the <a href="/community/#mailing-list">Bisq mailing list</a>, which can see higher message volumes, the newsletter is reserved for important announcements, such as when we release new milestones. Of course, you can unsubscribe at any time.</p>
</div>

<footer class="center copy">

<nav class="nav-footer">
<ul id="menuUIfooter" class="menu">
<li class="tnskip" >&nbsp;</li><li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="/press/">Press</a></li>
<li id="menu-item-453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-453"><a href="/roadmap/">Roadmap</a></li>
<li id="menu-item-1601" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1601"><a href="/contribute/">Contribute</a></li>
<li id="menu-item-451" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-451"><a href="/dao/">DAO</a></li>
<li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="/contact/">Contact</a></li>
<li class="tnskip">&nbsp;</li><li class="tnskip filler"></li>
</ul>
</nav>

<br/>

<p>&copy; {{ site.time | date: '%Y' }} Bisq</p>

</footer>

</div>
</div>
</body>
</html>

0 comments on commit 1003ae4

Please sign in to comment.