forked from divyansshu/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
369 lines (338 loc) · 15.3 KB
/
index.html
File metadata and controls
369 lines (338 loc) · 15.3 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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Precious IT Services</title>
<link rel="stylesheet" href="./main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="icon" href="./images/image.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./chatBot/style.css" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
emailjs.init("oUbB-IqXyvbW5JlV9");
})();
</script>
</head>
<body>
<header class="header">
<a href="#" class="logo"><img src="./images/logomain.png" alt="" style="width: 100px; height: 70px;"></a>
<div class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a href="#home">home</a></li>
<li><a href="./backend/public/index.html">Projects</a></li>
<!-- <li><a href="careers.html">career</a></li> -->
<li><a href="#contact">contact</a></li>
<button id="login">Log In</button>
<h3 id="name"></h3>
<img id="image" onclick="ProfileClicked()" />
<button onclick="logout()" id="logout">Logout</button>
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round" id="toggle"></div>
</label>
</ul>
</nav>
</header>
<section id="home" class="home">
<h1>Get IT Projects</h1>
<h2>for Under Graduation and Post Graduation Students.</h2>
<h2>B.E / BCA/ MCA / BSC-IT / etc.</h2>
<div class="wave wave1"></div>
<div class="wave wave2"></div>
<div class="wave wave3"></div>
</section>
<div class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="section-head col-sm-12" id="projects">
<h1>Projects</h1>
<p class="text-trans-none">
We build robust and productive projects for you that help in
your placements and for sharpening your learning.
</p>
</div>
<div class="col-lg-4 col-sm-6 pointerBtn">
<div class="item">
<span class="icon feature_box_col_one p-2"><i class="fa fa-laptop"></i></span>
<h6>Web-App Projects</h6>
<p class="text-trans-none">
Our custom Web Development Services include both Front-End and
Back-End development. Whether it is enhancing an Existing app or
Architecting an Enterprise app, our Developers are up for the
challenges.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 pointerBtn">
<div class="item">
<span class="icon feature_box_col_two p-2"><i class="fa fa-android"></i></span>
<h6>Mobile-App Projects</h6>
<p class="text-trans-none">
We have expertise in creating Multi-Platform mobile app
solutions for both Android and IOS devices. Using PhoneGap,
Xamarin and React Native, we offer custom Mobile App that runs
smoothly on Multiple Platforms.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 pointerBtn">
<div class="item">
<span class="icon feature_box_col_three p-2"><i class="fa fa-magic"></i></span>
<h6>Data Analytics Projects</h6>
<p class="text-black">
The Project will include Visualizating of Data and the
Rescanning. As per the Statistics and the giving space. This
<p class="text-trans-none">
The project will include Visualizating of Data and Rescanning. As per the Statistics and the giving space.
This
type of data can be seen in Big Tech Companies & the graph
structure optimize the visual.
</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<a href="#" class="back-to-top"><i class="ion-ios-arrow-up"></i></a>
<section class="counters">
<div class="container">
<div class="pointerBtn">
<i class="far fa-clock fa-4x"></i>
<div class="counter" data-target="24">24+</div>
<h3>Working Hours/Week</h3>
</div>
<div class="pointerBtn">
<i class="fas fa-gift fa-4x"></i>
<div class="counter" data-target="60">60+</div>
<h3>Projects Sold</h3>
</div>
<div class="pointerBtn">
<i class="fas fa-users fa-4x"></i>
<div class="counter" data-target="52">52+</div>
<h3>Happy Clients</h3>
</div>
<div class="pointerBtn">
<i class="fas fa-award fa-4x"></i>
<div class="counter" data-target="13">13+</div>
<h3>Awards Received</h3>
</div>
</div>
</section>
<section id="contact" class="contact">
<h1 class="heading">If You Have to Order Other Projects</h1>
<h2 class="text-trans-none">Submit the form and Leave a Brief Description for the Team</h2>
</section>
<!-- Contact Us Form -->
<div class="contact-in">
<div class="contact-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14886.873203334077!2d79.1199471!3d21.1237941!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bd4c76047f90e8f%3A0xbab3e39d03c3251c!2sPrecious!5e0!3m2!1sen!2sin!4v1687299954489!5m2!1sen!2sin"
width="100%" height="auto" style="border: 0" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="contact-form">
<form action="" id="contact-form">
<input type="text" name="name" placeholder="Name" id="name" class="contact-form-txt" pattern="^[A-Za-z\- ']+$"
required />
<span id="name-error" class="error"></span> <!-- Validation error message for Name -->
<input type="number" id="number" name="phone" pattern="[0-9]{10,12}" required placeholder="Contact Number"
minlength="10" maxlength="12" class="contact-form-phone" />
<span id="phone-error" class="error"></span> <!-- Validation error message for Contact Number -->
<input type="email" name="email" placeholder="Email" id="mail" class="contact-form-email" required />
<span id="email-error" class="error"></span> <!-- Validation error message for Email -->
<textarea placeholder="Your Message" id="message" name="message" class="contact-form-txtarea"
required></textarea>
<span id="message-error" class="error"></span> <!-- Validation error message for Message -->
<button class="contact-form-btn" id="contact_sbmt_btn">Submit</button>
</form>
</div>
</div>
<!-- <div class="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>About Us</h4>
<ul>
<li><i class="ion-ios-arrow-forward"></i> <a href="index.html">Home</a></li>
<li><i class="ion-ios-arrow-forward"></i> <a href="Team.html">Team</a></li>
<li><i class="ion-ios-arrow-forward"></i> <a href="index.html#service">Reviews</a></li> -->
<!-- <li><i class="ion-ios-arrow-forward"></i> <a href="#">Terms & condition</a></li> -->
<!-- <li><i class="ion-ios-arrow-forward"></i> <a href="#">Privacy policy</a></li> -->
<!-- </ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-forward"></i> <a href=".index.html#portfolio">Order</a></li> -->
<!-- <li><i class="ion-ios-arrow-forward"></i> <a href="#team">Team</a></li> -->
<!-- <li><i class="ion-ios-arrow-forward"></i> <a href="careers.html">careers</a></li>
<li><i class="ion-ios-arrow-forward"></i> <a href="tel:7218404903">Contact</a></li> -->
<!-- <li><i class="ion-ios-arrow-forward"></i> <a href="#faq">FAQ</a></li> -->
<!-- </ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact" style="font-size: 1.5rem;">
<h4>Contact Us</h4>
<p>
Nagpur, Maharashtra, India<br>
<a href="tel:7218404903" style="color: white;"><strong>Phone:</strong> +91
7218404903<br></a>
<a href="mailto:syedimtiyazali141@gmail.com" style="color: white; font-size: 1.3rem;">
<strong>Email:</strong> PreciousItServices@gmail.com<br></a>
</p>
<div class="social-links"> -->
<!-- <a href="https://www.facebook.com/"><i class="ion-logo-facebook"></i></a> -->
<!-- <a href="https://twitter.com/login?lang=en"><i class="ion-logo-twitter"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/imtiyaz-sde"><i class="ion-logo-linkedin"></i></a> -->
<!-- <a href="https://www.instagram.com/"><i class="ion-logo-instagram"></i></a> -->
<!-- <a href="mailto:syedimtiyazali141@gmail.com"><i class="ion-logo-googleplus"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4>Subscription</h4>
<p>We Provide best solution and projects that will gain your knowledge. Subscribe and get Latest
Updates</p>
<input type="email" placeholder="Email" pname="email"><input id="subs" type="submit"
value="Subscribe">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 copyright" style="color: #fff; font-size: 1.3rem;">
Copyright © 2023 PreciousitServices. All Rights Reserved.
</div>
</div>
</div>
</div> -->
<!-- Footer-->
<footer>
<div class="row_f">
<div class="col">
<img src="./images/pngwing.com(5).png" class="logo_f" />
<p class="text-trans-none">
Get ready for your college project submission with PreciousServices.
We provide best solutions and projects that will help you gain more knowledge.
Subscribe to get latest updates.
</p>
</div>
<div class="col">
<h3>Office</h3>
<p>Nagpur, PIN 440001</p>
<p>Maharashtra, India</p>
<p class="email">preciousitservices@gmail.com</p>
<h4>+91 7218404903</h4>
</div>
<div class="col">
<h3>Useful Links</h3>
<ul>
<!-- <li><a href=".index.html#portfolio">Order</a></li> -->
<!-- <li> <a href="#team">Team</a></li> -->
<li><a href="careers.html">careers</a></li>
<li><a href="tel:7218404903">Contact</a></li>
<!-- <li> <a href="#faq">FAQ</a></li> -->
</ul>
</div>
<div class="col">
<h3>About Us</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./index2.html">Founder</a></li>
<!-- <li><a href="index.html#service">Reviews</a></li> -->
<!-- <li><a href="#">Terms & condition</a></li> -->
<!-- <li> <a href="#">Privacy policy</a></li> -->
</ul>
</div>
<!-- <div class="col">
<h3>Newsletter</h3>
<form>
<i class="icon ion-md-mail"></i>
<input type="email" placeholder="Enter your e-mail id" required>
<button type="submit"><i class="icon ion-md-send"></i></button>
</form>
</div> -->
</div>
<hr>
<p class="copyright">
PreciousITServices © 2023 - All Rights Reserved
</p>
</footer>
<!-- Chat Bot -->
<button class="chatbot__button">
<span class="material-symbols-outlined">mode_comment</span>
<span class="material-symbols-outlined">close</span>
</button>
<div class="chatbot">
<div class="chatbot__header">
<h3 class="chatbox__title">Precious IT Services</h3>
<span class="material-symbols-outlined">close</span>
</div>
<ul class="chatbot__box">
<li class="chatbot__chat incoming">
<span class="material-symbols-outlined">smart_toy</span>
<p>Hi there. How can I help you today?</p>
</li>
<li class="chatbot__chat outgoing">
<p>...</p>
</li>
</ul>
<div class="chatbot__input-box">
<textarea class="chatbot__textarea" placeholder="Enter a message..." required></textarea>
<span id="send-btn" class="material-symbols-outlined">send</span>
</div>
</div>
<!-- chat bot finish -->
<script src="./js/contact.js"></script>
<script src="./chatBot/script.js"></script>
<script src="./js/login.js"></script>
<script src="./main.js"></script>
<script src="./js/theme.js"></script>
<!--
<script>
alert("Under Maintenance, Please come again after sometime.")
</script> -->
<script>
// Function to scroll to the top smoothly
function scrollToTop() {
window.scrollTo({
top: 0,
behavior: "smooth",
});
}
// Add an event listener to the "scroll to top" button
const backToTopButton = document.querySelector(".back-to-top");
backToTopButton.addEventListener("click", scrollToTop);
// Add an event listener to show/hide the button based on scroll position
window.addEventListener("scroll", () => {
if (document.documentElement.scrollTop > 100) {
backToTopButton.style.display = "block";
} else {
backToTopButton.style.display = "none";
}
});
</script>
</body>
</html>