-
Notifications
You must be signed in to change notification settings - Fork 2
/
success.html
40 lines (36 loc) · 1.43 KB
/
success.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/a489e0e418.js"></script>
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 768px)" href="css/mobile.css">
<link rel="stylesheet" media="screen and (min-width: 1100px)" href="css/widescreen.css">
<title>Accounting & Financial Services | BridgeLedger Investment Bank</title>
</head>
<body>
<nav id="navbar">
<h1 class="logo">
<a href="index.html" class="btn-dark"><span class="text-primary">
<i class="fas fa-book-open"></i> Bridge</span>Ledger
</a>
</h1>
</nav>
<section id="success" class="bg-primary py-3 text-center">
<div class="container">
<h2 class="l-heading">Thank You For Your Submission.</h2>
<p class="lead">We will get back to you soon.</p>
<a href="/index.html">Go Back!</a>
</div>
</section>
<!-- Footer -->
<footer id="main-footer" class="bg-dark text-center py-1">
<div class="container">
<p>Copyright © 2019, <a href="index.html" class="btn-dark">BridgeLedger</a>. All Rights Reserved.</p>
</div>
</footer>
</body>
</html>