-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
267 lines (243 loc) · 15.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap css -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/bootstrap.css">
<!-- Icon -->
<link rel="shortcut icon" href="./logo/icon.png" type="image/x-icon">
<!-- Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Animation css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Font Text -->
<link rel="stylesheet" type="text/css" href="https://www.fontstatic.com/f=elmessiri-bold,arwa,milano,mirza-medium,lemonada" />
<!-- Style css -->
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/page.css">
<!-- IOS Support -->
<link rel="apple-touch-icon" href="images/icons/icon-72x72.png">
<link rel="apple-touch-icon" href="images/icons/icon-96x96.png">
<link rel="apple-touch-icon" href="images/icons/icon-128x128.png">
<link rel="apple-touch-icon" href="images/icons/icon-144x144.png">
<link rel="apple-touch-icon" href="images/icons/icon-152x152.png">
<link rel="apple-touch-icon" href="images/icons/icon-192x192.png">
<link rel="apple-touch-icon" href="images/icons/icon-512x512.png">
<!-- Title -->
<title>MAG Downloader</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<!-- Navbar Brand -->
<img src="./logo/logo.png" alt="" onclick="location.reload()" style="width: 10em; margin-right: 10px;">
<button class="navbar-toggler" style="border: 0; color: transparent;" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown11" aria-controls="navbarNavDropdown11" aria-expanded="false" aria-label="Toggle navigation">
<label class="hamburger">
<input type="checkbox">
<svg viewBox="0 0 32 32">
<path class="line line-top-bottom" d="M27 10 13 10C10.8 10 9 8.2 9 6 9 3.5 10.8 2 13 2 15.2 2 17 3.8 17 6L17 26C17 28.2 18.8 30 21 30 23.2 30 25 28.2 25 26 25 23.8 23.2 22 21 22L7 22"></path>
<path class="line" d="M7 16 27 16"></path>
</svg>
</label>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown11" >
<ul class="navbar-nav" id="index-nav">
<div>
<div class="dropdown-list" >
<button id="englishText" class="language-button" onclick="changeLanguage('en')">
<img width="28" height="28" src="https://img.icons8.com/color/48/great-britain-circular.png" alt="great-britain-circular"/>
<span>EN</span>
</button>
</div>
<div class="dropdown-list" >
<button id="arabicText" class="language-button" onclick="changeLanguage('ar')">
<img width="28" height="28" src="https://img.icons8.com/fluency/48/egypt-circular.png" alt="egypt-circular"/>
<span>عربي</span>
</button>
</div>
</div>
<li class="nav-item">
<a class="nav-link" data-translate="nav-twit" href="./page/twitter.html">Twitter Downloader</a>
</li>
<li class="nav-item">
<a class="nav-link" data-translate="nav-insta" href="./page/insta.html">Instagram Downloader</a>
</li>
<li class="nav-item">
<a class="nav-link" data-translate="nav-face" href="./page/face.html">Facebook Downloader</a>
</li>
<li class="nav-item">
<a class="nav-link" data-translate="nav-you" href="./page/youtube.html">YouTube Downloader</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Title of Page -->
<section class="title" style="text-align: center;">
<div class="container">
<div class="img">
<img class="animate__animated animate__backInLeft" src="./logo/logo2.png" alt="" style="width: 18em; margin-top: 9em;" >
</div>
<div class="animate__animated animate__headShake" style="margin-bottom: 9em;">
<h2 style="color: #22226a; font-family: lemonada;">Media Downloader</h2>
<br>
<p class="mb-0" data-translate="home-title">Website works in two languages, Arabic and English</p>
<p class="mb-0" data-translate="home-title1">Fast and free all in one video downloader</p>
<div class="d-flex align-items-baseline justify-content-center gap-1">
<p data-translate="home-title2">By</p>
<span data-translate="home-title3" style="font-size: 17px; font-weight: 600; color: #22226a;">URL </span>
<i class="fa-solid fa-link"></i>
</div>
<!-- <br> -->
<div style="display: none;" id="install">
<button class="install-btn" data-translate="home-btn">Install App </button>
<i class="fa-solid fa-mobile-screen-button"></i>
</div>
</div>
<!-- Scroll Down Button -->
<a href="#page" class="scroll-down">
<div class="scrolldown" style="--color: skyblue">
<div class="chevrons">
<div class="chevrondown"></div>
<div class="chevrondown"></div>
</div>
</div>
</a>
</div>
</section>
<!-- Downloader Cards -->
<section class="py-20">
<div class="container">
<div class="max-w-3xl mx-auto mb-16 text-center ">
<h2 class="mt-8 mb-10" style="color: #000961;" data-translate="sec2-title1">Supports The Most Popular Sources</h2>
<p class="lead text-muted" data-translate="sec2-title2">You can check regularly updated supported sources list</p>
</div>
<br><br>
<div class="row justify-content-center">
<!-- Youtube Card -->
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-6 p-3" data-aos="zoom-in" data-aos-offset="100">
<div class="bg-light rounded py-4 text-center" id="card">
<a href="./page/youtube.html" class="text-decoration-none text-dark">
<img class="d-block mx-auto lazy" style="margin-bottom: .7em; width: 4em; height: 4em;" src="./logo/youtube1.webp" alt="YouTube video downloader" title="YouTube">
<span style="font-size: 20px; font-family: 'elmessiri-bold';" data-translate="sec2-btn1">YouTube</span>
</a>
</div>
</div>
<!-- Facebook Card -->
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-6 p-3" data-aos="zoom-in" data-aos-offset="200">
<div class="bg-light rounded py-4 text-center" id="card">
<a href="./page/face.html" class="text-decoration-none text-dark">
<img class="d-block mx-auto lazy" style="margin-bottom: .7em; width: 4em; height: 4em; border-radius: 10px;" src="./logo/face.webp" alt="Facebook video downloader" title="Facebook">
<span style="font-size: 20px; font-family: 'elmessiri-bold';" data-translate="sec2-btn2">Facebook</span>
</a>
</div>
</div>
<!-- Instagram Card -->
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-6 p-3" data-aos="zoom-in" data-aos-offset="300">
<div class="bg-light rounded py-4 text-center" id="card">
<a href="./page/insta.html" class="text-decoration-none text-dark">
<img class="d-block mx-auto lazy" style="margin-bottom: .7em; width: 4em; height: 4em; border-radius: 10px;" src="./logo/insta.png" alt="Instagram video downloader" title="Instagram">
<span style="font-size: 20px; font-family: 'elmessiri-bold';" data-translate="sec2-btn3">Instagram</span>
</a>
</div>
</div>
<!-- Twitter Card -->
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-6 p-3" data-aos="zoom-in" data-aos-offset="400">
<div class="bg-light rounded py-4 text-center" id="card">
<a href="./page/twitter.html" class="text-decoration-none text-dark">
<img class="d-block mx-auto lazy" style="margin-bottom: .7em; width: 4em; height: 4em; border-radius: 10px;" src="./logo/twitter1.png" alt="Twitter video downloader" title="Twitter">
<span style="font-size: 20px; font-family: 'elmessiri-bold';" data-translate="sec2-btn4">Twitter</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Section Card -->
<section style="padding: 5em 0;" id="page">
<div class="container">
<div class="max-w-3xl mx-auto mb-16 text-center ">
<h2 class="mt-8 mb-10" style="color: #000961;" data-translate="sec3-title1">How to Download Videos?</h2>
<p class="lead text-muted" data-translate="sec3-title2">To download videos, you have to follow three easy steps:</p>
</div>
<br> <br>
<div class="islamic-card" data-aos-easing="ease-in-sine">
<!-- Copy Card -->
<div class="cards akeda mb-5" data-aos="zoom-in" data-aos-offset="100">
<img class="cards-img mb-3" alt="" src="./logo/copy-url.webp">
<div class="desc" style="width: 15em; text-align: center;">
<div class="why-title d-flex align-items-baseline justify-content-center gap-1">
<span data-translate="sec3-num1" class="flex-shrink-0 align-items-center justify-content-center rounded-circle" style="width: 36px; height: 36px; display: inline-flex; background: #F5793B; color: #fff;">1</span>
<h5 data-translate="sec3-title3" style="color: #000961;">Copy Link</h5>
</div>
<p data-translate="sec3-title4">Just copy link of source which you want to download</p>
</div>
</div>
<!-- Past card -->
<div class="cards feka mb-5" data-aos="zoom-in" data-aos-offset="200">
<img class="cards-img mb-3" alt="" src="./logo/choose-format.webp">
<div class="desc" style="width: 15em; text-align: center;">
<div class="why-title d-flex align-items-baseline justify-content-center gap-1">
<span data-translate="sec3-num2" class="flex-shrink-0 align-items-center justify-content-center rounded-circle" style="width: 36px; height: 36px; display: inline-flex; background: #F5793B; color: #fff;">2</span>
<h5 data-translate="sec3-title5" style="color: #000961;">Paste Link</h5>
</div>
<p data-translate="sec3-title6">Paste a video link of supported sources into the input field above</p>
</div>
</div>
<!-- Download card -->
<div class="cards sera mb-5" data-aos="zoom-in" data-aos-offset="300">
<img class="cards-img mb-3" alt="" src="./logo/get-file.webp">
<div class="desc" style="width: 15em; text-align: center;">
<div class="why-title d-flex align-items-baseline justify-content-center gap-1">
<span data-translate="sec3-num3" class="flex-shrink-0 align-items-center justify-content-center rounded-circle" style="width: 36px; height: 36px; display: inline-flex; background: #F5793B; color: #fff;">3</span>
<h5 data-translate="sec3-title7" style="color: #000961;">Download Now</h5>
</div>
<p data-translate="sec3-title8">Click to download button and see files which is available to download</p>
</div>
</div>
</div>
<a href="logo/qr-code (12).png" download target="_blank" style="display: flex; justify-content: space-around; text-decoration: none;">
<div class="btn btn-success qr-btn">
<button type="button" class="install-btn" data-translate="sec3-title9">Download QR </button>
<i class="fa-solid fa-qrcode"></i>
</div>
</a>
</div>
</section>
<!-- Footer -->
<div class="footer-basic">
<footer>
<div class="social">
<a target="_blank" style="background-color: #ac2bac; color: #fff;" href="https://www.instagram.com/m_ahmeeeed/"><i class="fa-brands fa-instagram"></i></a>
<a target="_blank" style="background-color: #0082ca; color: #fff;" href="https://www.linkedin.com/in/mohamed-ahmed-bb358b239/"><i class="fa-brands fa-linkedin"></i></a>
<a target="_blank" style="background-color: #55acee; color: #fff;" href="https://twitter.com/M0hamed_ahmed20"><i class="fa-brands fa-twitter"></i></a>
<a target="_blank" style="background-color: #333333; color: #fff;" href="https://github.com/Mohamed20a"><i class="fa-brands fa-github"></i></a>
<a target="_blank" style="background-color: #0e40bd; color: #fff;" href="https://www.facebook.com/profile.php?id=100006434713527"><i class="fa-brands fa-facebook-f"></i></a>
</div>
<p class="text-center">
<a href="https://mohammed-ahmed.netlify.app/" class="copyright" target="_blank" style="text-decoration: none;"> Mohamed Ahmed Elgeady ❤ </a>
</p>
</footer>
</div>
<!-- Scroll Section -->
<div class="scrollBtn active" href="#" >
<i class="fas fa-angle-double-up" aria-hidden="true"></i>
</div>
<!-- js Script -->
<script src="js/script.js"></script>
<script src="js/lang.js"></script>
<!-- Bootstrap js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
<!-- FontAwesome Icons -->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>