forked from Abhishek-Sahoo/TSF-GRIP-MAY21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (70 loc) · 3.75 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
<title>Help for a change</title>
<style>
.masthead-color {
background-image: linear-gradient(to right, rgba(177, 54, 156, 0.925), rgba(241, 7, 171, 0.9));
}
.page-footer {
position: fixed;
left: 20px;
right: 20px;
bottom: 20px;
height: 160px;
}
.container-fluid {
margin-top: 10%;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body class="text-center" style="background-image: url('blues.jpg');">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead masthead-color mb-auto">
<div class="inner">
<img src="logo1.png" alt="logo" height="100">
</div>
</header>
<div class="container-fluid">
<h2 style="font-weight: bold;">Task-3:Payment Gateway Integration</h2>
<h3 style="color: white;">Graduate Rotational Internship Program <br> The Sparks Foundation</h3>
<div class="button">
<!-- Payment Button -->
<form>
<script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_H8aJDGHijLKs3J" async>
</script>
</form>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small" style="background-color: #783A9A;">
<!-- Footer Links -->
<div class="container">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-2 mb-2">
<p class="font-weight-bold" style="color: white;">ABOUT US <br> XYZ Complex <br> 2nd floor <br>Gandhi Nagar, Odisha </p>
</div>
<!-- Copyright -->
<p style="color: aqua;">© 2021 Copyright : Abhishek Sahoo</p>
</div>
</footer>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js " integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx " crossorigin="anonymous "></script>
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js " integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js " integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s " crossorigin="anonymous "></script>
-->
</body>
</html>