-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (126 loc) · 6.02 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
<!DOCTYPE html>
<html>
<head>
<title>Charts - OB1</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Making online trade free for everyone, everywhere.">
<link rel="icon" type="image/png" href="http://ob1.io/img/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script type="c6c528ae8d578de9d2e22001-text/javascript">
(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-67395123-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="header" style="background: #000">
<ul>
<li><a href="http://ob1.io/index.html" class="mr25"><img src="http://ob1.io/img/icon.png" width="56px" /></a></li>
<li><a href="http://ob1.io/about.html" class="mr25">About</a></li>
<li><a href="https://medium.com/openbazaarproject" target="_blank" class="mr25">Blog</a></li>
<li><a href="#" class="mr25 white">Charts</a></li>
<li><a href="https://twitter.com/ob1company" target="_blank"><img src="http://ob1.io/img/twitter.png" width="20px" /></a></li>
</ul>
</div>
<div class="main align-left" style="margin: 0 50px">
<h3 class="mt40" style="margin-bottom: 10px;">OpenBazaar Charts</h3>
<div style="width: 100%; text-align: justify;">
<div style="width: 300px; display: inline-block; margin-top: 10px; margin-bottom: 30px;">
<div style="width: 265px; height: 200px;" class="col12 gray">
<a href="singleCharts/nodes.html" style="color: inherit; font-weight: normal;">
<span style="cursor: pointer; color: #004a7c;">
Nodes Online
</span>
<img src="http://crawler.ob1.io:80/charts/nodes?timeFrame=48h" style="display: block; width: 225px; height: 145px; margin-top: 8px;">
</a>
</div>
<span style="line-height: 1.4em;"> Shows the number of nodes currently being run on the network </span>
</div>
<div style="width: 300px; display: inline-block; margin-top: 10px; margin-bottom: 30px;">
<div style="width: 265px; height: 200px;" class="col12 gray">
<a href="singleCharts/listings.html" style="color: inherit; font-weight: normal;">
<span style="cursor: pointer; color: #004a7c;">
Listings Posted
</span>
<img src="http://crawler.ob1.io:80/charts/listings?timeFrame=168h&lastActive=168h" style="display: block; width: 225px; height: 145px; margin-top: 8px;">
</a>
</div>
<span style="line-height: 1.4em;"> Look at the total number of listings that have been created </span>
</div>
<div style="width: 300px; display: inline-block; margin-top: 10px; margin-bottom: 30px;">
<div style="width: 265px; height: 200px;" class="col12 gray">
<a href="singleCharts/ratings.html" style="color: inherit; font-weight: normal;">
<span style="cursor: pointer; color: #004a7c;">
Ratings Given
</span>
<img src="http://crawler.ob1.io:80/charts/ratings?timeFrame=168h&lastActive=168h" style="display: block; width: 225px; height: 145px; margin-top: 8px;">
</a>
</div>
<span style="line-height: 1.4em;"> View how many ratings have been given for listings </span>
</div>
<div style="width: 300px; display: inline-block; margin-top: 10px; margin-bottom: 30px;">
<div style="width: 265px; height: 200px;" class="col12 gray">
<a href="singleCharts/vendors.html" style="color: inherit; font-weight: normal;">
<span style="cursor: pointer; color: #004a7c;">
Vendors
</span>
<img src="http://crawler.ob1.io:80/charts/vendors?timeFrame=168h&lastActive=168h" style="display: block; width: 225px; height: 145px; margin-top: 8px; margin-left: auto; margin-right: auto;">
</a>
</div>
<span style="line-height: 1.4em;"> Discover how many people are selling their products </span>
</div>
<div style="width: 300px; display: inline-block; margin-top: 10px; margin-bottom: 30px;">
<div style="width: 265px; height: 200px;" class="col12 gray">
<a href="singleCharts/userAgents.html" style="color: inherit; font-weight: normal;">
<span style="cursor: pointer; color: #004a7c;">
User Agents
</span>
<img src="http://crawler.ob1.io:80/charts/useragents?timeFrame=48h" style="display: block; margin-top: 10px; width: 150px; height: 150px; margin-left: 44px;">
</a>
</div>
<span style="line-height: 1.4em;"> Find out which version of OB people are running </span>
</div>
<div style="width: 300px; display: inline-block; margin-top: 10px; margin-bottom: 30px;">
<div style="width: 265px; height: 200px;" class="col12 gray">
<a href="https://github.com/cpacia/obcrawler" style="color: inherit; font-weight: normal;">
<span style="cursor: pointer; color: #004a7c;">
API
</span>
<img src="http://ob1.io/img/icon.png" style="display: block; margin-top: 10px; width: 128px; height: 123px; margin-left: 44px;">
</a>
</div>
<span style="line-height: 1.4em;"> Learn about the API and find more information about OpenBazaar </span>
</div>
<span style="width: 100%;
display: inline-block;
font-size: 0;
line-height: 0">
</span>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
</div>
<div style="text-align: right; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;"> Visuals built in collaboration with <a href="https://zokos.com" style="color: #004a7c;"> Zokos </a> </div>
<div class="footer">
<ul>
<li><a href="index.html" class="mr25"><img src="http://ob1.io/img/icon.png" width="56px" /></a></li>
<li><a href="about.html" class="mr25">About</a></li>
<li><a href="https://medium.com/openbazaarproject" target="_blank" class="mr25">Blog</a></li>
<li><a href="../index.html" class="mr25 white">Charts</a></li>
<li><a href="https://twitter.com/ob1company" target="_blank"><img src="http://ob1.io/img/twitter.png" width="20px" /></a></li>
</ul>
</div>
</div>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="c6c528ae8d578de9d2e22001-" defer=""></script></body>
</html>