-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
338 lines (313 loc) · 10.9 KB
/
features.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
<!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 - Features media conversion, editing and more</title>
<meta
name="description"
content="MediaCraft PRO is an online browser-based free tool with no sign-in, sign-up, subscription, or software installation required. Easy-to-use for small media files."
/>
<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>
.features_grid_container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 1rem;
}
.feature_grid {
background: #efefef;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px,
rgb(51, 51, 51) 0px 0px 0px 3px;
}
.feature_grid h2 {
color: #3c3b3f;
}
.features_list {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.features_list li {
font-weight: 600;
list-style: none;
text-align: left;
margin: 0.75rem;
}
@media screen and (max-width: 768px) {
.features_list ul {
padding-left: 1rem;
}
.features_list {
font-size: 1rem;
}
}
@media screen and (max-width: 500px) {
.features_list {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.features_list li {
margin: 0.5rem 0.25rem;
}
}
</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="index.html">
<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="#" class="useless_link">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="mb-0 p-1 menu small_text">MENU</p>
</header>
<main>
<section class="features_section mt-5 small_text">
<h1 class="text-center mt-5 p-2">
<strong>MediaCraft Pro | One tool - many advantage</strong>
</h1>
<div class="features_list medium_text mt-3">
<ul>
<li>✓ Best For Small Media Files</li>
<li>✓ No Quality Loss</li>
<li>✓ Fast And Instant</li>
</ul>
<ul>
<li>✓ Max Image Size: 15MB</li>
<li>✓ Max Video Size: 100MB</li>
<li>✓ High Quality Results</li>
</ul>
</div>
<div class="features_grid_container p-3">
<div class="feature_grid px-3 py-2">
<h2 class="feature_grid_title gradient_text medium_text">
Ease of Use
</h2>
<p class="feature_grid_text mb-0">
MediaCraft Pro offers a user-friendly interface that allows users
to perform a range of image and media conversion tasks without the
need for complex software installations.
</p>
</div>
<div class="feature_grid px-3 py-2">
<h2 class="feature_grid_title gradient_text medium_text">
No account or SignUp required
</h2>
<p class="feature_grid_text mb-0">
Free and easy to use, MediaCraft Pro is requires no account or
subscription. You can simply drap and drop or upload and see the
result.
</p>
</div>
<div class="feature_grid px-3 py-2">
<h2 class="feature_grid_title gradient_text medium_text">
No Software Installation Required
</h2>
<p class="feature_grid_text mb-0">
Being browser-based, users can access MediaCraft Pro from any
device with an internet connection, eliminating the need for
software installation and compatibility issues.
</p>
</div>
<div class="feature_grid px-3 py-2">
<h2 class="feature_grid_title gradient_text medium_text">
Client-Side Processing
</h2>
<p class="feature_grid_text mb-0">
All processing takes place on the client's device, ensuring data
privacy and avoiding the need to upload sensitive media to
external servers.
</p>
</div>
<div class="feature_grid px-3 py-2">
<h2 class="feature_grid_title gradient_text medium_text">
Limitation Control
</h2>
<p class="feature_grid_text mb-0">
Limitations on GIF creation (size and number of photos), video
uploads, and more allow users to manage their creations
effectively.
</p>
</div>
<div class="feature_grid px-3 py-2">
<h2 class="feature_grid_title gradient_text medium_text">
Dependent on Client Device
</h2>
<p class="feature_grid_text mb-0">
Processing speed and quality depend on the user's device
specifications, which might lead to varying outcomes. Nonetheless,
Typically Swift.
</p>
</div>
</div>
</section>
</main>
<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>