-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjs_construction_site.html
280 lines (280 loc) · 15.4 KB
/
js_construction_site.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
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Construction Website Responsive - Clone Page</title>
<link rel="stylesheet" href="js-css/style_Construction.css">
<link rel="shortcut icon" href="immagini/favicon.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="js-css/swiper-bundle.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<header class="header-sc" id="header">
<div class="logo-section">
<img src="immagini/building-3-line.svg" alt="img-logo" id="logo-img">
<h5>Construct</h5>
</div>
<nav class="nav-sc">
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#AboutUs">About Us</a></li>
<li><a href="#Services">Services</a></li>
<li><a href="#Project">Project</a></li>
</ul>
<a class="btn scHome" href="#Contact">Contact Us</a>
<div id="Ham-icon"><span class="material-symbols-outlined">menu</span></div>
</nav>
</header>
<div class="block-top"></div>
<div class="home-sc" id="Home">
<section class="home-box scroll-Text-Home">
<div class="text-box-home">
<h1>Create the constructions You want here</h1>
<p>we provide the best home design, construction and maintance services for you and your family.</p>
</div>
<div class="btn-int">
<button class="btn scHero">Our Services</button>
<a href="#Project" id="link-click">View Project<span class="material-symbols-outlined">arrow_right_alt</span></a>
</div>
<div class="percent-sc">
<div class="ex-sc">
<h3>10+</h3>
<p>year of experience.</p>
</div>
<div class="pr-sc">
<h3>200</h3>
<p>complete project.</p>
</div>
</div>
</section>
<section class="img-sc scroll-Home-Img">
<div class="img-box">
<img src="immagini/home-img-1.png" alt="img1">
<img src="immagini/home-img-2.png" alt="img2">
</div>
</section>
<img src="immagini/home-lines-bg.svg" alt="img-line" id="img-line">
<script src="js-css/scrollreveal.min.js"></script>
</div>
<main class="main-sc">
<section class="about-sc" id="AboutUs">
<div class="img-sc-ab">
<img src="immagini/about-img-1.png" alt="img3">
<img src="immagini/about-img-2.png" alt="img4">
</div>
<div class="info-ab">
<div class="text-ab">
<p><b>About Us</b></p>
<h3>we provide the best services to build</h3>
<p>we strive to provide the best professionals to make your project a construction masterpiece, something unique and unmatched.</p>
</div>
<ul class="list-info">
<li><span class="material-symbols-outlined icon-true">check_circle</span>professional workers</li>
<li><span class="material-symbols-outlined icon-true">check_circle</span>extensive experience</li>
<li><span class="material-symbols-outlined icon-true" >check_circle</span>guaranteed quality</li>
<li><span class="material-symbols-outlined icon-true">check_circle</span>we quote your project</li>
</ul>
<button class="btn ab">view project</button>
</div>
</section>
<section class="services-sc" id="Services">
<div class="box-sev">
<div class="text-sev-sc">
<p><b>Our Services</b></p>
<h3>high quality construction services</h3>
</div>
<div class="sev-btn">
<p>we provide multiple services for you, offering confidence and security in construction.</p>
<button class="btn Sev">Our Services</button>
</div>
</div>
<section class="swap-box">
<div class="panel-info swiper">
<div class="scroll-panel swiper-wrapper">
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">location_city</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">edit</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">event</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">engineering</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">report</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">checklist</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">precision_manufacturing</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">smart_toy</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
<div class="panel-box swiper-slide">
<p id="icon-box"><span class="material-symbols-outlined">home_work</span></p>
<h5>housing construction</h5>
<p>we build with the best professionals and high quality work for a sale and effective home.</p>
</div>
</div>
</div>
<div class="arrows-sc">
<button class="arrow swiper-button-prev"><span class="material-symbols-outlined">arrow_back</span></button>
<button class="arrow swiper-button-next"><span class="material-symbols-outlined">arrow_forward</span></button>
</div>
<script src="js-css/swiper-bundle.min.js"></script>
</section>
</section>
<section class="project-sc" id="Project">
<div class="pr-text-sc">
<p><b>Our Project</b></p>
<h2>Latest Completed Projects</h2>
</div>
<div class="projects">
<div class="pro-box">
<img src="immagini/projects-img-1.png" alt="project1">
<div class="info-box">
<p>Hotel Construction</p>
<h5>Hotel of the Great Sun</h5>
<p><b>January 15, 2024.</b></p>
<p>the history of each construction falls within its mammoth beauty that strikes many visitors when they see the structure in its entirety.</p>
</div>
</div>
<div class="pro-box">
<img src="immagini/projects-img-2.png" alt="project1">
<div class="info-box">
<p>Social Construction</p>
<h5>Shopping center</h5>
<p><b>January 15, 2024.</b></p>
<p>the history of each construction falls within its mammoth beauty that strikes many visitors when they see the structure in its entirety.</p>
</div>
</div>
<div class="pro-box">
<img src="immagini/projects-img-3.png" alt="project1">
<div class="info-box">
<p>Culture Construction</p>
<h5>Museum of a Thousand Views</h5>
<p><b>January 15, 2024.</b></p>
<p>the history of each construction falls within its mammoth beauty that strikes many visitors when they see the structure in its entirety.</p>
</div>
</div>
</div>
</section>
<section class="contact-sc" id="Contact">
<div class="text-con-sc">
<p><b>Contact Me</b></p>
<h3>Write to us & build</h3>
</div>
<div class="info-con">
<img src="immagini/contact-img.png" alt="contact-img">
<div class="contain-box">
<div class="box-info">
<h3><span class="material-symbols-outlined">share_location</span></h3>
<h5>l'im here</h5>
<p>Peru-Lima <br> Av.Hill#321</p>
</div>
<div class="box-info">
<h3><span class="material-symbols-outlined">call</span></h3>
<h5>Talk To Me</h5>
<p>+1 (166) 359-9912<br>+1 (166) 359-9912</p>
</div>
<div class="box-info">
<h3><span class="material-symbols-outlined">mail</span></h3>
<h5>Chat With Me</h5>
<p id="social-link"><i class="fa-brands fa-whatsapp"></i><i class="fa-brands fa-facebook-messenger"></i><i class="fa-brands fa-telegram"></i></p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer-sc">
<section class="footer-main">
<div class="box-1">
<div class="logo-sc">
<img src="immagini/building-3-line.svg" alt="img-logo" id="logo-img">
<h4>Construct</h4>
</div>
<small>we build security <br> and trust in homes.</small>
<small>email: construction189@libero.com</small>
</div>
<div class="content-box">
<div class="box-2">
<h5>Company</h5>
<a href="#AboutUs">About Us</a>
<a href="#Services">Services</a>
<a href="#Project">Project</a>
</div>
<div class="box-4">
<h5>Infomation</h5>
<small>New York - America </small>
<small> Av-Hill#321</small>
<small>9AM - 11PM</small>
</div>
<div class="box-3">
<h5>Social Media</h5>
<p id="social-link"><i class="fa-brands fa-x-twitter"></i><i class="fa-brands fa-instagram"></i><i class="fa-brands fa-facebook"></i></p>
</div>
</div>
</section>
<section class="credit">
<small>All Rights Reserved By JsDispensa.</small>
</section>
</footer>
<nav class="HamMenu">
<div id="Cross-icon"><span class="material-symbols-outlined">close</span></div>
<ul>
<li><a href="#Home" class="navlinks">Home</a></li>
<li><a href="#AboutUs" class="navlinks">About Us</a></li>
<li><a href="#Services" class="navlinks">Services</a></li>
<li><a href="#Project" class="navlinks">Project</a></li>
<li><a class="btn Ham navlinks" href="#Contact">Contact Us</a></li>
</ul>
</nav>
<div id="scroll-top">
<p><span class="material-symbols-outlined">arrow_upward</span></p>
</div>
<script src="https://kit.fontawesome.com/e5c56a9a16.js" crossorigin="anonymous"></script>
<script src="js-css/script_construction_site.js"></script>
</body>
</html>