-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALCHERSTREAM.html.HTML
More file actions
128 lines (109 loc) · 3.88 KB
/
Copy pathALCHERSTREAM.html.HTML
File metadata and controls
128 lines (109 loc) · 3.88 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<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://fonts.googleapis.com/css?family=Popins">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Gugi">
<title>ALCHER STREAM</title>
</head>
<body>
<section id="sec1">
<nav class="navbar-inverse">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><img src="logo.svg"></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><input id="search" type="text" placeholder="Search movie here"></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li><a href="#"> </a></li>
<li id="profile"><img src="profile.svg"></li>
</ul>
</div>
</nav>
<br>
<br>
<br>
<br>
<br>
<br>
<H1 id="h1"><center>STREAM ALL THE POPULAR<br> MOVIES ON THE GO</center></H1>
<br>
<button id="b"><b>GET STARTED</b></a></button>
</section>
<section id="sec2">
<h2 id="text"><b>BLOCKBUSTER HITS</b></h2>
<div class="main">
<div>
<img src="avengers.jpg" class="pic">
<p id="t"><b>AVENGERS</b></p>
</div>
<div >
<img src="black-panther-web.jpg" class="pic">
<p id="t"><b>BLACK PANTHER</b></p>
</div>
<div>
<img src="star-wars-last-jedi-poster.jpg" class="pic">
<p id="t"><b>STAR WARS</b></p>
</div>
<div>
<img src="images.jpg" class="pic">
<p id="t"><b>FAST AND FURIOUS</b></p>
</div>
</div>
<br>
<h2 id="text"><b>BLOCKBUSTER HITS</b></h2>
<div class="main">
<div>
<img src="titanic.jpg" class="pic">
<p id="t"><b>TITANIC</b></p>
</div>
<div>
<img src="3idiots.jpg" class="pic">
<p id="t"><b>3 IDIOTS</b></p>
</div>
<div>
<img src="joker.jpg" class="pic">
<p id="t"><b>JOKER</b></p>
</div>
<div>
<img src="hp.jpg" class="pic">
<p id="t"><b>HARRY POTTER</b></p>
</div>
</div>
</section>
<section id="sec3">
Ⓒ
<div class="main">
<h2 ><i id="color"class="fa fa-facebook"></i> </h2>
<h2 ><i id="color"class="fa fa-twitter" ></i> </h2>
<h2 ><i id="color"class="fa fa-youtube-play" ></i> </h2>
</div>
<br>
<div class="main">
<h2 id="al"><i id="color"class="fa fa-copyright"></i> 2021 AlcherStream</h2>
</div>
</section>
</body>
</html>