-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
509 lines (472 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-4CXL26C9BC"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-4CXL26C9BC");
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>
MediaCraft Pro - Free image & video converter, editor, GIF maker & more
</title>
<meta
name="description"
content="Effortlessly convert your images and videos, edit images, create GIFs, and get custom photo collages. Transform your media files to next level."
/>
<meta
name="keywords"
content="Image converter, video converter, background remover, image editor, GIF creator, video editor, photo collage creator, free online tool"
/>
<meta name=" author" content="MediaCraft Pro" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=yes"
/>
<meta
property="og:title"
content="MediaCraft PRO - Convert images and videos, create gifs, edit images, get custom photo collages and more"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mediacraftpro.netlify.app/" />
<meta property="og:site_name" content="MediaCraft PRO" />
<meta
property="og:description"
content="Easily convert images and
videos, craft dynamic GIFs, enhance visuals, and get custom photo
collages using MediaCraft PRO – your free, fast, and versatile online media
manipulation tool."
/>
<meta
property="og:image"
content="https://mediacraftpro.netlify.app/Images/hero_bg.png"
/>
<link rel="manifest" href="manifest.json" />
<link rel="canonical" href="https://mediacraftpro.netlify.app/" />
<link rel="shortcut icon" sizes="16x16" href="../Images/convert16.png" />
<link rel="shortcut icon" sizes="24x24" href="../Images/convert24.png" />
<link rel="shortcut icon" sizes="32x32" href="../Images/convert32.png" />
<link rel="apple-touch-icon" sizes="48x48" href="../Images/convert48.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.0/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<link rel="stylesheet" href="../style.css" />
<style>
.services_section {
background: #e2e2e2;
border-top-left-radius: 3rem;
border-top-right-radius: 3rem;
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.services_grid_container {
display: grid;
place-items: center;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.services_grid:hover img {
transform: scale(1.075);
transition: transform 0.5s ease-in-out;
}
.services_grid {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.accordion_item {
background: #efefef;
box-shadow: rgba(0, 0, 0) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
}
.accordion_question {
cursor: pointer;
font-size: 1.5rem;
}
.accordion_answer {
display: block;
overflow: hidden;
max-height: 0;
opacity: 0;
z-index: 2;
transition: height 0.5s ease-in-out, opacity 0.25s ease-in-out;
}
.accordion_answer.active_question {
max-height: 800px;
opacity: 1;
}
/* Media Queries */
@media screen and (max-width: 992px) {
.hero_section {
flex-direction: column;
}
.hero_section img {
width: 95%;
align-self: center;
}
.hero_text_div h1 {
font-size: 2rem;
}
}
@media screen and (max-width: 768px) {
.hero_text_div {
justify-content: flex-start;
}
.hero_button_container {
flex-direction: column;
justify-content: center;
}
.hero_button_text {
width: 100% !important;
justify-content: center !important;
margin: 0.5rem;
}
}
@media screen and (max-width: 400px) {
.services_grid_container {
grid-template-columns: 1fr;
margin: 0.5rem;
}
}
</style>
</head>
<body>
<!-- Loader -->
<div class="loader">
<p>Loading...</p>
</div>
<!-- End of Loader -->
<div class="overlay" id="overlay"></div>
<header class="d-flex justify-content-between align-items-center px-2 py-4">
<div class="logo_container">
<a href="#" class="useless_link">
<img
src="../Images/convert.png"
alt="MediaCraft Pro Logo"
width="32px"
height="32px"
/>
<strong>MediaCraft Pro</strong>
</a>
</div>
<nav class="nav medium_text">
<ul class="primary_ul">
<li><a href="features.html">Features</a></li>
<li>
<a href="#" class="useless_link">Image Converter</a>
<ul>
<li>
<a href="./Pages/For Images/imageConverter.html"
>Convert Your Images</a
>
</li>
<li>
<a href="./Pages/For Images/convertToJPG.html"
>Convert to JPG</a
>
</li>
<li>
<a href="./Pages/For Images/convertToPNG.html"
>Convert to PNG</a
>
</li>
<li>
<a href="./Pages/For Images/convertToWEBP.html"
>Convert to WebP</a
>
</li>
<li>
<a href="./Pages/For Images/convertToAVIF.html"
>Convert to AVIF</a
>
</li>
</ul>
<i class="fa fa-plus expand_icon" aria-hidden="true"></i>
</li>
<li>
<a href="#" class="useless_link">Video Converter</a>
<ul>
<li>
<a href="./Pages/For Videos/videoConverter.html"
>Convert Your Videos</a
>
</li>
<li>
<a href="./Pages/For Videos/convertToAVI.html"
>Convert to AVI</a
>
</li>
<li>
<a href="./Pages/For Videos/convertToMKV.html"
>Convert to MKV</a
>
</li>
<li>
<a href="./Pages/For Videos/convertToMOV.html"
>Convert to MOV</a
>
</li>
<li>
<a href="./Pages/For Videos/convertToMP4.html"
>Convert to MP4</a
>
</li>
<li>
<a href="./Pages/For Videos/convertToWEBM.html"
>Convert to WEBM</a
>
</li>
</ul>
<i class="fa fa-plus expand_icon" aria-hidden="true"></i>
</li>
<li>
<a href="#" class="useless_link">Image Editor</a>
<ul>
<li>
<a href="./Pages/For Images/imageEditor.html"
>Edit Your Images</a
>
</li>
<li>
<a href="./Pages/For Images/collageCreator.html"
>Get Your Collage</a
>
</li>
<li>
<a href="./Pages/For Images/gifCreator.html">Create Your GIF</a>
</li>
<li>
<a href="./Pages/For Images/removeBackground.html"
>Remove Background</a
>
</li>
</ul>
<i class="fa fa-plus expand_icon" aria-hidden="true"></i>
</li>
</ul>
</nav>
<p class="menu small_text mb-0 p-1">MENU</p>
</header>
<main>
<section
class="hero_section small_text d-flex justify-content-between align-items-start px-2 mt-5 mx-auto"
>
<div class="hero_text_div p-2">
<h1 class="mt-2">
<strong>Transform Your Media Files with Our Online Tool</strong>
</h1>
<p
class="medium_text mt-1"
style="border-left: 0.25rem solid #666; padding-left: 0.5rem"
>
One Stop for everyone
</p>
<p
class="medium_text mt-1"
style="border-left: 0.25rem solid #666; padding-left: 0.5rem"
>
<span class="gradient_text"
>✓ Best For Small Media Files. Start converting, editing
and transforming today!
</span>
</p>
<p class="mb-0">
Convert your images and videos to various formats, edit images with
advanced tools, create GIFs, and design stunning photo collages. Our
online tool offers a range of features to enhance and transform your
media files effortlessly.
</p>
</div>
<img
src=" ../Images/hero_bg.png"
alt="MediaCraft Pro Logo"
width="546.4px"
height="auto"
class="mt-2"
/>
</section>
<section
class="hero_button_container small_text d-flex justify-content-evenly align-items-start mt-5 px-3"
>
<div class="hero_button_text w-50">
<h2><strong>Ready to get started ?</strong></h2>
<p class="">
Begin your media transformation journey today. Convert, edit, and
create with ease using our online free tool.
<span class="gradient_text d-inline">Start now!</span>
</p>
</div>
<div class="hero_button_text w-50">
<h3><strong>Try it for free</strong></h3>
<div class="d-flex justify-content-start align-items-start">
<a
href="./Pages/For Images/imageConverter.html"
class="drop_shadow medium_text text-decoration-none font-monospace text-black bg-warning text-center py-2 px-3 border-dark border border-2"
>
For Images
</a>
<a
href="./Pages/For Videos/videoConverter.html"
class="drop_shadow medium_text text-decoration-none font-monospace text-black bg-warning text-center py-2 px-3 mx-3 border-dark border border-2"
>
For Videos
</a>
</div>
</div>
</section>
<section
class="services_section d-flex justify-content-between align-items-center flex-column mt-5"
>
<h2 class="pt-3"><strong>Our Services</strong></h2>
<h3 class="p-2 text-center">
Explore a range of services to enhance your media files:
</h3>
<div class="services_grid_container small_text w-100 p-1">
<a href="./Pages/For Images/imageConverter.html">
<div class="services_grid w-100 p-2 mx-1">
<img
src="../Images/file_conversion.png"
loading="lazy"
alt="File Conversion"
width="56.9px"
height="auto"
/>
<p class="text-center mt-2">Online File Conversion</p>
</div>
</a>
<a href="./Pages/For Images/imageEditor.html">
<div class="services_grid w-100 p-2 mx-1">
<img
src="../Images/img_and_video.png"
loading="lazy"
alt="Image Editor"
width="56.9px"
height="auto"
/>
<p class="text-center mt-2">Image Editor</p>
</div>
</a>
<a href="./Pages/For Images/gifCreator.html">
<div class="services_grid w-100 p-2 mx-1">
<img
src="../Images/gif.png"
loading="lazy"
alt="GIF"
width="56.9px"
height="auto"
/>
<p class="text-center mt-2">GIF Creation</p>
</div>
</a>
<a href="./Pages/For Images/collageCreator.html">
<div class="services_grid w-100 p-2 mx-1">
<img
src="../Images/collage.png"
alt="Photo Collage"
loading="lazy"
width="56.9px"
height="auto"
/>
<p class="text-center mt-2">Custom Photo Collage</p>
</div>
</a>
</div>
</section>
</main>
<article class="accordion small_text p-2 mt-5">
<h2 class="text-center"><strong>FAQs</strong></h2>
<div class="accordion_item my-5 mx-2 p-3">
<h3
class="accordion_question d-flex justify-content-between align-items-center"
>
Why MediaCraft Pro
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</h3>
<p class="accordion_answer mb-0 my-2">
MediaCraft Pro is an all-in-one online tool that empowers you to
effortlessly convert your images and videos to various formats.
Whether you need to change the file type, resize images, or transform
videos, our tool offers a range of features to enhance and optimize
your media files. No SignIn or SignUp required.
</p>
</div>
<div class="accordion_item my-5 mx-2 p-3">
<h3
class="accordion_question d-flex justify-content-between align-items-center"
>
What formats does MediaCraft Pro support for images and videos?
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</h3>
<p class="accordion_answer mb-0 my-2">
For images, you can convert between popular formats such as JPEG
(JPG), PNG, AVIF, and WebP. When it comes to videos, you can
seamlessly convert them to formats like QuickTime (MOV), Matroska
Video (MKV), MPEG-4 (MP4), Audio Video Interleave (AVI), and WebM.
</p>
</div>
<div class="accordion_item my-5 mx-2 p-3">
<h3
class="accordion_question d-flex justify-content-between align-items-center"
>
Can I edit images before converting them?
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</h3>
<p class="accordion_answer mb-0 my-2">
Absolutely! MediaCraft Pro includes advanced image editing tools.
Crop, adjust brightness, contrast, saturation, and more. Edit your
images like a pro before converting them to the desired format.
Enhance your photos and make them stand out effortlessly
</p>
</div>
<div class="accordion_item my-5 mx-2 p-3">
<h3
class="accordion_question gradient_text d-flex justify-content-between align-items-center"
>
MediaCraft Pro's Limitation!
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</h3>
<p class="accordion_answer mb-0 my-2">
NOTE: MediaCraft Pro operates as a browser-based tool and does not
have a connection to external servers. This means that it cannot
handle native image and video formats that require server-based
processing. However, you can make the most of its capabilities to
convert and optimize your media files directly within your browser,
without the need for server interaction.
</p>
</div>
<div class="accordion_item my-5 mx-2 p-3">
<h3
class="accordion_question gradient_text d-flex justify-content-between align-items-center"
>
UnSupported Files!
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</h3>
<p class="accordion_answer mb-0 my-2">
NOT Supported
<span style="display: block"
><b style="color: red">X</b> Image Formats: HEIC, SVG, BMP, TIFF,
RAW, NETPMB</span
>
<span style="display: block"
><b style="color: red">X</b> Video Formats: FLV, AVCHD</span
>
</p>
</div>
</article>
<script src="../js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.0/js/bootstrap.min.js"></script>
</body>
</html>