This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="g-post"> | |
| <div class="g-post-area" style="text-align: initial"> | |
| <div class="table-responsive"> | |
| <table class="table table-bordered table-striped table-sm align-middle"> | |
| <tr class="text-center"> | |
| <th colspan="4">Deposit Products</th> | |
| <th colspan="3">Rate of Interest<br/>(per annum)</th> | |
| </tr> | |
| <tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="g-post"> | |
| <div class="g-post-area" style="text-align: left"> | |
| <img src="https://vivr.ificbankbd.com/sivr/image/sohoj-account.png" alt="" class="img-fluid"> | |
| <div class="g-post-content"> | |
| <p>An attractive loan facility for all credit worthy individuals of Bangladesh who wish to buy new or used | |
| the apartment/flat, mortgage their existing house/flat/apartment or construct/ renovate/ extend their | |
| existing flat/house, want to Purchase/Construct/Renovate semi-pacca house etc. Loan also available for | |
| construction with land development.</p> | |
| <figure> | |
| <h5>Highlights</h5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="g-post"> | |
| <div class="g-post-area"> | |
| <div class="text-end"> | |
| <small>Effective From <span>1<sup>st</sup>July 2021</span></small> | |
| </div> | |
| <div class="table-responsive schedule-of-charge"> | |
| <table class="table table-striped table-sm table-bordered align-middle"> | |
| <tbody> | |
| <tr class=""> | |
| <td class="text-dark"><h5 class="mb-0">Particulars</h5></td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| `<footer>${new Date().getFullYear()}</footer>` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Success Alert | |
| * @script | |
| * | |
| * */ | |
| function customAlert(msg, duration) { | |
| let styler = document.createElement("div"); | |
| styler.setAttribute("style", "display:block; border: 2px solid 23b7e5;padding:10px; min-width:250px; text-align:left; background-color:#23b7e5; border-radius:4px;font-size:14px;color:#ffffff; padding:15px;position:fixed;top:15px; right: 15px; z-index:5000"); | |
| styler.innerHTML = ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- saved from url=(0078)http://192.168.10.108/gplex_scheduler/?task=account&act=adminList&accId=000017 --> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta name="viewport" | |
| content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <link rel="stylesheet" href="./Gplex Scheduler_files/bootstrap.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Terminal Cheat Sheet | |
| pwd # print working directory | |
| ls # list files in directory | |
| cd # change directory | |
| ~ # home directory | |
| .. # up one directory | |
| - # previous working directory | |
| help # get help | |
| -h # get help |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| body { | |
| margin: 0 auto; | |
| max-width: 40em; | |
| width: 88%; | |
| } | |
| label, | |
| input { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="js-id-name" class="cm-category-nav"> | |
| <a class="anchor-link-class-name active-class" href="homepage-tags.html">Featured</a> | |
| <a class="anchor-link-class-name" href="javascript:void(0)">Water</a> | |
| <a class="anchor-link-class-name" href="javascript:void(0)">Travel</a> | |
| <a class="anchor-link-class-name" href="javascript:void(0)">House</a> | |
| <a class="anchor-link-class-name" href="javascript:void(0)">Old</a> | |
| </div> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*------------------------------------------ | |
| Responsive Grid Media Queries - 1280, 1024, 768, 480 | |
| 1280-1024 - desktop (default grid) | |
| 1024-768 - tablet landscape | |
| 768-480 - tablet | |
| 480-less - phone landscape & smaller | |
| --------------------------------------------*/ | |
| @media all and (min-width: 1024px) and (max-width: 1280px) { } | |
| @media all and (min-width: 768px) and (max-width: 1024px) { } |