-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (100 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ntsuku Philosophy</title>
<style>
body {
background-color: grey;
font-family: Arial, sans-serif;
}
.header {
font-size: 40px;
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
color: transparent;
text-align: center;
margin-bottom: 50px;
}
.quote {
font-size: 40px;
color: maroon;
text-align: center;
}
</style>
</head>
<body>
<h1 class="header">Ntsuku Philosophy</h1>
<div class="quote" id="quote"></div>
<!-- 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/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-symbol-overview.js" async>
{
"symbols": [
[
"Google",
"GOOGL|1D"
],
[
"Microsoft",
"MSFT|1D"
],
[
"NASDAQ:PANW|1D"
],
[
"NASDAQ:NVDA|1D"
],
[
"NASDAQ:AMD|1D"
],
[
"NYSE:TSM|1D"
],
[
"NASDAQ:CHKP|1D"
]
],
"chartOnly": false,
"width": 1000,
"height": 500,
"locale": "en",
"colorTheme": "dark",
"autosize": false,
"showVolume": false,
"showMA": false,
"hideDateRanges": false,
"hideMarketStatus": false,
"hideSymbolLogo": false,
"scalePosition": "right",
"scaleMode": "Normal",
"fontFamily": "Arial, sans-serif",
"fontSize": "10",
"noTimeScale": false,
"valuesTracking": "1",
"changeMode": "price-and-percent",
"chartType": "area",
"maLineColor": "#2962FF",
"maLineWidth": 1,
"maLength": 9,
"lineWidth": 2,
"lineType": 0,
"dateRanges": [
"1d|1",
"1m|30",
"3m|60",
"6m|240",
"12m|1D",
"60m|1W",
"all|1M"
]
}
</script>
</div>
<!-- TradingView Widget END -->
<script src="ntsuku-philosophy.js"></script>
</body>
</html>