-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBollywood.html
More file actions
147 lines (141 loc) · 6.31 KB
/
Bollywood.html
File metadata and controls
147 lines (141 loc) · 6.31 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!doctype html>
<html lang="en">
<head>
<title>DVD Rental</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="public_html/css/bootstrap.min.css">
<link rel="stylesheet" href="public_html/css/jumbotron.css">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">DVD Rental</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<main role="main">
<div class="album text-muted">
<div class="container">
<br>
<div class="row">
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster101.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Bahubali 2: The Conclusion</strong></h5>
<p class="card-text">When Shiva, the son of Bahubali, learns about his heritage, he begins to look for answers. His story....</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster102.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Hindi Medium</strong></h5>
<p class="card-text">A couple from Chandni Chowk aspire to give their daughter the best education and thus be a part of...</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster103.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Toilet - Ek Prem Katha</strong></h5>
<p class="card-text">A woman threatens to leave her husband unless he installs a toilet in their home. To win back...</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster104.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Jolly LLB 2</strong></h5>
<p class="card-text">Jolly is a clumsy lawyer who is faced with representing the most critical court case of his career...</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px">
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster105.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Shubh Mangal Saavdhan</strong></h5>
<p class="card-text">In this remake of Kalyana Samayal Saadham, a couple fall in love but then the groom discovers that he....</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster106.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Mom</strong></h5>
<p class="card-text">A tale of how far a mother will go for the sake of her children.</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster107.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Secret Superstar</strong></h5>
<p class="card-text">Insia is a 14 year-old from Vadodara who dreams of being a singer one day.</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<img class="card-img-top" src="public_html/images/poster108.jpg" alt="Card image cap" style="height:275px">
<div class="card-body">
<h5 class="card-title"><strong>Bareilly Ki Barfi</strong></h5>
<p class="card-text">Set in the small-town of Bareilly, Bitti is a free-spirited young girl who lives life on her own terms and refuses...</p>
<a href="#" class="btn btn-primary">SEE MORE</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="public_html/js/jquery-3.2.1.slim.min.js"></script>
<script src="public_html/js/popper.min.js"></script>
<script src="public_html/js/bootstrap.min.js"></script>
</body>
</html>