284 lines
11 KiB
PHP
284 lines
11 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Global Jain</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
|
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
|
|
crossorigin="anonymous">
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: Gilroy;
|
|
src: url("public/fonts/Gilroy/Gilroy-Regular.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Gilroy-medium;
|
|
src: url("public/fonts/Gilroy/Gilroy-Medium.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Gilroy-semi;
|
|
src: url("public/fonts/Gilroy/Gilroy-SemiBold.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Gilroy-bold;
|
|
src: url("public/fonts/Gilroy/Gilroy-Bold.ttf");
|
|
}
|
|
|
|
body {
|
|
background-color: #FAFAFA;
|
|
font-family: Gilroy;
|
|
overflow: auto;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
header {
|
|
height: 90px;
|
|
}
|
|
|
|
header .contact-btn {
|
|
background: #2482A7;
|
|
height: 40px;
|
|
padding: 0 15px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
font-family: Gilroy-bold;
|
|
}
|
|
|
|
.content {
|
|
min-height: calc(100vh - 200px);
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.content .content-title {
|
|
font-size: 28px;
|
|
color: #666666;
|
|
font-family: Gilroy-medium;
|
|
}
|
|
|
|
.content .content-subtitle {
|
|
font-size: 28px;
|
|
color: #000000;
|
|
font-family: Gilroy-bold;
|
|
}
|
|
|
|
.content .contribute-text {
|
|
color: #2482A7;
|
|
font-size: 20px;
|
|
font-family: Gilroy-semi;
|
|
}
|
|
|
|
.content .scan-text {
|
|
color: #89888C;
|
|
font-family: Gilroy-semi;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.content .scan-box {
|
|
background-color: #ffffff;
|
|
border-radius: 8px;
|
|
width: 190px;
|
|
height: 190px;
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
}
|
|
|
|
|
|
.content .detail-box {
|
|
background-color: #ffffff;
|
|
border-radius: 8px;
|
|
width: 330px;
|
|
height: 190px;
|
|
padding: 12px 16px;
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
}
|
|
|
|
.content .detail-box .detail-title {
|
|
color: #585858;
|
|
font-family: Gilroy-medium;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.content .detail-box .detail-value {
|
|
color: #2482A7;
|
|
font-family: Gilroy-semi;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.thanks-msg {
|
|
color: #4E9C81;
|
|
font-size: 22px;
|
|
font-family: Gilroy-semi;
|
|
}
|
|
|
|
.support-msg {
|
|
color: #666666;
|
|
font-size: 18px;
|
|
font-family: Gilroy-medium;
|
|
}
|
|
|
|
footer {
|
|
background-color: #FAFAFA;
|
|
text-align: center;
|
|
padding: 0 0 20px;
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
.banner-img {
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
.content {
|
|
padding: 20px 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.banner-img {
|
|
width: 232px;
|
|
}
|
|
|
|
header {
|
|
height: 68px;
|
|
}
|
|
|
|
header img {
|
|
width: 142px;
|
|
}
|
|
|
|
.content .content-title,
|
|
.content .content-subtitle {
|
|
font-size: 14px;
|
|
max-width: 220px;
|
|
text-align: center;
|
|
}
|
|
|
|
header .contact-btn{
|
|
height:30px;
|
|
width: 100px;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
}
|
|
.content .scan-box{
|
|
width: 120px;
|
|
height: 120px;
|
|
margin: 0 auto 10px;
|
|
}
|
|
.content .scan-box img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.content .scan-text{
|
|
font-size: 14px;
|
|
}
|
|
.content .thanks-msg{
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
.content .support-msg{
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.content .contribute-text{
|
|
font-size: 14px;
|
|
}
|
|
.content .pay-btn {
|
|
width: 100%;
|
|
text-decoration: none;
|
|
display: block;
|
|
}
|
|
.thanks-msg {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.support-msg {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header class="bg-white">
|
|
<div class="container d-flex align-items-center
|
|
justify-content-between h-100">
|
|
<a href="{{ url('/') }}"><img src="{{ asset('public/images/web/global-jain-logo.svg') }}" alt="logo" /></a>
|
|
<a href="mailto:connect@globaljain.net" title="Contact" class="contact-btn">CONTACT</a>
|
|
</div>
|
|
</header>
|
|
<div class="content">
|
|
<div class="container d-flex align-items-center
|
|
justify-content-center flex-column h-100">
|
|
<p class="content-title">Your generous contribution will help strengthen the</p>
|
|
<p class="content-subtitle mb-3 mb-md-5">Global Jain Platform.</p>
|
|
<div class="row w-100 align-items-center py-lg-5">
|
|
<div class="col-md-12 col-xl-6">
|
|
<img src="{{ asset('public/images/web/banner.png') }}" alt="banner" class="banner-img" />
|
|
</div>
|
|
<div class="col-md-12 col-xl-6">
|
|
<p class="contribute-text text-center text-uppercase my-2 mb-md-4">TO CONTRIBUTE</p>
|
|
<div class="d-flex align-items-center justify-content-center flex-wrap flex-md-nowrap">
|
|
<div class="qr-section">
|
|
<p class="scan-text text-center mb-2
|
|
text-uppercase">SCAN AND CONTRIBUTE</p>
|
|
<div class="d-flex align-items-center
|
|
justify-content-center scan-box">
|
|
<img src="{{ asset('public/images/web/qr.png') }}" alt="QR" />
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<p class="scan-text text-center mb-2
|
|
text-uppercase">BANK DETAILS</p>
|
|
<div class="d-flex flex-column
|
|
justify-content-between detail-box">
|
|
<div class="d-flex align-items-center
|
|
justify-content-between w-100">
|
|
<p class="detail-title">Account Number</p>
|
|
<p class="detail-value">50200063726000</p>
|
|
</div>
|
|
<div class="d-flex align-items-center
|
|
justify-content-between w-100">
|
|
<p class="detail-title">Holder Name</p>
|
|
<p class="detail-value">NIRVED</p>
|
|
</div>
|
|
<div class="d-flex align-items-center
|
|
justify-content-between w-100">
|
|
<p class="detail-title">IFSC</p>
|
|
<p class="detail-value">HDFC0000223</p>
|
|
</div>
|
|
<div class="d-flex align-items-center
|
|
justify-content-between w-100">
|
|
<p class="detail-title">Bank Name</p>
|
|
<p class="detail-value">HDFC Bank</p>
|
|
</div>
|
|
<div class="d-flex align-items-center
|
|
justify-content-between w-100">
|
|
<p class="detail-title">Bank Branch</p>
|
|
<p class="detail-value">PUNE - PASHAN</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p class="thanks-msg mt-3">Thank you in advance for your contribution</p>
|
|
<p class="support-msg">It's supporters like you that help us change the world everyday.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |