-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.html
102 lines (70 loc) · 2.43 KB
/
common.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>More from Rana Sharif</title>
<!----------------------------css for Mobile---------------------->
<link rel="stylesheet" href="style.css">
<!----------------------------css for desktop---------------------->
<link rel="stylesheet" href="desktop.css" media="screen and (min-width:992px)">
</head>
<body>
<!-------------nav bar start's from here----------->
<nav>
<div class="navbar">
<div class="nav-logo col-2">
<img src="./assets/images/faviconIcon.png">
</div>
<div class="nav-heading col-4">
<h1>Rana Sharif</h1>
</div>
<div class="nav-menu col-6">
<a href="/index.html">Home</a>
<a href="/index.html">About me</a>
<a href="/index.html">key skill</a>
<a href="/index.html">contact me</a>
<a href="?index.html">More</a>
</div>
</div>
</nav>
<!-------------nav bar end's here----------->
<!--------------content starts from here------------------>
<h1 class="video-head">Thumbnails & videos about those contents </h1><hr>
<div class="more-image col-6">
<h2>video no: 01</h2>
<img src="./assets/images/hgfghf.png" alt="hnnyjny">
<hr>
<h2>video no: 02</h2>
<img src="./assets/images/TEMPMAIL.png" alt="ythnnytn">
<hr>
<details>
<summary>More Thumbnails</summary>
<h2>Video no: 03</h2>
<img src="./assets/images/t2.png">
</details>
</div>
<div class="more-image col-6">
<h2>video no: 01</h2>
<p>
<video controls>
<source src="./videos/Ps(01)Pr.mp4 [hb].mp4" type="video/mp4">
</video>
</p><hr>
<h2>video no: 02</h2>
<p>
<video controls>
<source src="./videos/Temp.mp4">
</video>
</p><hr>
<details>
<summary>More Videos</summary>
<h2>Video no: 03</h2>
<video controls>
<source src="./videos/Chatgpt compressed .mp4" type="video/mp4">
</video>
</details>
</div>
</body>
</html>