forked from d-rat/ScrollEase
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (258 loc) · 6.46 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
<!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
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
<script src="https://unpkg.com/clmtrackr@1.1.1/build/clmtrackr.js"></script>
<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
type="text/javascript"
></script>
<link rel="stylesheet" href="styles/style.css" />
<script
src="https://kit.fontawesome.com/1f8b81b271.js"
crossorigin="anonymous"
></script>
<title>ScrollEase</title>
</head>
<body class="text-white">
<div class="container-fluid">
<div class="row">
<div class="col-1 text-center pt-2" style="font-size: 32px">
<div style="font-size: 60px; font-weight: 700">
<span style="color: #ff7466">.</span>se
</div>
<div class="row mb-1 mt-4">
<div class="col">
<i class="fas fa-search-plus"></i>
</div>
</div>
<div class="row mb-1">
<div class="col">
<i class="fas fa-search-minus"></i>
</div>
</div>
<div class="row mb-1">
<div class="col">
<i class="fas fa-highlighter"></i>
</div>
</div>
<div class="row mb-1">
<div class="col">
<i class="fas fa-edit"></i>
</div>
</div>
<div class="row mb-1">
<div class="col">
<i class="fas fa-print"></i>
</div>
</div>
<div class="row mb-1">
<div class="col">
<i class="fas fa-search"></i>
</div>
</div>
<div class="row" style="margin-top: 180px">
<div class="col">
<i class="fas fa-share-alt"></i>
</div>
</div>
</div>
<div class="col-11">
<div class="row content-row">
<div
class="
col-9
border border-dark
p-3
border-3
doc-col
"
id="divIframe"
>
<iframe
id="docIframe"
src="./assets/upload/Charles-Babbage.pdf"
width="100%"
height="5000%"
></iframe>
</div>
<div class="col-3">
<div class="row mb-4">
<div class="col">
<h1
class="text-blue"
style="font-size: 50px"
>
Scroll<span class="text-red">Ease</span>
<hr
class="m-0"
style="width: 70%; height: 3px"
/>
</h1>
<p
class="text-red"
style="font-weight: 500"
>
Easy to feel Lazy
<i class="far fa-smile-wink"></i>
</p>
<ul>
<ul class="list-unstyled">
<li class="text-dark">
<i
class="
fas
fa-circle
text-red
"
style="font-size: 12px"
></i>
Choose your PDF.
</li>
<li class="text-dark">
<i
class="
fas
fa-circle
text-red
"
style="font-size: 12px"
></i>
Sit back and enjoy!
</li>
</ul>
</ul>
</div>
</div>
<div class="row">
<div class="col">
<div class="center p-2">
<div class="title">
<h1 class="text-blue">
SELECT OR DROP PDF
</h1>
<hr
class="text-blue mx-auto"
style="margin-top: 0"
width="70%"
/>
</div>
<div class="dropzone">
<i
class="
fas
fa-plus-circle
text-blue
"
style="font-size: 72px"
></i>
<input
type="file"
class="upload-input"
id="fileUpload"
/>
</div>
<button
type="button"
class="btn btn-lg"
id="uploadButton"
>
UPLOAD FILE
</button>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col video-wrap">
<video
id="video"
playsinline
autoplay
></video>
<div id="overlay-1"></div>
<div id="overlay-2"></div>
</div>
</div>
<div
class="row"
style="font-family: 'Montserrat', sans-serif"
>
<div class="col text-center">
<input
type="range"
class="form-range"
min="0"
max="10"
id="rangeHeight"
/>
<label
for="rangeHeight"
class="form-label text-blue"
>
HEIGHT
</label>
</div>
<div class="col text-center">
<input
type="range"
class="form-range"
min="10"
max="66"
id="rangePosition"
/>
<label
for="rangePosition"
class="form-label text-blue"
>
POSITION
</label>
</div>
</div>
</div>
</div>
<div class="row my-2">
<div class="col text-center text-white">
Mabe by <strong>Dilip Singh</strong>
<i
class="fas fa-circle mx-3"
style="color: #ff7466"
></i>
<strong>Gaurav Kushwaha</strong>
<i
class="fas fa-circle mx-3"
style="color: #ff7466"
></i>
<strong>Himanshi singh</strong>
</div>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<script src="scripts/script.js"></script>
</body>
</html>