-
Notifications
You must be signed in to change notification settings - Fork 1
/
downlaod.html
257 lines (201 loc) · 7.76 KB
/
downlaod.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
<!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">
<link rel="icon" type="image/x-icon" href="Images\HeadLogo.png">
<link rel="stylesheet" href="Css\download.css">
<title>TERABYTE | Download</title>
</head>
<body>
<!--Navbar-->
<nav>
<img href src="Images\TG.png" alt="logo" id="logo" >
<input type="checkbox" id="sidebar-active">
<label for="sidebar-active" class="open-sidebar-button">
<svg xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#5f6368"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg>
</label>
<label id="overlay" for="sidebar-active"></label>
<div class="links-container">
<label for="sidebar-active" class="close-sidebar-button">
<svg xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#5f6368"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
</label>
<a href="index.html#section-2" class="home-link">Premium</a>
<a href="support.html">Support</a>
<a href="downlaod.html">Download</a>
<a href="" id="except">|</a>
<a href="signup.html">Signup</a>
<a href="login.html">Login</a>
</div>
</nav>
<div class="D2"><br><br><br><br><br><br>
<center>
<img src="Images\laptop.png" alt="" width="225px"/><br>
<h1 style="color:rgb(0, 0, 0); font-size: 50px;">Download TeraByte</h1>
<p3 style="color:rgb(0, 0, 0);">Play Million of songs on your device.</p3><br><br><br>
<a href="https://drive.google.com/uc?export=download&id=1_Q6WRBPy0vgkPYt_abrokeH70uBMn7gx" class="my-button">Download</a><br><br><br><br><br>
<div class="D3">
<br><br><br>
<h1 style="color:rgb(0, 0, 0); font-size: 30px; width: 85%;">Bring your music to mobile and tablet, too.</h1>
<p style="color:rgb(0, 0, 0); font-weight: 30px; width: 85%;">Listening on your phone or tablet is free, easy, and fun.</p><br>
<a href="https://example.com"><img style="width: 130px; height: 150px;" src="Images\playstore.png"></a>
<a href="https://example.com"><img style="width: 150px; height: 60px; padding-bottom: 45px;" src="Images\Ms store.png"></a>
<a href="https://example.com"><img style="width: 130px; height: 60px; padding-bottom: 45px;" src="Images\apple.png"></a> <br>
</div>
</center>
</div>
<!----------------------Footer----------------->
<footer>
<div class="footer-container">
<div class="footer-left">
<a href="index.html">
<img src="Images\Logo green.png" alt="Spotify Logo" class="footer-logo">
</a>
<p class="footer-text"><br>© 2023 Spotify AB</p>
</div>
<div class="footer-right">
<ul class="footer-links">
<li><a href="#">Legal</a></li>
<li><a href="#">Privacy Center</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookies</a></li>
<li><a href="#">About Ads</a></li>
</ul>
</div>
</div>
</footer>
<!-----------------JavaScript--------------------->
<script>
const logo = document.getElementById("logo");
logo.addEventListener("click", function() {
window.location.href = "index.html";
});
</script>
<script src="Javascript\Left.js"></script>
<!-------------------------------BUTTON LICENSE-------------------------->
<style>
.car-license-popup-button {
position: fixed;
top: 10%;
right: 20px;
height: 40px;
background: linear-gradient(240deg, #005b93, #980606);
border: none;
border-radius: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: top 0.3s ease-in-out;
font-size: 14px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
padding: 0 15px;
color: white;
}
.car-license-popup-button.car-visible {
top: 20px;
}
.car-license-popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(10px);
justify-content: center;
align-items: center;
z-index: 1001;
}
.car-license-popup-content {
width: 55%;
padding: 20px;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
text-align: center;
max-width: 90%;
height: auto;
color: black;
}
.car-license-popup-logo {
width: 100px;
height: auto;
margin-bottom: 20px;
}
.car-license-close-button {
width: 100px;
height: 40px;
margin-top: 20px;
padding: 10px 20px;
background: #3498db;
color: #ffffff;
border: none;
border-radius: 20px;
cursor: pointer;
transition: background 0.3s;
font-size: 14px;
}
.car-license-close-button:hover {
background: #2980b9;
}
.car-license-show-popup {
display: flex;
}
</style>
<button id="carLicensePopupBtn" class="car-license-popup-button">License</button>
<div id="carLicensePopupOverlay" class="car-license-popup-overlay">
<div class="car-license-popup-content">
<img src="Images\3D Black.png" alt="Company Logo" class="car-license-popup-logo">
<h2>All rights reserved.</h2><br>
<p>This software is licensed under strict terms. Redistribution and use in source and binary forms, with or without modification, are strictly prohibited without express written permission from Chaudhary Abdul Rafay.</p><br>
<p>© 2024 AbdulRafay Chaudhry. </p>
<button id="carLicenseCloseBtn" class="car-license-close-button">Close</button>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
const carLicensePopupBtn = document.getElementById("carLicensePopupBtn");
const carLicensePopupOverlay = document.getElementById("carLicensePopupOverlay");
const carLicenseCloseBtn = document.getElementById("carLicenseCloseBtn");
let carLicenseScrollTimer;
let carLicenseLastScrollTop = 0;
let carLicenseIsScrolling = false;
const carLicenseShowButton = () => {
carLicensePopupBtn.classList.add('car-visible');
};
const carLicenseHideButton = () => {
carLicensePopupBtn.classList.remove('car-visible');
};
window.addEventListener('scroll', () => {
let scrollTop = window.pageYOffset || document.documentElement.scrollTop;
if (scrollTop > carLicenseLastScrollTop && !carLicenseIsScrolling) {
carLicenseIsScrolling = true;
carLicenseShowButton();
}
carLicenseLastScrollTop = scrollTop;
clearTimeout(carLicenseScrollTimer);
carLicenseScrollTimer = setTimeout(() => {
carLicenseIsScrolling = false;
carLicenseHideButton();
}, 100);
});
carLicensePopupBtn.addEventListener("click", () => {
carLicensePopupOverlay.classList.add("car-license-show-popup");
});
carLicenseCloseBtn.addEventListener("click", () => {
carLicensePopupOverlay.classList.remove("car-license-show-popup");
});
carLicensePopupOverlay.addEventListener("click", (event) => {
if (event.target === carLicensePopupOverlay) {
carLicensePopupOverlay.classList.remove("car-license-show-popup");
}
});
});
</script>
</body>
</html>