-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsterling_service.html
More file actions
119 lines (104 loc) · 5.63 KB
/
sterling_service.html
File metadata and controls
119 lines (104 loc) · 5.63 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
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
<!DOCTYPE html>
<html>
<head>
<title> Sterling Service</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="sterling-style.css">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo"> <img src="Images/stl_logo.png" alt="Logo" height="38px" class="imagelogo"> </div>
<div class="navbar">
<ul class="nav">
<li>Home</li>
<li class="dropdown"> <a class="dropbtn">About Us <i class="fa fa-caret-down" style="color: white;"></i></a>
<div class="dropdown-content">
<a href="#">Profile</a>
<a href="#">Our Structure</a>
<a href="#">Our Committee</a>
</div>
</li>
<li>Services</li>
<li class="dropdown"> <a class="dropbtn" ></a>Projects <i class="fa fa-caret-down" style="color: white;"></i></a>
<div class="dropdown-content">
<a href="#">Industrial</a>
<a href="#">Commercial</a>
<a href="#">Construction & Interior</a>
<a href="#">Infrastructure</a>
</div>
</li>
<li>Activities</li>
<li>Contact Us</li>
</ul>
</div>
</div>
<div class="mainbody">
<h4> OUR SERVICES </h4>
<hr class="headerline">
<div class="leftmain">
<p> You’re Solution for Industrial Development and Construction in Myanmar.</p>
<ul style="list-style: none;">
<li> <i class="fa fa-check" style="color:#0F6737;"></i> Design & Build</li>
<li> <i class="fa fa-check" style="color:#0F6737;"></i> Turnkey</li>
<li> <i class="fa fa-check" style="color:#0F6737;"></i> Joint Venture</li>
<li> <i class="fa fa-check" style="color:#0F6737;"></i> Business Consultancy</li>
<li> <i class="fa fa-check" style="color:#0F6737;"></i> Main Contractor</li>
</ul>
<p> Whatever we do, wherever are in construction, the impact for time, budget and quality is beyond customer expectation.</p>
<h6>Projects</h6>
<ul>
<li>Construction and Interior</li>
<li>Commercial</li>
<li>Industrial</li>
<li>Infrastructure</li>
</ul>
</div>
<div class="rightmain">
<div class="img-con">
<img class="ser-img" src="Images/Sterling_Service/1_Services.jpg" alt="Image">
<img class="ser-img" src="Images/Sterling_Service/2_Services.jpg" alt="Image">
</div>
<div class="img-con">
<img class="ser-img" src="Images/Sterling_Service/3_Services.jpg" alt="Image">
<img class="ser-img" src="Images/Sterling_Service/4_Services.jpg" alt="Image">
</div>
</div>
<div class="footer">
<div class="ft-sub1 ">
<span class="footer-text">Quick Links</span>
<ul style="list-style: none;padding-left: 0px;">
<li><a href="#" >Home</a></li>
<li><a href="#" >About Us</a></li>
<li><a href="#" >Services</a></li>
<li><a href="#" >Projects</a></li>
<li><a href="#" >Contact</a></li>
</ul>
</div>
<div class="ft-sub2 ">
<span class="footer-text" > Contact Us</span>
<p>
<i class="fa fa-map-marker"></i>
Room – 1008, 10th Floor, Building - B, 50th Street Condominium, 50th Street, Botahtaung Township, Yangon, Myanmar.
</p>
<p>
<i class="fa fa-phone"></i>
+(95) 9 4512 999 88, +(95) 9 535 1714
</p>
<p> <i class="fa fa-envelope"></i>info@sterling-myanmar.com </p>
</div>
<div class="ft-sub3">
<span class="footer-text"> Facebook Link</span>
<div>
<img src="Images/facebook.png" alt="facebook_page" style="margin-top:3px;" >
</div>
</div>
</div>
</div>
<div class="copyright">
Copyright <i class="fa fa-copyright" style="color:white;"></i> STERLING MYANMAR. All Right Reserved. | Designed By
<a href="#" style="color:#48B0F7; text-decoration:none;"> Host Myanmar </a>
</div>
</div>
</body>
</html>