-
Notifications
You must be signed in to change notification settings - Fork 0
/
adam.html
67 lines (63 loc) · 2.77 KB
/
adam.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
<!DOCTYPE html>
<html lang="en-gb">
</html>
<head>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="styles.css">
<style>
p {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 80px;
margin-left: 80px;
}
</style>
</head>
<body class="site-content">
<div class="bg-image-adam no-gutters"></div>
<nav class="navbar navbar-expand-lg navbar-light" style="background-color:#75bfea; filter: blur(0); z-index: 3;">
<div class="container-fluid pl-5">
<a class="navbar-brand" href="index.html">Home</a>
</div>
<a class="navbar-brand" href="Nathan.html">Nathan</a>
<a class="navbar-brand" href="toby.html">Toby</a>
<a class="navbar-brand" href="alex.html">Alex</a>
<a class="navbar-brand" href="adam.html">Adam</a>
</nav>
<div class="container-fluid">
<div class="row mt-5">
<div class="col"></div>
<div class="col-6 text-center main-content">
<div class="my-5">
<h2 class="text-center">Computer science and its impacts on fincanical technology:<span style="display:block; height: 25px;"></span></h2>
<p>Computer Science has had an emense impact on the way that we make payments.</p>
<img src="resources/contactless.jpg" alt="Contactless payment being carried out">
<p>Within just a few years the way that we make payments has changed dramaitcally. Carrying cash is no longer needed thanks to advances in contactess payment technology
such as Apple Pay and Google Pay.
</p>
<p>
Contactless payment systems such as Apple Pay and contacless credit cards make use of RFID and NFC technology to allow users to make payments directly from there phone and other smart enabled devices.
</p>
<h5>Popular Contactless Payment Systems</h5>
<p>
<ul>
<li>Apple Pay</li>
<li>Google Pay</li>
<li>Visa Contactless</li>
<li>Mastercard Contactless</li>
</ul>
</p>
<p>Written by Adam Seidel<br>GitHub: <a href="https://github.com/adamSeidel">adamSeidel</a></p>
</div>
</div>
<div class="col"></div>
</div>
</div>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.slim.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script>
$("bg-image").backstretch()
</script>
</body>
</html>