-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomfirmation.html
More file actions
83 lines (81 loc) · 2.71 KB
/
comfirmation.html
File metadata and controls
83 lines (81 loc) · 2.71 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> comfirmation </title>
<link rel="stylesheet" href="stylesheet/bootstrap.min.css"/>
<link rel="stylesheet" href="stylesheet/style.css"/>
</head>
<body>
<header>
<div id="header" >
<div id="banner" class="bg-secondary text-white text-center">
<p> Random website notification </p>
</div>
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="#"> Animal Protection </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" aria-current="page" href="home.html">Home</a>
<a class="nav-link" href="about_us.html">About_us</a>
<a class="nav-link" href="contact_us.html">Contact_us</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<main class="container">
<article>
<h1> Enquiries Submitted </h1>
<hr>
<P>The hiring manager will get back to you after
your document has been reviewed</P>
</article>
</main>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer>
<footer>
<footer class="py-3 mt-4 bg-secondary" data-bs-theme="dark">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item">
<a href="home.html" class="nav-link px-2 text-body-secondary">Home</a>
</li>
<li class="nav-item">
<a href="about_us.html" class="nav-link px-2 text-body-secondary">About_us</a>
</li>
<li class="nav-item">
<a href="contact_us.html" class="nav-link px-2 text-body-secondary">Contact_us</a> </li>
</ul>
<p class="text-center text-body-secondary"> Copy;
<a href="https://trevontaylor.com" target="_blank" class="text-body-secondary"> Trevor Taylor website </a>
</footer>
</footer>
<script src="JavaScript/jquery.min.js"> </script>
<script src="JavaScript/bootstrap.min.js"> </script>
<script src="JavaScript/web.js"> </script>
</body>
</html>