-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
170 lines (144 loc) · 8.91 KB
/
tutorial.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@google-sheets-add-on/home</title>
<link rel="stylesheet" href="/src/styles/index.scss">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="default-layout">
<header class="default-layout-header">
<div class="default-layout-header__slot">
<a class="default-layout-header__item" href="./data.html">
<svg class="default-layout-header__item-icon svg-icon">
<use xlink:href="./icons/sprite.svg#stats"></use>
</svg>
</a>
<a class="default-layout-header__item" href="./settings.html">
<svg class="default-layout-header__item-icon svg-icon">
<use xlink:href="./icons/sprite.svg#settings"></use>
</svg>
</a>
<a class="default-layout-header__item -active" href="./tutorial.html">
<svg class="default-layout-header__item-icon svg-icon">
<use xlink:href="./icons/sprite.svg#question"></use>
</svg>
</a>
</div>
<div class="default-layout-header__spacer"></div>
<div class="default-layout-header__slot">
<div class="default-layout-header__item">
<!--
Alternative states: '_warning' | '_error'.
Icon for warning state is 'sprite.svg#status-warning'
-->
<svg class="default-layout-header__status default-layout-header__status_state_success svg-icon">
<use xlink:href="./icons/sprite.svg#status"></use>
</svg>
</div>
<a class="default-layout-header__item" href="#">
<svg class="default-layout-header__item-icon svg-icon">
<use xlink:href="./icons/sprite.svg#link"></use>
</svg>
</a>
<a class="default-layout-header__item" href="#">
<svg class="default-layout-header__item-icon svg-icon">
<use xlink:href="./icons/sprite.svg#email"></use>
</svg>
</a>
</div>
</header>
<div class="default-layout-body">
<div class="default-layout-body__block default-layout-body__block_pb">
<div class="default-layout-body__block-text">
Welcome to EODHD's financial data add-on. <a href="#">Eodhd.com</a> specialises in providing complete financial data through APIs. This simple yet powerful formula-free add-on will enhance your Google Sheets by integrating various types of financial data with charts, including <strong>EOD</strong>, <strong>real-time</strong>, <strong>intraday</strong>, and <strong>historical data</strong> for <strong>Stocks</strong>, <strong>ETFs</strong>, <strong>Funds</strong>, <strong>Indices</strong>, <strong>Futures</strong>, <strong>Bonds</strong>, <strong>Options</strong>, <strong>Forex Pairs</strong>, and <strong>Crypto</strong>. Read more about it <a href="#">here</a>.
</div>
</div>
<div class="default-layout-body__block default-layout-body__block_pt default-layout-body__block_pb default-layout-body__block_variant_grey">
<h2 class="default-layout-body__block-title default-layout-body__block-title_center">
<div class="default-layout-body__block-title-text">How to start</div>
</h2>
<div class="default-layout-body__block-content">
<form action="#">
<div class="form-row">
<div class="default-layout-body__block-text">
1. <a href="#">Register for free</a> on our site eodhd.com to get API Key (or <a href="#">Log in</a>)
</div>
</div>
<div class="form-row">
<div class="form-field input-text -success">
<label class="form-field__label">2. Insert your API key here</label>
<div class="form-field__main">
<div class="form-field__field input-text__field">
<div class="input-text__bd"></div>
<input
class="form-field__input input-text__input"
type="text"
placeholder="xxxxxxxxxxxxxx.xxxxxxxxx"
/>
</div>
<svg class="form-field__main-icon form-field__main-icon_status svg-icon">
<use xlink:href="./icons/sprite.svg#check"></use>
</svg>
</div>
<div class="form-field__response">Your plan: Free plan.</div>
</div>
</div>
<div class="form-row">
<div class="default-layout-body__block-text">
3. API key is associated with the plan which gives access to various types of data. See which data is available to you in your <a href="#">dashboard</a>. Go to available data:
</div>
</div>
<div class="form-row">
<div class="btn-list btn-list_center">
<button class="btn btn_variant_secondary">
<svg class="btn__icon svg-icon">
<use xlink:href="./icons/sprite.svg#stats"></use>
</svg>
<div class="btn__text">Explore data</div>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
<footer class="default-layout-footer">
<div class="default-layout-footer__support">
<svg class="default-layout-footer__support-icon svg-icon">
<use xlink:href="./icons/sprite.svg#question"></use>
</svg>
<div class="default-layout-footer__support-text">
If you have any questions, you can visit our <a href="#">forum</a> or contact our 24/7 live <a href="#">support team</a>.
</div>
</div>
<div class="default-layout-footer__main">
<div class="default-layout-footer__main-block">
<div class="default-layout-footer__text">
Your current API key is associated with our <strong>free plan</strong>, which includes certain usage limitations. For access to a broader range of data, please review our available plans.
</div>
</div>
<div class="default-layout-footer__main-block">
<div class="default-layout-footer__action-list">
<a class="btn btn_variant_primary" href="#">
<div class="btn__text">Upgrade plan</div>
</a>
<div class="default-layout-footer__text">
from $19.99
</div>
</div>
</div>
</div>
</footer>
<div class="default-layout-disclaimer">
<p>This app is created by <a href="#">eodhd.com</a> & complies with <a href="#">Google API Services User Data Policy</a>, including the Limited Use requirements.</p>
<p> </p>
<p><a href="#">EODHD Privacy Policy</a></p>
</div>
</div>
</body>
</html>