-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blade Tech Services</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<div class="container">
<header class="row">
<div class="col text-center">
<img src="./BTS-small-logo.png" alt="The Blade Tech Services Logo">
<h1 class="display-1 text-dark-emphasis">Blade Tech Services</h1>
</div>
</header>
<main class="row">
<section class="col-12">
<h1>Blade Tech Services</h1>
<p>Blade Tech Services is now part of <a href="https://www.galetechenergy.com/" target="_blank">the Gaeltech Energy Group</a>.</p>
</section>
<section class="col-12">
<h1>Services</h1>
<ul>
<li>Rotor Blade cleaning</li>
<li>Rotor Blade Inspection</li>
<li>Rotor Blade repair</li>
<li>Blade Root Inspection and repair</li>
<li>Tower cleaning</li>
<li>Tower inspection</li>
<li>Tower repair</li>
<li>Met mast maintenance</li>
<li>PPE Inspection and Certification</li>
<li>Statutory Inspections</li>
</ul>
</section>
<section class="col-12">
<h1>Enquiries</h1>
<p>Contact Koen Busschots at <kbd>[email protected]</kbd> or <kbd>+353-87-9874199</kbd>.</p>
</section>
</main>
</div>
</body>
</html>