-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (251 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>Architect Company</title>
</head>
<body>
<header>
<nav class="header-nav">
<div class="logo-dot">
<span class="logo">ARCH</span>
<span class="dot">.</span>
</div>
<div class="menu-items">
<a href="#services">Services</a>
<a href="#about-us">About us</a>
<a href="#portfolio">Projects</a>
<a href="#testimonials">Testimonials</a>
<a href="#contact-us">Contact us</a>
</div>
<div class="social-button-section">
<a href="https://www.facebook.com"
><img
class="social-button-icon"
src="css/icon-facebook.svg"
alt="icon-facebook"
/></a>
<a href="https://www.youtube.com"
><img
class="social-button-icon"
src="css/icon-youtube.svg"
alt="icon-youtube"
/></a>
<a href="https://www.instagram.com"
><img
class="social-button-icon"
src="css/icon-instagram.svg"
alt="icon-instagram"
/></a>
</div>
</nav>
<div class="header-banner">
<h1>Architecture, Interior & Exterior Design</h1>
<p>
A dedicated team of designers and architects are here to implement
your project.
</p>
<a href="#contact-us" <button class="button-request-a-quote">Request a quote</button></a>
<a href="#portfolio" <button class="button-learn-more">Learn more</button></a>
</div>
</header>
<section id="services">
<div>
<img class="icon" src="css/icon-house.svg" alt="icon-house" />
<h3>Architecture</h3>
<p>
Every architecture design project is a challenge that we accept
eagerly. Take a closer look at our top projects.
</p>
<a class="text-link" href="#portfolio">Learn more</a>
</div>
<div>
<img class="icon" src="css/icon-cone.svg" alt="icon-cone" />
<h3>Exterior Design</h3>
<p>
We give your office and homes the most attractive look, improving the
functionality of your property by optimizing the space.
</p>
<a class="text-link" href="#portfolio">Learn more</a>
</div>
<div>
<img class="icon" src="css/icon-ruler.svg" alt="icon-ruler" />
<h3>Interior Design</h3>
<p>
From bedrooms to conference halls, we offer you our professional
vision of modern and comfortable premises.
</p>
<a class="text-link" href="#portfolio">Learn more</a>
</div>
</section>
<section id="about-us">
<img class="black-and-white-building" src="css/black-and-white-building.jpg" alt="black-and-white-building"/>
<div class="card">
<div>
<h2>Who We Are</h2>
<h3>A Team of Architects and Designers.</h3>
<p>
We have vast experience in design projects and engineering. Thus,
you can be sure you get a stunning result within your budget.
</p>
</div>
<div>
<details>
<summary>What projects do you implement?</summary>
<p>
We work both with commercial and private orders. We create and
implement design projects of private houses, hotels, restaurants,
cottages, premises in any institutions.
</p>
</details>
</div>
<div>
<details>
<summary>Do you provide construction management?</summary>
<p>
Yes, we coordinate and supervise a variety of projects, including
the building of all types of residential, commercial, and industrial
objects.
</p>
</details>
</div>
<div>
<details>
<summary>How can I request any of the services?</summary>
<p>
You can fill out our contact form on this website, or contact us
directly via phone or email. Our dedicated specialist will answer
any of your questions and tell about the design process.
</p>
</details>
</div>
</div>
</section>
<hr />
<section id="portfolio">
<h4 class="text-portfolio-title">Portfolio</h4>
<p class="text-portfolio-paragraph">Interior & Exterior Projects</p>
<div class="portfolio-houses-photos">
<img class="portfolio-houses" src="css/portfolio/house1.jpg" alt="house1"/>
<img class="portfolio-houses" src="css/portfolio/house2.jpg" alt="house2"/>
<img class="portfolio-houses" src="css/portfolio/house3.jpg" alt="house3"/>
<img class="portfolio-houses" src="css/portfolio/house4.jpg" alt="house4"/>
<img class="portfolio-houses" src="css/portfolio/house5.jpg" alt="house5"/>
<img class="portfolio-houses" src="css/portfolio/house6.jpg" alt="house6"/>
</div>
</section>
<section class="want-to-see-more-section">
<div class="want-to-see-more-section-text">
<h1 class="text-want-to-see-more-title">Want to See More of Our Works?</h1>
<p class="text-want-to-see-more-paragraph">Complete the form and subscribe to our newsletter with great design ideas!</p>
</div>
<div class="want-to-see-more-section-button">
<form action="https://formspree.io/f/xdopakvo" method="POST">
<input class="input-area-want-to-see-more" button-learn-more placeholder="enter your email" type="email" name="_replyto" required>
<br>
<input class="button-want-to-see-more" type="submit" value="Send">
</form>
</div>
</section>
<hr />
<section id="testimonials">
<h4 class="text-portfolio-title">Testimonials</h4>
<p class="text-portfolio-paragraph">What Our Clients Say</p>
<div class="comments">
<div>
<p>A couple of years ago I turned to ARCH. for the design project of my 2-room apartment with a zero understanding of what I want ... Thanks to the professionalism of the designers and their creative approach, we were able to quickly determine the concept, colors and draw up the project! It was a pleasure to work, everything was quick and clear.</p>
Luke Peterson (California, residential project)
</div>
<div>
<p>The designers sensed our mood and created our perfect paradise! They implemented the entire project in our absence, and we could only enjoy the result! Great use of experimental materials, perfect textures and incredible style in everything! Careful attitude to the clients' budget and trusted professionals leading the entire project!</p>
Samantha Smith (3-floor mansion, NY)
</div>
</div>
</section>
<section id="contact-us">
<div class="form">
<h3>Drop us a line</h3>
<h2>Let's work together</h2>
<form action="https://formspree.io/xbjprgyw" method="POST">
<label>
<p>Your message*</p>
<input class="input-area-want-to-see-more" type="text" placeholder="enter your message" name="message" required/>
</label>
<br>
<label>
<p>Phone number*</p>
<input class="input-area-want-to-see-more" type="tel" placeholder="enter your phone number" name="phone number" required/>
</label>
<br>
<label>
<p>Email*</p>
<input class="input-area-want-to-see-more" type="email" placeholder="enter your email" name="email" required/>
</label>
<br>
<input class="button-want-to-see-more" type="submit" value="Send a request" />
</form>
</div>
<div class="frame">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3310.1570188938545!2d-118.1368806851189!3d33.93708938063737!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80c2cd98bc6bcf43%3A0xdc2a465fec3b0950!2zMTE1MTYgRG93bmV5IEF2ZSwgRG93bmV5LCBDQSA5MDI0MSwg0KHQqNCQ!5e0!3m2!1sru!2sua!4v1600084609546!5m2!1sru!2sua"
width="100%"
height="450"
frameborder="0"
style="border: 0"
allowfullscreen=""
aria-hidden="false"
tabindex="0"
></iframe>
</div>
</section>
<footer>
<div>
<h2>ARCH.</h2>
<p>
We are a team of experienced designers and architects eager to work on
great projects of any complexity.
</p>
</div>
<div>
<h3>Call us</h3>
<a href="tel:+1(234)5678900">+1 (234) 567 89 00</a>
<br />
<a href="tel:+1(234)5678903">+1 (234) 567 89 03</a>
<br />
<a href="tel:+1(234)5675500">+1 (234) 567 55 00</a>
</div>
<div>
<h3>Write Us</h3>
<a href="mailto:archhelp@email.com">archhelp@email.com</a>
<br />
<a href="mailto:arch@email.com">arch@email.com</a>
</div>
<div>
<h3>Visit Us</h3>
<span>11516 Downey Ave, Downey, CA 90241, USA</span>
<div class="social-button-section-footer">
<a href="https://www.facebook.com"
><img
class="social-button-icon"
src="css/icon-facebook.svg"
alt="icon-facebook"
/></a>
<a href="https://www.youtube.com"
><img
class="social-button-icon"
src="css/icon-youtube.svg"
alt="icon-youtube"
/></a>
<a href="https://www.instagram.com"
><img
class="social-button-icon"
src="css/icon-instagram.svg"
alt="icon-instagram"
/></a>
</div>
</div>
</footer>
</body>
</html>