-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (141 loc) · 5.58 KB
/
index.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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 | Home</title>
<meta name="description" content="Single source for industrial supplies. Hydraulics, Pneumatics, Electrical, Mechanical.">
<meta name="keywords" content="pumps, motors, valves, servo motors, servo valves, filters, accumulators, heat exchangers, industrial supplies.">
<meta name="author" content="Edgar Lindo">
<meta name="facebook-domain-verification" content="fzctnjbrtlybvytmamk8glkng9af7p" />
<meta property="og:title" content=" Technical Union" />
<meta property="og:description" content="Industrial Supplies | Exports from USA" />
<meta property="og:image" content="http://www.tu.biz/Images/oppictures/Tubiz contact.png" />
<meta property="og:url" content="http://www.tu.biz" />
<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-6">
<p class="maintext">
<strong> TU – TECHNICAL UNION</strong> is your single source for
engineered and standard hydraulic components to meet your hydraulic
machine’s technical requirements. Whenever you are working on a new
project or an existing system, you need proven technical solutions to
give you a competitive edge for improved machine design, better
production time, and optimal machine maintenance to maximize your
company’s capital investment.
</p>
<p class="maintext">
<strong>TU – TECHNICAL UNION</strong> offers cost-effective technical
solutions that you can trust to help you increase efficient
productivity, compact system design, and usage control of spare
components for your hydraulic machinery.
</p>
<!-- List items -->
<h4 class="listtittle"><strong>Our Advantages</strong></h4>
<ul>
<li>Engineer systems.</li>
<li>Hydraulic retrofits.</li>
<li>Hydraulic machines upgrades.</li>
<li>Hydraulic components remanufacture.</li>
<li>Alternative new hydraulic components.</li>
<li>Standard replacement components.</li>
<li>Preventive maintenance programs.</li>
<li>Technical Experience.</li>
<li>Superior quality.</li>
<li>Fast responds.</li>
<li>Large inventory.</li>
<li>Quick delivery.</li>
</ul>
<!-- List items end -->
</div>
<!-- Picture section -->
<div class="col-md-6">
<img
src="Images\maintenance-1.png"
class="img-fluid"
id="maintenance1"
/>
<img
src="Images\oil-analysis2.png"
class="img-fluid"
id="oilanalysis2"
/>
</div>
<!-- Footer Section -->
<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>