-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
151 lines (145 loc) · 11.6 KB
/
about.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
<!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/about.css">
<title>LA disposal</title>
</head>
<body>
<div class="mobile_contento">
<header>
<nav class="navigator">
<div class="logon">
<img src="images/disposal-logo2.PNG.jpg" alt="logo picture">
</div>
<div class="phone_top">
<i class="fa-solid fa-phone"></i>
<h3>Call us now</h3>
<p>323.906.4538</p>
</div>
<div class="mail_top">
<i class="fa-regular fa-envelope"></i>
<h3>E-mail</h3>
<p>[email protected]</p>
</div>
</nav>
<div class="navbar">
<ul class="nav_menu">
<li><a href="index.html">Disposal LA</a></li>
<li><a class="active">About us</a></li>
<li><a href="services.html">our services</a></li>
<li><a href="quotes.html">Request a Quote</a></li>
</ul>
</div>
</header>
<main>
<section class="main_picture">
<div class="four_tags">
<div class="single_tag">
<img src="images/solo1.png" alt="tag number 1">
</div>
<div class="single_tag">
<img src="images/solo2.png" alt="tag number 2">
</div>
<div class="single_tag">
<img src="images/solo3.png" alt="tag number 3">
</div>
<div class="single_tag">
<img src="images/solo4.png" alt="tag number 4">
</div>
</div>
</section>
<section class="segundon">
<div class="frame_top"></div>
<h1>YOUR SPECIALIST FOR WASTE DISPOSAL LOS ANGELES</h1>
<p>Disposal Los Angeles is your specialist for professional disposal and sweeping clearances of all kinds. We have many years of
experience and are happy to help you realize your project successfully and stress-free. We always work quickly,
cleanly and professionally - even without you being present. It is particularly important to us to act according to
your wishes and ideas. For this reason, personal consultation is our top priority. Our team consists exclusively of
trained and committed employees who have a great deal of know-how and are available to you at any time if you have
any questions or concerns.</p>
<div class="segundon_second">
<div class="right_picture">
<img src="images/About-Vector.jpg" alt="About-Vector">
</div>
<div class="frame_middle"></div>
<h2>our achievements</h2>
<p>No matter whether you want to dispose of bulky waste, waste, scrap or electrical appliances - we are happy to
help you with all types of disposal. The team at Disposal los angeles is a specialist in disposal matters and will
be happy to take on all disposal work in los angeles and the surrounding area for you. As a full-service provider,
we are happy to take care of the complete clearing out, including professional disposal. We are also your
competent service provider and contact for painting and renovation work as well as removals and transport.
<br>
You decide which of our services you would like to use and we will provide you with a free, non-binding offer
tailored to your wishes and ideas.</p>
</div>
</section>
<div class="last_container-uno">
<div class="last_container">
<div class="last-frame"></div>
<h2>do you have anymore questions?</h2>
<p>Do you have any questions about our services or would you like personal advice or an individual consultation?
Consultation? Our friendly and helpful staff are happy to assist you at any time.
Contact us now - we look forward to your inquiry!</p>
</div>
</div>
<!----------------------------- LAST BOTTOM HERE -------------------------->
<div class="last_btn-container">
<button class="last_btn">
<a href="tocal:3239064538">
<span>give us a call</span>
<p>(323)906.3636</p>
</a>
</button>
</div>
<!----------------------------------- FOOTER FOOOTER FOOTER FOOTER -------------------------->
</main>
<footer class="footer">
<div class="footer_boss">
<div class="footer_content">
<h3>contact us</h3>
<h4>telephone</h4>
<a href="tocal:3239064538">323.906.4538</a>
<h4>mobile</h4>
<a href="#">900.636.5656</a>
<h4>whatsapp</h4>
<a href="#">1800.454.5454</a>
<h4>email</h4>
<a class="footer_anchor" href="#">[email protected]</a>
<h4>address</h4>
<a class="#">247 102th ST<br>los angeles, CA. 90057</a>
</div>
<div class="footer_content">
<h3>important links</h3>
<ul class="footer_menu">
<li><a href="#">Disposal los angeles</a></li>
<li><a href="services.html">Our services</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="quotes.html">request a quote</a></li>
</ul>
</div>
<div class="footer_content">
<h3>Legal advice</h3>
<ul class="footer_menu">
<li><a href="data.html">data protection</a></li>
<li><a href="print.html">print</a></li>
</ul>
</div>
<div class="footer_content" id="right_footer-content">
<h3>about us</h3>
<p>
<strong>Disposal Los Angeles</strong> is your specialist for professional disposal and sweeping clearances of all
kinds. We have many years of experience and are happy to help you realize your project successfully and
stress-free. We always work quickly, cleanly and professionally - even without you being present. Get in
touch with us - we look forward to hearing from you!
</p>
</div>
</div>
<div class="curro">
<small>all rights reserved Neeka Rostran ©2024</small>
</div>
</footer>
</div>
</body>
</html>