-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (303 loc) · 12.2 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
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
315
316
317
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<head>
<style>
#header{
background: rgb(233, 225, 178);
color: white;
overflow: auto;
padding-left: 25px;
padding-right: 25px;
}
#header a{
text-decoration: none;
font-family: helvetica;
}
#header a:hover{
color: pink;
width: 100%;
}
.logo {
width: 100px;
top: 135px;
padding: 0;
margin-left: 45%;
}
.leftMenu{
float: left;
display: inline-block;
}
.leftMenu ul{
list-style: none;
padding: 0;
margin: 0;
}
.leftMenu ul li{
display: inline-block;
padding: 10px;
}
.leftMenu ul li a{
color:white;
}
.leftMenu ul li a.dropdown{
color:pink;
}
.rightMenu{
float: right;
display: inline-block;
background:rgb(233, 225, 178);
}
.rightMenu ul{
list-style: none;
padding: 0;
margin: 0;
}
.rightMenu ul li{
display: inline-block;
padding: 10px;
}
.rightMenu ul li a{
color:white;
}
.leftMenu ul li a:hover, .rightMenu ul li a:hover{
color: pink;
}
body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.description-box h1{
color: white;
font-family: 'Lucida Sans';
font-weight: 1000;
font-size: 60px;
margin: 0;
}
.description-box h3{
color: white;
font-size: 30px;
font-weight: 300;
margin:0;
}
.description-box h4{
color: white;
font-family: serif;
font-weight: 400;
margin:0;
}
.description-box p{
color: white;
font-family: 'Lucida Sans';
font-weight: 100;
font-size: 18px;
margin-top: 25px 0 0 0;
}
#largeImage {
padding: 200px 25px;
background: -webkit-linear-gradient(45deg, rgba(244,126,171,.5) 0%,
#f7f5cd 100%),
url(https://images.unsplash.com/photo-1512149177596-f817c7ef5d4c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1545&q=80)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
}
body{
height: 100%;
}
.button1{
display:inline-block;
padding: 12px 20px;
background:rgba(224, 136, 159, 0.933);
color: #ffff;
cursor: pointer;
margin: 0, 50px, 0;
}
.button1:hover{
background: rgb(241, 169, 187);
}
.button2{
display:inline-block;
padding: 12px 20px;
background:rgba(224, 136, 159, 0.933);
color: #ffff;
cursor: pointer;
margin: 0, 50px, 0;
}
.button2:hover{
background: rgb(241, 169, 187);
}
#videoSection{
width:100%;
background: rgb(241, 169, 187);
height: 100%;
background-size: auto;
}
.row{
width: 100%;
font-size:0;
}
.videoBoxes{
display: inline-block;
background: rgb(233, 225, 178);
width:15%;
height:150px;
font-size: 16px;
margin: 1.2%;
padding: 10px;
}
.videoBoxes p{
display: none;
}
.videoBoxes h4{
margin: 0;
color: white;
}
.video1{
background: -webkit-linear-gradient(45deg, rgba(244,126,171,.5) 0%,
#f7f5cd 100%),
url(https://images.unsplash.com/photo-1568850716322-66b63ccd5d10?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1294&q=80)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.video2{background: -webkit-linear-gradient(45deg, rgba(244,126,171,.5) 0%,
#f7f5cd 100%), url(https://images.unsplash.com/photo-1572793305968-2fa3f1844ca4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.video3{background: -webkit-linear-gradient(45deg, rgba(244,126,171,.5) 0%,
#f7f5cd 100%), url(https://images.unsplash.com/photo-1497514440240-3b870f7341f0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1481&q=80)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.video4{background: -webkit-linear-gradient(45deg, rgba(244,126,171,.5) 0%,
#f7f5cd 100%), url(https://images.unsplash.com/photo-1549942514-bf87b7b8cd99?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=60)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.video5{background: -webkit-linear-gradient(45deg, rgba(244,126,171,.5) 0%,
#f7f5cd 100%), url(https://images.unsplash.com/photo-1533488765986-dfa2a9939acd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* Format for Mobile Devices*/
@media screen and (max-width: 400px){
.videoBoxes{
width: 95%;
margin: 2.5%;
}
.videoBoxes h4{
font-family: helvetica;
font-weight: 100;
font-size: 30px;
margin: 0;
padding: 0;
}
.videoBoxes p{
display: block;
font-family: helvetica;
font-weight: 300;
font-size: 20px;
color: white;
}
}
</style>
</head>
<body>
<body style = "margin:0">
<div id ="header">
<div class= "logo">
</div>
<div class= "leftMenu">
<ul>
<li>
<a href="New.html"class = "dropdown">New</a>
</li>
<li>
<a href="Trending.html">Trending</a>
</li>
<li>
<a href="Kids.html">Kids</a>
</li>
</ul>
</div>
<div class= "rightMenu">
<ul>
<li>
<a href="Search.html">Search</a>
</li>
<li>
<a href="Couch.html">Couch</a>
</li>
<li>
<a href="Username">Username</a>
</li>
</ul>
</div>
</div>
<div id ="largeImage">
<div class="description-box">
<h4>Girls on a Couch Presents: </h4>
<h1>Couch Cinematics</h1>
<h3>A chic alternative streaming service</h3>
<p>We won't judge you for a 16 hour binge session. So, grab the your friends, the wine, and hit play.</p>
<div class="button1">Play</div>
<div class="button2">Watch List</div>
</div>
</div>
<div id ="videoSection">
<div class = "row">
<div class="videoBoxes video1">
<h4>Coming Soon!</h4>
<p> A feature film brought as part of a
partnership between Girls On A Couch
and the talented Katie Josiah</p>
</div>
<div class="videoBoxes video2">
<h4>Coming Soon!</h4>
<p> A feature film brought as part of a
partnership between Girls On A Couch
and the talented Katie Josiah</p>
</div>
<div class="videoBoxes video3">
<h4>Coming Soon!</h4>
<p> A feature film brought as part of a
partnership between Girls On A Couch
and the talented Katie Josiah</p>
</div>
<div class="videoBoxes video4">
<h4>Coming Soon!</h4>
<p> A feature film brought as part of a
partnership between Girls On A Couch
and the talented Katie Josiah</p>
</div>
<div class="videoBoxes video5">
<h4>Coming Soon!</h4>
<p> A feature film brought as part of a
partnership between Girls On A Couch
and the talented Katie Josiah</p>
</div>
</div>
</body>
</html>