-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Teller</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="echo">
<div class="echo--image">
<img src="img/echo.png" alt="">
</div>
</section>
<section class="hero">
<div class="hero--logo"></div>
<div class="hero--bubbles">
<div class="hero--bubbles__left">
</div>
<div class="hero--bubbles__right">
</div>
</div>
</section>
<section class="how-it-works">
<h1>Teller lets you check your bank account using your Amazon Echo</h1>
<p>With Teller, checking your bank account is as easy as asking. Simply ask Teller what your balance, how much money you have, or what your net worth is, and Teller will return your current bank account balance.</p>
</section>
<section class="get-started">
<div class="get-started--iphone grid">
<img src="img/iphone.png" alt="">
</div>
<div class="get-started--content grid">
<h1>Get started with Teller</h1>
<ol>
<li>
<p>Go into your Amazon Alexa App</p>
</li>
<li>
<p>Select the Menu</p>
</li>
<li>
<p>Select "Skills"</p>
</li>
<li>
<p>Search for "Teller"</p>
</li>
<li>
<p>Click Enable 👏👏👏</p>
</li>
</ol>
</div>
</section>
<section class="footer">
<p>2016 Plaid Technologies, Inc</p>
</section>
</body>
</html>