-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.71 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Node Lighting</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#fd7b33">
<meta name="msapplication-TileColor" content="#fffce3">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="container">
<img src="node-lighting-logo.svg" alt="Node Lighting" class="logo" />
<h2>We look ahead to a connected, integrated future filled with stunning lighting design</h2>
<p>Node Lighting provides design and consultancy services, helping you ensure your project looks great, functions well and is ready for the next generation of integration technologies.</p>
<p>Contact us on <a href="mailto:sales@nodelighting.com">sales@nodelighting.com</a></p>
</div>
<footer>
<div class="container">
<div class="address">
Node Lighting Limited<br />
1 College Avenue<br />
Bangor<br />
Co. Down<br />
BT20 5HJ<br />
United Kingdom
</div>
<div class="company">
Registered Company NI680129
</div>
</div>
</footer>
<div class="copyright">© Node Lighting 2021</div>
</body>
</html>