-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwaytopayment.html
91 lines (70 loc) · 4.65 KB
/
waytopayment.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;500&family=Hind+Siliguri&family=Montserrat:wght@100&family=Open+Sans:wght@300&family=Sacramento&family=Source+Sans+Pro&family=Supermercado+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Document</title>
<link rel="stylesheet" href="./Style/waytopayment.css">
</head>
<body>
<div id="container">
<div id="selectPlan">
<div id="header">
<center><h2>Enroll in this 8-course Professional Certificate</h2></center>
</div>
<div id="details">
<div>
<p id="courseName">Google Data Analytics is a 8-course Professional Certificate </p>
<strong>This Professional Certificate includes:</strong>
<div id="flexDetails">
<div >
<i class="fa fa-check" style="font-size:18px;color:rgb(86, 86, 255); font-weight: 100;margin-right: 10px;"></i>
<span>Unlimited access to all 8 courses<span>
</div>
<div>
<i class="fa fa-check" style="font-size:18px;color:rgb(86, 86, 255); font-weight: 100;margin-right: 10px;"></i>
<span>EMI payment options<span>
</div>
<div>
<i class="fa fa-check" style="font-size:18px;color:rgb(86, 86, 255); font-weight: 100;margin-right: 10px;"></i>
<span>Shareable certificate of completion from Google<span>
</div>
<div>
<i class="fa fa-check" style="font-size:18px;color:rgb(86, 86, 255); font-weight: 100;margin-right: 10px;"></i>
<span>14 day refund period<span>
</div>
</div>
<h3 style="margin-top: 25px;">How much time do you need to finish?</h3>
<p>We've estimated how many hours you'll need to learn each week to finish all 8 courses. One-time payment plans below do not automatically renew.</p>
<!--------------------select Plans---------------------------->
<form id="form">
<input type="radio" id="month1" name="fav_language" value="month1" >
<label for="" id="month11" >1 month</label>
<label for="" id="price1" style="margin-left:452px; ">₹1,044</label><br>
<label for="" style="margin-left:42px; background-color: rgb(199, 199, 199);">20+ hours/week</label><br><br><br>
<input type="radio" id="month3" name="fav_language" value="month2" >
<label for="html" id="month13" >3 months</label>
<label for="" id="price2" style="margin-left:452px; ">₹2,089</label><br>
<label for="" style="margin-left:42px; background-color: rgb(199, 199, 199);">17 hours/week</label>
<label for="" style="margin-left:400px;background-color: #FFE057; ">30% OFF</label><br><br><br>
<input type="radio" id="month6" name="fav_language" value="month3" >
<label for="html" id="month16">6 months</label>
<label for="" id="price3" style="margin-left:452px; ">₹3,134</label><br>
<label for="" style="margin-left:42px; background-color: rgb(199, 199, 199);">8 hours/week</label>
<label for="" style="margin-left:408px;background-color: #FFE057; ">30% OFF</label><br><br><br>
<div style="width:100%; height:100px;border-top: black;background-color: white;overflow-y:none;">
<button id="btn" style="border: none;border-radius: 5px;height:53px;width:300px;margin-top: 20px;margin-left: 30%;background-color: #2A73CC;color:white;font-size: 14px;font-weight: bold;">Continue</button>
<br>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="./Script/waytopayment.js">
</script>