-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (231 loc) · 8.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Architect's hub</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="bg.jpg" />
</div>
<div class="banner">
<h1>Architecture & Interior Design</h1>
<p>We build what you desire.</p>
<button>Discover now</button>
</div>
</header>
<section class="sidebar">
<ul class="menu">
<li class="menu-item">
<a href="#" class="menu-link" data-content="Home">Home</a>
</li>
<li class="menu-item">
<a href="#" class="menu-link" data-content="About Us">About Us</a>
</li>
<li class="menu-item">
<a href="#" class="menu-link" data-content="Team">Team</a>
</li>
<li class="menu-item">
<a href="#" class="menu-link" data-content="Pricing">Pricing</a>
</li>
<li class="menu-item">
<a href="#" 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">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">
Interior design is the art of creating beautiful and functional spaces that reflect your personality and style.
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-paint-roller"></i>
<h3>Exterior</h3>
</div>
<p class="service-text">
There is a huge range of exterior design to choose from - whether you're a traditionalist, minimalist or trendsetter, there is an architectural style that will work for you.
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-pencil-alt"></i>
<h3>Design</h3>
</div>
<p class="service-text">
The world has been shaped around us, evolving in many different forms, and it has transcended the fulfillment of a basic need and transferred it into an instinctive need for expression and beauty.
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-paint-brush"></i>
<h3>Decoration</h3>
</div>
<p class="service-text">
If you’ve moved into a new house and are looking to make it your own, follow these expert tips to decorate a home on a budget without compromising on the aesthetics. After all, a home should reflect the taste and lifestyle of its occupants, so the decor has to be just right.
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-ruler-combined"></i>
<h3>Planning</h3>
</div>
<p class="service-text">
The primary purpose of an architectural master plan is narrowing down the style and aesthetic of the project. Since master planning involves developing a framework for the entire structure, it also defines every last detail.
</p>
</div>
<div class="service">
<div class="service-header">
<i class="far fa-building"></i>
<h3>Execution</h3>
</div>
<p class="service-text">
From its inception through to completion, the development of an architectural project is an extremely lengthy process, with many external influences, regulations, and forces to consider as well the various contributing internal elements of the design team
</p>
</div>
<div class="about-us-img-wrapper">
<img src="house.png" />
</div>
</div>
</section>
<section class="team">
<div class="section-header">
<h1 class="section-heading">Our Team</h1>
<div class="underline"></div>
</div>
<div class="cards-wrapper">
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="person-1.jpg" alt="CEO" />
</div>
<div class="card-info">
<h2>John Smith</h2>
<h3>CEO</h3>
<p>
"this is a dummy employee"
</p>
<button>Read More</button>
</div>
</div>
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="person-2.jpg" alt="Designer" />
</div>
<div class="card-info">
<h2>Ann Brown</h2>
<h3>Designer</h3>
<p>
"this is a dummy employee"
</p>
<button>Read More</button>
</div>
</div>
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="person-3.jpg" alt="Architect" />
</div>
<div class="card-info">
<h2>Mary Doe</h2>
<h3>Architect</h3>
<p>
"this is a dummy employee"
</p>
<button>Read More</button>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="contact-wrapper">
<img src="contact-bg.jpg" alt="Contacts bg"/>
<div class="contact-left"></div>
<div class="contact-right">
<h1 class="contact-heading">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 © 2022, Hacker team - 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>