-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
370 lines (288 loc) · 13.6 KB
/
index.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
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
370
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Regex Query Tool</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="./static/assets/img/favicon.png" rel="icon">
<link href="./static/assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="./static/https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="./static/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./static/assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="./static/assets/vendor/aos/aos.css" rel="stylesheet">
<link href="./static/assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="./static/assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="./static/assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="./static/assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: FlexStart - v1.0.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar" data-bs-offset="100">
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="./static/index.html" class="logo d-flex align-items-center">
<img src="./static/assets/img/logo.png" alt="">
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active " href="./static/#header">Home</a></li>
<li><a class="nav-link scrollto" href="./static/#pricing">Explore</a></li>
<li><a class="nav-link scrollto" href="./static/#about">About</a></li>
<li><a class="nav-link scrollto" href="./static/#team">Team</a></li>
<li><a class="nav-link scrollto" href="./static/#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="./static/#pricing">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">REGEX QUERY TOOL</h1>
<h2 data-aos="fade-up" data-aos-delay="400">Learn, Build & Test RegEX</h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
<a href="./static/#about" class="btn-get-started scrollto d-inline-flex align-items-center justify-content-center align-self-center">
<span >About the tool</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<img src="./static/assets/img/hero-img.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="pricing">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Explore</h2>
<p>Select the option you want to perform</p>
</header>
<div class="row gy-4" data-aos="fade-left">
<div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="100">
<div class="box">
<h2 style="color: #07d5c0;">Type In</h2>
<img src="./static/assets/img/pricing-free.png" class="img-fluid" alt="">
<ul>
<li>Type Directly</li>
<li>Click on the button to check your string</li>
</ul>
<a href="/typein.html" class="btn-buy">Click Here</a>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="200">
<div class="box">
<h2 style="color: #65c600;">CSV File</h2>
<img src="./static/assets/img/pricing-starter.png" class="img-fluid" alt="">
<ul>
<li>Check data in CSV File</li>
<li>Upload your CSV File to apply Regex Functionalities</li>
</ul>
<a href="/csv.html" class="btn-buy">Click Here</a>
</div>
</div>
<div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="300">
<div class="box">
<h2 style="color: #ff901c;">XLSX File</h2>
<img src="./static/assets/img/pricing-business.png" class="img-fluid" alt="">
<ul>
<li>Check data in XLSX File</li>
<li>Upload your XLSX File to apply Regex Functionalities</li>
</ul>
<a href="/xlsx.html" class="btn-buy">Click Here</a>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div class="content">
<h3>Who We Are</h3>
<h2>A Group of Passionate Undergraduate Student</h2>
<p>
The Regex Testers which are already available are quite challenging for non-technical persons. So we decided
to solve this problem and make regex query tool easier for a common person. Anyone can find and replace any
word in few seconds now. The main advantage of this tool which is quite unique is the support of files. Our
tool support files like CSV, TXT, XLSX. Also we add a feature for users so they can interact with us. We tried to
make it as much user friendly as possible to recover those problems. Hope this will help a user and user can
save immense time by using this tool.
</p>
<div class="text-center text-lg-start">
<a href="./static/#" class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Explore Now</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="./static/assets/img/about.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h1>Team</h1>
</header>
<div class="row gy-4">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="member-img">
<img src="./static/assets/img/team/team-1.jpg" class="img-fluid" alt="">
<div class="social">
<a href="./static/"><i class="bi bi-twitter"></i></a>
<a href="./static/"><i class="bi bi-facebook"></i></a>
<a href="./static/"><i class="bi bi-instagram"></i></a>
<a href="./static/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Soham Nandi</h4>
<span>Aspiring Software Developer</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="member-img">
<img src="./static/assets/img/team/team-2.jpg" class="img-fluid" alt="">
<div class="social">
<a href="./static/"><i class="bi bi-twitter"></i></a>
<a href="./static/"><i class="bi bi-facebook"></i></a>
<a href="./static/"><i class="bi bi-instagram"></i></a>
<a href="./static/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Ranrita Sarkar</h4>
<span>Aspiring Software Developer</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="member-img">
<img src="./static/assets/img/team/team-3.jpg" class="img-fluid" alt="">
<div class="social">
<a href="./static/"><i class="bi bi-twitter"></i></a>
<a href="./static/"><i class="bi bi-facebook"></i></a>
<a href="./static/"><i class="bi bi-instagram"></i></a>
<a href="./static/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Sayani Pramanik</h4>
<span>Aspiring Software Developer</span>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Contact</h2>
<p>Contact Us</p>
</header>
<div class="row gy-4">
<div class="col-lg-6">
<div class="row gy-4">
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<p>V.I.P Road,Kolkata,<br>India,700057</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-telephone"></i>
<h3>Call Us</h3>
<p>+91 9874583210<br>+91 7980657702</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-envelope"></i>
<h3>Email Us</h3>
<p>bppimt@it.com<br>it@python.com</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-clock"></i>
<h3>Contact Time</h3>
<p>Monday - Friday<br>9:00AM - 05:00PM</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" class="php-email-form">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-md-6 ">
<input type="email" class="form-control" name="email" placeholder="Your Email" required>
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" placeholder="Subject" required>
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required></textarea>
</div>
<div class="col-md-12 text-center">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<a href="./static/#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="./static/assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
<script src="./static/assets/vendor/aos/aos.js"></script>
<script src="./static/assets/vendor/php-email-form/validate.js"></script>
<script src="./static/assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="./static/assets/vendor/purecounter/purecounter.js"></script>
<script src="./static/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="./static/assets/vendor/glightbox/js/glightbox.min.js"></script>
<!-- Template Main JS File -->
<script src="./static/assets/js/main.js"></script>
</body>
</html>