-
Notifications
You must be signed in to change notification settings - Fork 0
/
success.html
43 lines (40 loc) · 1.58 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
41
42
43
<!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">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/utilities.css">
<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>Christina Ramirez MFT, PLLC</title>
</head>
<body>
<!-- Navbar -->
<nav id="navbar-2">
<h1 class="logo">
<div class="container-title"><span class="text-primary company-title"><img class="img-1"
src="img/home/logolotus7.png" alt=""></img>Christina Ramirez </span><span class="company-title-2">
MFT</span>
</div>
</h1>
</nav>
<header class="section-header bg-primary">
<h2>Thank You For Your Submission</h2>
<h4>I will get back to you soon</h4>
<br><br><a href="/index.html">Go Back</a>
</header>
</section>
<!-- Footer -->
<footer class="footer bg-dark">
<div class="social">
<a href="a"><i class="fab fa-facebook fa-2x"></i></a>
<a href="a"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="a"><i class="fab fa-instagram fa-2x"></i></a>
</div>
<p>Copyright © 2020- Christina Ramirez MFT PLLC</p>
</footer>
</body>
</html>