-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
134 lines (117 loc) · 5.91 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Accepting bitcoin payments at the point of sale - BitPocket</title>
<meta name="description" content="The mobile app BitPocket enables you to accept bitcoin payments at the point of sale.">
<meta name="keywords" content="Bitcoin, BitPocket, Cryptocurrency">
<meta name="author" content="Stefan Huber">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="background">
<header>
<a href="http://bitpocket.at"><img class="img-responsive" src="img/bitpocket-logo.png" alt="Bitpocket Logo"></a>
</header>
<section>
<div class="container">
<div class="row">
<div class="col-sm-5 col-md-4 col-lg-4 col-lg-offset-1">
<div class="phone">
<img class="phone-bg phone-bg-3 img-responsive" src="img/bitpocket-android.png" alt="Pitpocket App Android iOS">
</div>
</div>
<div class="col-sm-7 col-md-8 col-lg-5">
<div class="row">
<div class="col-xs-12 topic">
<div class="slogan">Enabling bitcoin payments at the point of sale.</div>
<div class="topic-title">What is Bitcoin?</div>
<p>Bitcoin is a global digital currency. Bitcoin is based on peer-to-peer internet technology
and thus, not controlled by any central authority. Transaction processing and currency
issuance is organized completely dezentralized.</p>
<div class="topic-title">What is BitPocket?</div>
<p>BitPocket is a mobile app for merchants, which want to accept bitcoin payments at the point
of sale. Accepting electronic payments was never easier. BitPocket is open source software,
your contributions are welcome!</p>
</div>
<div class="clearfix visible-xs-block"></div>
<div class="col-sm-6">
<a class="btn-special" href="https://play.google.com/store/apps/details?id=at.bitpocket.pos">
<img src="img/app-android.png" alt="BitPocket Android App">
</a>
</div>
<div class="col-sm-6">
<a class="btn-special" href="https://github.com/getbitpocket/bitpocket-mobile-app">
<img src="img/app-github.png" alt="BitPocket GitHub">
</a>
</div>
<div class="col-sm-6">
<a class="btn-special" href="https://itunes.apple.com/us/app/bitpocket/id1234154574?mt=8&ign-mpt=uo%3D4">
<img src="img/app-ios.png" alt="BitPocket iOS App">
</a>
</div>
<!-- div class="col-sm-6">
<a class="btn-special" href="docs.html">
<img src="img/app-doc.png" alt="BitPocket Docs">
</a>
</div-->
</div>
</div>
</div>
</div>
</section>
<a href="#tobottom" class="anchor-link hidden-xs">
<img class="arrow" src="img/arrow.png" alt="Show Footer">
</a>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="top-title">Project Lead</div>
</br>
<p><b>BeyondIT</b></p>
<p>
Stefan Huber</br>
Tafang 19</br>
6341 Ebbs</br>
<a href="http://www.beyondit.at" target="_blank">www.beyondit.at</a></br>
<a href="mailto:[email protected]">[email protected]</a></br>
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="top-title">Graphic Design</div>
</br>
<p><b>Neotonie - Information Architecture</b></p>
<p>
Erlach 228</br>
6210 Wiesing</br>
Austria</br>
<a href="http://www.neotonie.com" target="_blank">www.neotonie.com</a>
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="top-title">Project Sponsor</div>
</br>
<p><b>netidee</b></p>
<p>
Internet Foundation</br>
Austria (IPA)</br>
Karlsplatz 1/2/9</br>
A-1010 Wien</br>
<a href="http://netidee.at"><img style="width:120px;" src="img/netidee.png"></a>
</p>
</div>
</div>
</div>
</footer>
<div id="tobottom"></div>
</body>
</html>