Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Bank details to Contact Page #107

Merged
merged 3 commits into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body{
border: 2px dashed darkgrey;
padding: 10px;
}
.contact-parent div h4{
.contact-parent div h3{
text-decoration: wavy underline #222;
margin-bottom: 15px;
}
Expand Down
17 changes: 14 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
</div>

<div class="contact">
<h3 class="translate" aria-label="संपर्क">Contact Us</h3>
<h2 class="translate" aria-label="संपर्क">Contact Us</h2>
<div class="contact-parent">
<div class="contact-left">
<h4 class="translate" aria-label = "लाभार्थियों के लिए">For Beneficiaries</h4>
<h3 class="translate" aria-label = "लाभार्थियों के लिए">For Beneficiaries</h3>
<p class="translate" aria-label = "कृपया दिए गए फ़ोन या पते पर हमसे संपर्क करें।">Please reach out to us on the given Phone or Address.</p>
<p>
<em class="translate" aria-label = "पता:">Address: </em>
Expand All @@ -114,7 +114,18 @@ <h4 class="translate" aria-label = "लाभार्थियों के ल
</p>
</div>
<div class="contact-right">
<h4 class="translate" aria-label = "दाताओं के लिए">For Donors</h4>
<h3 class="translate" aria-label = "दाताओं के लिए">For Donors</h3>
<h4 class = "translate"> Donation Details</h4>
<div>
<p class="translate" aria-label="बैंक: भारतीय स्टेट बैंक, जसूर">Bank: State Bank of India, Jassur</p>
<p class="translate" aria-label="खाते का नाम: रणजीत बख्शी जनकल्याण फाउंडेशन">Account Name: Ranjeet Bakshi Jankalyan Foundation</p>
<p class="translate" aria-label="खाता क्रमांक: 40354212801">Account Number: 40354212801</p>
<p class="translate" aria-label="आईएफएससी कोड: SBIN0002369">IFSC Code: SBIN0002369</p>
<p>Gpay: 9418151074</p>
<p>UPI: 9418151074@upi</p>
</div>
<h4 class = "translate">Get in touch</h4>
<br /> <!-- I hate this but better than adding CSS code right? -->
adityaraute marked this conversation as resolved.
Show resolved Hide resolved
<p class="translate" aria-label = "कृपया नीचे लिंक किया गया Google फॉर्म भरें।">
Please fill out the below linked Google Form.
</p>
Expand Down