forked from vishanurag/Canvas-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repreviewfix.html
512 lines (490 loc) · 16.7 KB
/
repreviewfix.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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Review</title>
<link rel="stylesheet" href="src/Styles/scroll.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.min.js" integrity="sha512-6sSYJqDreZRZGkJ3b+YfdhB3MzmuP9R7X1QZ6g5aIXhRvR1Y/N/P47jmnkENm7YL3oqsmI6AK+V6AD99uWDnIw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<style>
.container{
max-width: 100%;
margin: auto;
color: black;
}
body {
font-family: "Open Sans", sans-serif;
}
h2 {
color: #000;
font-size: 26px;
font-weight: 300;
text-align: center;
text-transform: uppercase;
position: relative;
margin: 30px 0 70px;
}
h2::after {
content: "";
width: 100px;
position: absolute;
margin: 0 auto;
height: 4px;
border-radius: 1px;
background: #1c47e3;
left: 0;
right: 0;
bottom: -20px;
}
.carousel .carousel-item {
color: #999;
overflow: hidden;
min-height: 120px;
font-size: 13px;
}
.carousel .media img {
width: 80px;
height: 80px;
display: block;
border-radius: 50%;
}
.carousel .testimonial {
padding: 0 15px 0 60px ;
position: relative;
}
.carousel .testimonial::before {
content: "\201C";
font-family: Arial,sans-serif;
color: #e2e2e2;
font-weight: bold;
font-size: 68px;
line-height: 54px;
position: absolute;
left: 15px;
top: 0;
}
.carousel .overview b {
text-transform: uppercase;
color: #1c47e3;
}
.carousel .carousel-indicators {
bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
width: 20px;
height: 20px;
border-radius: 50%;
margin: 1px 3px;
box-sizing: border-box;
}
.carousel-indicators li {
background: #e2e2e2;
border: 4px solid #fff;
}
.carousel-indicators li.active {
color: #fff;
background: #1c47e3;
border: 5px double;
}
/* Back to Top Button */
#BacktoTop {
position: fixed; /* Stay in fixed position */
bottom: 50px; /* Positioned above the chatbot */
right: 5px; /* Aligned to the right */
width: 55px;
height: 55px;
background-color: #007bff; /* Button background */
color: white; /* Text color */
padding: 10px 15px; /* Padding for button size */
border-radius: 50%; /* Circular button */
border: none;
font-size: 24px; /* Size of the text or arrow */
font-weight: bolder;
display: block; /* Initially hidden */
visibility: hidden;
z-index: 1000; /* Ensures it is above most elements */
cursor: pointer; /* Pointer when hovered */
}
#BacktoTop:hover {
background-color: #0056b3; /* Change to a lighter blue on hover */
transform: scale(1.1);
}
/* Navbar Styles */
/* Navbar Styling */
.nav {
background-color: #333; /* Dark background */
padding: 20px 10px; /* Space around the links */
display: flex;
justify-content: center;
align-items: center;
gap: 2rem; /* Spacing between links */
border-bottom: none;
margin-bottom: 20px;
margin-top: 0px;
}
/* Styling individual links in the navbar */
.nav a {
color: white; /* Link color */
font-size: 1.2rem; /* Font size */
text-decoration: none; /* Remove underline */
padding: 0.5rem 1rem; /* Add padding around the text */
border-radius: 0.5rem; /* Rounded corners for hover effect */
}
.nav-link {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
/* .nav-links a { */
/* color: white; */
/* font-size: 1.2rem; */
/* text-decoration: none; */
/* padding: 0.5rem 1rem; */
/* border-radius: 0.5rem; */
/* transition: background-color 0.3s ease; */
/* } */
/* Hover effect for navbar links */
/* .navbar a:hover {/ */
/* background-color: #474747; Background color on hover */
/* color: #fff; White text on hover */
/* width: 60% !important; */
/* height: auto; */
/* border: 1px solid gray; */
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
/* border-radius: 5px; */
/* }/
*/
/* Full width for form controls */
/* .fullWidth {/ */
/* width: 100% !important; */
/* } */
.nav-item a {
position: relative;
text-decoration: none;
letter-spacing: 0.5px;
color: #a0a0a0;
}
.nav-item a:after {
content: "";
position: absolute;
background-color: white;
height: 3px;
width: 0;
left: 0;
bottom: -10px;
transition: 0;
}
.nav-item a:hover {
color:#fff;
border: none;
}
.nav-item a:hover:after {
width: 100%;
}
</style>
<style>
/* Circle styles */
.circle {
height: 24px;
width: 24px;
border-radius: 50%;
background-color: black;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 99999999;
transition: transform 0.1s ease-out;
}
</style>
</head>
<body>
<!-- Circles -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="container pt-2 bg-body-tertiary pb-4">
<div class="row">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="review.html">Review</a>
</li>
<li class="nav-item">
<a class="nav-link " href="blog.html">Blog</a>
</li>
</ul>
</div>
<div class="row">
<img src="https://www.globitalmarketing.com/sg/wp-content/uploads/2021/07/df453we.png" alt="" height="400px" width="1400px">
</div>
<div class="row pt-5">
<div class="col-sm-12">
<h2>What <b>our customers</b> are saying</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Carousel indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for carousel items -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-sm-6">
<div class="media">
<img src="https://static.vecteezy.com/system/resources/previews/009/292/244/non_2x/default-avatar-icon-of-social-media-user-vector.jpg" alt="">
<div class="media-body">
<div class="testimonial">
<p>Lorem ipsum dolor sit amet, consec adipiscing elit. Nam eusem scelerisque tempor, varius quam luctus dui. Mauris magna metus nec.</p>
<p class="overview"><b>Paula Wilson</b>, Media Analyst</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="media">
<img src="https://static.vecteezy.com/system/resources/previews/009/292/244/non_2x/default-avatar-icon-of-social-media-user-vector.jpg" class="mr-3" alt="">
<div class="media-body">
<div class="testimonial">
<p>Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget mi suscipit tincidunt. Utmtc tempus dictum. Pellentesque virra.</p>
<p class="overview"><b>Antonio Moreno</b>, Web Developer</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-sm-6">
<div class="media">
<img src="https://static.vecteezy.com/system/resources/previews/009/292/244/non_2x/default-avatar-icon-of-social-media-user-vector.jpg" class="mr-3" alt="">
<div class="media-body">
<div class="testimonial">
<p>Lorem ipsum dolor sit amet, consec adipiscing elit. Nam eusem scelerisque tempor, varius quam luctus dui. Mauris magna metus nec.</p>
<p class="overview"><b>Michael Holz</b>, Seo Analyst</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="media">
<img src="https://static.vecteezy.com/system/resources/previews/009/292/244/non_2x/default-avatar-icon-of-social-media-user-vector.jpg" class="mr-3" alt="">
<div class="media-body">
<div class="testimonial">
<p>Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget mi suscipit tincidunt. Utmtc tempus dictum. Pellentesque virra.</p>
<p class="overview"><b>Mary Saveley</b>, Web Designer</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-sm-6">
<div class="media">
<img src="https://static.vecteezy.com/system/resources/previews/009/292/244/non_2x/default-avatar-icon-of-social-media-user-vector.jpg" class="mr-3" alt="">
<div class="media-body">
<div class="testimonial">
<p>Lorem ipsum dolor sit amet, consec adipiscing elit. Nam eusem scelerisque tempor, varius quam luctus dui. Mauris magna metus nec.</p>
<p class="overview"><b>Martin Sommer</b>, UX Analyst</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="media">
<img src="https://static.vecteezy.com/system/resources/previews/009/292/244/non_2x/default-avatar-icon-of-social-media-user-vector.jpg" class="mr-3" alt="">
<div class="media-body">
<div class="testimonial">
<p>Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget mi suscipit tincidunt. Utmtc tempus dictum. Pellentesque virra.</p>
<p class="overview"><b>John Williams</b>, Web Developer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pt-5">
<h2>SERVICES LOVED THE MOST</h2>
<div class="row mx-auto">
<div class="col-sm-6">
<img src="feature.webp" alt="" width="500" style="border-radius: 40px;">
</div>
<div class="col-sm-6">
<h3 class="pb-3" style="color: #1c47e3; font-weight: 700;">Excellent Features</h3>
<h5>Draw Tool <i class="fa-solid fa-pencil"></i></h5>
<div class="progress mb-3" role="progressbar" aria-label="Basic example" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 50%"></div>
</div>
<h5>Brush Tool <i class="fa-solid fa-paintbrush"></i></h5>
<div class="progress mb-3" role="progressbar" aria-label="Basic example" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 25%"></div>
</div>
<h5>Eraser Tool <i class="fa-solid fa-eraser"></i></h5>
<div class="progress mb-3" role="progressbar" aria-label="Basic example" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 50%"></div>
</div>
<h5>Shapes <i class="fa-solid fa-shapes"></i></h5>
<div class="progress mb-3" role="progressbar" aria-label="Basic example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 75%"></div>
</div>
<h5>Text <i class="fa-solid fa-text-width"></i></h5>
<div class="progress" role="progressbar" aria-label="Basic example" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 100%"></div>
</div>
</div>
</div>
</div>
<footer class="text-center bg-body-tertiary">
<!-- Grid container -->
<div class="container pt-4">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a
data-mdb-ripple-init
class="btn btn-link btn-floating btn-lg text-body m-1"
href="#"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-facebook-f"></i
></a>
<!-- Replaced new Twitter[X] logo -->
<a
data-mdb-ripple-init
class="btn btn-link btn-floating btn-lg text-body m-1"
href="#"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-x-twitter"></i
></a>
<!-- Instagram -->
<a
data-mdb-ripple-init
class="btn btn-link btn-floating btn-lg text-body m-1"
href="#"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-instagram"></i
></a>
<!-- Added responsiveness to icons -->
<!-- Linkedin -->
<a
data-mdb-ripple-init
class="btn btn-link btn-floating btn-lg text-body m-1"
href="https://www.linkedin.com/in/anuragvishwakarma/"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Added the Pinterest icon -->
<a
data-mdb-ripple-init
class="btn btn-link btn-floating btn-lg text-body m-1"
href="#"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-pinterest"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.05);">
© 2024 Copyright:
<a class="text-body" href="#">CanvasEditor</a>
</div>
<!-- Copyright -->
</footer>
<button id="BacktoTop">
<span>↑</span>
</button>
</div>
<script src="src/Scripts/BacktoTop.js"></script>
<script>
// Coordinates for the cursor
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
// Colors for the circles
const colors = [
"#ffb56b", "#fdaf69", "#f89d63", "#f59761", "#ef865e", "#ec805d",
"#e36e5c", "#df685c", "#d5585c", "#d1525c", "#c5415d", "#c03b5d",
"#b22c5e", "#ac265e", "#9c155f", "#950f5f", "#830060", "#7c0060",
"#680060", "#60005f", "#48005f", "#3d005e"
];
// Assign colors and initial position to each circle
circles.forEach(function (circle, index) {
circle.x = 0;
circle.y = 0;
circle.style.backgroundColor = colors[index % colors.length];
});
// Update the coordinates when the mouse moves
window.addEventListener("mousemove", function (e) {
coords.x = e.clientX;
coords.y = e.clientY;
});
// Animation function to move the circles
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
// Update the position and scale of each circle
circle.style.left = x - 12 + "px";
circle.style.top = y - 12 + "px";
circle.style.scale = (circles.length - index) / circles.length;
circle.x = x;
circle.y = y;
// Get the next circle in the sequence
const nextCircle = circles[index + 1] || circles[0];
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
// Repeat the animation
requestAnimationFrame(animateCircles);
}
// Start the animation
animateCircles();
</script>
</body>
</html>