-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (50 loc) · 2.34 KB
/
index.html
File metadata and controls
62 lines (50 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<!--Website Details-->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta name="author" content="ksenon07147">
<title>L & C Air Conditioning</title>
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./css/navBarTheme.css">
<link rel="stylesheet" type="text/css" href="./css/siteTheme.css">
<script src="js/navBar.js"></script>
<!--Magic that makes website looks good on mobile phone-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<img src="./elements/LnC-Logo1.jpg" style="margin-top:2%;margin-left:13%;">
<hr style="margin-top: 4%;">
<div class="topnav" id="myTopnav">
<a href="./index.html" class="active">Home</a>
<a href="./prof.html">Company Profile</a>
<a href="./services.html">Services</a>
<a href="./products.html">Products</a>
<a href="./tips.html">Tips</a>
<a href="./quote.html">Get a Quote</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="content">
</div>
<div class="grid-container">
<div class="grid-item">
<h3>COMPANY PROFILE</h3>
With its inception in 1995, L&C Air Conditioning has been providing a one-stop solution, installation and maintenance services to companies with requests for kitchen exhaust systems, ventilation systems, fabrication and installation of ducting works and supply of control panel systems.
</div>
<div class="grid-item">
<h3>LOCATION ADDRESS</h3>
<b>L & C Air conditioning</b> 20 Ang Mo Kio Industrial Park 2A
#02-18 AMK TECH LINK Singapore 567761
</br>
</br>
<b>L & C Cemerlang Enterprise</b> AS0361300-P</br>NO. 245 Bawah,
Taman Angeerik Jalan Lencong Barat 05400 Alor Setar, Kedah</div>
</div>
<footer>
<p>Copyright © 2018 <a href="#test" style="text-decoration: none;color:white;">L & C Air Conditioning</a> </p>
</footer>
</body>
</html>