-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
235 lines (226 loc) · 10.9 KB
/
services.html
File metadata and controls
235 lines (226 loc) · 10.9 KB
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
<!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="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>ArcLab - Free Bootstrap 4 Template by Colorlib</title>
<link rel="stylesheet" href="css/body.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/responsive.css">
<style>
.card{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: #333;
padding: 5% 3%;
}
.card p{
line-height: 1.8;
color: #777;
}
</style>
</head>
<body>
<!--################# HEADER ################-->
<header class="header">
<a href="index.html" style="text-decoration: none;"><div class="logo">ArcLab.</div></a>
<nav class="nav-links" id="navLinks">
<a href="index.html" >Home</a>
<a href="about.html">About</a>
<a href="team.html" >Team</a>
<a href="services.html" class="act">Services</a>
<a href="project.html">Project</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
</nav>
<button class="toggle-button" id="toggleButton">MENU</button>
</header>
<!--################# BACKGROUND SECTION ################-->
<section class="bg-section" >
<div class="background-image2">
<div class="image-overlay"></div>
</div>
<div class="inner-div2">
<div class="row fade">
<div class="col-s-12 col-sm-12 col-12 txt">
<p class="breadcrumbs"><span><a href="index.html" style="text-decoration: none; color: #666666; margin-right: 10px;">Home
<i class="fa fa-chevron-right"></i></a></span><span>Services<i class="fa fa-chevron-right"></i></span></p>
<h2 class="bread">Services</h2>
</div>
</div>
</div>
</section>
<!--################# BOTTOM-HEADER ################-->
<div class="bottom-header">
<a href="index.html" style="text-decoration: none;"><div class="btm-logo">ArcLab.</div></a>
<nav class="nav-links" id="btm-navLinks">
<a href="index.html">Home</a>
<a href="about.html" >About</a>
<a href="team.html" >Team</a>
<a href="services.html" class="act">Services</a>
<a href="project.html">Project</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
</nav>
<button class="toggle-button" id="btm-toggleButton">MENU</button>
</div>
<!--################# CONTAINERS SECTION ################-->
<section style="background-color: #fff; padding: 0 9%;">
<div class="row animate">
<div class="col-s-12 col-sm-3 col-3 card">
<img src="images/living-room.png" alt="system">
<h3>Planning</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="col-s-12 col-sm-3 col-3 card ">
<img src="images/building.png" alt="Supervision">
<h3>Interior Design</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="col-s-12 col-sm-3 col-3 card ">
<img src="images/couch.png" alt="Budget Planning">
<h3>Exterior Design</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="col-s-12 col-sm-3 col-3 card">
<img src="images/kitchen.png" alt="Blue prints">
<h3>Decoration</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
</div>
<div class="row animate">
<div class="col-s-12 col-sm-3 col-3 card">
<img src="images/kitchen.png" alt="system">
<h3>Furniture</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="col-s-12 col-sm-3 col-3 card ">
<img src="images/qa.png" alt="Supervision">
<h3>Consultation</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="col-s-12 col-sm-3 col-3 card ">
<img src="images/bricks.png" alt="Budget Planning">
<h3>Restoration</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="col-s-12 col-sm-3 col-3 card">
<img src="images/hotel.png" alt="Blue prints">
<h3>Building</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
</div>
</section>
<!--################# PRICE SECTION ################-->
<section class="projects" style="padding-bottom: 23%;" >
<div class="subheading animate">PRICING</div>
<h1 class=" animate">Price & Plans</h1>
<div class="row prices">
<div class="col-s-12 col-sm-4 col-4 price animate">
<img src="images/work-1.jpg" alt="work-1">
<div class="price-list">
<ul class="pricing-text mb-2">
<li><span class="fa fa-check-circle mr-2"></span>Planning Solution</li>
<li><span class="fa fa-check-circle mr-2"></span>10 Construction Drawings</li>
<li><span class="fa fa-check-circle mr-2"></span>Selection Materials</li>
<li><span class="fa fa-check-circle mr-2"></span>Unlimited Revision</li>
</ul>
</div>
<div class="row price-info">
<div class="col-s-12 col-sm-12 col-6 "><p><sup>$</sup>78<sub>/mos</sub></p></div>
<div class="col-s-12 col-sm-12 col-6 "><a href="#"><button>GET STARTED</button></a></div>
</div>
</div>
<div class="col-s-12 col-sm-4 col-4 price animate">
<img src="images/work-2.jpg" alt="work-1">
<div class="price-list">
<ul class="pricing-text mb-2">
<li><span class="fa fa-check-circle mr-2"></span>Planning Solution</li>
<li><span class="fa fa-check-circle mr-2"></span>10 Construction Drawings</li>
<li><span class="fa fa-check-circle mr-2"></span>Selection Materials</li>
<li><span class="fa fa-check-circle mr-2"></span>Unlimited Revision</li>
</ul>
</div>
<div class="row price-info">
<div class="col-s-12 col-sm-12 col-6 "><p><sup>$</sup>88<sub>/mos</sub></p></div>
<div class="col-s-12 col-sm-12 col-6 "><a href="#"><button>GET STARTED</button></a></div>
</div>
</div>
<div class="col-s-12 col-sm-4 col-4 price animate">
<img src="images/work-3.jpg" alt="work-1">
<div class="price-list">
<ul class="pricing-text mb-2">
<li><span class="fa fa-check-circle mr-2"></span>Planning Solution</li>
<li><span class="fa fa-check-circle mr-2"></span>10 Construction Drawings</li>
<li><span class="fa fa-check-circle mr-2"></span>Selection Materials</li>
<li><span class="fa fa-check-circle mr-2"></span>Unlimited Revision</li>
</ul>
</div>
<div class="row price-info">
<div class="col-s-12 col-sm-12 col-6 "><p><sup>$</sup>98<sub>/mos</sub></p></div>
<div class="col-s-12 col-sm-12 col-6 "><a href="#"><button>GET STARTED</button></a></div>
</div>
</div>
</div>
</section>
<!--################# FOOTER SECTION ################-->
<footer>
<div class=" footer-container row">
<div class=" footer-section col-s-12 col-sm-2 col-2">
<h3>ArchLab.</h3>
<p>Far far away, behind the word mountains, far from the countries.</p>
<ul class="ftco-footer-social">
<li class="ftco-animate"><a href="#"><span class="fa fa-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-instagram"></span></a></li>
</ul>
</div>
<div class=" footer-section col-s-12 col-sm-2 col-2">
<h3 >Community</h3>
<ul class="list-unstyled">
<li><a href="#"><span class="fa fa-chevron-right"></span>Projects</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Team</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Reviews</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>FAQs</a></li>
</ul>
</div>
<div class="footer-section col-s-12 col-sm-2 col-2">
<h3>About us</h3>
<ul class="list-unstyled">
<li><a href="#"><span class="fa fa-chevron-right"></span>Our Story</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Meet the team</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Careers</a></li>
</ul>
</div>
<div class="footer-section col-s-12 col-sm-2 col-2">
<h3>Company</h3>
<ul class="list-unstyled">
<li><a href="#"><span class="fa fa-chevron-right"></span>About Us</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Press</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Contact</a></li>
<li><a href="#"><span class="fa fa-chevron-right"></span>Careers</a></li>
</ul>
</div>
<div class="footer-section col-s-12 col-sm-2 col-2" style="margin-right: 0; width: 20%;" >
<h3>Have a Questions?</h3>
<ul>
<li style="display: flex;"><span class="icon fa fa-map" style="margin-top: 6px;"></span><span class="text">203 Fake St. Mountain View, San Francisco, California, USA</span></li>
<a href="#" style="text-decoration: none;"><li style="display: flex;"><span class="icon fa fa-phone" style="margin-top: 6px;"></span><span class="text">+2 392 3929 210</span></li></a>
<a href="#" style="text-decoration: none;"><li style="display: flex;"><span class="icon fa fa-envelope pr-4" style="margin-top: 6px;"></span><span class="text"> info@yourdomain.com</span></li></a>
</ul>
</div>
</div>
<div class="row">
<div class="footer-bottom col-s-12 col-sm-12 col-12">
<p >Copyright © 2024 All rights reserved | This template is made with ♥ by <a href="services.html" style="text-decoration: none; color: #96bb7c;">Colorlib</a></p>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>