-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (168 loc) · 5.86 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Paypal Slack</title>
<meta name="description" content="DESCRIPTION">
<link rel="stylesheet" href="main.css">
<!--
================
Bootstrap
================
-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!--
================
Font Awesome
================
-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src = "http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--
================
Header
================
-->
<!--
================
Navigation
================
-->
<nav class="navbar navbar-fixed-top navbar-custom">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<i class="fa fa-paypal fa-2x" aria-hidden="true"></i>
</a>
<button type="button" class="btn pull-right btn-custom-no-bg">Log in</button>
</div><!-- .container-fluid -->
</nav><!-- .navbar -->
<!--
================
Main Content
================
-->
<header>
<div class="landing-banner">
<div class="container">
<div class="row">
<div id="cover" class="col-sm-4 pull-left landing-banner-content"><h1>PayPal For Slack</h1>
<p>Now you can send and request money from your teammates, right from Slack</p>
<a href="#" class="btn btn-default radius" href="#" role="button">Add PayPal to your Slack Team</a>
</div>
</div>
</div>
</div>
</header>
<section>
<div class="container">
<ul class="nav navbar-nav">
<li><a href="#about">About PayPal for Slack</a></li>
<li><a href="#work">How it works</a></li>
<li><a href="#">Get Started</a></li>
</ul>
</div>
<div class="container line"><hr></div>
</section>
<section>
<div class="container" id="about">
<div class="row">
<div class="col-sm-6">
<h3>Send and receive message while you chat</h3>
<p>Chip in for that going away present. Get paid back for lunch.</p>
</div>
<div class="col-sm-6">
<img src="https://c1.staticflickr.com/5/4320/35327135143_496c720dfb_b.jpg" alt="Technology" class="colum-image">
</div>
</div>
</div>
<div class="container line"><hr></div>
</section>
<section>
<div class="container text-center" id="work">
<div class="row">
<div class="col-md-6 col-md-offset-3 landing-banner-content">
<h3>How it Works</h3>
<div id="examples">
<span class="example-list">
<span class="example-list-inner text-left"><p>/paypal send $5 to @dave</p></span><!-- .example-list-inner -->
</span><!-- .example-list -->
<span class="example-list">
<span class="example-list-inner text-left"><p>You sent $5 to @dave. Nice work!</p></span><!-- .example-list-inner -->
</span><!-- .example-list -->
<span class="example-list">
<span class="example-list-inner text-left"><p>@Lee just sent $5 to @dfeff</p></span><!-- .example-list-inner -->
</span><!-- .example-list -->
</div><!-- #examples -->
</div>
</div>
</div>
<div class="container line"><hr></div>
</section>
<section>
<div class="container text-center">
<div class="row">
<h3>Get Started</h3>
<div class="col-sm-4 bullets">
<div class="pull-left bullet-list">
<p>1</p>
</div><!-- .pull-left .bullet-list -->
<div class="pull-right text-left bullet-list-content">
<p>Add PayPal for Slack to your team.</p>
</div><!-- .pull-right .text-left .bullet-list-content -->
</div><!-- .col-sm-4 .bullets -->
<div class="col-sm-4 bullets">
<div class="pull-left bullet-list">
<p>2</p>
</div><!-- .pull-left .bullet-list -->
<div class="pull-right text-left bullet-list-content">
<p>Link your PayPal account and set how you'd like to pay.</p>
</div><!-- .pull-right .text-left .bullet-list-content -->
</div><!-- .col-sm-4 .bullets -->
<div class="col-sm-4 bullets">
<div class="pull-left bullet-list">
<p>3</p>
</div><!-- .pull-left .bullet-list -->
<div class="pull-right text-left bullet-list-content">
<p>Type /paypal and tell us how much to send and to whom.</p>
</div><!-- .pull-right .text-left .bullet-list-content -->
</div><!-- .col-sm-4 .bullets -->
</div>
</div>
</section>
<section>
<div class="container text-center margin-bottom">
<div class="row">
<div class="col-md-4 col-md-offset-4" id="add-bottom">
<button type="button" class="btn btn-primary btn-lg btn-block btn-custom">Add PayPal to your Slack team</button>
</div>
</div>
</div>
</section>
<section>
<footer>
<div class="container footer">
<div class="row">
<div class="col-md-12">
<ul class="pull-left">
<il><a href="#">Help & Contact</a></il>
<il><a href="#">Security</a></il>
</ul>
</div>
</div>
<div class="container line"><hr></div>
<div class="row">
<div class="col-md-12 sub-footer">
<ul class="pull-right">
<il><a href="#">Privacy</a></il>
<il><a href="#">Legal</a></il>
</ul>
<p class="pull-right copyright">©1999-2016 PayPal, Inc. All rights reserved.</p>
</div>
</div>
</div>
</footer>
</section>