-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (250 loc) · 8.85 KB
/
index.html
File metadata and controls
257 lines (250 loc) · 8.85 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/main.css" />
<script src="js/sidebar.js" defer></script>
<title>Basic HTML Project</title>
</head>
<body class="layout">
<nav class="layout__nav">
<div class="navbarContainer">
<div class="navbarContainer__listItem">
<img class="navButton" src="./image/menu.svg" alt="menu" />
</div>
<div class="navbarContainer__listItem">
<ul class="hamburgerMenu">
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="navbarContainer__listItem">
<img
class="logoMain"
src="image/youtube-logo.png"
alt="youtube-Logo"
/>
</div>
<div class="navbarContainer__listItem">
<div>
<input class="navSearch" placeholder="Search" />
<button class= "navSearch__button"> <img class="navSearch__icon" src="./image/searchico.svg" alt="search"> </button>
</div>
</div>
<div class="navbarContainer__listItem">
<img
class="navButton --notification"
src="./image/notification.png"
alt="notification"
/>
<img
class="navButton --messages"
src="./image/messages.png"
alt=""
/>
<img
class="navButton --uploadButton"
src="./image/upload.png"
alt="upload"
/>
</div>
<div class="navbarContainer__listItem">
<button class="signInButton">
Sign In
</button>
</div>
</div>
</nav>
<main class="mainLayout">
<section class="mainLayout__header">
<div class="--blueBackground">
<h1>
Choose a Language
</h1>
</div>
<div class="--whiteBackground">
<p>You are viewing youtube in English US</p>
</div>
</section>
<div class="mainLayout__body">
<div class="content">
<div class="content__player">
<iframe
width="760"
height="445"
src="https://www.youtube.com/embed/UCbVh7-zyZ8"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div class="content__info">
<div class="title">
"The Remote Job Search: My Microverse Journey" with Paul Rail
</div>
<div class="avatar">
<img src="./image/avatar.jpg" alt="avatar" class="avatar__image">
</div>
<div class="channel">
The Odin Project
</div>
<div class="subscribe">
<img class="subscribe__redButton" src="./image/subscribe.png" alt="subscribeMain">
<div class="subscribe__counter">799</div>
</div>
<div class="views">
50,016 views
</div>
<div class="buttons">
<div class="buttons__left">
<button class="buttons__Buttons">
<img src="./image/save.png" alt="addIcon" class="infoButtons">
Add to
</button>
<button class="buttons__Buttons">
<img src="./image/share.png" alt="shareIcon" class="infoButtons">
Share
</button>
<button class="buttons__Buttons">
<img src="./image/more.png" alt="moreIcon" class="infoButtons">
More
</button>
</div>
<div class="buttons__right">
<button class="buttons__Buttons">
<img src="./image/up-thumb.png" alt="upThumbIcon" class="infoButtons">
395
</button>
<button class="buttons__Buttons">
<img src="./image/down-thumb.png" alt="downThumbIcon" class="infoButtons">
14
</button>
</div>
</div>
</div>
<div class="description">
<h3 class="description__date">
Published on Feb 27, 2014
</h3>
<p class="description__content">
How do you contribute to open source? In this video, I'll describe the easiest way to make a simple contribution to an open source project -- without using the command line, a text editor, "forking a repo", or even touching Git outside of Github. I'll also describe what kinds of contributions open source software projects are typically looking for. As an example, I use submitting a student solution to a web development exercise from The Odin Project, a free online curriculum for learning web development with Ruby on Rails. You can find more information about that project at http://theodinproject.com.
</p>
</div>
<!-- <div style="background-color: white;">
<hr>
</div> -->
<button class="showMore">
SHOW MORE
</button>
<div class="content__comment">
<img src="./image/loading.gif" alt="loadingComments" class="loadingComments">
Loading...
</div>
</div>
<aside class="layout__aside">
<div class="asideHeader">
<h3 class="asideHeader__upNext">
Up Next
</h3>
<div class="asideHeader__autoplay">
Autoplay
<img
src="image/info.png"
style="width: 15px; height: 15px;"
alt="info"
/>
<input type="checkbox" />
</div>
</div>
<div id="sideBarUpNext" class="upNext">
<div class="upNext__video">
<video src="#"></video>
</div>
<div class="upnext__name">
<a href="#">
VIDEO NAME
</a>
</div>
</div>
<hr />
<div id="relatedContainer"></div>
<hr />
<button class="showMore">
<span>SHOW MORE</span>
</button>
</aside>
</div>
</main>
<footer class="layout__footer">
<div class="footerSettings">
<img
class="logoFooter"
src="image/youtube-logo.png"
alt="youtube-logo-footer"
/>
<button class="footerSettings__item">
<img class="footerSettings__buttonImage" src="./image/language.PNG" alt="languageFooter" />
Language: English
<img class="footerSettings__buttonImage" src="./image/down.png" alt="downFooter"/>
</button>
<button class="footerSettings__item">
Location: Netherlands
<img class="footerSettings__buttonImage" src="./image/down.png" alt="downFooter"/>
</button>
<button class="footerSettings__item">
Restricted Mode: Off
<img class="footerSettings__buttonImage" src="./image/down.png" alt="downFooter"/>
</button>
<button class="footerSettings__item">
<img class="footerSettings__buttonImage" src="./image/hourglass.png" alt="hourglassFooter"/>
History: Off
</button>
<button class="footerSettings__item">
<img class="footerSettings__buttonImage" src="./image/faq.png" alt="questionFooter"/>
Help: Off
</button>
</div>
<hr />
<div class="footerLinks">
<ul class="footerLinks__listContainer">
<li class="footerLinks__listItem">
<a href="#">About</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Press</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Copyright</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Creators</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Advertise</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Developers</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Teams</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Privacy</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Policy & Safety</a>
</li>
<li class="footerLinks__listItem">
<a href="#">Test new features</a>
</li>
</ul>
</div>
</footer>
</body>
</html>