-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
118 lines (101 loc) · 4.38 KB
/
about.html
File metadata and controls
118 lines (101 loc) · 4.38 KB
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
---
layout: default
canonicalUrl: "https://www.testingpays.com/about"
---
<section id="about" class="about-hero">
<div class="container">
<div class="row">
<div class="col col-md-6 col-lg-4">
<h1 hidden>About Us</h1>
<h2 class="title mb-4">
Our Story
</h2>
<p class="description mb-4">
Building a better payments landscape for online merchants
</p>
</div>
</div>
</div>
</section>
<section id="profiles" class="about-profiles">
<div class="container-fluid profiles">
<div class="row text-center">
<div class="col-12 col-md-5 offset-md-1 col-lg-4 offset-lg-2 mt-5">
<img src="img/about/conor.png">
<h3>Conor Wogan</h3>
<p class="mx-auto">
Conor worked as VP of Engineering at mobile payments company Sumup and has spent 18 years advising technology startups in Dublin.
</p>
<span class="ml-2 mr-2 fa-lg"><a class="text-dark" target="_blank" href="https://twitter.com/conorwogan"><i class="fab fa-twitter"></i></a></span>
<span class="ml-2 mr-2 fa-lg"><a class="text-dark" target="_blank" href="https://www.linkedin.com/in/conorwogan/"><i class="fab fa-linkedin"></i></a></span>
</div>
<div class="col-12 col-md-5 col-lg-4 mt-5">
<img src="img/about/mate.png">
<h3>Máté Marjai</h3>
<p class="mx-auto">
Máté worked as Lead Engineer at mobile payments company Sumup. Before that he was an engineer at companies like Full Tilt Poker and Hostelworld.
</p>
<span class="ml-2 mr-2 fa-lg"><a class="text-dark" target="_blank" href="https://twitter.com/marjaimate"><i class="fab fa-twitter"></i></a></span>
<span class="ml-2 mr-2 fa-lg"><a class="text-dark" target="_blank" href="https://www.linkedin.com/in/matemarjai/"><i class="fab fa-linkedin"></i></a></span>
</div>
</div>
</div>
</section>
<section id="companies" class="mt-5 mb-5 d-none d-sm-block text-center">
<div class="container-fluid">
<div class="row">
<div class="col">
<img src="img/about/about-logo-bar.png" class="mw-100">
</div>
</div>
</div>
</section>
<section id="story" class="mt-5 pt-5 mb-5 pb-5">
<div class="container">
<div class="row">
<div class="col text-center">
<h3>The Story of Testing Pays</h3>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-9 col-lg-7 mx-auto">
<h4>2007</h4>
<p>
Future founder, <a href="https://www.linkedin.com/in/conorwogan/" target="_blank" class="text-primary">Conor Wogan</a>, has his first experience of online payments. Working for one one of the world's biggest gaming brands, he has to keep millions of customer transactions to a multitude of destinations running smoothly 24 hours a day. He sleeps less.
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-9 col-lg-7 mx-auto">
<h4>2008</h4>
<p>
A young <a href="https://www.linkedin.com/in/matemarjai" target=_blank" class="text-primary">Máté Marjai</a>, an ace payments developer, joins Conor's team. He develops some cool payments products but it's tough going. He sleeps less.
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-9 col-lg-7 mx-auto">
<h4>2015</h4>
<p>
Our pair of future co-founders are now working jointly together advising other companies on payments products. They realise that the same battles that kept them awake back in 2007 are being fought repeatedly by online merchants today. They vow to do something about it.
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-9 col-lg-7 mx-auto">
<h4>2016</h4>
<p>
They found <a href="https://thepayment.works" class="text-primary" target="_blank">The Payment Works</a> with a vision of a beautiful payments landscape in which online merchants lose no sleep over their customers' payments. Their first mission: empower engineers to make better quality payments
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-9 col-lg-7 mx-auto">
<h4>2017</h4>
<p>
The Payment Works launches it's first product, <span class="text-primary">Testing Pays</span>.
</p>
</div>
</div>
</div>
</section>