-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (69 loc) · 2.64 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
<!-- <!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">
<title>Streaming Luck</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<section id="mainpage">
<h1>Streaming Luck</h1>
<pre>
Don't know what the hell should you watch? Randomly choose for you.
</pre>
<button class=" button-82-pushable" role="button">
<span class="button-82-shadow"></span>
<span class="button-82-edge"></span>
<span class="button-82-front text">
<a href="#selectpage">GET STARTED</a>
</span>
</button>
</section>
<section id="selectpage">
<div class="tags">
<button class="button-get">click to get platform</button>
<br>
<span class="tag highlight">Netflix</span>
<span class="tag">Disney+</span>
<span class="tag">HBO GO</span>
<span class="tag">CATCHPLAY+</span>
<span class="tag">friDay</span>
</div>
<div class="tags">
<button class="button-get">Click to get type</button>
<br>
<span class="tag highlight">All</span>
<span class="tag">Movie</span>
<span class="tag">Tv shows</span>
</div>
<div class="tags">
<button class="button-get">Click to get genre</button>
<br>
<span class="tag highlight">Top 10</span>
<span class="tag">Comedy</span>
<span class="tag">Animation</span>
<span class="tag">Action</span>
<span class="tag">Sci-fi</span>
<span class="tag">Crime</span>
<span class="tag">Romance</span>
</div>
<div class="tags">
<button class="button-get">Click to get order</button>
<br>
<span class="tag highlight">1st</span>
<span class="tag">2nd</span>
<span class="tag">3rd</span>
<span class="tag">4th</span>
<span class="tag">5th</span>
<span class="tag">6th</span>
</div>
</section>
</div>
<script
src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/smooth-scroll.polyfills.min.js"></script>
<script src="script.js"></script>
</body>
</html>