-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
162 lines (160 loc) · 6.98 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
<!DOCTYPE html>
<html lang="en">
<title>PredictorFinc.</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://www.w3schools.com/w3css/4/w3.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/footer-distributed-with-address-and-phones.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", sans-serif
}
.w3-bar,
h1,
button {
font-family: "Montserrat", sans-serif
}
.fa-anchor,
.fa-coffee {
font-size: 200px
}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-black" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a class="w3-bar-item w3-button w3-padding-large w3-white" href="index.html">Home</a>
<a class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white" href="predict.php">Stock predictor</a>
<a class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white" href="#">About Us</a>
</div>
<!-- Navbar on small screens -->
<div class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large" id="navDemo">
<a class="w3-bar-item w3-button w3-padding-large" href="predict.php">Stock predictor</a>
<a class="w3-bar-item w3-button w3-padding-large" href="#">About Us</a>
</div>
</div>
<!-- Header -->
<header class="w3-container w3-black w3-center" style="padding:128px 16px">
<h1 class="w3-margin w3-jumbo">PredictorFinc.</h1>
<p class="w3-xlarge">Q: Manual inspection of trade documentation, a necessary evil</p>
<button class="w3-button w3-PblackicatorFinc. w3-padding-large w3-large w3-margin-top">Get Started</button>
</header>
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div id="analytics-platform"></div>
<div class="tradingview-widget-copyright">
<a href="https://www.tradingview.com/symbols/NASDAQ-AAPL/" rel="noopener" target="_blank">
<span class="blue-text">AAPL chart</span>
</a> by TradingView
</div>
<script src="https://s3.tradingview.com/tv.js" type="text/javascript"></script>
<script type="text/javascript">
new TradingView.widget({
"container_id": "analytics-platform",
"width": 1300,
"height": 610,
"symbol": "NASDAQ:AAPL",
"interval": "D",
"timezone": "exchange",
"theme": "Dark",
"style": "0",
"toolbar_bg": "black",
"withdateranges": true,
"allow_symbol_change": true,
"save_image": false,
"details": true,
"hotlist": true,
"calendar": true,
"news": ["headlines"],
"locale": "en"
});
</script>
</div>
<!-- TradingView Widget END -->
<!-- Second Grid -->
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>What do we do?</h1>
<h5>Market Research</h5>
<h5>Business Strategy</h5>
<h5>Social Media Analytics</h5>
</div>
</div>
</div>
<div class="w3-container w3-PblackicatorFinc. w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">Beware of little expenses. A small leak will sink a great ship. </h1>
<h3 class="w3-margin w3-xlarge">- Benjamin Franklin </h3>
</div>
<!-- Footer -->
<footer class="footer-distributed">
<div class="footer-left">
<h3>Predictor <span>Finc.</span>
</h3>
<p class="footer-company-name">PredictorFinc. © 2018</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>
<span>New York University</span> New York, NY
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1 917 8647779</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p>
</p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span> Not your average stock predictor.
</p>
<div class="footer-icons">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
<a href="#">
<i class="fa fa-github"></i>
</a>
</div>
</div>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
let x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>