-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslpage.html
174 lines (105 loc) · 5.39 KB
/
slpage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://kit.fontawesome.com/6d1bfc0c72.js" crossorigin="anonymous"></script>
<title>Vanced mp4</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="comman.css" rel="stylesheet" type="text/css" />
<style>
</style>
</head>
<body>
<nav class="flex-div" >
<div class="nav-left flex-div">
<i class="fas fa-bars menu-icon"style="" ></i>
<!-- <img src="vancedRed.png" class="logo"> -->
<div style="display:flex;" >
<i class="fab fa-youtube logo"></i>
<h2 style="margin-left:10px;">Vanced mp4</h2>
</div>
</div>
<div class="nav-middle flex-div">
<div class="search-box flex-div">
<input type="text" placeholder="Search">
<img src="images/search.png">
</div>
<img src="images/voice-search.png" class="mic-icon">
</div>
<div class="nav-right flex-div">
<p style="margin-right:10px;">Dark Mode</p>
<div>
<label class="switch" style="margin-right:20px;">
<input type="checkbox" class="summa">
<span class="slider round"></span>
</label>
</div>
<img src="jack.jpg" style="width:35px;border-radius:50%;margin-right:0;" class="user-icon">
</div>
</nav>
<!-- -------------------sideBar---------------- -->
<div class="side-bar">
<div class="shortcut-links">
<div onclick='window.location.href="index.html";' style="display:flex;"><i class="fas fa-home" ></i> <p>Home </p></div>
<div onclick='window.location.href="librarypage.html";' style="display:flex;"><i class="far fa-folder-open"></i><p>Library </p></div>
<div onclick='window.location.href="watchlaterpage.html";' style="display:flex;"><i class="far fa-clock"></i> <p>Watch later </p></div>
<div onclick='window.location.href="likedvideopage.html";' style="display:flex;"><i class="far fa-thumbs-up"></i> <p>liked Videos </p></div>
<hr>
</div>
<div class="subscribed-list">
<p style="font-size: 13px;margin: 40px 0;color: #5a5a5a;">SUBSCRIBED</p>
<div onclick='window.location.href="zohoschoolspage.html";' style="display:flex;"><img src="images/zohoschool.png"> <p>ZohoSchools </p></div>
<div onclick='window.location.href="mydpage.html";' style="display:flex;"><img src="images/myd.jpg"> <p>Mind Your <br>Decision </p></div>
<div onclick='window.location.href="lypage.html";' style="display:flex;"><img src="images/ly.jpg"> <p>Logically Yours </p></div>
<div onclick='window.location.href="dmpage.html";' style="display:flex;"><img src="images/dm.jpg"> <p>Don't Memorize </p></div>
<div onclick='window.location.href="slpage.html";' style="display:flex;"><img src="images/sl.jpg"> <p>Simply Logical </p></div>
</div>
</div>
<!-- ------------------------------------------------------main----------------------------------------------------------------------------------------------------------------------------- -->
<div class="container" style="height:100vh;">
<div style="height:30vh;padding-top:80px;">
<div class="gridd" style="width:80%;">
<div class="o">
<img src="images/sl.jpg" style="width:100px;padding-top:10%;">
</div>
<div></div>
<div class="p" style="padding-top:10%;">
<p>SIMPLY LOGICAL</p>
<span>15k Subscribers</span>
</div>
<div></div>
<div class="q" style="padding-top:10%;">
<button type="button" style="background:red;border:0;border-radius:5%;padding:8px 30px;">Subscribe</button>
</div>
</div>
</div><hr>
<div class="list-container" style="margin-top:40px;">
<!---------------------------------------------------- vedios ----------------------------------------------------------------------------------------------------------------------------->
<div class="vid-list" onclick='window.location.href="9thpage.html?id=9"'>
<img src="images/sl-1.png" class="thumbnail">
<div class="flex-div">
<img src="images/sl.jpg">
<div class="vid-info">
<p>Find the height of the table..</p>
<p style="margin-top:3px;">SIMPLY LOGICAL</p>
<p>15k views • 2 days</p>
</div>
</div>
</div>
<div class="vid-list" onclick='window.location.href="10thpage.html?id=10"'>
<img src="images/sl-2.png" class="thumbnail">
<div class="flex-div">
<img src="images/sl.jpg">
<div class="vid-info">
<p>Crack the code 458.</p>
<p style="margin-top:3px;">SIMPLY LOGICAL</p>
<p>15k views • 2 days</p>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>