-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (123 loc) · 5.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Bankjoy</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200" rel="stylesheet">
<link rel="stylesheet" href="default.css"/>
</head>
<body>
<div id="header">
<div class="background"></div>
<div class="overlay layer"></div>
<div class="content layer">
<div class="contact">
<span>
<a href="tel:659-429-8711"><i class="fa fa-phone" aria-hidden="true"></i> (650) 429-8711</a>
</span>
<span>
<a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i> Email Us</a>
</span>
</div>
<div id="logo">
<img src="images/logos/[email protected]" alt="Bankjoy logo">
</div>
<div id="slogan">
<h1>Mobile Banking for Credit Unions</h1>
</div>
<div id="offer">
<h5>SCHEDULE A DEMO TODAY AND DELIVER MODERN MOBILE BANKING TO YOUR MEMBERS BY MARCH 31ST</h5>
</div>
<div id="demo">
<p><a href="#sign-up"><button type="button" class="btn btn-primary btn-lg round">Schedule a demo</button></a></p>
</div>
<div id="header-phones">
<img class="phone left" src="images/phones/[email protected]" alt="header phone left">
<img class="phone center" src="images/phones/[email protected]" alt="header phone center">
<img class="phone right" src="images/phones/[email protected]" alt="header phone right">
</div>
</div>
</div>
<div id="featurette-1">
<div class="white-background">
<div class="content layer">
<div class="box">
<div class="column-text">
<h2>Fully branded for your credit union</h2>
<p>Whether your members are paying bills, depositing checks, or sending money to friends, they will enjoy a quick and easy mobile banking experience, fully branded for your credit union.</p>
</div>
<div class="column-phone">
<img class="feature phone" src="images/phones/[email protected]" alt="benefits phone">
<img class="right phone" src="images/phones/[email protected]" alt="benefits phone 2">
</div>
</div>
</div>
</div>
</div>
<div id="featurette-2">
<div class="silver-background">
<div class="content layer">
<div class="box">
<div class="case">
<div class="column-phone">
<img class="left phone" src="images/phones/[email protected]" alt="benefits phone">
<img class="feature phone" src="images/phones/[email protected]" alt="benefits phone 2">
</div>
<div class="column-text">
<h2>Grow revenue and share of wallet</h2>
<p>Built-in financial goal management helps users achieve personal goals such as buying a home or car. You offer targeted loans and incentives to help your members live their dreams. You benefit from greater share of wallet and increased loan revenue.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="featurette-3">
<div class="white-background">
<div class="content layer">
<div class="box">
<div class="case">
<div class="column-text">
<h2>Full-featured mobile banking</h2>
<p>Your services at their fingertips; check deposits, loan applications, travel notifications, lost/stolen card blocking, just to name a few. Members don't need to visit the branch when they can access everything through their mobile device.</p>
</div>
<div class="column-phone">
<img class="feature phone" src="images/phones/[email protected]" alt="benefits phone">
<img class="right phone" src="images/phones/[email protected]" alt="benefits phone 2">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="sign-up">
<div class="demo-background">
<div class="overlay layer"></div>
<div class="content layer">
<div class="box">
<h2>Sign up for a demo</h2>
<h5>See a fully-branded demo of your credit union's mobile banking app.</h5>
<form>
<div class="form-group">
<input type="email" class="form-control form-control-lg" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="your company email address">
</div>
</form>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="box">
<span>
<a href="www.linkedin.com">
<i class="fa fa-linkedin f-3" aria-hidden="true"></i>
</a>
</span>
<h4>© 2017 Bankjoy</h4>
</div>
</div>
</body>
</html>