-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.htm
314 lines (299 loc) · 9.38 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>YouTube Ad Recommendation System</title>
<script src="https://kit.fontawesome.com/4930127cae.js" crossorigin="anonymous"></script>
<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>
<style type="text/css">
.header-home{
background: url(bg.png);
background-size: cover;
background-repeat: no-repeat;
/*background-image: -webkit-linear-gradient(145deg,#faa61f 0%,#ed1847 100%);*/
position: relative;
padding-top: 185px;
padding-bottom: 180px;
overflow: hidden;
z-index: 1;
}
.col-header-text{
color: white;
}
.col-header-text h1{
font-size: 60px;
line-height: 70px;
letter-spacing: 0.05px;
color: white;
}
.col-header-text h1 span{
font-weight: 300;
}
.col-header-text p{
font-size: 16px;
line-height: 30px;
margin: 25px 0 54px;
text-align: justify;
}
.col-header-img{
position: relative;
}
.col-header-img img{
position: absolute;
}
.col-header-img img.img-header-lg{
right: -56px;
top: -73px;
z-index: 20;
}
.col-header-img img.img-header-sm{
right: 62px;
top: 118px;
z-index: 20;
}
/*.banner_btn{
font-size: 14px;
line-height: 58px;
text-align: center;
font-family: tahoma;
font-weight: 700;
width: 220px;
height: 60px;
display: inline-block;
text-transform: uppercase;
border-radius: 50px;
border: 2px solid transparent;
transition: all 0.5s linear;
color: #272929;
background: white;
margin-right: 10px;
}
.banner_btn:hover{
text-decoration: none;
}*/
.social{
margin-top: 90px;
}
.social a{
color:white;
font-size: 20px;
margin-right: 10px;
margin-left: 20px;
}
.navbar{
padding: 8px 0;
border-bottom: none;
transition: all 0.3s ease-in-out;
}
.navbar ul li a{
float: right;
color: white;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
font-size: 22px;
transition: all 0.3s ease-in-out;
background: transparent;
}
.navbar ul li a:hover, .navbar ul li a:focus{
color: deepskyblue;
background: none;
}
.navbar-toggle{
border: 1px solid white;
color: white;
transition: all 0.3s ease-in;
}
.icon-bar{
color: white;
background-color: white;
}
.navbar-toggle:hover{
background-color: #4CAF50;
}
.navbar-inverse .navbar-collapse{
background-color: transparent;
}
.navbar-inverse{
background-color: transparent;
}
.latest-news-area{
margin-top: 40px;
}
.latest-news-wrap{
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.news-img{
position: relative;
}
.news-img:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
content: "";
opacity: 0;
transform: scale(.8);
transition: all 0.5s;
}
.latest-news-wrap:hover .news-img:before{
opacity: .5;
transform: scale(1);
}
.deat{
background: #f89406 none repeat scroll 0 0;
height: 70px;
left: 0;
position: absolute;
text-align: center;
top: 0;
width: 70px;
padding: 2px;
}
.deat span{
display: block;
font-weight: 700;
font-size: 16px;
color: white;
}
.news-content{
padding: 20px;
margin-left: 3px;
}
.news-content a{
font-size: 14px;
background-color: #e0ad23;
padding: 10px 20px;
color: white;
transition: all 0.5s ease-in;
}
.news-content a:hover{
font-size: 14px;
border: 1px solid#34495e;
border-top-right-radius: 20px;
background-color: transparent;
color: #34495e;
text-decoration: none;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navi">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a href="" class="navbar-brand">YOUTUBE AD RECOMMENDER</a>-->
</div>
<div class="collapse navbar-collapse" id="navi">
<ul class="nav navbar-nav navbar-right">
<li><a href="">Home</a></li>
<li><a href="#service">Service</a></li>
<!--<li><a href="">Contact</a></li>-->
<li><a href="file:///C:/Users/user1/Desktop/YAR/css/about.htm">About Us</a></li>
</ul>
</div>
</div>
</nav>
<section id="home" class="header-home">
<div class="container">
<div class="row">
<div class="col-sm-7 col-header-text lr-padding">
<h1>Bonjour à tous !!</h1>
<p>A B2B application, to segment YouTube videos on the basis of content, to optimize conversion rate of Ads.
YouTube has become the highest content holder. The prime revenue is Ads and the Ad industry will vouch for placing customized ads on content to improve conversion rate. If the Ad company knows, which video has potential of being popular, they will place non-skip-able ads on them from very beginning. This will also prevent us from seeing irrelevant ads. For eg., if you are watching a fitness related video, you will see an ad of protein shakes and not of Zomato.</p>
</div>
<div class="col-sm-5 col-md-offset-2 col-md-3 col-header-image right-padding">
<!--<img src="slide4.png" class="img-header-lg" alt="">-->
</div>
</div>
<!--
<div class="social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-youtube"></i></a>
</div>
-->
</div>
</section>
<section class="latest-news-area" id="latest">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section_title">
<div class="section_subtitle"></div>
<a name="service"><h2>Services for<strong> users</strong></h2></a>
</div>
</div>
</div>
<br><br>
<div class="row">
<div class="news-active">
<div class="col-md-4">
<div class="latest-news-wrap">
<div class="news-img">
<img src="slide2.png" class="img-responsive">
<div class="deat">
<span><h2>R</h2></span>
</div>
</div>
<div class="news-content">
<h2><center>Recommended</center></h2>
<p>
Just click the button below to go through all the recommended material for you.Here are all the videos which we predict the user wants to watch.So no need to search more just click here directly.
</p><br>
<a href="file:///C:/Users/user1/Desktop/static/recomm.html">Click here</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="latest-news-wrap">
<div class="news-img">
<img src="slide1.png" class="img-responsive">
<div class="deat">
<span><h2>T</h2></span>
</div>
</div>
<div class="news-content">
<h2><center>Top 10</center></h2>
<p>
Here is what you really want!..The top 10 videos from the recommended for our users.So click the button below and watch all your favourite material filtered from the recommended which suits you best.
</p><br>
<a href="">Click here</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="latest-news-wrap">
<div class="news-img">
<img src="slide3.png" class="img-responsive">
<div class="deat">
<span><h2>H</h2></span>
</div>
</div>
<div class="news-content">
<h2><center>History</center></h2>
<p>
Wanna go through what all you have watched till now?..The section contains contents from the history of yours.Just see what you want to access from which you have already gone through.
</p><br>
<a href="">Click here</a>
</div>
</div>
</div>
<div class="">
</div>
</div>
</div>
</div>
</section>
<br><br><br>
</body>
</html>