-
Notifications
You must be signed in to change notification settings - Fork 3
/
searchUI.html
113 lines (93 loc) · 3.66 KB
/
searchUI.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
<!DOCTYPE html>
<head>
<title>Search</title>
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Dosis:400,700,500|Nunito:300,400,600' />
<link rel="stylesheet" href="css/plugins.css">
<link rel="stylesheet" href="css/style_subir.css">
</head>
<body>
<div id="preloader">
<img class="logo" src="images/logo_1.png" alt="Center" >
<div id="status">
<span></span>
<span></span>
</div>
</div>
<header class="ht-header">
<div class="container">
<nav class="navbar navbar-default navbar-custom">
<div class="navbar-header logo">
<div class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<div id="nav-icon1">
<span></span>
<span></span>
<span></span>
</div>
</div>
<a href="UserProfile.html"><img class="logo" src="images/logo_1.png" alt="" width="150" height="60"></a>
</div>
<div class="collapse navbar-collapse flex-parent" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav flex-child-menu menu-left">
<li><a href="Anime.html"><h4>Anime</h4></a></li>
<li><a href="movie.html"><h4> Movies </h4></a></li>
<li><a href="tvseries.html"><h4> Tv-Series </h4></a></li>
<li><a href="games.html"><h4> Games </h4></a></li>
<li><a href="books.html"><h4> Books </h4></a></li>
<li><a href="blogList.html"><h4> Blogs </h4></a></li>
</ul>
<ul class="nav navbar-nav flex-child-menu menu-right">
<li><a href="UserProfile.html"><img class="logo" src="images/profile.png" alt="" width="70" height="70" ></a></li>
</ul>
</div>
</nav>
</header>
<div class="hero user-hero">
<div class="container">
</div>
</div>
<div class="buster-light">
<div class="page-single">
<div class="container">
<div class="row ipad-width">
<div class="col-md-3 col-sm-12 col-xs-12">
<div class="user-information">
</div>
</div>
<div class="search col-sm-12 col-xs-12">
<div class="form-style-1 user-pro" action="">
<div class="row">
<div class="col-md-12">
<div class="sb-example-3">
<!-- partial:index.partial.html -->
<div class="search__container" style="margin:15px">
<input class="search__input" type="text" placeholder="Search for a movie, TV show, games or books that you are looking for">
</div>
</div>
</div>
</div>
</div>
<div class="flex-wrap-movielist user-fav-list">
<div class="movie-item-style-2">
<img src="images/mv1.jpg" alt="">
<div class="mv-item-infor">
<h6><a href="#">oblivion <span>(2012)</span></a></h6>
<p class="rate"><i class="ion-android-star"></i><span>8.1</span> /10</p>
<p class="describe">Earth's mightiest heroes must come together and learn to fight as a team if they are to stop the mischievous Loki and his alien army from enslaving humanity...</p>
<p class="run-time"> Run Time: 2h21’ . <span>MMPA: PG-13 </span> . <span>Release: 1 May 2015</span></p>
<p>Director: <a href="#">Joss Whedon</a></p>
<p>Stars: <a href="#">Robert Downey Jr.,</a> <a href="#">Chris Evans,</a> <a href="#"> Chris Hemsworth</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/plugins2.js"></script>
<script src="js/custom.js"></script>
</body>
</html>