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.

462 lines
28 KiB

1 year ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no" />
  7. <link href="images/favicon.png" rel="icon" />
  8. <title>Money Transfer and Online Payments</title>
  9. <meta name="description" content="Money" />
  10. <!-- Web Fonts
  11. ============================================= -->
  12. <link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap" rel="stylesheet">
  13. <!-- Stylesheet
  14. ============================================= -->
  15. <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" />
  16. <link rel="stylesheet" type="text/css" href="vendor/font-awesome/css/all.min.css" />
  17. <link rel="stylesheet" type="text/css" href="vendor/bootstrap-select/css/bootstrap-select.min.css" />
  18. <link rel="stylesheet" type="text/css" href="vendor/currency-flags/css/currency-flags.min.css" />
  19. <link rel="stylesheet" type="text/css" href="css/styles-login.css" />
  20. <!-- Colors Css -->
  21. <link id="color-switcher" type="text/css" rel="stylesheet" href="#" />
  22. </head>
  23. <body>
  24. <!-- Preloader -->
  25. <div id="preloader">
  26. <div data-loader="dual-ring"></div>
  27. </div>
  28. <!-- Preloader End -->
  29. <!-- Document Wrapper -->
  30. <div id="main-wrapper">
  31. <!-- Header -->
  32. <header id="header">
  33. <div class="container">
  34. <div class="header-row">
  35. <div class="header-column justify-content-between">
  36. <!-- Logo
  37. ============================= -->
  38. <div class="logo me-3">
  39. <a class="d-flex" href="dashboard-new.html" title="Money - HTML Template">
  40. <img src="images/imelondon.svg" height="30" alt="IME London - Logo" />
  41. </a>
  42. </div>
  43. <!-- Logo end -->
  44. <!-- Collapse Button
  45. ============================== -->
  46. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#header-nav"><span></span> <span></span> <span></span></button>
  47. <!-- Collapse Button end -->
  48. <!-- Primary Navigation
  49. ============================== -->
  50. <nav class="primary-menu navbar navbar-expand-lg">
  51. <div id="header-nav" class="collapse navbar-collapse">
  52. <ul class="navbar-nav me-auto">
  53. <li><a href="dashboard-new.html">Dashboard</a></li>
  54. </ul>
  55. </div>
  56. </nav>
  57. <!-- Primary Navigation end -->
  58. </div>
  59. <div class="header-column justify-content-end">
  60. <!-- Login & Signup Link
  61. ============================== -->
  62. <nav class="login-signup navbar navbar-expand">
  63. <ul class="navbar-nav d-none">
  64. <li><a href="login.html">Login</a></li>
  65. <li class="align-items-center h-auto ms-sm-3"><a class="btn btn-primary" href="signup.html">Sign Up</a></li>
  66. </ul>
  67. <ul class="navbar-nav align-items-center">
  68. <li class="dropdown language">
  69. <a class="dropdown-toggle" href="#">En</a>
  70. <ul class="dropdown-menu">
  71. <li><a class="dropdown-item" href="#">English</a></li>
  72. <li><a class="dropdown-item" href="#">French</a></li>
  73. </ul>
  74. </li>
  75. <li class="dropdown notifications">
  76. <a class="dropdown-toggle" href="#">
  77. <span class="text-5"><i class="far fa-bell"></i></span><span class="count">3</span>
  78. </a>
  79. <ul class="dropdown-menu">
  80. <li class="text-center text-3 py-2">Notifications (3)</li>
  81. <li class="dropdown-divider mx-n3"></li>
  82. <li>
  83. <a class="dropdown-item" href="#"><i class="fas fa-bell"></i>A new digital FIRC document is available for you to download<span class="text-1 text-muted d-block">22 Jul 2021</span></a>
  84. </li>
  85. <li>
  86. <a class="dropdown-item" href="#"><i class="fas fa-bell"></i>Updates to our privacy policy. Please read.<span class="text-1 text-muted d-block">04 March 2021</span></a>
  87. </li>
  88. <li class="dropdown-divider mx-n3"></li>
  89. <li><a class="dropdown-item text-center text-primary px-0" href="notifications.html">See all Notifications</a></li>
  90. </ul>
  91. </li>
  92. <li class="dropdown profile ms-2">
  93. <a class="px-0 dropdown-toggle" href="#">
  94. <img class="rounded-circle" src="images/profile-thumb.jpg" width="32" alt="" />
  95. </a>
  96. <ul class="dropdown-menu">
  97. <li class="text-center text-3 py-2">Hi, Raghunath</li>
  98. <li class="dropdown-divider mx-n3"></li>
  99. <li>
  100. <a class="dropdown-item" href="profile.html"><i class="fas fa-user"></i>My Profile</a>
  101. </li>
  102. <li>
  103. <a class="dropdown-item" href="password-change.html"><i class="fas fa-bell"></i>Change Password</a>
  104. </li>
  105. <li>
  106. <a class="dropdown-item" href="#"><i class="fas fa-bell"></i>Promotion Details</a>
  107. </li>
  108. <li class="dropdown-divider mx-n3"></li>
  109. <li>
  110. <a class="dropdown-item" href="#"><i class="fas fa-sign-out-alt"></i>Sign Out</a>
  111. </li>
  112. </ul>
  113. </li>
  114. </ul>
  115. </nav>
  116. <!-- Login & Signup Link end -->
  117. </div>
  118. </div>
  119. </div>
  120. </header>
  121. <!-- Header End -->
  122. <!-- Content -->
  123. <div id="content" class=" py-4 section-form-bg">
  124. <div class="container">
  125. <div class="row">
  126. <!-- Middle Panel -->
  127. <div class="col-lg-12">
  128. <div class="mb-4">
  129. <h3 class="fw-400">Send Money</h3>
  130. <p>Enter below details to send money to your receiver</p>
  131. </div>
  132. <div class="card">
  133. <form action="send-money-success.html">
  134. <div class="card-body p-4">
  135. <div class="row mb-4">
  136. <div class="col-md-7 border-0 mb-4">
  137. <div class="">
  138. <div class="row">
  139. <div class="col-lg-12">
  140. <h5 class="mb-4">Enter Transaction Details</h5>
  141. </div>
  142. <div class="col-md-5">
  143. <div class="mb-3">
  144. <div class="form-floating">
  145. <select class="form-select" id="Nationality" aria-label="Floating label select example">
  146. <option selected></option>
  147. <option value="1">Nepal</option>
  148. <option value="2">India</option>
  149. <option value="3">Pakistan</option>
  150. </select>
  151. <label for="Nationality">Receiver Country</label>
  152. </div>
  153. </div>
  154. </div>
  155. <div class="col-md-5">
  156. <div class="mb-3">
  157. <div class="form-floating">
  158. <select class="form-select" id="Nationality" aria-label="Floating label select example">
  159. <option selected value=""></option>
  160. <option value="b">Bank Deposit</option>
  161. <option value="c">Cash Collection</option>
  162. <option value="w">Wallet Deposit</option>
  163. </select>
  164. <label class="form-label">Delivery Method</label>
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. <div class="row">
  170. <div class="col-md-10">
  171. <div class="mb-3">
  172. <div class="form-floating">
  173. <select class="form-select" id="" aria-label="Floating label select example">
  174. <option></option>
  175. <option>Bank Transfer (Best Rate)</option>
  176. <option>Debit/Credit Card</option>
  177. <option>Online Banking/Open Banking</option>
  178. </select>
  179. <label class="form-label">How do you pay us? </label>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. <div class="row">
  185. <div class="col-md-5">
  186. <div class="mb-3">
  187. <div class="form-floating mb-3">
  188. <input type="text" value="100.00" class="form-control" id="floatingInput" placeholder="00.00">
  189. <label for="floatingInput">Send Amount GBP</label>
  190. </div>
  191. </div>
  192. </div>
  193. <div class="col-md-5">
  194. <div class="mb-3">
  195. <div class="form-floating mb-3">
  196. <input type="text" value="16300.50" class="form-control" id="floatingInput" placeholder="00.00">
  197. <label for="floatingInput">Receive Amount NPR</label>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. <div class="row">
  203. <div class="col-md-5">
  204. <div class="mb-3">
  205. <div class="form-floating mb-3">
  206. <input type="text" value="" maxlength="10" class="form-control" id="floatingInput" placeholder="">
  207. <label for="floatingInput">I Have Promo Code (Optional)</label>
  208. </div>
  209. </div>
  210. </div>
  211. </div>
  212. <div class="row">
  213. <div class="mb-5 mt-2">
  214. <button class="btn btn-primary" type="button">Calculate <i class="fa fa-calculator p-2" aria-hidden="true"></i></button>
  215. </div>
  216. </div>
  217. <div class="row">
  218. <div class="col-md-10">
  219. <div class="mb-3">
  220. <div class="form-floating">
  221. <select class="form-select" id="Nationality" aria-label="Floating label select example">
  222. <option value=""></option>
  223. <option value="">Ramesh Bahadur Gurung</option>
  224. <option>Mana Kumari Lama</option>
  225. </select>
  226. <label class="form-label">Select of Receiver</label>
  227. </div>
  228. Receiver Not Found ? <a href="add-receiver.html" target="_blank" >Add Receiver</a>
  229. </div>
  230. </div>
  231. </div>
  232. <div class="row">
  233. <div class="col-md-10">
  234. <div class="mb-3">
  235. <div class="form-floating">
  236. <select class="form-select" id="Nationality" aria-label="Floating label select example">
  237. <option value=""></option>
  238. <option value="">Family Support</option>
  239. <option>Bill Payment</option>
  240. <option>Education Support</option>
  241. <option>House Maintanance</option>
  242. </select>
  243. <label class="form-label">Propose of Remittance</label>
  244. </div>
  245. </div>
  246. </div>
  247. </div>
  248. <div class="row">
  249. <div class="mb-4">
  250. <div class="form-check d-flex align-items-center">
  251. <input class="form-check-input me-2" type="checkbox" id="Terms">
  252. <label class="form-check-label" for="Terms">I have read the details and confirm to send now.
  253. </div>
  254. </div>
  255. </div>
  256. <div class="row">
  257. <div class="mb-5 mt-2">
  258. <button class="btn btn-primary" type="submit">Send Now <i class="fa fa-window-maximize p-2" aria-hidden="true"></i></button>
  259. </div>
  260. </div>
  261. </div>
  262. </div>
  263. <div class="col-md-5">
  264. <div class="px-4">
  265. <div class="col-lg-12">
  266. <h5 class="mb-4">Your Transaction Details</h5>
  267. </div>
  268. <table class="table">
  269. <tr>
  270. <td>Send Amount :</td>
  271. <td>
  272. <strong><span>100.00 GBP</span></strong>
  273. </td>
  274. </tr>
  275. <tr>
  276. <td>Exchange Rate :</td>
  277. <td>
  278. <strong><span >163.50</span></strong>
  279. </td>
  280. </tr>
  281. <tr>
  282. <td>Transfer Fee :</td>
  283. <td>
  284. <strong><span >3.00 GBP</span></strong>
  285. </td>
  286. </tr>
  287. <tr>
  288. <td>Reveiver will get (NPR) :</td>
  289. <td>
  290. <strong><span>16,300.50</span></strong>
  291. </td>
  292. </tr>
  293. <tr>
  294. <td>Total to Pay :</td>
  295. <td>
  296. <strong><span>100.00 GBP</span></strong>
  297. </td>
  298. </tr>
  299. <!-- <tr>
  300. <td colspan="2">
  301. <div class="input-group flex-nowrap mt-5">
  302. <div class="form-floating flex-grow-1 h-25">
  303. <input type="text" maxlength="6" class="form-control" id="PostalZipCode" placeholder="Promo Code">
  304. <label for="Promo Code">Promo Code</label>
  305. </div>
  306. <span class="input-group-text px-2 btn-primary">
  307. <button class="btn-choose bg-transparent text-white border-0" type="button">Apply</button>
  308. </span>
  309. </div>
  310. </td>
  311. </tr> -->
  312. </table>
  313. </div>
  314. </div>
  315. </div>
  316. </div>
  317. </form>
  318. </div>
  319. </div>
  320. </div>
  321. </div>
  322. </div>
  323. <!-- Content end -->
  324. <!-- Footer -->
  325. <footer id="footer" class="footer-web py-3 ">
  326. <div class="container">
  327. <div class="footer-copyright text-center border-0">
  328. <div class="row">
  329. <div class="col-lg-6 mx-auto">
  330. <div class="text-center text-white">
  331. <p class="m-0">© Subhida UK Ltd, 2023</p>
  332. </div>
  333. </div>
  334. </div>
  335. </div>
  336. </div>
  337. </footer>
  338. <!-- Footer end -->
  339. </div>
  340. <!-- Document Wrapper end -->
  341. <!-- Back to Top
  342. ============================================= -->
  343. <a id="back-to-top" data-bs-toggle="tooltip" title="Back to Top" href="javascript:void(0)"><i class="fa fa-chevron-up"></i></a>
  344. <!-- Script -->
  345. <script src="vendor/jquery/jquery.min.js"></script>
  346. <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  347. <script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
  348. <!-- custom -->
  349. <script src="js/script.js"></script>
  350. <!-- Modal -->
  351. <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
  352. <div class="modal-dialog modal-lg">
  353. <div class="modal-content">
  354. <div class="modal-header">
  355. <h5 class="modal-title" id="staticBackdropLabel">Receiver List</h5>
  356. <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  357. </div>
  358. <div class="modal-body">
  359. <table class="table table-bordered">
  360. <tbody>
  361. <tr>
  362. <th>S.N</th>
  363. <th>Receiver ID</th>
  364. <th>&nbsp;</th>
  365. <th>Receiver Name</th>
  366. <th>Active Status</th>
  367. <th >&nbsp;</th>
  368. </tr>
  369. <tr>
  370. <td>
  371. 1
  372. </td>
  373. <td>
  374. <span>538845</span>
  375. </td>
  376. <td>
  377. <i class=" currency-flag currency-flag-npr me-1"></i>
  378. </td>
  379. <td>
  380. <span>Raghu Nath Bhandari</span><br />
  381. <span style="font-size: 8pt;">
  382. Credit to account<br />
  383. [<b>GLOBAL IME BANK LTD</b>]
  384. </span>
  385. </td>
  386. <td>
  387. <span class="text-center text-success">
  388. <i class="fas fa-check-circle"></i>
  389. </span>
  390. </td>
  391. <td>
  392. <a href="#" class="btn btn-sm btn-primary">Send <i class="fas fa-paper-plane"></i></a>
  393. </td>
  394. </tr>
  395. </tbody>
  396. </table>
  397. </div>
  398. </div>
  399. </div>
  400. </div>
  401. </body>
  402. </html>