-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
131 lines (130 loc) · 5.92 KB
/
contact.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
<!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="styles/contact.css">
<title>contact</title>
</head>
<body>
<header>
<nav class="navbar">
<label class="logo"><img src="images/logo-second.png" alt=""></label>
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">About</a></li>
<li><a href="index.html">Services</a></li>
<li><a href="index.html">FAQ</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a class="active anchor-nav">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-imagen">
<h1>Electrician Los Angeles</h1>
<p>Enough Guarantee!</p>
</div>
</section>
<section class="alpha">
<div class="alpha_container">
<h2>WE LOOK FORWARD TO YOUR INQUIRY!</h2>
<p><strong>Do you have any questions?</strong> We are always happy to be able to help. Don't
hesitate to call us or fill out the form below. We will try to get back to you as quickly
as possible. Request a quote now!</p>
<div class="mail_box">
<form action="https://formsubmit.co/[email protected]" method="post">
<div class="input-box">
<input type="text" id="name" placeholder="Enter your name" />
</div>
<div class="input-box">
<input type="text" name="email" placeholder="Enter your email" />
</div>
<div class="input-box">
<input type="text" name="telephone" placeholder="Enter your phone" />
</div>
<div class="input-box">
<input type="text" placeholder="Enter your reference" />
</div>
<div class="input-box message-box">
<textarea placeholder="Enter your message"></textarea>
</div>
<div class="button">
<input type="button" value="Send Now" />
</div>
</form>
</div>
</div>
</section>
<section class="info">
<div class="info-container">
<ul class="info-box">
<li><a href="index.html"><i class="fa-solid fa-building"></i> Electrician Los Ageles</a></li>
<li><a class="#"><i class="fa-solid fa-location-dot"></i>located LA 90003</a></li>
<li><a href="tel:2136842369"><i class="fa-solid fa-tty"></i>telephone: 2136842369</a></li>
<li><a href="#"><i class="fa-solid fa-phone-flip"></i>mobile: 6194130634</a></li>
<li><a href="https://wa.me/1323904538"><i class="fa-brands fa-whatsapp"></i>whatsapp: +3239064538</a></li>
<li><a class="anchor_box" href="mailto:[email protected]"><i class="fa-solid fa-paper-plane"></i>[email protected]</a></li>
</ul>
</div>
</section>
<!-- LAST SECTION LAST SECTION -->
<section class="lasting">
<div class="last-container">
<img src="images/Maloso.png" alt="Maloso">
<h2>Contact us now. <br> We are <span>24/7</span> <br>available.</h2>
<p>If you urgently need a qualified electrician in Los Angeles and the surrounding area, our emergency
electrical service is there for you 24/7.</p>
<button class="last-btn"><a href="tel:2136842369" target="_blank"><i class="fa-solid fa-phone"></i> 213.684.2369</a></button>
</div>
</section>
</main>
<footer>
<div class="footer-boss">
<div class="footer-content footer-left">
<h2>Electrician LA</h2>
<p>As a competent emergency electrical service in Los Angeles and the surrounding area, we ensure
that a professional team is available 24/7 to take care of all matters relating to your
electrical installation and electrical engineering.</p>
<div class="socials">
<a href="https://www.instagram.com/Yinyleonofficial/" target="_blank"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.ource=qr&igsh=MzNINGKAWQ4Mg==com/neeka_rostran?utm_s" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/denis-romero-21597331b/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-tiktok"></i></a>
</div>
</div>
<div class="footer-content footer-center">
<h2>Service pages</h2>
<div class="footer-services">
<ul class="footer-menu">
<li>Electrical service</li>
<li>Kabelbruch Beheben</li>
<li>Electrician for stove connection</li>
<li>Lamp assembly service</li>
<li>Cable laying service</li>
<li>Socket Service</li>
</ul>
<ul class="footer-menu">
<li>Circuit breaker service</li>
<li>Changeover switch service</li>
<li>Connecting an electric stove</li>
<li>Technician electrician</li>
<li>Installing ceiling lights</li>
<li>Electrical emergency service</li>
</ul>
</div>
</div>
<div class="footer-content footer-right">
<h2>Contact information</h2>
<p class="pe-1"><span>Telephone:</span> <a href="tel:2136842369">213.684.2369</a></p>
<p class="pe-2"><span>Address:</span> 248 w. 104th st <br>Los Angeles, CA. 90003</p>
<img src="images/phocus-pic.webp" alt="phocus-pic">
</div>
</div>
<div class="ultimo-hombre">
<small>all rights reserved to Neeka Rostran ©2024</small>
</div>
</footer>
</body>
</html>