-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
244 lines (233 loc) · 9.47 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
<!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" />
<link rel="stylesheet" href="style.css" />
<title>G3 Architects</title>
</head>
<body>
<!-- Header Section Starts Here -->
<section class="header__section">
<header class="container">
<nav>
<h1 class="header__logo">G3 Architects</h1>
<ul>
<li>home</li>
<li>about</li>
<li>contact us</li>
<li>login</li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section class="hero__section container">
<div class="hero__content">
<h1 class="hero__title">Brand New Group of Architects</h1>
<p class="hero__text">
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>
<button class="btn-primary">Explore More</button>
<div class="hero__img">
<img src="./images/banner.png" alt="hero-img" />
</div>
</section>
</section>
<!-- Header Section Ends Here -->
<main>
<!-- Team and Feature Section Starts Here -->
<section class="about__section container">
<div class="team__section">
<img src="./images/team1.png" alt="hero-img" />
<img src="./images/team2.png" alt="hero-img" />
<img src="./images/team3.png" alt="hero-img" />
<img src="./images/team4.png" alt="hero-img" />
</div>
<div class="feature__info">
<h2 class="feature__title">
<span class="quick__list">Quick list </span>
<span class="of__our">of Our</span>
<span class="feature">Features</span>
</h2>
<p class="feature__text">
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>
<button class="btn-primary">Explore More</button>
</div>
</section>
<!-- Team and Feature Section Ends Here -->
<!-- Services Section Starts Here -->
<section class="services__section container">
<div class="services__details">
<div class="services__info">
<div class="feature__heading">
<hr />
<h2 class="services__title">Features you will love & enjoy</h2>
</div>
<p class="services__text">
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="services__items">
<div class="service">
<h3 class="service__item__title">Desktop & Mobile Version</h3>
<p class="services__text">
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="service">
<h3 class="service__item__title">Drag & Drop Builder</h3>
<p class="services__text">
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="service">
<h3 class="service__item__title">Awesome Modern Design</h3>
<p class="services__text">
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="service">
<h3 class="service__item__title">Super Easy to Edit</h3>
<p class="services__text">
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>
</div>
<div class="services__img">
<img src="./images/architect.png" alt="services-img" />
<div class="experience">
<p class="heading">10+Year</p>
<p class="experience__text">Experience</p>
</div>
</div>
</section>
<!-- Services Section Ends Here -->
<!-- Some Facts Section Starts Here -->
<section class="some__facts__section container">
<div class="some__facts__content">
<div class="some-facts__item">
<h2 class="some-facts__title">Some Facts</h2>
<p class="some-facts__text">
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration.
</p>
</div>
</div>
<div class="some__facts__details">
<div class="some__fact__item">
<img src="./images/icons/ribon.png" alt="" />
<h2 class="some__fact__item__title">54</h2>
<p class="some__fact__item__text">Awards Winnings</p>
</div>
<div class="some__fact__item">
<img src="./images/icons/projects.png" alt="" />
<h2 class="some__fact__item__title">1458</h2>
<p class="some__fact__item__text">Project Finished</p>
</div>
<div class="some__fact__item">
<img src="./images/icons/customers.png" alt="" />
<h2 class="some__fact__item__title">590</h2>
<p class="some__fact__item__text">Clients Worked</p>
</div>
<div class="some__fact__item">
<img src="./images/icons/email.png" alt="" />
<h2 class="some__fact__item__title">22578</h2>
<p class="some__fact__item__text">Email Send</p>
</div>
</div>
</section>
<!-- Some Facts Section Ends Here -->
<!-- Testimonial Section Starts Here -->
<section class="testimonial__section container">
<div class="testimonial__content">
<div class="testimonial__item">
<h2 class="testimonial__title">Some Testimonials</h2>
<p class="testimonial__text">
<!-- Write Some Testimonials paragraphs -->
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 some
form, by injected humour, or randomised words which don't look
even some form, by injected humour, or randomised words which
don't look even
</p>
</div>
</div>
<div class="testimonial__details">
<div class="testimonial__item__img">
<img src="./images/team4.png" alt="" />
<p>CEO, Amazon Inc.</p>
</div>
<div class="testimonial__item__img">
<img src="./images/team1.png" alt="" />
<p>CEO, Google LTD.</p>
</div>
<div class="testimonial__item__img">
<img src="./images/team4.png" alt="" />
<p>CEO, Facebook Ltd.</p>
</div>
<div class="testimonial__item__img">
<img src="./images/team2.png" alt="" />
<p>CEO, Hello.com</p>
</div>
<div class="testimonial__item__img">
<img src="./images/team3.png" alt="" />
<p>CEO, Amazon Inc.</p>
</div>
</div>
</section>
<!-- Testimonial Section Ends Here -->
<!-- Our Sponsor Section Starts Here -->
<section class="sponsor__section container">
<div class="sponsor__content">
<div class="sponsor__item">
<h2 class="sponsor__title">Our Sponsors</h2>
<p class="sponsor__text">
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration.
</p>
</div>
</div>
<div class="sponsor__details">
<div class="sponsor__item__img">
<img src="./images/sponsors/amazon.png" alt="" />
</div>
<div class="sponsor__item__img">
<img src="./images/sponsors/figma.png" alt="" />
</div>
<div class="sponsor__item__img">
<img src="./images/sponsors/google.png" alt="" />
</div>
<div class="sponsor__item__img">
<img src="./images/sponsors/spotify.png" alt="" />
</div>
<div class="sponsor__item__img">
<img src="./images/sponsors/telerama.png" alt="" />
</div>
</div>
</section>
<!-- Our Sponsor Section Ends Here -->
<footer class="container">
<p>All rights reserved © 2023 Imran Hasan Limon Ltd.</p>
</footer>
</main>
</body>
</html>