-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
162 lines (134 loc) · 5.49 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
<!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 rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css"
integrity="sha384-i1LQnF23gykqWXg6jxC2ZbCbUMxyw5gLZY6UiUS98LYV5unm8GWmfkIS6jqJfb4E" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="dependencies/css_file.css" />
<link rel="shortcut icon" type="image/x-icon" href="dependencies/youtube_log.jpg" />
<title>Youtube</title>
</head>
<body>
<!-- NAVIGATION -->
<nav class="nav-main">
<ul class="nav--list">
<ul class="nav--left">
<li>
<a href="#"><i class="fas fa-bars"></i></a>
</li>
<li>
<a href="#"><img src="dependencies/youtube_log.jpg" alt="Youtube logo" /></a>
</li>
</ul>
<ul class="nav--search">
<li>
<input class="input-search" type="text" name="Search" placeholder="Search" />
<button><i class="fas fa-search"></i></button>
</li>
</ul>
<ul class="nav--right">
<li>
<a href="#"><i class="fas fa-video"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-th"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-comment"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-bell"></i></a>
</li>
<li>
<a href="#"><img src="dependencies/profile p.png" alt="User Profile picture" /></a>
</li>
</ul>
</ul>
</nav>
<!-- VIDEO SECTION -->
<main>
<article>
<div class="video">
<iframe width="651" height="366" src="https://www.youtube.com/embed/Cyrr2cXZ7KI?list=TLPQMjkwNDIwMjCQCP9vZk_mGQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<header>
<div class="video-stats">
<h1 class="video-title">
Jesus Culture - Fresh Outpouring (Live) ft. Kim Walker-Smith
</h1>
<p>3,331,074 views . Dec 7, 2017</p>
</div>
<nav class="nav-video">
<a href="#"><i class="fas fa-thumbs-up"></i>26K</a>
<a href="#"><i class="fas fa-thumbs-down"></i>859</a>
<a href="#"><i class="fas fa-share"></i>SHARE</a>
<a href="#"><i class="fas fa-list"></i>SAVE</a>
<a href="#"><i class="fas fa-ellipsis-h"></i></a>
</nav>
</header>
<section class="video-description">
<img src="dependencies/profile p.png" alt="Google Account Photo" />
<div class="video-creator">
<h2>Jesus Culture</h2>
<p class="published">929 Subscribers</p>
<p>
Official live worship video of Fresh Outpouring featuring Kim Walker-Smith from Jesus Culture's new album, Love Has A Name.
Get the album here: http://jcltr.me/love?IQid=yt
Official album playlist here: http://bit.ly/2vJdUi7
Watch the full, live Love Has A Name Night of Worship video here: https://www.youtube.com/watch?v=HT6so...
</p>
<a href="" class="showmore-btn">show more</a>
</div>
<a class="subscribe-btn">subscribe 2m</a>
</section>
<!-- VIDEO COMMENTS -->
<section class="video-comments">
<div class="comment__stats">
<p>554 Comments</p>
<a href="#"><i class="fas fa-align-left"></i> SORT BY</a>
</div>
<div class="comment__box">
<a href="" class="comment__display"><img src="dependencies/profile p.png" alt="Google Account Photo"></a>
<input type="text" placeholder="Add a public comment">
</div>
<div class="comment">
<a class="comment__display" href="#"><img src="dependencies/Google Profile k.png" alt="K username Profile"></a>
<div class="comment__details">
<h4 class="comment__author">Kalu Agu <span>2 days Ago</span></h4>
<p>The song is nice. God is good. Wow. Halleluyah! Amen. God bless you. To God be the Glory and Honor.</p>
<div class="section__controls">
<a href="#"><i class="fas fa-thumbs-up"></i>22</a>
<a href="#"><i class="fas fa-thumbs-down"></i></a>
<a href="#">REPLY</a>
</div>
<a href="#">View 3 Replies <i class="fas fa-chevron-down chevron"></i></a>
</div>
</div>
</section>
</article>
<!-- Next is the section on the right of the page -->
<aside>
<div class="video__controls">
<p>Up Next</p>
<div class="autoplay">
<i class="fas fa-toggle-on"></i>
<p>AUTOPLAY</p>
</div>
</div>
<div class="video__container">
<div class="video-box">
<img src="dependencies/nextvideo.jpg" alt="Video thumbnail" class="video-box__thumbnail">
<div class="video-box__details">
<h3>Yahweh - Desperation Band | WOrship Mob Cover</h3>
<p>Worship Mob</p>
<p>279K views</p>
</div>
</div>
</div>
</aside>
</main>
</body>
</html>