-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
84 lines (58 loc) · 2.44 KB
/
about.html
File metadata and controls
84 lines (58 loc) · 2.44 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
<!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>About YouMarker</title>
<link href="assets/about.css" rel="stylesheet">
</head>
<body>
<div id="header">
<img src="assets/img/AboutIcon.png">
<h1>YouMarker</h1>
<label>v1.0.0</label>
</div>
<div id="root">
<div class="description">
<h2>About</h2>
<div>
<p>
↪ YouMarker is an open-sourced project which helps you keeping track of your youtube videos,
this can be useful if you are intending to study a 5-10 long hours course from youtube or
watch from so many sources and each source has its own specific timestamp indicating some information.
</p>
</div>
<img src="assets/img/about/popup.png" >
</div>
<div class="secondscript">
<img src="assets/img/about/videos.png">
<div>
<p>
↪ It can be a bit of a hassle to keep tracks of everything you have watched and not knowing what
that video was or which section of it that holds the information that you wish to recall.
</p>
</div>
</div>
<div class="quicktutorial">
<h2>Quick tutorial :</h2>
<p>A quick video showing how to use this extension.</p>
<video width="320" height="240" controls loop autoplay>
<source src="assets/tutorial.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="support">
<h2>Support :</h2>
<div>
<label id="support-describe">This project is open-sourced. Feel free to view, contribute and so on but do not redistribute.</label>
<li>Support me at : <a href="https://github.com/hackernese" target="_blank" >Click here</a></li>
<li> Source codes : <a href="https://github.com/hackernese/YoutubeMarker" target="_blank ">Click here</a></li>
</div>
</div>
</div>
<div id="footer">
<label>Copyright © 2022 Hackernese.</label>
</div>
</body>
</html>