-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (192 loc) · 10.1 KB
/
index.html
File metadata and controls
201 lines (192 loc) · 10.1 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Construction Website</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<header id="home"> <div class="navbar">
<div class="logo">COBUILD</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#map">Map</a></li>
</ul>
</nav>
</div>
<div class="hero">
<h1>We're Building Your Future</h1>
<p>Take a step towards the future of construction with Cobuild</p>
<button class="btn-primary">Get A Quote</button>
</div>
</header>
<section class="services" id="services"> <h2>Our Services</h2>
<p class="section-desc">Cobuild impresses you with fully responsiveness and highly customization.</p>
<div class="service-cards">
<div class="card">
<i class="fas fa-hammer"></i> <h4>Fast Operations</h4>
<p>Duis aute irure dolor in reprehenderit voluptate velit esse cillum fugiat nulla pariatur.</p>
</div>
<div class="card">
<i class="fas fa-paint-roller"></i> <h4>Renovation</h4>
<p>Duis aute irure dolor in reprehenderit voluptate velit esse cillum fugiat nulla pariatur.</p>
</div>
<div class="card">
<i class="fas fa-comments"></i> <h4>Consultation</h4>
<p>Duis aute irure dolor in reprehenderit voluptate velit esse cillum fugiat nulla pariatur.</p>
</div>
<div class="card">
<i class="fas fa-building"></i> <h4>Architecture</h4>
<p>Duis aute irure dolor in reprehenderit voluptate velit esse cillum fugiat nulla pariatur.</p>
</div>
</div>
</section>
<section class="featured-work" id="work"> <h2>Featured Work</h2>
<p class="section-desc">Duis aute irure dolor in reprehenderit voluptate velit esse cillum fugiat pariatur occaecat cupidatat proident culpa.</p>
<div class="filter-buttons">
<button class="filter-btn active">All</button>
<button class="filter-btn">Building</button>
<button class="filter-btn">Construction</button>
<button class="filter-btn">Planning</button>
</div>
<div class="gallery">
<div class="gallery-item">
<img src="task2/all images/1.jpg.jpeg" alt="Construction project 1">
<div class="overlay">
<h4>Project Title 1</h4>
<p>Category</p>
</div>
</div>
<div class="gallery-item">
<img src="task2/all images/2.jpg.jpeg" alt="Construction project 2">
<div class="overlay">
<h4>Project Title 2</h4>
<p>Category</p>
</div>
</div>
<div class="gallery-item">
<img src="task2/all images/3.jpg_1.jpeg" alt="Construction project 3">
<div class="overlay">
<h4>Project Title 3</h4>
<p>Category</p>
</div>
</div>
<div class="gallery-item">
<img src="task2/all images/4.jpg_2.jpeg" alt="Construction project 4">
<div class="overlay">
<h4>Project Title 4</h4>
<p>Category</p>
</div>
</div>
<div class="gallery-item">
<img src="task2/all images/5.jpg.jpeg" alt="Construction project 5">
<div class="overlay">
<h4>Project Title 5</h4>
<p>Category</p>
</div>
</div>
<div class="gallery-item">
<img src="task2/all images/6.jpg_1.jpeg" alt="Construction project 6">
<div class="overlay">
<h4>Project Title 6</h4>
<p>Category</p>
</div>
</div>
</div>
</section>
<section class="experience" id="skills"> <div class="experience-content">
<h3>We are expert in this field since almost 20 years.</h3>
<p>Proin gravida nibh vel velit auctor aliquet aenean sollicitudin, lorem quis bibendum auctor.</p>
</div>
<div class="skills">
<div class="skill-item">
<div class="skill-name">Buildings</div>
<div class="progress-bar-container">
<div class="progress-bar" style="width: 85%;"></div>
<span class="progress-percent">85%</span>
</div>
</div>
<div class="skill-item">
<div class="skill-name">Architecture</div>
<div class="progress-bar-container">
<div class="progress-bar" style="width: 60%;"></div>
<span class="progress-percent">60%</span>
</div>
</div>
<div class="skill-item">
<div class="skill-name">Constructions</div>
<div class="progress-bar-container">
<div class="progress-bar" style="width: 70%;"></div>
<span class="progress-percent">70%</span>
</div>
</div>
<div class="skill-item">
<div class="skill-name">Planning</div>
<div class="progress-bar-container">
<div class="progress-bar" style="width: 40%;"></div>
<span class="progress-percent">40%</span>
</div>
</div>
</div>
</section>
<section class="innovation">
<p>An innovative company working with the latest technologies</p>
<button class="btn-primary">Get A Quote</button>
</section>
<section class="testimonials" id="testimonials"> <h2>Our Clients Say</h2>
<p class="section-subtitle">Duis aute irure dolor in reprehenderit voluptate velit esse cillum fugiat pariatur occaecat cupidatat proident culpa.</p>
<div class="testimonial-container">
<div class="testimonial-card">
<i class="fa-solid fa-quote-right quote-icon"></i>
<img src="task2/all images/abc.png" alt="Client 1">
<p>“It’s just brilliant. I will recommend Cobuild to everyone I know! I’m really glad to these guys got Cobuild out there.”</p>
<strong>Gene Stevens</strong>
</div>
<div class="testimonial-card">
<i class="fa-solid fa-quote-right quote-icon"></i>
<img src="task2/all images/4.jpg.jpeg" alt="Client 2">
<p>“We are so excited to launch our new company. By using Cobuild it has a great features, I think you are all about to make me happy.”</p>
<strong>Gene Stevens</strong>
</div>
</div>
</section>
<section class="map" id="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15226.331575217983!2d78.47464019999999!3d17.43396785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bcbdc22e4d9291b%3A0xc304a9e34e565975!2sWardell%20Rd%2C%20Wardell%2C%20Street%20Number%201%2C%20Hyderabad%2C%20Telangana!5e0!3m2!1sen!2sin!4v1717435134769!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>
<footer>
<div class="footer-columns">
<div class="footer-item">
<i class="fa-solid fa-house"></i>
<h4>Address</h4>
<p>220 Petersham town, Wardell<br>street, Australia PA 6550.</p>
</div>
<div class="footer-item">
<i class="fa-solid fa-phone"></i>
<h4>Phone</h4>
<p>Phone: (04) 491 570 110<br>Fax: +04 642 021 332</p>
</div>
<div class="footer-item">
<i class="fa-regular fa-envelope"></i>
<h4>Email</h4>
<p>support@gauransh.com<br>Twitter: @gauransh</p>
</div>
</div>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-google-plus-g"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
<p class="copyright">
© Gauransh 2016. All Rights Reserved.
</p>
</footer>
</body>
</html>