-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
171 lines (153 loc) · 5.49 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE HTML>
<!--
Overflow by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>coinpricecompare</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<script type="text/javascript" src="charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="datafeeds/udf/dist/polyfills.js"></script>
<script type="text/javascript" src="datafeeds/udf/dist/bundle.js"></script>
<link rel="stylesheet" href="assets/css/main.css"/>
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css"/>
</noscript>
<script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script>
<script></script>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header" style="
margin-top: -277px;
">
<img src="images/bit.png" alt="">
<header style="
position: relative;
top: -176px;
right: -55px;
">
<h1>coinpricecompare.com</h1>
<h3>It's free and always will be.</h3>
<p>Compare All Market at Once.<br>
we strive to find the best places to store,<br> trade and mine cryptocurrency.<br> Our featured data can help you<br> easily navigate the crypto world.
</p>
</header>
<footer>
<a href="#banner" class="button style2 scrolly-middle">Learn More</a>
</footer>
</section>
<!-- Banner -->
<section id="banner">
<div class="prog">
<img src="images/prog.png" alt="">
</div>
<header>
<h2>This is coinpricecompare</h2>
</header>
<p>A platform for crypto currency traders.<br/>
easily check what is happening in market<br/> and based on accurate data,
make money.<br/>
</p>
<footer>
<a href="#first" class="button style2 scrolly">Go to statistic</a>
</footer>
</section>
<!-- Feature 1 -->
<article id="first" class="container box style1 right">
<div class="ana">
<img src="images/ana.png" alt="">
</div>
<h1 style=" /* position: relative; */
text-align: center;
margin-bottom: 128px;
margin-top: -186px;
color: white;
font-size: 70px;
}">Start Right Now!</h1>
<div class="inner">
<header>
<!-- TradingView Widget BEGIN -->
<!-- <script src="assets/js/chart.js"></script>-->
<div id="tv_chart_container"></div>
<!-- TradingView Widget END -->
</header>
</div>
</article>
<!-- Banner -->
<section id="banner2">
<header>
<h2>BTC Sell and Buy signals</h2>
</header>
<header class="signal"
style="text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: row;">
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a
href="https://www.tradingview.com/symbols/COINBASE-BTCUSD/technicals/" rel="noopener"
target="_blank"><span class="blue-text">Technical Analysis for BTCUSD</span></a> by TradingView
</div>
<script type="text/javascript"
src="https://s3.tradingview.com/external-embedding/embed-widget-technical-analysis.js" async>
{
"showIntervalTabs"
:
true,
"width"
:
"600",
"colorTheme"
:
"dark",
"isTransparent"
:
false,
"locale"
:
"en",
"symbol"
:
"COINBASE:BTCUSD",
"interval"
:
"1m",
"height"
:
"600"
}
</script>
</div>
<!-- TradingView Widget END -->
</header>
</section>
<section id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-google-plus-g"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon brands fa-pinterest"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© All rights reserved.</li>
<li>Design: <a href="http://coinpricecompare.com">coinpricecompare</a></li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/licence-chart.js"></script>
</body>
</html>