-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·52 lines (45 loc) · 2.23 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JSM Constructions</title>
<link rel="icon" href="images/favicon.png">
<link href="tools/style.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script type="text/javascript" src="tools/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto+Slab:700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
</head>
<body>
<div class="wrapper">
<div class="left-section"><img src="images/watch.png" /></div>
<div class="right-section">
<img alt="JSM Construction Logo" src="images/logo.svg"/>
<div class="seprator"></div>
<div class="main-content">
<h2>Our Website is coming soon</h2>
<p>In the mean time connect with us with the information provided</p>
</div>
<ul class="social">
<!-- <li id="facebook"><a href="https://www.facebook.com/sandhoora"><i class="fa fa-facebook"></i></a></li> -->
<!-- li id="twitter"><a href="#"><i class="fa fa-twitter"></i></a></li-->
<!-- <li id="linkedin"><a href="https://www.linkedin.com/company/sandhoora/"><i class="fa fa-linkedin"></i></a></li> -->
</ul>
<ul class="info">
<li><i class="fa fa-phone-square"></i>+94-713-856-585</li>
<li><i class="fa fa-map-marker"></i>JSM Construction ( pvt ) Ltd, No 136 1/1, Poorwarama Road, Colombo 05.</li>
<li><i class="fa fa-envelope"></i><a href="#">[email protected]</a></li>
</ul>
<div class="social-links">
<ul class="social2">
<!-- <li id="facebook"><a href="https://www.facebook.com/sandhoora"><i class="fa fa-facebook"></i></a></li> -->
<!--li id="twitter"><a href="#"><i class="fa fa-twitter"></i></a></li-->
<!-- <li id="linkedin"><a href="https://www.linkedin.com/company/sandhoora/"><i class="fa fa-linkedin"></i></a></li> -->
</ul>
</div>
</div>
<div class="watch-section"><img src="images/watch.png" /></div>
</div>
</body>
</html>