File manager - Edit - /home/custbahd/public_html/webs/monitor/clients/45degrees/index.html
Back
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="ICT Solutions"> <meta name="author" content=""> <!-- Favicon --> <link rel="icon" href="images/logos/45.jpg"> <title>45 Degrees ©</title> <!-- CSS FILES --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;900&display=swap" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-icons.css" rel="stylesheet"> <link rel="stylesheet" href="css/magnific-popup.css"> <link href="css/aos.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/animista.css" rel="stylesheet"> <style type="text/css"> /*Propriety*/ .prop-info { background: orange; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } .portfolio-thumb h4{ text-align: center; font-size: 18px; } .prop-info p{ color: white; font-size: 14px; margin-left: 5%; width: 90%; padding: 5px; } /*Portfolio*/ .card-blog { position: relative; display: block; margin: 0 auto; padding: 32px 20px 70px 20px; max-width: 260px; min-height: 270px; border-radius: 6px; box-shadow: 0 2px 6px rgba(100, 95, 136, 0.16); } .card-blog .header { margin-bottom: 16px; } .card-blog .avatar { position: relative; display: inline-block; margin-right: 6px; width: 44px; height: 44px; border-radius: 50%; background-color: #d3d0e4; overflow: hidden; } .card-blog img { width: 100%; height: 100%; } .card-blog .entry-footer { display: inline-block; vertical-align: top; } .card-blog .post-author { font-weight: 500; color: #645F88; } .card-blog .post-date { font-size: 13px; color: #B4B2C5; } .card-blog .post-title { margin-bottom: 8px; font-size: 18px; } .card-blog .post-title a { font-weight: 500; color: #2D2B3A; } .card-blog .post-excerpt { font-size: 14px; color: #898798; } .card-blog .footer { position: absolute; bottom: 20px; left: 20px; } .card-blog-row *:first-child .card-blog { background-color: #6C55F9; } .card-blog-row *:first-child .card-blog .post-author, .card-blog-row *:first-child .card-blog .post-title a, .card-blog-row *:first-child .card-blog .footer a { color: #fff; } .card-blog-row *:first-child .card-blog .post-date { color: rgba(255, 255, 255, 0.6); } /*Grid*/ #outer-grid { display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: 1fr 1fr; grid-gap: 10px; } #outer-grid > div { background-color: white; color: white; font-size: 4vw; padding: 10px; } #inner-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 5px; } #inner-grid > div { background: salmon; padding: 10px; } /*Grid 2*/ #outer-grid { display: grid; grid-template-rows: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr); grid-gap: 10px; } #outer-grid > div { color: white; font-size: 4vw; padding: 10px; } #outer-grid img { width: 100%; } #outer-grid h4 { font-size: 12px; } #outer-grid p { font-size: 12px; } #outer-grid i { color: gray; } /*Partnerships*/ .part div { padding: 10px; width: 80%; margin-top: 10%; border-radius: 20px; box-shadow: 0 0 8px 0 gray; } .part img { width: 50% } .part p { width: 80%; font-size: 14px; } .part h4 { font-size: 14px; border-radius: 20px; background: orange; } .part div li { text-align: left; color: black; font-size: 12px; } /*Background Overlay*/ .background-overlay, .background-overlay-white { position: relative; border-radius: 20px; z-index: 2; background-position: center center; background-size: cover; } .background-overlay:before, .background-overlay-white:before { position: absolute; border-radius: 20px; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .background-overlay:before { background-color: rgba(0, 0, 0, 0.5); border-radius: 20px; } .background-overlay-white:before { background-color: rgba(255, 255, 255, 0.9); border-radius: 20px; } </style> </head> <body> <main> <section class="hero" id="hero"> <div class="heroText"> <h1 class="text-white mt-5 mb-lg-4" data-aos="zoom-in" data-aos-delay="800"> 45 Degrees </h1> <p class="text-secondary-white-color" data-aos="fade-up" data-aos-delay="1000"> A South-African based Banking <br><strong class="custom-underline">ICT Support Company</strong> </p> </div> <div class="videoWrapper"> <video autoplay="" loop="" muted="" class="custom-video" poster="videos/792bd98f3e617786c850493560e11c45.jpg"> <source src="videos/814dc43e870597176cad645798825c03.mp4" type="video/mp4"> Sorry your browser does not support the video. </video> </div> <div class="overlay"></div> </section> <nav class="navbar navbar-expand-lg bg-light shadow-lg"> <div class="container"> <a class="navbar-brand" href="index.html"> <strong>45 Degrees</strong> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav mx-auto"> <li class="nav-item"> <a class="nav-link" href="#hero">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="#services">Services</a> </li> <li class="nav-item"> <a class="nav-link" href="#solutions">Solutions</a> </li> <li class="nav-item"> <a class="nav-link" href="#portfolio">Portfolio</a> </li> <li class="nav-item"> <a class="nav-link" href="#partners">Partners</a> </li> <li class="nav-item"> <a class="nav-link" href="#contact">Contact Us</a> </li> </ul> </div> </div> </nav> <section class="section-padding pb-0" id="about"> <div class="container mb-5 pb-lg-5"> <div class="row"> <div class="col-12"> <h2 class="mb-3" data-aos="fade-up">CORE</h2> </div> <div class="col-lg-6 col-12 mt-3 mb-lg-5"> <p class="me-4" data-aos="fade-up" data-aos-delay="300">Our primary core offering has traditionally been the acquisition, implementation and support of the Temenos T24 Core Banking System.</p> </div> <br> <div align="center" style="margin-bottom: 30px;margin-top: 30px;" class="rotate-vert-center"><img src="images/t24.png" width="60%"></div> <br> <div class="col-lg-6 col-12 mt-lg-3 mb-lg-5"> <p data-aos="fade-up" data-aos-delay="500">Over the last few years we have been involved in Temenos T24 implementation and support Projects at a number of Banks including Development Bank of Ethiopia (DBE) in Addis Ababa, National Bank of Commerce Uganda (Now defunct), Tropical Bank of Uganda, Banque Populaire du Rwanda (BPR) in Kigali, National Bank of Malawi (NBM) in Blantyre, National Building Society (NBS) Bank of Blantyre, Malawi, Ithala Bank in South Africa and DFCU Bank in Kampala. </p> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-lg-3 col-12 p-0"> <img src="images/elena-rabkina-eVVzwsNhNf4-unsplash.jpg" class="img-fluid about-image" alt=""> </div> <div class="col-lg-3 col-12 bg-dark"> <div class="d-flex flex-column flex-wrap justify-content-center h-100 py-5 px-4 pt-lg-4 pb-lg-0"> <h3 class="text-white mb-3" data-aos="fade-up"> Mature Range of IT Consulting and Advisory Services</h3> <p class="text-secondary-white-color" data-aos="fade-up"> To Banks and other Financial Institutions with diverse fields and sectors. </p> <div class="mt-3 custom-links"> <a href="#news" class="text-white custom-link" data-aos="zoom-in" data-aos-delay="100">We sell and support evolutionary and proprietary Digital Solutions</a> <a href="#contact" class="text-white custom-link" data-aos="zoom-in" data-aos-delay="300">Including Mobile Banking and Distribution Management Apps</a> </div> </div> </div> <div class="col-lg-6 col-12 p-0"> <section id="myCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/portfolio/1.jpeg" class="img-fluid team-image" alt=""> <div class="team-thumb bg-warning"> <h3 class="text-white mb-0">Consulting</h3> <p class="text-secondary-white-color mb-0">T24 & General IT</p> </div> </div> <div class="carousel-item"> <img src="images/mob/3.jpg" class="img-fluid team-image" alt=""> <div class="team-thumb bg-primary"> <h3 class="text-white mb-0">Mobile Banking</h3> <p class="text-secondary-white-color mb-0">Agency & Online</p> </div> </div> <div class="carousel-item"> <img src="images/mob/4.jpg" class="img-fluid team-image" alt=""> <div class="team-thumb bg-success"> <h3 class="text-white mb-0">Support</h3> <p class="text-secondary-white-color mb-0">Networks & Infrastructure</p> </div> </div> <div class="carousel-item"> <img src="images/mob/2.jpg" class="img-fluid team-image" alt=""> <div class="team-thumb bg-info"> <h3 class="text-white mb-0">Payments</h3> <p class="text-secondary-white-color mb-0">Related digital payments</p> </div> </div> <div class="carousel-item"> <img src="images/mob/1.jpg" class="img-fluid team-image" alt=""> <div class="team-thumb bg-danger"> <h3 class="text-white mb-0">Applications</h3> <p class="text-secondary-white-color mb-0">Distribution & Management</p> </div> </div> </div> <button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </section> </div> </div> </div> </section> <section class="section-padding" id="solutions"> <div class="container"> <div class="row"> <div class="col-12"> <h3 class="mb-5 text-center" data-aos="fade-up">Proprietory Solutions</h3> </div> <div class="col-lg-6 col-12"> <div class="portfolio-thumb mb-5" data-aos="fade-up"> <h4>Bill Payments Platforms</h4> <a href="images/prop/1.jpg" class="image-popup"> <img src="images/prop/1.jpg" class="img-fluid portfolio-image" alt=""> </a> <div class="prop-info"> <p>We facilitate third- party integrations into Core and Financial Systems. We integrate systems such as Utilities (UMEME, NWSC etc.), Pay TV (DSTV, GOTv, StarTimes etc.), taxes (URA and local Governments) and Fees including School fees among several others. This enables your system to process all such payments.</p> </div> </div> <div class="portfolio-thumb" data-aos="fade-up"> <h4>Banking and Finance Apps</h4> <a href="images/prop/2.jpg" class="image-popup"> <img src="images/prop/2.jpg" class="img-fluid portfolio-image" alt=""> </a> <div class="prop-info"> <p>We have developed Android and iOS Apps that replace USSD functionality for Banks and Telecoms.</p> </div> </div> </div> <div class="col-lg-6 col-12"> <div class="portfolio-thumb mt-5 mt-lg-0 mb-5" data-aos="fade-up"> <h4>Agency Banking Platform</h4> <a href="images/prop/3.jpg" class="image-popup"> <img src="images/prop/3.jpg" class="img-fluid portfolio-image" alt=""> </a> <div class="prop-info"> <p>To facilitate your handling of distributed Agency payments.</p> </div> </div> <div class="portfolio-thumb" data-aos="fade-up"> <h4>Distribution Management Platform</h4> <a href="images/prop/4.jpg" class="image-popup"> <img src="images/prop/4.jpg" class="img-fluid portfolio-image" alt=""> </a> <div class="prop-info"> <p>This provides functionality in a Server installation and an Android App to enable you manage your remote stocks and distribution requirements.</p> </div> </div> </div> <div class="portfolio-thumb" data-aos="fade-up"> <h4>Bespoke Development</h4> <a href="images/prop/5.jpg" class="image-popup"> <img src="images/prop/5.jpg" class="img-fluid portfolio-image" alt=""> </a> <div class="prop-info"> <p>Any Other that you may require.</p> </div> </div> </div> </div> </section> <!--Grid--> <h3 align="center" id="services">Our Services</h3> <br> <div class="part" align="center"> <div data-aos="fade-up" class="background-overlay-white" style="background-image: url('images/mob/1.jpg');"> <h4>T24 Consultancy </h4> <li>Acquisition and Implementation Support Services</li> <li> Business Requirements gathering, BRD and FSS</li> <li> Implementation, Quality Assurance and Testing Services</li> <li> Systems Integration</li> <li>Data Migration</li> <li> Local Developments and Interfaces </li> <li> Project Management Services</li> <li> Training</li> <li> Post-Implementation Audits and Reviews</li> <li> BankBi™ Reporting/Financial Management Support</li> </div> <div data-aos="fade-up" class="background-overlay-white" style="background-image: url('images/mob/2.jpg');"> <h4>General IT Consulting</h4> <li>IT Strategy Review and Implementation Support</li> <li>Infrastructure Systems and Departmental Reviews & training.</li> <li>Infrastructure planning and reviews</li> <li>Departmental (IT Process and Organisation) Audits/Reviews</li> <li>Business and IT Analysis</li> <li>Documentation</li> <li>Disaster Recovery solutions, documentation and plans.</li> <li>Software installation, support and maintenance.</li> <li>Training</li> <li>End of day Operations</li> <li>IT outsourcing</li> <li>Bespoke Software Development</li> </div> <div data-aos="fade-up" class="background-overlay-white" style="background-image: url('images/mob/3.jpg');"> <h4>Networks and Infrastructure Support</h4> <li>Hardware Installation and support</li> <li>ATM Installation and Support</li> <li>Network Installation and Support, LAN and Telecoms</li> <li>Requirement and traffic analysis</li> <li>Technology options, design and application consulting.</li> <li>Systems Integration including LAN, WAN, security solutions, network and systems management.</li> <li>Software and hardware procurement advisory.</li> </div> <div data-aos="fade-up" class="background-overlay-white" style="background-image: url('images/mob/4.jpg');"> <h4>Customized Support Operations</h4> <li>Dedicated On-Site Services: A virtual office away from the office. The setup operations are taken over by 45 Degrees and there are dedicated teams either working office hours or on a retainer basis (agreed hours) on your needs. They are assigned only on your projects and they are totally committed to anticipating and delivering support to your mission critical Information Technology Infrastructure.</li> <li>Dedicated ADHOC Services: The setup operations are taken over by 45 Degrees and there are dedicated teams working office hours (in certain instances 24X7) on your needs on an as-and-when basis. The teams are assigned to no more than three customers only, working on those projects and they are totally committed to anticipating and delivering support to those mission critical Information Technology Infrastructures.</li> </div> <div data-aos="fade-up" class="background-overlay-white" style="background-image: url('images/mob/5.jpg');"> <h4>Payments and Related Services</h4> <li>Third-party, Bank and Telecom Integrations for Bank-to-Wallet and Wallet-to-Bank Transactions</li> <li>Bulk Payments to Mobile Money</li> <li>Airtime and Data Processing.</li> </div> </div> <br> <section class="section-padding pb-0" id="about" data-aos="fade-up"> <div class="container-fluid"> <div class="row"> <div class="col-lg-3 col-12 p-0"> <img src="images/dist/5.jpg" class="img-fluid about-image" alt=""> </div> <div class="col-lg-3 col-12 bg-dark"> <div class="d-flex flex-column flex-wrap justify-content-center h-100 py-5 px-4 pt-lg-4 pb-lg-0"> <div class="mt-3 custom-links"> <h6 href="#news" class="text-white custom-link" data-aos="zoom-in" data-aos-delay="100">We support Distribution Management Apps</h6> </div> </div> </div> <div class="col-lg-6 col-12 p-0"> <section id="myCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/dist/1.jpg" class="img-fluid team-image" alt=""> </div> <div class="carousel-item"> <img src="images/dist/3.jpg" class="img-fluid team-image" alt=""> </div> <div class="carousel-item"> <img src="images/dist/4.jpg" class="img-fluid team-image" alt=""> </div> <div class="carousel-item"> <img src="images/dist/6.jpg" class="img-fluid team-image" alt=""> </div> <div class="carousel-item"> <img src="images/mob/1.jpg" class="img-fluid team-image" alt=""> </div> </div> <button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </section> </div> </div> </div> </section> <br> <hr> <br> <br> <br> <!--Portfolio--> <div class="container" data-aos="fade-up" id="portfolio"> <div class="row"> <h4 align="center">Portfolio</h4> <div class="col-md-6 col-lg-4 py-3" data-aos="fade-up"> <div class="card-blog"> <div class="header"> <img src="images/logos/airtel1.jpeg"> </div> <div class="body"> <div class="post-title">Airtel Uganda</div> <div class="post-excerpt">Between 2014 and December 2019, we were the primary integrators for all billers and service partners for Airtel Uganda and supported their entire aggregator platform. In that period, we completed multiple developments and integrations that established us as a player in the Digital Payments space. In 2014, our most popular product offering was an Android App which we developed to replace USSD functionality for Airtel Africa – a first on the continent at the time. </div> </div> </div> </div> <div class="col-md-6 col-lg-4 py-3" data-aos="fade-up"> <div class="card-blog"> <div class="header"> <img src="images/logos/stanbic2.jpg"> </div> <div class="body"> <div class="post-title">Stanbic Africa</div> <div class="post-excerpt">Stanbic Africa is a division within Standard Bank of South Africa that is responsible for operations outside South Africa. 45 Degrees Consulting were systems integrators with the responsibility of creating an MIS solution on a Microsoft SQL platform, a number of API’s to ensure a seamless integration into the host system called BankMaster and a number of bespoke software developments to enhance the system.</div> </div> </div> </div> <div class="col-md-6 col-lg-4 py-3" data-aos="fade-up"> <div class="card-blog"> <div class="header"> <img src="images/logos/tropical1.jpeg"> </div> <div class="body"> <div class="post-title">Tropical Bank Uganda</div> <div class="post-excerpt">Since 2012 we have delivered a number of local developments and interfaces for Tropical Bank. Tropical Bank remains our important and esteemed client to-date. Please see the attached letter of reference for some of the services we have provided.</div> </div> </div> </div> <div class="col-md-6 col-lg-4 py-3" data-aos="fade-up"> <div class="card-blog"> <div class="header"> <img src="images/logos/dfcu2.jpg"> </div> <div class="body"> <div class="post-title">DFCU Bank Uganda</div> <div class="post-excerpt">After DFCU Bank acquired the liabilities of the defunct Crane Bank Uganda in 2017, it invited 45 Degrees to support the acquired legacy system. 45 Degrees successfully maintained and supported the former Crane Bank system at DFCU Bank for one year from December 2017 to Dec 2019.</div> </div> </div> </div> </div> </div> </div> <br> <hr> <br> <!--Grid--> <h4 align="center" data-aos="fade-up">Other Projects</h4> <br> <div id="outer-grid"> <div data-aos="fade-up"><img src="images/logos/others/stan.jpeg"> <h4>Stanbic Bank Mozambique</h4> <p>T24 Consultancy for Support and Maintenance of the Bank’s R10 system in 2013 and 2014.</p></div> <div data-aos="fade-up"><img src="images/logos/others/nb4.jpeg"><h4>National Bank of Malawi</h4> <p>Implementation Support for T24 upgrade in 2012. </p></div> <div data-aos="fade-up"><img src="images/logos/others/nbs1.png"><h4>National Building Society (NBS) Bank Malawi</h4> <p>Support and maintenance of their T24 Core Banking System using a dedicated onsite resource 2014 – 2015.</p></div> <div data-aos="fade-up"><img src="images/logos/others/bpr.jpeg"><h4>Banque Populaire du Rwanda Ltd</h4> <p>Optimization of their loan functionality in 2015. Our resources stayed at the Bank for ongoing support up to September 2019. </p></div> <div data-aos="fade-up"><img src="images/logos/others/ndejje.png"><h4>Ndejje University Kampala</h4> <p>Review and optimization of their IT Infrastructure and for procurement support in 2017.</p></div> <div data-aos="fade-up"><img src="images/logos/others/gtb1.jpg"><h4>Gold Trust Bank Kampala <i>(Now defunct)</i></h4> <p>Review and re- cabling of Pallisa and Bwaise Branch LANs in 2011/2012. </p></div> <div data-aos="fade-up"><img src="images/logos/others/nbc.jpeg"><h4>National Bank of Commerce Kampala <i>(Now defunct)</i></h4> <p>Post implementation Review and Optimization of T24 R09 in 2011.</p></div> <div data-aos="fade-up"><img src="images/logos/others/ibrd2.png"><h4>Bank of Reconstruction and Development (BRD) Ltd, Rwanda</h4> <p>Review and reorganization of the IT Department in 2016 and Restructure of Head Office LAN, WAN and related installations. </p></div> <div data-aos="fade-up"><img src="images/logos/others/dfcu1.jpeg"><h4>DFCU Bank, Kampala, Uganda</h4> <p>Extraction of historical Crane Bank statements and related data in 2018 </p></div> <div data-aos="fade-up"><img src="images/logos/others/sla.png"><h4>Sebalu and Lule Advocates</h4> <p>Consultancy for the review of IT Policies and Infrastructure, and optimization of both in 2019. </p></div> </div> <br> <hr> <br> <!--Partnerships--> <div class="part" align="center"data-aos="fade-up"> <h5 id="partners">Strategic Business Partnerships</h5> <div data-aos="fade-up"><img src="images/logos/others/temenos3.jpeg"> <p>Certified Service Partners to Temenos <a href="www.temenos.com">(www.temenos.com)</a> of Switzerland for the acquisition, implementation and support of the T24 Core Banking System</p> </div> <div data-aos="fade-up"><img src="images/logos/others/cr2.png"> <p>CR2 <a href="www.cr2.com">(www.cr2.com)</a> of Dublin, Ireland for the acquisition of CR2 Digital Banking, ATM and Payment Software Solutions.</p> </div> <div data-aos="fade-up"><img src="images/logos/others/crg1.jpeg"> <p>GRG Banking <a href="www.grgbanking.com">(www.grgbanking.com)</a> of Guangzhou, China for the supply and support of ATMS, Cash Dispensers, Recyclers, Cash Deposit and other cash handling devices.</p> </div> <div data-aos="fade-up"><img src="images/logos/others/nls.png"> <p>NLS Banking Solutions <a href="www.nlsbanking.com">(www.nlsbanking.com)</a> of Nairobi, Kenya for the supply of a number of ancillary Banking Solutions.</p> </div> <div data-aos="fade-up"><img src="images/logos/others/bi1.png"> <p>BankBI <a href="www.bankbi.com">(www.bankbi.com)</a> for the acquisition and support of the BankBI T24 Financial Reporting and Management System.</p> </div> <div data-aos="fade-up"><img src="images/logos/others/afri1.png"> <p>AfriCode Consultancy Limited, our sister company in Kigali, Rwanda currently headed by our Head of T24 Services. Africode supplements our headcount with key resources from Zimbabwe. In addition, AfriCode was key to our acquisition of the GXReporting reporting utility as part of the suite of products we offer our clients.</p> </div> <div data-aos="fade-up"><img src="images/logos/others/45india.jpeg"> <p>45 Degrees India (Trading as PSsoft) our sister company supports us with resources as and when required.</p> </div> </div> <!--Contact Us--> <section class=" contact section-padding" id="contact" data-aos="fade-up"> <div class="container"> <div class="row"> <div class="col-lg-7 col-12 mx-auto"> <h3 class="mb-4 text-center" data-aos="fade-up">Write to us</h3> <form action="#" method="post" class="contact-form" role="form" data-aos="fade-up"> <div class="row"> <div class="col-lg-6 col-6"> <label for="name" class="form-label">Name <sup class="text-danger">*</sup></label> <input type="text" name="name" id="name" class="form-control" placeholder="Full name" required> </div> <div class="col-lg-6 col-6"> <label for="email" class="form-label">Email <sup class="text-danger">*</sup></label> <input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required> </div> <div class="col-12 my-4"> <label for="message" class="form-label">How can we help?</label> <textarea name="message" rows="6" class="form-control" id="message" placeholder="Tell us about the project" required></textarea> </div> </div> <div class="col-lg-5 col-12 mx-auto mt-5"> <button type="submit" class="form-control">Send Message</button> </div> </form> </div> </div> </div> </section> <section class="google-map" data-aos="fade-up"> <iframe src="https://maps.google.com/maps?q=Av.+L%C3%BAcio+Costa,+Rio+de+Janeiro+-+RJ,+Brazil&t=&z=13&ie=UTF8&iwloc=&output=embed" class="map-iframe" width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </section> </main> <footer class="site-footer" data-aos="fade-up"> <div class="container"> <div class="row"> <div class="col-12"> <h5 class="text-white"> <i class="bi-geo-alt-fill me-2"></i> Kampala, Uganda </h5> <a href="mailto:info@company.com" class="custom-link mt-3 mb-5"> info@company.com </a> </div> <div class="col-6"> <p class="copyright-text mb-0">Copyright © 45 Degrees 2022 <br><br>Design: <a href="https://customassistinc.com" target="_blank ">Custom Assist</a></p> </div> <div class="col-lg-3 col-5 ms-auto"> <ul class="social-icon"> <li><a href="#" class="social-icon-link bi-facebook"></a></li> <li><a href="#" class="social-icon-link bi-twitter"></a></li> <li><a href="#" class="social-icon-link bi-whatsapp"></a></li> <li><a href="#" class="social-icon-link bi-instagram"></a></li> <li><a href="#" class="social-icon-link bi-youtube"></a></li> </ul> </div> </div> </section> </footer> <!-- JAVASCRIPT FILES --> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script> <script src="js/jquery.sticky.js"></script> <script src="js/aos.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/magnific-popup-options.js"></script> <script src="js/scrollspy.min.js"></script> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 1.09 |
proxy
|
phpinfo
|
Settings