-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
336 lines (257 loc) · 14.3 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<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">
<title>landing page</title>
<link href="static/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Bootstrap CSS
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">-->
<!-- Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<main style="background-color: lavender;">
<div class="head"></div>
<br>
<h1 style="font-weight: 600;text-align: center;font-size:xxx-large">Why Choose Us</h1>
<br>
<div id="about">
<div class="about poco" data-aos="fade-up">
<img src="Images/interactive.png" alt="">
<h2>Interactive</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis pariatur modi, rerum tempore ab
velit
adipisci odio in animi esse saepe, qui doloribus quia! Error numquam magnam in blanditiis eius.
hgavhbabxba aknaudbuibankndxLorem ipsum dolor sit
</p>
</div>
<div class="about dog" data-aos="fade-down">
<img src="Images/acc.png" alt="">
<h2>Accurate</h2>
<p>
Lorem consectetur adipisicing elit. Facilis pariatur modi, rerum tempore ab
velit
adipisci odio in animi esse saepequi doloribus quia! Error numquam max
</p>
</div>
<div class="about parrot" data-aos="fade-up">
<img src="Images/secure.png" alt="">
<h2>Dummy Text</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis pariatur modi, rerum tempore ab
velit
adipisci odio in animi esse saepe, qui doloribus quia! Error numquam magnam in blanditiis eius.
velit
adipisci odio in animi esse saepe, qui doloribus quia! Error n
</p>
</div>
</div>
<br>
<br>
<!-- <form style="text-align: center;justify-content:center;display: flex; font-size:large;width:30rem;font-weight: 600;-->
<!-- ;align-items: center;margin: auto; border-radius: 4px; height: 50vh;-->
<!-- background-color: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.3);-->
<!-- box-shadow: 2px 2px 15px;">-->
<!-- <ul>-->
<!-- <li style="justify-content: flex-start;display: flex;">-->
<!-- <label for="category" data-aos="fade-down">Category: </label>-->
<!-- <select name="category" id="category" required>-->
<!-- <option value="Entertaiment">Entertaiment</option>-->
<!-- <option value="Education">Education</option>-->
<!-- <option value="Sports">Sports</option>-->
<!-- <option value="Music">Music</option>-->
<!-- <option value="Shows">Shows</option>-->
<!-- <option value="Howto & Styles">Howto & Styles</option>-->
<!-- <option value="Comedy">Comedy</option>-->
<!-- <option value="People & Blogs">People & Blogs</option>-->
<!-- <option value="News & Politics">News & Politics</option>-->
<!-- <option value="Science & Tech">Science & Tech</option>-->
<!-- <option value="Film & Animation">Film & Animation</option>-->
<!-- <option value="Pets & Animals">Pets & Animals</option>-->
<!-- <option value="Gaming">Gaming</option>-->
<!-- <option value="Travel & Events">Travel & Events</option>-->
<!-- <option value="Autos & Vehicles">Autos & Vehicles</option>-->
<!-- </select>-->
<!-- </li><br>-->
<!-- <li style="justify-content: flex-start;display: flex;">-->
<!-- <label for="disable" data-aos="fade-down">Comments-Disabled?: </label>-->
<!-- <select name="disable" id="disable" required>-->
<!-- <option value="No">No</option>-->
<!-- <option value="Yes">Yes</option>-->
<!-- </select>-->
<!-- </li><br>-->
<!-- <li style="justify-content: flex-start;display: flex;">-->
<!-- <label for="error" data-aos="fade-down">Video error or removed: </label>-->
<!-- <select name="error" id="error" required>-->
<!-- <option value="No">No</option>-->
<!-- <option value="Yes">Yes</option>-->
<!-- </select>-->
<!-- </li><br>-->
<!--<!– <li style="justify-content: flex-start;display: flex;">–>-->
<!--<!– <label for="likes" data-aos="fade-down">Number of Likes: </label>–>-->
<!--<!– <input type="text" placeholder="Enter" required>–>-->
<!--<!– </li><br>–>-->
<!-- <li style="justify-content: flex-start;display: flex;">-->
<!-- <label for="dislikes" data-aos="fade-down">Number of Dislikes: </label>-->
<!-- <input type="text" placeholder="Enter" required>-->
<!-- </li><br>-->
<!-- <li style="justify-content: flex-start;display: flex;">-->
<!-- <label for="comments" data-aos="fade-down">Number of Comments: </label>-->
<!-- <input type="text" placeholder="Enter" required>-->
<!-- </li><br>-->
<!-- <li style="justify-content: flex-start;display: flex;">-->
<!-- <label for="date" data-aos="fade-down">Date of publishing: </label>-->
<!-- <input type="date" placeholder="Date of publishing video" required>-->
<!-- </li><br>-->
<!-- <button class="button"><span>Submit</span></button>-->
<!--<form action="{{url_for('predict') }}" method="POST" style="text-align: center;justify-content:center;display: flex; font-size:large;width:30rem;font-weight: 600;
align-items: center;margin: auto; border-radius: 4px; height: 50vh;background-color: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.3);
box-shadow: 2px 2px 15px;">-->
<!-- <br>-->
<!-- </ul>-->
<!-- </form>-->
<h1 data-aos="fade-left" style="font-weight: 400;text-align: center;font-size: xxx-large;">Estimated Reach</h1>
<form action="{{url_for('predict') }}" method="POST" style="width:55vw;justify-content: center;font-size:large;
font-weight: 600;margin: auto;padding:20px;border-radius: 4px;background-color: rgba(241, 219, 190, 0.993); border: 1px solid rgba(255,255,255,0.3);
box-shadow: 2px 2px 15px;">
<!-- <input type="radio" name="views" value="Male" size="17">Views-->
<input type="number" name="views" data-aos="fade-left"> Views
<input type="number" name="dislikes" data-aos="fade-left"> Dislikes
<input type="number" name="comment_count" data-aos="fade-left"> Comment count
<br><br>
<h3 style="text-align: center;">Choose applicable options:</h3>
<input type="radio" name="comments_disabled " value=0 data-aos="fade-up"> Comments Disabled<br>
<input type="radio" name="views" value=1 data-aos="fade-up"> Ratings Disable<br>
<input type="radio" name="views" value=2 data-aos="fade-up"> Video error removed<br>
<input type="radio" name="2" value=3 data-aos="fade-up"> Autos & Vehicles<br>
<input type="radio" name="10" value=4 data-aos="fade-up">
Music<br>
<input type="radio" name="15" value=5 data-aos="fade-up"> Pets & Animals<br>
<input type="radio" name="17" value=6 data-aos="fade-up"> Sports<br>
<input type="radio" name="19" value=7 data-aos="fade-up"> Travel & Events<br>
<input type="radio" name="20" value=8 data-aos="fade-up"> Gaming<br>
<input type="radio" name="22" value=9 data-aos="fade-up"> People & Blogs<br>
<input type="radio" name="23" value=10 data-aos="fade-up">
Comedy<br>
<input type="radio" name="24" value=11 data-aos="fade-up"> Entertainment<br>
<input type="radio" name="25" value=12 data-aos="fade-up"> News & Politics<br>
<input type="radio" name="26" value=13 data-aos="fade-up">
How to & Style<br>
<input type="radio" name="27" value=14 data-aos="fade-up"> Education<br>
<input type="radio" name="28" value=15 data-aos="fade-up"> Science & Technology<br>
<input type="radio" name="29" value=16 data-aos="fade-up"> Nonprofits & Activism<br>
<input type="radio" name="43" value=17 data-aos="fade-up"> Shows<br>
<br><br>
<!--<button class="button"><span>Submit</span></button>-->
<button class="btn" data-aos="fade-right">Submit</button><br><br>
{{prediction_text}}
</form>
<br>
</main>
<div style="background-color: lavender;">
<h2 style="font-weight: 500;text-align: center;">FAQs</h2>
<br>
</div>
<div class="accordion-bral">
<div>
<!-- accordion item 3 -- start -->
<input class="ac-input" id="ac-1" name="accordion-1" type="checkbox" />
<label class="ac-label" for="ac-1">How much accuracy do we provide for the number of likes?<i></i></label>
<div class="article ac-content">
<p>
We provide 90.07% accuracy.
</p>
</div>
</div>
<div>
<!-- accordion item 3 -- start -->
<input class="ac-input" id="ac-2" name="accordion-1" type="checkbox" />
<label class="ac-label" for="ac-2">Where can i check the number of likes for my video?
<i></i></label>
<div class="article ac-content">
<p>
You can enter the asked details in the input bar and you can get the predicted number of likes.
</p>
</div>
</div>
<div>
<!-- accordion item 3 -- start -->
<input class="ac-input" id="ac-3" name="accordion-1" type="checkbox" />
<label class="ac-label" for="ac-3">Will I get free support and updates?<i></i></label>
<div class="article ac-content">
<p>Yes, you can drop us your query at contact us. We'll try answering your queries.
</p>
</div>
</div>
<!-- accordion item 3 -- end -->
<div>
<!-- accordion item 3 -- start -->
<input class="ac-input" id="ac-4" name="accordion-1" type="checkbox" />
<label class="ac-label" for="ac-4">Do you offer a free trail?<i></i></label>
<div class="article ac-content">
<p>Our product is completely free for all the users.</p>
</div>
</div>
<!-- accordion item 4 -- end -->
<br><br>
</div>
<div class="footer-copyright">
<div class="footer-copyright-wrapper">
<p class="footer-copyright-text">
<a class="footer-copyright-link" href="#" target="_self"> ©2021. | Designed By: Noob Entity | All
rights reserved. </a>
</p>
</div>
</div>
<script>
$(window).on("load", function () {
$(".loader-wrapper").fadeOut("slow");
});
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
$(function () {
var btn = $(".btn");
btn.on("click", function () {
$(this).addClass('btn-progress');
setTimeout(function () {
btn.addClass('btn-fill')
}, 500);
setTimeout(function () {
btn.removeClass('btn-fill')
}, 4100);
setTimeout(function () {
btn.addClass('btn-complete')
}, 4100);
});
})
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/6190d0416885f60a50bbb702/1fkeqr16d';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>