forked from bglassy/openbazaar.org
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
76 lines (71 loc) · 4.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<title>OpenBazaar</title>
<link rel="stylesheet" href="assets/css/ui-kit.css">
<link rel="icon" type="image/png" href="favicon.png" />
<meta property="og:image" content="https://openbazaar.org/assets/img/openbazaar-fb-img.png" />
</head>
<body>
<div class="site">
<div class="section-main" id="2">
<!-- <div class="gradient"></div> -->
<div class="overlay"></div>
<div class="section-left">
<div class="icon position-float-left"></div>
<div class="site-name position-float-left">OpenBazaar</div>
</div>
<div class="section-right">
<div class="headline-area">
<h1>A Free Market for all.</h1>
<h2>No Fees. No Restrictions.</h2>
</div>
<div class="cta-area">
<a href="download.html" class="main-cta-button">
<div class="main-cta">Download</div>
</a>
<a href="https://github.com/openbazaar" class="opacity75" target="_blank" title="View open source code on Github">It's open source. View the code.</a>
</div>
<div class="screenshot"></div>
</div>
<div class="section-bottom">
<div class="questions-area position-float-left">
<h3>FAQ</h3>
<ul class="ul-links">
<li><a href="https://openbazaar.zendesk.com/hc/en-us/articles/207982443-How-does-OpenBazaar-work-" target="_blank">How does OpenBazaar work? <span class="answer">It's a peer-to-peer marketplace...</span></a></li>
<li><a href="https://openbazaar.zendesk.com/hc/en-us/articles/203196635-Are-there-fees-to-use-OpenBazaar-" target="_blank">How are there no fees/restrictions?<span class="answer">OpenBazaar isn't a company...</span></a></li>
<li><a href="https://openbazaar.zendesk.com/hc/en-us/articles/207678086-Why-Is-Bitcoin-the-only-supported-payment-method-" target="_blank">Is Bitcoin the only supported payment method? <span class="answer">Yes, currently...</span></a></li>
<li><a href="https://openbazaar.zendesk.com/hc/en-us/articles/202587109-How-do-I-install-OpenBazaar-" target="_blank">How do I create a store and sell items? <span class="answer">Download the OpenBaz...</span></a></li>
</ul>
</div>
<div class="links-area position-float-left">
<h3>Links</h3>
<ul class="ul-links">
<li><a href="https://blog.openbazaar.org/" target="_blank">Blog</a></li>
<li><a href="https://docs.openbazaar.org/" target="_blank">Documentation</a></li>
<li><a href="https://blog.openbazaar.org/openbazaar-user-tutorial/" target="_blank">Tutorial</a></li>
<li><a href="https://blockchain.info/address/3BDbGsH5h5ctDiFtWMmZawcf3E7iWirVms" target="_blank">Donations</a></li>
<li class="social" style="border:0">
<a href="https://openbazaar-slackin-drwasho.herokuapp.com/" target="_blank" title="Join us on Slack"><div class="icon-social icon-slack"></div></a>
<a href="https://twitter.com/openbazaar" target="_blank" title="Twitter"><div class="icon-social icon-twitter"></div></a>
<a href="https://reddit.com/r/openbazaar" target="_blank" title="Reddit"><div class="icon-social icon-reddit"></div></a>
<a href="mailto:project@openbazaar.org" title="Contact us at project@openbazaar.org"><div class="icon-social icon-email"></div></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--<div class="bottom-notice js-bottom-notice">OpenBazaar is running in Testnet mode. It's <u>not recommended</u> to be used on real transactions yet</div>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75536111-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>