-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (203 loc) · 7.16 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
<!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>g3-architects</title>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<!-- navigation starts -->
<nav>
<div class="container">
<h2>G3 Architects</h2>
<div class="menu-item">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Login</a></li>
</ul>
</div>
</div>
</nav>
<main>
<!-- header start -->
<header>
<section class="container">
<div class="contents">
<h1>
Brand New<br />
Group of Architects
</h1>
<p>
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><a href="#">Explore More</a></button>
</div>
<div class="banner">
<img src="images/banner.png" alt="" />
</div>
</section>
</header>
<!-- Features Section Start -->
<section class="features container">
<div class="image-grid">
<img src="images/team1.png" alt="" />
<img src="images/team2.png" alt="" />
<img src="images/team3.png" alt="" />
<img src="images/team4.png" alt="" />
</div>
<div class="features-text">
<h2>
<span>Quick list</span> of Our <span><br />Features</span>
</h2>
<p>
the "team" is usually responsible for working around the clock to
createproduction code. the team has the same basic level of
responsibility as any other team in the team. team also has todo
what they are being asked to do in order to get the code done.
</p>
<button><a href="#">Explore More</a></button>
</div>
</section>
<!-- another section start -->
<section class="our-service container">
<div class="services-details">
<div class="service-tittle">
<h2>
Features you will<br />
love & enjoy
</h2>
<p>
You still need admin rights. There is no admin rights here, there
is just a little piece of shit. This is a really simple file I
have made, though I've not tried to tell you the details of how to
do it from here, but hopefully it is easy enough to tell you how
to do it properly.
</p>
</div>
<div class="service-items">
<div class="service-item">
<h4>Construction</h4>
<p>
You still need admin rights. There is no admin rights here,
there is just a little piece of shit. This is a really simple
file I have made, though I've not tried to tell you the details.
</p>
</div>
<div class="service-item">
<h4>Pre-Construction</h4>
<p>
You still need admin rights. There is no admin rights here,
there is just a little piece of shit. This is a really simple
file I have made so far.
</p>
</div>
<div class="service-item">
<h4>Design–Build</h4>
<p>
Based on Lean principles, integrated teams gain collective
insight into the client’s true value drivers and uses a set
based design approach to evaluate design........
</p>
</div>
<div class="service-item">
<h4>Lump-Sum Contracting</h4>
<p>
The predictability of lump sum contracts is the primary benefit
to project owners. The owner can expect the project to be
completed within budget.
</p>
</div>
</div>
</div>
<div class="service-img">
<img src="images/architect.png" alt="" />
<div class="years">
<h2>10+Year</h2>
<p>Experience</p>
</div>
</div>
</section>
<!-- facts/accomplishment start -->
<section class="facts container">
<div class="facts-tittle">
<h2>Some Facts</h2>
<p>
To explore and go after new ways to build, we’ve gathered the
people, innovations,<br />
and partnerships that can anticipate and overcome new challenges.
</p>
</div>
<div class="facts-items">
<div class="accomplishments-item">
<div class="accomplishments">
<img src="images/icons/ribon.png" alt="" />
<h3>54</h3>
<p>Awards Winnings</p>
</div>
</div>
<div class="accomplishments-item">
<div class="accomplishments">
<img src="images/icons/projects.png" alt="" />
<h3>1458</h3>
<p>Project Finished</p>
</div>
</div>
<div class="accomplishments-item">
<div class="accomplishments">
<img src="images/icons/customers.png" alt="" />
<h3>590</h3>
<p>Clients Worked</p>
</div>
</div>
<div class="accomplishments-item">
<div class="accomplishments">
<img src="images/icons/email.png" alt="" />
<h3>22578</h3>
<p>Email Send</p>
</div>
</div>
</div>
</section>
<!-- Sponsors Section Start -->
<section class="sponsors container">
<div class="sponsors-div">
<h2>Our Sponsors</h2>
<p>
We're proud of our strategies and some companies we're proud to work
with
</p>
</div>
<div class="sponsors-names">
<img src="images/sponsors/spotify.png" alt="" />
<img src="images/sponsors/amazon.png" alt="" />
<img src="images/sponsors/google.png" alt="" />
<img src="images/sponsors/telerama.png" alt="" />
<img src="images/sponsors/figma.png" alt="" />
</div>
</section>
<!-- cta container -->
<section class="cta-section container">
<h2>
Subscribe to get information<br />
about architects
</h2>
<div class="contact-info">
<input type="name" name="" id="" placeholder="Your name" />
<br />
<input type="email" name="" id="" placeholder="Your email" />
<input type="button" value="Subscribe" />
</div>
</section>
</main>
<!-- footer start -->
<footer class="footer-style container">
<h4>All rights reserved copyright@2023 startup landing page design</h4>
</footer>
</body>
</html>