You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

278 lines
8.3 KiB

meta(charset='utf-8')
meta(name='viewport' content='width=device-width,initial-scale=1')
title SBI
link(rel='stylesheet' href='css/fonts.css')
link(href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css' rel='stylesheet' integrity='sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN' crossorigin='anonymous')
link(rel='stylesheet' href='css/style.css')
link(rel='stylesheet' href='css/responsive.css')
script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js')
link(rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css' integrity='sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==' crossorigin='anonymous' referrerpolicy='no-referrer')
script(src='https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js')
.main
// header section
nav
.bar-icon(onclick='myFunction(this)')
.bar1
.bar2
.bar3
.container
.navSec
.leftNav
a(href="/")
.logo
img.wtLogo(src='images/logo-wt.png' alt)
img.realLogo(src='images/logo.png' alt)
.centerNav
ul.navLinks
li
a(href='/about') About
li
a(href='/services') Service
li
a(href='/media') Media
li
a(href='/insights') Insights
li
a(href='/csr') CSR
li
a(href='/career') Carrer
li
a(href='/contact') Contact
.rightNav
.search-area
button.searchBtn
i.fa-solid.fa-magnifying-glass
.search-field
input(type='text' placeholder='Enter Your Text Here...')
.clientLogin
a.btn.btn-orange(href='login.html') Client Login
// header section end
// hero banner start
.bannerInner
.bannerTxt Corporate Overview
.bannerImg
img(src='images/corporate-banner.png' alt)
// hero benner end
// content area
.main
.container
.whiteWrap
.corporateInfo
.infoBoxes
.row
.col-md-4
.infoBox
.infoImg
img(src='images/vision.svg' alt)
h2 Vision
p.
To be the most preferred partner for global and local investors in securities
.col-md-4
.infoBox
.infoImg
img(src='images/mission.svg' alt)
h2 Mission
p.
To Provide Client Centric & Cutting-edge Solutions in an Efficient & Cost-effective Manner Aided by State-of-the-art Technology
.col-md-4
.infoBox
.infoImg
img(src='images/values.svg' alt)
h2 Values
p.
Accessible | Service Oriented Client Centric | Efficient Nimble | Tech Driven
// milestone
.milestoneWrap
.row
.col-md-4
.milestonebox.milestone1
p ASSETS UNDER CUSTODY (AUC)
h2 USD 200 billion +
.col-md-4
.milestonebox.milestone2
p ASSETS UNDER ADMINISTRATION (AUA)
h2 USD 150 billion +
.col-md-4
.milestonebox.milestone3
p TRANSACTIONS
h2 200 million + p.a
// Recognition
.recognition
.heading-area
h2 Recognition
.galleryRecognition
img(src='images/gallery.png' alt)
// content area
// footer section
footer
.main
.container
// first layer footer
.topfooter
ul.socialLinks
li
a(href)
img(src='images/twitter.png' alt)
li
a(href)
img(src='images/facebook.png' alt)
li
a(href)
img(src='images/youtube.png' alt)
li
a(href)
img(src='images/linkedin.png' alt)
li
a(href)
img(src='images/instagram.png' alt)
.newsletter
label(for) Subscribe
.newletter-box
input(type='text' placeholder='Enter Email Here')
button
i.fa-solid.fa-arrow-right-long
// second layer footer
.footerLinks
.footer-col
h2 About
ul.footer_links
li
a(href="/about") Leadership
li
a(href="/corporate-overview") Corporate Overview
li
a(href="/satutory") Statutory
li
a(href="/disclaimer") Disclaimer
.footer-col
h2 SERVICES
ul.footer_links
li
a(href) Fund Accounting
li
a(href) Custody
li
a(href) Client Experience
li
a(href) Technology
li
a(href) Case Study / Testimonial
.footer-col
h2 MEDIA
ul.footer_links
li
a(href) Press Release
li
a(href) Media Kit
li
a(href) Events
li
a(href) Leadership Speak
.footer-col
h2 INSIGHTS
ul.footer_links
li
a(href) Market Update
li
a(href) Blogs
.footer-col
h2 CSR
ul.footer_links
li
a(href) Stories
li
a(href) Partners
li
a(href) Impact
.footer-col
h2 CAREERS
ul.footer_links
li
a(href) Opportunities
li
a(href) Life at SBI-SG
li
a(href) Testimonials
li
a(href) Awards
.footer-col
h2 CONTACT
ul.footer_links
li
a(href) Location
li
a(href) Functional Contact
li
a(href) Terms of Use
li
a(href) Registered Office
li
a(href) FAQs
.bottomSec
.main
.container
// third layer footer
.footer-bottom
.footer-logo
img(src='images/footer-logo.png' alt)
.address
| © Copyright 2022, SBI-SG Global Securities Services Pvt. Ltd.
br
| All rights reserved
.otherInfo
.reguAuth.
Regulatory Authorities: | SEBI | RBI | BSE | NSE | COSL | NSDL
ul.regCust
li
| SEBI Registered Custodian
br
| IN/CUS/022
li
| DP - NSDL IN-DP-NSDL
br
| -326-2010
li
| DP - CDSL IN-DP-CDSL
br
| -535-2010
// footer section end
script.
function myFunction(x) {
x.classList.toggle("change");
$(".centerNav").toggle();
$(".centerNav").toggleClass("slideNav");
}
$(".searchBtn").click(function () {
$(".search-field").toggle();
});
// footer mobile menu script
$(document).width();
$(".footer-col h2").click(function () {
var $that = $(this);
if ($(document).width() < 992) {
$(this).next().toggle();
$(this).toggleClass("showItems");
}
});
// tabs script
$(".tab-content > div").hide();
$(".tab-content > div:nth-child(4)").show();
$(".tabs li a").click(function () {
$(".tabs li a").removeClass("activeTab");
$(this).addClass("activeTab");
$(".tab-content > div").hide();
var vin = $(this).attr("rel");
$("#" + vin).show();
});