-
Notifications
You must be signed in to change notification settings - Fork 12
/
project.html
88 lines (75 loc) · 3.79 KB
/
project.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
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
<html>
<head>
<title>Our Projects</title>
<link rel="stylesheet" type="text/css" href="project.css">
<link href="https://fonts.googleapis.com/css?family=Kulim+Park&display=swap" rel="stylesheet">
</head>
<body>
<div id="navi">
<nav>
<img src="MC_Logo.png" width="120" height="100">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="services.html">Service</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section id="project1">
<div class="section-inner">
<h1>Our Projects</h1>
</div>
</section>
</div>
<section id="project2">
<div class="section-inner">
<h2>Projects</h2><br>
<p style="text-align:left">Delivering projects that fulfill and exceed the owners expectations is <br>a process that starts during the conceptual stage with a collaborative <br>team from design through construction.
This integrated team <br>approach puts the focus of all team members specifically towards the <br>culmination of the completed project.
Check out our projects by <br>clicking on the categories below.</p>
</div>
</section>
<section id="project3">
<div class="section-inner">
<a href="road.html">
<img src="rb1.jpg" width="670" height="300"></a>
<a href="irragation.html">
<img src="water1.jpg" width="670" height="300"></a>
<a href="building.html">
<img src="b3.jpg" width="670" height="300"></a>
<a href="CEB.html">
<img src="c.jpg" width="670" height="300"></a>
<div class="text-block">
<h3>CEB Projects</h3>
</div>
<div class="text-block1">
<h3>Irrigation and Water Supply Projects</h3>
</div>
<div class="text-block2">
<h3>Roads & Bridges</h3>
</div>
<div class="text-block3">
<h3>Building Projects</h3>
</div>
</div>
</section>
<footer>
<br><br><br>
<div class="media">
<ul>
<li><a href="https://www.facebook.com/RandelLanka/"target="_blank">
<img src="https://img.icons8.com/doodle/48/000000/facebook-new.png"></i></li></a>
<li><img src="https://img.icons8.com/color/48/000000/instagram-new.png"></i></li>
<li><img src="https://img.icons8.com/color/48/000000/twitter.png"></i></li>
<li><img src="https://img.icons8.com/color/48/000000/linkedin.png"></i></li>
</ul>
</div>
<br><br><br><br><br>
<h5 style="text-align:center">©2020 Randel-Lanka-Constructions, Inc. All Rights Reserved</h5>
<a href="https://icons8.com/icon/52492/user-location">User Location icon by Icons8</a>
</footer>
</html>
</body>
</html>