forked from vishanurag/Canvas-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
352 lines (337 loc) · 11.4 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Us - Creative Canvas Tool</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/5.3.0/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="./src/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="./src/Styles/Style.css" />
<link rel="stylesheet" href="./src/Styles/contact_us_style.css" />
<link rel="stylesheet" href="./src/Styles/Responsive.css" />
<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"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<style>
.about-section {
padding: 50px 0;
background-color: #f8f9fa;
}
.team-member {
margin-bottom: 30px;
}
.team-member img {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
}
.about-image {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mission-icon,
.story-icon {
font-size: 3rem;
color: #007bff;
margin-bottom: 20px;
}
@keyframes appear {
from {
opacity: 0;
clip-path: inset(100% 100% 0 0);
}
to {
opacity: 1;
clip-path: inset(0 0 0 0);
}
}
.block {
animation: appear linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
}
.logo {
font-size: 3rem;
font-family: "Poppins", sans-serif;
color: #353047;
font-weight: bolder;
text-decoration: none;
}
/* Styling for Join Community Section */
/* Adjust spacing between sections */
.community-section {
margin-top: 60px;
margin-bottom: 60px;
}
/* Styling for the Join Now Button */
.btn-primary {
background-color: #007bff;
border: none;
padding: 12px 24px; /* Larger button for better appearance */
font-size: 16px; /* Slightly larger text */
border-radius: 5px;
transition: background-color 0.3s ease;
}
.btn-primary:hover {
background-color: #0056b3; /* Darker blue on hover */
cursor: pointer;
}
</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>
<header class="header">
<nav class="navbar">
<div class="title">
<h1 class="site-name">Canvas</h1>
<i class="fa-solid fa-paintbrush"></i>
</div>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="about-us.html">About</a>
<a href="privacy.html">Privacy</a>
<a href="#blogs">Blogs</a>
<a href="index.html#mainCanvas">Draw</a>
<a href="contributors.html">Contributors</a>
<a href="testimonial.html">Testimonial</a>
</div>
</nav>
</header>
<section class="about-section">
<div class="container">
<h2 class="text-center mb-5">About Creative Canvas Tool</h2>
<div class="row align-items-center mb-5">
<div class="col-md-6">
<img
src="resources/painting_image.jpg"
alt="Creative Canvas Tool in action"
class="about-image"
/>
</div>
<div class="col-md-6" style="text-align: justify">
<p>
Creative Canvas Tool is designed to empower artists of all skill
levels, offering an intuitive platform that transforms ideas into
stunning digital artwork. With a wide range of brushes, colors,
and textures at your fingertips, you can easily explore your
creativity and experiment with different styles. Whether you're
sketching a concept or finalizing a masterpiece, our user-friendly
interface ensures a seamless experience, allowing you to focus on
what matters most—your art.
</p>
<p>
Our Tool not only offers powerful creation tools but also fosters
a vibrant community for artists to share their work, seek
feedback, and collaborate. Engage in challenges and participate in
workshops to enhance your skills. With regular updates and new
features, our platform continually evolves to meet the needs of
both budding talents and seasoned professionals.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6 text-center block">
<i class="fas fa-bullseye mission-icon"></i>
<h3>Our Mission</h3>
<p>
To empower creativity by making digital art accessible to
everyone, fostering a global community of artists and innovators.
</p>
</div>
<div class="col-md-6 text-center block">
<i class="fas fa-book-open story-icon"></i>
<h3>Our Story</h3>
<p>
Founded in 2024, Creative Canvas Tool emerged from a passion
project to revolutionize digital artistry, growing into a vibrant
platform used by artists worldwide.
</p>
</div>
</div>
<div class="row mt-5 block">
<div class="col-12">
<h3 class="text-center mb-4">Our Team</h3>
</div>
<div class="col-md-4 text-center team-member">
<h4 class="mt-3">Anurag</h4>
<p>Founder & Lead Developer</p>
</div>
<div class="col-md-4 text-center team-member">
<h4 class="mt-3">John Smith</h4>
<p>Creative Director</p>
</div>
<div class="col-md-4 text-center team-member">
<h4 class="mt-3">Emily Chen</h4>
<p>UX Designer</p>
</div>
</div>
<section class="community-section">
<div class="container">
<div class="row justify-content-center text-center mt-5">
<div class="col-lg-8 col-md-10">
<h3 class="mb-4">Join Our Community</h3>
<p class="lead">
Be part of our growing community of artists. Share your
creations, get inspired, and connect with fellow creatives
from around the world.
</p>
<a href="community.html" class="btn btn-primary mt-3 px-4 py-2"
>Join Now</a
>
</div>
</div>
</div>
</section>
</div>
</section>
<section class="footer" id="footer">
<div class="share" style="font-size: 0.9rem; text-align: center">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fa-brands fa-x-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fa-brands fa-linkedin-in"></a>
<a href="#" class="fa-brands fa-pinterest"></a>
</div>
<div class="credit" style="font-size: 1rem; text-align: center">
<p style="color: white">
Created by
<span
><a href="https://github.com/vishanurag/" target="_blank"
>ANURAG VISHWAKARMA</a
></span
>
| All rights reserved © 2024
</p>
</div>
</section>
<script>
var typed = new Typed("#site-name", {
strings: ["Canvas Editor", "Build and shine!"],
loop: true,
typeSpeed: 80,
backSpeed: 25, // Speed for backspacing
backDelay: 1000, // Delay before starting to backspace
startDelay: 500, // Optional: Delay before starting the typing effect
});
</script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="./src/Scripts/Canvas.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>