-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.html
114 lines (102 loc) · 3.83 KB
/
thankyou.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36867189-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-36867189-2');
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> TU- Technical Union | Thank you</title>
<meta name="description" content="Thank you page">
<meta name="keywords" content="thank you">
<meta name="author" content="Edgar Lindo">
<meta name="facebook-domain-verification" content="fzctnjbrtlybvytmamk8glkng9af7p" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="custom.css" />
<link rel="shortcut icon" type="image/pgn" href="/Images/tu-favicon.png"/>
</head>
<body>
<script src="js/bootstrap.js"></script>
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark">
<a class="navbar-brand" href=""> TECHNICAL UNION</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="index.html">| Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/Products/products.html">| Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/Services/Services.html">| Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="partnumbers.html">| Inventory </a>
</li>
<li class="nav-item">
<a class="nav-link" href="formulas.html">| Formulas</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Interactive.html">| Interactive</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">| Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- Nav Bar End -->
<!-- First Page Main Content -->
<div class="row">
<!-- First column -->
<div class="col-md-12">
<h6 class="thank-you-text"> Thank you! </h6>
</div class="col-md-12">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor" class="bi bi-check-lg" viewBox="0 0 16 16">
<path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/>
</svg>
</div>
<div class="col-md-12">
<h6 class="thank-you-text-2">
We will be in contact. <a href= "index.html"> Go back to main page. </a>
</h6>
</div>
</div>
<div class="row">
<div class="main-footer2">
<h6 class="banner-text">
Technical Union | Industrial Exports | Pumps | Motors | Valves |
Filters | Flowmeters | Servo Valves | Servo Motors | Manifolds |
Accumulators | Oil Analysis | General Industrial Supplies..
</h6>
</div>
</div>
<div class="row">
<footer class="main-footer">
<p class="copyright">
© 2022 Copyright Technical Union <br /> | Developed by
Edgar Lindo |
</p>
</footer>
</div>
<!-- First Page Main Content End -->
</body>
</html>