-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
205 lines (203 loc) · 8.68 KB
/
about.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
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<link rel="stylesheet" href="./styles/main.css" />
<title>PayAPI Marketing | About</title>
</head>
<body class="about-body">
<header>
<nav class="navigation container">
<!-- Logo -->
<a href="index.html" class="navigation__logo">
<img src="./assets//shared/desktop/logo.svg" alt="payapi logo" />
</a>
<!-- Toggle Button -->
<button id="jsToggleButton" class="navigation__toggle button">
<img
id="jsToggleImg"
src="./assets/shared/mobile/menu.svg"
alt="menu icon"
/>
</button>
<!-- Nav Links -->
<ul class="navigation__list close">
<li class="navigation__item">
<a class="navigation__link" href="pricing.html">Pricing</a>
</li>
<li class="navigation__item">
<a class="navigation__link" href="about.html">About</a>
</li>
<li class="navigation__item">
<a class="navigation__link" href="contact.html">Contact</a>
</li>
<li class="navigation__item">
<a class="navigation__link button primary" href="contact.html"
>Schedule a Demo</a
>
</li>
</ul>
</nav>
</header>
<main class="about-main">
<!-- Container/wrapper -->
<div class="about__wrapper">
<div class="container">
<h1 class="about__heading">
We empower innovators by delivering access to the financial system
</h1>
<!-- Our vision section -->
<section class="our-vision">
<h3 class="our-vision__heading">Our Vision</h3>
<p class="our-vision__description">
Our main goal is to build beautiful consumer experiences along
with developer-friendly infrastructure. The result is an
intelligent tool that gives everyone the ability to create amazing
products that solve big problems. We are deeply focused on
democratizing financial services through technology.
</p>
</section>
<!-- End our vision section -->
<!-- Our business section -->
<section class="our-business">
<h3 class="our-business__heading">Our Business</h3>
<p class="our-business__description">
At the core of our platform is the technical infrastructure APIs
that connect consumers. Our innovative product provides key
insights for businesses and individuals, as well as robust
reporting for traditional financial institutions and developers. .
</p>
</section>
</div>
<!-- End our business section -->
<!-- Business image section -->
<div class="about__business-img"></div>
<!-- End business image section -->
<!-- Team stats section -->
<div class="container">
<section class="team-stats">
<div class="team-stats__members">
<h3 class="team-stats__members-heading">Team Members</h3>
<h2 class="team-stats__members-stat">300+</h2>
</div>
<div class="team-stats__offices">
<h3 class="team-stats__offices-heading">Offices in the US</h3>
<h2 class="team-stats__offices-stat">3</h2>
</div>
<div class="team-stats__transactions">
<h3 class="team-stats__transactions-heading">
Transactions analyzed
</h3>
<h2 class="team-stats__transactions-stat">10M+</h2>
</div>
</section>
<!-- End team stats section -->
<!-- Our culture section -->
<section class="our-culture">
<h3 class="our-culture__heading">The Culture</h3>
<p class="our-culture__description">
We strongly believe there's always an opportunity to learn from
each other outside of day-to-day work, whether it's company-wide
offsites, internal hackathons, or co-worker meetups. We always
value cross-team collaboration and diversity of thought, no matter
the job title.
</p>
</section>
<!-- End our culture section -->
<!-- Our people section -->
<section class="our-people">
<h3 class="our-people__heading">The People</h3>
<p class="our-people__description">
We're all passionate about building a more efficient and inclusive
financial infrastructure together. At PayAPI, we have diverse
backgrounds and skills.
</p>
</section>
</div>
<!-- End our people section -->
</div>
<!-- End container/wrapper -->
<!-- Ready section -->
<section id="ready" class="ready">
<div class="container ready__wrapper">
<h1 class="ready__heading">Ready to start?</h1>
<form class="ready-form">
<input
aria-label="Email Address"
class="input"
type="email"
placeholder="Enter email address"
/>
<button class="button primary ready-form__button" type="submit">
Schedule a Demo
</button>
</form>
</div>
</section>
<!-- End Ready section -->
</main>
<!-- Footer -->
<footer id="footer" class="footer">
<div class="container footer__wrapper">
<img src="./assets/shared/desktop/logo-light.svg" alt="" />
<nav class="footer__navigation">
<ul class="footer-navigation__list">
<li class="footer-navigation__item">
<a class="footer-navigation__link" href="pricing.html">Pricing</a>
</li>
<li class="footer-navigation__item">
<a class="footer-navigation__link" href="about.html">About</a>
</li>
<li class="footer-navigation__item">
<a class="footer-navigation__link" href="contact.html">Contact</a>
</li>
</ul>
</nav>
<ul class="footer-social">
<li class="footer-social__item">
<a class="footer-social__link" href="index.html">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z"
fill="#FBFCFE"
fill-rule="nonzero"
/>
</svg>
</a>
</li>
<li class="footer-social__item">
<a class="footer-social__link" href="index.html">
<svg width="24" height="20" xmlns="http://www.w3.org/2000/svg">
<path
d="M24 2.557a9.83 9.83 0 01-2.828.775A4.932 4.932 0 0023.337.608a9.864 9.864 0 01-3.127 1.195A4.916 4.916 0 0016.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 011.671 1.149a4.93 4.93 0 001.523 6.574 4.903 4.903 0 01-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 01-2.224.084 4.928 4.928 0 004.6 3.419A9.9 9.9 0 010 17.54a13.94 13.94 0 007.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0024 2.557z"
fill="#FBFCFE"
fill-rule="nonzero"
/>
</svg>
</a>
</li>
<li class="footer-social__item">
<a class="footer-social__link" href="index.html">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<path
d="M21.6 0H2.4C1.08 0 0 1.08 0 2.4v19.2C0 22.92 1.08 24 2.4 24h19.2c1.32 0 2.4-1.08 2.4-2.4V2.4C24 1.08 22.92 0 21.6 0zM7.2 20.4H3.6V9.6h3.6v10.8zM5.4 7.56c-1.2 0-2.16-.96-2.16-2.16 0-1.2.96-2.16 2.16-2.16 1.2 0 2.16.96 2.16 2.16 0 1.2-.96 2.16-2.16 2.16zm15 12.84h-3.6v-6.36c0-.96-.84-1.8-1.8-1.8-.96 0-1.8.84-1.8 1.8v6.36H9.6V9.6h3.6v1.44c.6-.96 1.92-1.68 3-1.68 2.28 0 4.2 1.92 4.2 4.2v6.84z"
fill="#FFF"
fill-rule="nonzero"
/>
</svg>
</a>
</li>
</ul>
</div>
</footer>
<!-- End Footer -->
<script src="./js/index.js"></script>
</body>
</html>