-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtube.html
180 lines (174 loc) · 7.95 KB
/
youtube.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Youtube</title>
<link rel="stylesheet" href="youtube.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
</head>
<body>
<div class="content-grid">
<header class="fixed-div">
<a href="#" class="youtube-logo"><img src="youtube-logo.svg" alt="Youtube logo" /></a>
<form class="search-form">
<input type="search" class="search-box" placeholder="Search">
<button class="search-btn">
<img src="search-24px.svg">
</button>
</form>
<span class="buttons">
<a href="#"><img src="upload.svg" alt="Upload video" class="upload-video" /></a>
<a href="#"><img src="apps-black-18dp.svg" alt="apps" class="apps" /></a>
<a href="#"><img src="more_vert-24px.svg" alt="settings" class="settings" /></a>
<a href="#" class="sign-in"><img src="account_circle-24px.svg" alt="sign in" style="fill:blue" /><strong>SIGN IN</strong></a>
</span>
</header>
<div class="video-col">
<div class="video-player">
<iframe src="https://www.youtube-nocookie.com/embed/9YffrCViTVk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="related-col">
<div class="autoplay">Up next</div>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
<section class="related-section">
<div class="video">
<a href="#" class="thumbnail" time-attr="3:24">
<img src="http://unsplash.it/250/150?gravity=center" alt="" class="recommended-thumbnail">
</a>
<div class="video-description">
<a href="#" src="blah" class="video-title">Video title</a>
<a href="#" src="blah" class="channel">Channel_name</a>
<div class="stats">
<span class="views">263,600 •</span>
<span class="date">3 years ago</span>
</div>
</div>
</div>
</section>
</div>
</div>
<!--
<div id="fixed-div">
<svg id="hamburger" class="buttons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 35" preserveAspectRatio="xMidYMid meet" focusable="false" style="pointer-events: none;" class="style-scope yt-icon"><g class="style-scope yt-icon"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" class="style-scope yt-icon"></path></g></svg>
<img src="youtube-logo.svg" id="youtube_logo">
<form id="search" action="nada">
<input id="search_bar" type="text" name="" val="" placeholder="Search">
<input id="search_btn" type="button" label="Submit">
</form>
<svg id="create_button" class="buttons" viewBox="0 0 35 35"><path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z"></path></svg>
</div>
<div id="videos_div">
<div id="related-col">
<p>zzzzzzzzzz!</p>
</div>
<div id="video-col">
<p>zzzzzzzzzz!</p>
</div>
</div>
-->
</body>
</html>