-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (133 loc) · 7.01 KB
/
index.html
File metadata and controls
165 lines (133 loc) · 7.01 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Construction Engineers</title>
<link rel="stylesheet" href="assets/stylesheet/style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap" rel="stylesheet">
</head>
<body>
<section class="header-1-section padding">
<div class="header-1 wrapper">
<header class="header-1-heading">
<h2>CONSTRUCTION</h2>
<h3>Your Company Tagline Here</h3>
</header>
<ul>
<li>
<a class="links" href="">Home</a>
</li>
<li>
<a class="links" href="#aboutus">About Us</a>
</li>
<li>
<a class="links" href="#services">Services</a>
</li>
<li>
<a class="links" href="">Portfolio</a>
</li>
<li>
<a class="links" href="#contactus">Contact Us</a>
</li>
</ul>
</div>
</section>
<section class="hero-section padding">
<div class="hero wrapper text-center">
<header class="hero-heading">
<h3>We are Certified Engineers</h3>
<h2>CONSTRUCTION SERVICES</h2>
<h2>CREATIVE AND PROFESSIONAL</h2>
</header>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit</p>
<button class="btn-type-1">KNOW MORE</button>
<button class="btn-type-1">VIEW PROJECT</button>
</div>
</section>
<section class="about-section padding">
<div class="about-container wrapper">
<div class="about-items">
<h2 id="aboutus">WELCOME TO OUR COMPANY</h2>
<h3>Aliquam lacus purus, auctor malesuada</h3>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, <br><br>
sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur?</p>
<button class="btn-type-1">KNOW MORE</button>
</div>
<div class="man-image about-items about-items-2">
<img src="../Construction/assets/media/man.png" alt="">
</div>
</div>
</section>
<section class="services-section padding">
<div class="wrapper">
<header class="text-center service-heading">
<h2 id="services">Our Services</h2>
</header>
<div class="container">
<div class="container-items">
<img class="service-image" src="../Construction/assets/media/01.jpg" alt="">
<h3>CONSTRUCTION MANAGEMENT</h3>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.,</p>
<button class="btn-type-1">KNOW MORE</button>
</div>
<div class="container-items">
<img class="service-image" src="../Construction/assets/media/02.jpg" alt="">
<h3>RENOVATION</h3>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
<button class="btn-type-1">KNOW MORE</button>
</div>
<div class="container-items">
<img class="service-image" src="../Construction/assets/media/03.jpg" alt="">
<h3>ARCHITECTURE</h3>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
<button class="btn-type-1">KNOW MORE</button>
</div>
</div>
</div>
</section>
<section class="form-section padding">
<div class="form-container wrapper">
<div class="contact-us">
<h3>DO YOU HAVE ANY QUESTIONS?</h3>
<h2>FEEL FREE TO CONTACT US!</h2>
</div>
<form class="form-action" action="">
<input class="input" type="text" placeholder="Name" required>
<input class="input" type="email" placeholder="Email" required>
<textarea class="input message-input" name="message" placeholder="Message" cols="30" rows="1"></textarea>
<button class="btn-type-2">SUBMIT</button>
</form>
</div>
</section>
<section class="footer-section padding">
<div class="footer wrapper">
<div class="footer-items">
<h3 id="contactus">About Company</h3>
<h2>CONSTRUCTION</h2>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem</p>
<div class="">
<i class="icons fab fa-facebook-f"></i>
<i class="icons fas fa-envelope"></i>
<i class="icons fab fa-twitter"></i>
<i class="icons fab fa-behance"></i>
</div>
</div>
<div class="footer-items">
<h3>Contact Us</h3>
<i class="fas fa-map-marker-alt"></i><a class="footer-link" href="">124 New Line, London UK</a>
<i class="fas fa-envelope"></i><a class="footer-link" href="">hello@domain.com</a>
<i class="fas fa-mobile-alt"></i><a class="footer-link" href="">+44 00 00 1234</a>
</div>
</div>
</section>
<section class="copyright-section padding">
<div class="copyright">
<small>Made with <i class="fas fa-heart"></i> by BootstrapThemes. All Rights Reserved</small>
</div>
</section>
</body>
</html>