-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpaymentpage.html
67 lines (56 loc) · 2.54 KB
/
paymentpage.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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/838022ab7e.js" crossorigin="anonymous"></script>
<title>Document</title>
<link rel="stylesheet" href="./Style/paymentpage.css">
</head>
<style>
</style>
<body>
<h1>Coursera</h1>
<hr>
<div id="container">
<div id="containerleft">
<h2>Confirm</h2>
<div id="img">
<img src="https://d3njjcbhbojbot.cloudfront.net/web/images/signature/cc/visa-2.png" alt="">
<img src="https://d3njjcbhbojbot.cloudfront.net/web/images/signature/cc/mastercard-2.png" alt="">
<img src="https://d3njjcbhbojbot.cloudfront.net/web/images/signature/cc/amex-2.png" alt="">
<img src="https://d3njjcbhbojbot.cloudfront.net/web/images/signature/cc/upi.png" alt="">
<img src="https://d3njjcbhbojbot.cloudfront.net/web/images/signature/cc/netbanking.png" alt="">
</div>
<div id="hr"></div>
<div id="a">
<p>By continuing to payment, I agree to the<br> <a id="blue">Terms of Use, Refund Policy, and Privacy <br> Policy</a>
</div>
<button id="btn" >Continue To Payment</button>
</div>
<div id="containerright">
<div id="a12">
<div id="topdiv">
<img src="http://coursera-university-assets.s3.amazonaws.com/4a/cb36835ae3421187080898a7ecc11d/Google-G_360x360.png" alt="">
<div id="a1"></div>
</div>
<hr>
<div id="bottomdiv">
<h3 id="h3"></h3>
<h3 id="h31"></h3>
</div>
</div>
<div id="a2">
<div id="a111"><img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/90a1428b8777ff3a441f603df70beb48.jpg?auto=format%2Ccompress&dpr=1&w=144&h=192&q=40&fit=clip&crop=faces" alt=""></div>
<div><p>Coursera gives me a platform to explore new skills. I was able to experience education from world-renowned universities without losing out on career opportunities.</p></div>
</div>
</div>
</div>
<div>
<h1 id="h">Coursera</h1>
</div>
</body>
</html>
<script src="./Script/paymentpage.js">
</script>