-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (256 loc) · 9.42 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Architect Website</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Josefin+Slab:ital,wght@0,400;0,600;1,300;1,400;1,600&family=Muli:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="spinner-container">
<div class="circles">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="container">
<div class="hamburger-menu">
<div class="line line-1"></div>
<div class="line line-2"></div>
<div class="line line-3"></div>
<span>Close</span>
</div>
<header class="header">
<div class="img-wrapper">
<img src="images/bg.jpg" />
</div>
<div class="banner">
<h1>Architecture & Interior Design</h1>
<p>
"Crafting spaces that blend innovation, elegance, and functionality
into harmonious aesthetics."
</p>
<button>Discover now</button>
</div>
</header>
<section class="sidebar">
<ul class="menu">
<li class="menu-item">
<a href="#hom" class="menu-link" data-content="Home">Home</a>
</li>
<li class="menu-item">
<a href="#abt" class="menu-link" data-content="About Us"
>About Us</a
>
</li>
<li class="menu-item">
<a href="#tea" class="menu-link" data-content="Team">Team</a>
</li>
<li class="menu-item">
<a href="#pri" class="menu-link" data-content="Pricing">Pricing</a>
</li>
<li class="menu-item">
<a href="#con" class="menu-link" data-content="Contact">Contact</a>
</li>
</ul>
<div class="social-media">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</section>
<section class="about-us">
<div class="section-header">
<h1 class="section-heading" id="abt">About Us</h1>
<div class="underline"></div>
</div>
<div class="services">
<div class="service">
<div class="service-header">
<i class="fas fa-pen-nib"></i>
<h3>Interior</h3>
</div>
<p class="service-text">
"Transforming interiors into captivating narratives of style and
comfort." "Elevating spaces with meticulous attention to detail
and timeless design." "Discover a symphony of form and function,
where every corner tells a story of elegance and sophistication."
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-paint-roller"></i>
<h3>Exterior</h3>
</div>
<p class="service-text">
"Unveiling architectural marvels that redefine the skyline with
striking beauty and purpose." "From sleek modern facades to
timeless classics, explore exteriors that captivate and inspire."
"Crafting exterior spaces that seamlessly integrate with nature,
blending form, function, and breathtaking views."
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-pencil-alt"></i>
<h3>Design</h3>
</div>
<p class="service-text">
"Designing dreams into reality, where creativity meets
functionality in every detail." "Exploring the boundaries of
design to create spaces that inspire, innovate, and endure."
"Elevating lifestyles through visionary design solutions that
resonate with individuality and passion."
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-paint-brush"></i>
<h3>Decoration</h3>
</div>
<p class="service-text">
"Through meticulous curation and attention to detail, we transform
ordinary spaces into personalized sanctuaries, reflecting the
unique essence and style of each individual. Our decoration
services breathe life into rooms"
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-ruler-combined"></i>
<h3>Planning</h3>
</div>
<p class="service-text">
"Guiding visions into reality, our planning expertise orchestrates
seamless transitions from concept to creation, ensuring every
detail aligns with your aspirations and functionality needs. With
a focus on innovation and practicality."
</p>
</div>
<div class="service">
<div class="service-header">
<i class="far fa-building"></i>
<h3>Execution</h3>
</div>
<p class="service-text">
"With precision and dedication, we bring your vision to life
through flawless execution, turning concepts into tangible
realities. Our team's expertise and attention to detail ensure
that every aspect of the project is meticulously implemented,
delivering results that exceed expectations."
</p>
</div>
<div class="about-us-img-wrapper">
<img src="images/house.png" />
</div>
</div>
</section>
<section class="team">
<div class="section-header">
<h1 class="section-heading" id="tea">Our Team</h1>
<div class="underline"></div>
</div>
<div class="cards-wrapper">
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="images/person-1.jpg" alt="CEO" />
</div>
<div class="card-info">
<h2>John Smith</h2>
<h3>CEO</h3>
<p>"Designing spaces for human habitation."</p>
<button>Read More</button>
</div>
</div>
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="images/person-2.jpg" alt="Designer" />
</div>
<div class="card-info">
<h2>Ann Brown</h2>
<h3>Designer</h3>
<p>
"Lorem ipsum dolor sit amet consectetur adipisicing elit.
Asperiores, impedit!"
</p>
<button>Read More</button>
</div>
</div>
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="images/person-3.jpg" alt="Architect" />
</div>
<div class="card-info">
<h2>Mary Doe</h2>
<h3>Architect</h3>
<p>
"Lorem ipsum dolor sit amet consectetur adipisicing elit.
Asperiores, impedit!"
</p>
<button>Read More</button>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="contact-wrapper">
<div class="contact-left"></div>
<div class="contact-right">
<h1 class="contact-heading" id="con">Contact</h1>
<form>
<div class="input-group">
<input type="text" class="field" />
<label class="input-label">Full Name</label>
</div>
<div class="input-group">
<input type="email" class="field" />
<label class="input-label">Email</label>
</div>
<div class="input-group">
<textarea class="field"></textarea>
<label class="message">Message</label>
</div>
<input type="submit" class="submit-btn" value="Submit" />
</form>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<!-- <p class="copyright">
Copyright © 2020, CodeAndCreate - All Rights Reserved
</p> -->
<div class="social-list">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</footer>
<a href="#" class="scroll-btn">
<i class="fas fa-arrow-up"></i>
</a>
</div>
<script src="script.js"></script>
<script
src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"
></script>
<script src="tilt.js"></script>
</body>
</html>