-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (185 loc) · 8.52 KB
/
index.html
File metadata and controls
232 lines (185 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Robot Control Center</title>
<!-- Styles -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" />
<!-- AOS (Animate On Scroll) -->
<link rel="stylesheet" href="aos.css" />
</head>
<body>
<div class="layout">
<!-- Menu Toggle Button 2 -->
<a id="menu-toggle-2" class="d-flex align-items-center justify-content-center show">
<i class="bi bi-list"></i>
</a>
<!-- Sidebar Navigation -->
<nav id="navmenu1" class="navmenu1 hidden">
<ul>
<li><a href="index.html"><i class="bi bi-house navicon1"></i> Home</a></li>
<li><a href="#about1"><i class="bi bi-person navicon1"></i> About</a></li>
<!-- <li><a href="#resume1"><i class="bi bi-file-earmark-text navicon1"></i> Resume</a></li> -->
<!-- <li><a href="#portfolio1"><i class="bi bi-images navicon1"></i> Portfolio</a></li> -->
<li><a href="#reach-out"><i class="bi bi-envelope navicon1"></i> Contact</a></li>
<li><a href="https://janosrostas.co.uk/"><i class="bi bi-cloud-check navicon1"></i> JanosRostas.co.uk</a></li>
<li><a href="login_modern.html"><i class="bi bi-box-arrow-in-right navicon1"></i> Login</a></li>
</ul>
</nav>
<!-- Main Content -->
<main class="main-content">
<!-- Hero / Intro -->
<section class="hero" aria-label="Welcome to ProFlow Plumbing">
<h1>ProFlow Plumbing Services</h1>
<p>Your trusted local plumber for fast, reliable, and affordable plumbing solutions.</p>
<a href="#contact" class="btn-primary">Get a Free Quote</a>
<a href="#reach-out" class="btn-primary">Contact Us</a>
</section>
<!-- Services -->
<section class="services" aria-label="Our Plumbing Services">
<h2>What We Offer</h2>
<div class="service-list">
<article class="service-card" tabindex="0">
<div class="service-icon"><i class="fas fa-wrench"></i></div>
<h3>Emergency Repairs</h3>
<p>24/7 fast response for leaks, burst pipes, and urgent plumbing problems.</p>
</article>
<article class="service-card" tabindex="0">
<div class="service-icon"><i class="fas fa-shower"></i></div>
<h3>Bathroom Installation</h3>
<p>Expert installation of showers, toilets, sinks, and full bathroom remodels.</p>
</article>
<article class="service-card" tabindex="0">
<div class="service-icon"><i class="fas fa-tools"></i></div>
<h3>Pipe Maintenance</h3>
<p>Inspection and cleaning services to keep your pipes clog-free and healthy.</p>
</article>
<article class="service-card" tabindex="0">
<div class="service-icon"><i class="fas fa-water"></i></div>
<h3>Water Heater Services</h3>
<p>Installation, repair, and maintenance for electric and gas water heaters.</p>
</article>
</div>
</section>
<!-- Testimonials -->
<section class="testimonials" aria-label="Customer Testimonials">
<h2>What Our Clients Say</h2>
<div class="testimonial-list">
<blockquote class="testimonial" tabindex="0" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="200">
"ProFlow fixed my leaking kitchen sink in under an hour. Super professional and affordable!"
<strong>— Sarah M.</strong>
</blockquote>
<blockquote class="testimonial" tabindex="0" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="400">
"Friendly, reliable, and knowledgeable. Highly recommend for bathroom renovations."
<strong>— Mark T.</strong>
</blockquote>
<blockquote class="testimonial" tabindex="0" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="600">
"Quick emergency service when my pipe burst at night. Couldn't ask for better support."
<strong>— Lisa W.</strong>
</blockquote>
</div>
</section>
<!-- Contact CTA -->
<section class="contact-cta" id="contact" aria-label="Contact ProFlow Plumbing">
<h2>Ready to Fix Your Plumbing?</h2>
<p>Call us today at <a href="tel:+1234567890" style="color: #94d2bd; text-decoration: underline;">+1 (234) 567-890</a> or send a message for a free estimate!</p>
<a href="mailto:contact@proflowplumbing.com" class="btn-primary">Contact Us</a>
</section>
<p> </p>
<!-- Contact - reach out section -->
<section id="reach-out" class="reach-out">
<div class="reach-out-container">
<h2>Get in Touch</h2>
<p>If you’ve got any questions, suggestions, or just want to say hi, I’m all ears!</p>
<p>Drop a message using the details below — always happy to connect.</p>
<div class="contact-wrapper">
<!-- Contact Details -->
<div class="contact-details">
<!-- Address -->
<div class="info-box fade-in-10">
<i class="bi bi-geo-alt"></i>
<div>
<h3>Location</h3>
<p>Ashford, Kent, UK</p>
</div>
</div>
<!-- Phone Box -->
<div class="info-box fade-in-15">
<i class="bi bi-phone"></i>
<div>
<h3>Phone</h3>
<p><a href="tel:+447840067781"> +44 7840 067781</a></p>
</div>
</div>
<!-- Email Box -->
<div class="info-box fade-in-20">
<i class="bi bi-envelope"></i>
<div>
<h3>Email</h3>
<p><a href="mailto:rostas881122@gmail.com">rostas881122@gmail.com</a></p>
</div>
</div>
<!-- Social Media -->
<div class="info-box fade-in-25">
<div>
<h3>Social Media</h3>
<p><a href="https://www.linkedin.com/in/janos-rostas/" target="_blank" rel="noopener noreferrer"><i class="bi bi-linkedin"></i> LinkedIn</a></p>
<p><a href="https://www.github.com/Janos11" target="_blank" rel="noopener noreferrer"><i class="bi bi-github"></i> GitHub</a></p>
</div>
</div>
</div>
<!-- Google Map -->
<div class="contact-map fade-in-r">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d35672.74859886945!2d0.8568454584907657!3d51.153066550878904!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47dec322dc36f387%3A0x280d4f34618ec61e!2sAshford!5e0!3m2!1sen!2suk!4v1723984497178!5m2!1sen!2suk"
frameborder="0"
allowfullscreen
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div>
</div>
</section>
<!-- Chat Bot Container -->
<div id="plumber-chat" class="chat-container">
<div class="chat-header" onclick="toggleChat()">
💬 Chat with PlumberBot
<span id="toggle-btn">−</span>
</div>
<div id="chatbox" class="chat-box"></div>
<form id="chat-form">
<input type="text" id="chat-input" placeholder="Type a message..." autocomplete="off" />
<button type="submit">Send</button>
</form>
</div>
<!-- Chat Launcher Button -->
<div id="chat-launcher" onclick="toggleChat()">
💬 Need Help?
</div>
<!-- Go To Top Button Simple -->
<!--
<a href="#" class="go-top d-flex align-items-center justify-content-center">
<i class="bi bi-arrow-up-short"></i>
</a>
-->
<!-- Go To Top Button With progress circle -->
<a href="#" class="go-top d-flex align-items-center justify-content-center">
<svg class="progress-circle" width="48" height="48">
<circle cx="24" cy="24" r="20"></circle>
<circle cx="24" cy="24" r="20" class="progress"></circle>
</svg>
<i class="bi bi-arrow-up-short"></i>
</a>
</main>
</div>
<script src="main.js"></script>
<script src="chatbot.js"></script>
<!-- Local AOS JavaScript -->
<script src="aos.js"></script>
<!-- Activate the AOS animations -->
<script> AOS.init(); </script>
</body>
</html>