-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
306 lines (283 loc) · 14 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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>G3Architects</title>
<!-- CSS Stylesheet -->
<link rel="stylesheet" href="./styles/style.css">
<!-- Font-awesome -->
<script src="https://kit.fontawesome.com/14e6360d15.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header area start -->
<header class="header-container">
<nav class="nav-bar">
<div class="nav-logo">
<h1 class="logo-title">G3 Architects</h1>
</div>
<div class="nav-items">
<ul>
<li class="nav-item"><a href="">Home</a></li>
<li class="nav-item"><a href="">About</a></li>
<li class="nav-item"><a href="">Contact Us</a></li>
<li class="nav-item"><a href="">Login</a></li>
</ul>
</div>
</nav>
<!-- header content hero section -->
<section class="header-hero">
<h1 class="section-title">Brand New <br> Group of Architects </h1>
<p class="section-description">There are many variations of passages of Lorem Ipsum available, but the
majority have suffered alteration in <br> some form, by injected humour, or randomised words which don't
look
even</p>
<button class="explore-btn" type="submit">Explore More</button>
<br>
<img src="./images/banner.png" alt="" class="header-banner">
</section>
</header>
<!-- header area end -->
<!-- main--body--start -->
<main class="main-body">
<!-- first--section-start -->
<section class="first-section-container">
<div class="first-section-images">
<div class="section-img">
<img src="./images/team1.png" alt="" class="section-img">
<img src="./images/team2.png" alt="" class="section-img">
<img src="./images/team3.png" alt="" class="section-img">
<img src="./images/team4.png" alt="" class="section-img">
</div>
</div>
<div class="section-content">
<div class="first-section-info">
<h1 class="section-info-title"> <span class="light-title">Quick list</span> of Our <br> <span
class="color-title">Features</span> </h1>
</div>
<p class="first-section-description">
There are many variations of passages of Lorem Ipsum available, <br> but the majority have suffered
alteration in some form, by injected <br> humour, or randomised words which don't look even.
</p>
<button class="explore-btn" type="submit">Explore More</button>
</div>
</section>
<!-- first--section-end -->
<!-- second--section-start -->
<section class="second-section-container">
<div class="second-section-info">
<div class="section-info-text">
<h1 class="section-info-tittle">Features you will <br> love & enjoy</h1>
<p class="section-info-description">There are many variations of passages of Lorem Ipsum
available,
but the majority have suffered alteration in some form, by injected humour, or randomised words
which don't look even
</p>
</div>
<div class="section-info-carts">
<div class="section-info-cart">
<h3 class="info-cart-tittle">Desktop & Mobile Version</h3>
<p class="info-cart-description">
There are many variations of passages of Lorem Ipsum available, but the majority have
suffered alteration in some form, by injected humour, or randomised...........
</p>
</div>
<div class="section-info-cart">
<h3 class="info-cart-tittle">Drag & Drop Builder</h3>
<p class="info-cart-description">
There are many variations of passages of Lorem Ipsum available, but the majority have
suffered alteration in some form, by injected humour, or randomised...........
</p>
</div>
<div class="section-info-cart">
<h3 class="info-cart-tittle">Awesome Modern Design</h3>
<p class="info-cart-description">
There are many variations of passages of Lorem Ipsum available, but the majority have
suffered alteration in some form, by injected humour, or randomised...........
</p>
</div>
<div class="section-info-cart">
<h3 class="info-cart-tittle">Super Easy to Edit</h3>
<p class="info-cart-description">
There are many variations of passages of Lorem Ipsum available, but the majority have
suffered alteration in some form, by injected humour, or randomised...........
</p>
</div>
</div>
</div>
<div class="second-section-img-area">
<img class="second-section-image" src="./images/architect.png" alt="">
<br>
<button class="second-section-btn">
10+Year <p>Experience</p>
</button>
</div>
</section>
<!-- second--section-end -->
<!-- third--section-start -->
<section class="third-section-container">
<div class="third-section-info">
<h1 class="third-section-title">Some Facts</h1>
<p class="third-section-description">There are many variations of passages of Lorem Ipsum available, but
<br>the majority have suffered alteration.
</p>
<div class="third-section-carts">
<div class="section-cart">
<div class="section-cart-info">
<img src="./images/icons/ribon.png" alt="" class="cart-icon">
<h2 class="section-cart-title">54</h2>
<p class="section-cart-description">Awards Winnings</p>
</div>
</div>
<div class="section-cart">
<div class="section-cart-info">
<img src="./images/icons/projects.png" alt="" class="cart-icon">
<h2 class="section-cart-title">1458</h2>
<p class="section-cart-description">Project Finished</p>
</div>
</div>
<div class="section-cart">
<div class="section-cart-info">
<img src="./images/icons/customers.png" alt="" class="cart-icon">
<h2 class="section-cart-title">590</h2>
<p class="section-cart-description">Clients Worked</p>
</div>
</div>
<div class="section-cart">
<div class="section-cart-info">
<img src="./images/icons/email.png" alt="" class="cart-icon">
<h2 class="section-cart-title">22578</h2>
<p class="section-cart-description">Email Send</p>
</div>
</div>
</div>
</div>
</section>
<!-- third--section-end -->
<!--fourth--section--start -->
<section class="fourth-section-container">
<div class="fourth-section-info">
<h1 class="fourth-section-title">Our Sponsors</h1>
<p class="fourth-section-description">There are many variations of passages of Lorem Ipsum available,
<br>but the majority have suffered alteration.
</p>
</div>
<div class="section-logo-carts">
<div class="logo-cart">
<img src="./images/sponsors/spotify.png" alt="" class="logo-icon">
</div>
<div class="logo-cart">
<img src="./images/sponsors/amazon.png" alt="" class="logo-icon">
</div>
<div class="logo-cart">
<img src="./images/sponsors/google.png" alt="" class="logo-icon">
</div>
<div class="logo-cart">
<img src="./images/sponsors/telerama.png" alt="" class="logo-icon">
</div>
<div class="logo-cart">
<img src="./images/sponsors/figma.png" alt="" class="logo-icon">
</div>
</div>
</section>
<!-- fourth--section--end -->
<!-- fifth--section--start -->
<section class="fifth-section-container">
<h3 class="fifth-section-title"> Our Popular Plans</h3>
<p class="fifth-section-description">There are many variations of passages of Lorem Ipsum available,
<br>but the majority have suffered alteration.
</p>
<div class="plan-items">
<div class="plan-cart">
<div class="plan-info">
<img src="./images/pack/pack-1.jpg" alt="" class="plan-img">
<h3 class="plan-tittle">CORE ARCHITECTURAL SERVICES </h3>
<p class="plan-duration">Duration: (2-4 MONTHS)</p>
</div>
<div class="plan-rating">
<div class="icon">
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star empty"></i>
<span>4.9</span>
</div>
<div class="plan-price">
<p>$1500 </p>
</div>
</div>
</div>
<div class="plan-cart">
<div class="plan-info">
<img src="./images/pack/pack-2.jpg" alt="" class="plan-img">
<h3 class="plan-tittle">SEMI ARCHITECTURAL SERVICES </h3>
<p class="plan-duration">Duration: (3-6 MONTHS)</p>
</div>
<div class="plan-rating">
<div class="icon">
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star empty"></i>
<span>4.8</span>
</div>
<div class="plan-price">
<p>$2000</p>
</div>
</div>
</div>
<div class="plan-cart">
<div class="plan-info">
<img src="./images/pack/pack-3.jpg" alt="" class="plan-img">
<h3 class="plan-tittle">FULL ARCHITECTURAL SERVICES </h3>
<p class="plan-duration">Duration: (6-12 MONTHS)</p>
</div>
<div class="plan-rating">
<div class="icon">
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star empty"></i>
<span>4.5</span>
</div>
<div class="plan-price">
<p>$5000</p>
</div>
</div>
</div>
<div class="plan-cart">
<div class="plan-info">
<img src="./images/pack/pack-4.jpg" alt="" class="plan-img">
<h3 class="plan-tittle">Custom ARCHITECTURAL SERVICES </h3>
<p class="plan-duration">Duration: (12-24 MONTHS)</p>
</div>
<div class="plan-rating">
<div class="icon">
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star filed"></i>
<i class="fa-solid fa-star empty"></i>
<span>4.7</span>
</div>
<div class="plan-price">
<p>$10000 </p>
</div>
</div>
</div>
</div>
</section>
<!--- fifth--section--end -->
<!-- footer--area--start -->
<footer class="footer-container">
<p class="footer-credit">All rights reserved copyright@2023 startup landing page design</p>
</footer>
<!-- footer--area--end -->
</main>
<!-- main--body--end -->
</body>
</html>