-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (107 loc) · 3.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<!-- Thora sa CSS add karna hoga jugad ke liye-->
<style>
table,td{
border: 0px;
}
</style>
</head>
<body>
<ul>
<li>
<h1>ABOUT:</h1>
<hr />
<table>
<tr>
<td><img src="profile_pic.png" alt="Sanchit's photo" width="160" height="160"></td>
<td>
<ul>
<li>
<p>Sanchit Raj</p>
</li>
<li>
<p>21 y/o</p>
</li>
<li>
<p>HTML Web Developer</p>
</li>
</ul>
</td>
</tr>
</table>
</li>
<li>
<h1>EDUCATIONAL QUALIFICATIONS:</h1>
<hr />
<ol>
<li>
<p>Class 10th - Deep Memorial Public School - 2016-2017</p>
</li>
<li>
<p>Class 12th - Sanskriti Public School - 2018-2019 </p>
</li>
<li>
<p>B.Tech. I.T. - IIIT Una - 2021-present </p>
</li>
</ol>
</li>
<li>
<h1>WORK EXPERIENCE:</h1>
<hr />
<ol>
<li>
<p>Student - (2005-Present) <br>-been a sincere and seeker student. <br>-been a explorer in college.</p>
</li>
<li>
<p>EPMOC Video Editing Department Head - (2022-Present) <br>-been worked on different projects.</p>
</li>
</ol>
</li>
<li>
<h1>HOBBIES AND INTEREST:</h1>
<hr />
<ol>
<li>
<p>Video Editing - (2016-2022) <br> (kinemaster,filmora) <br>-been worked on more than 20+ videos. <br>-Some References
<ul>
<li>
<a href="https://youtu.be/ObXfesyc5bU" target="_blank">ETERNALS | Warriors (ft. Imagine Dragons) | 2022</a>
</li>
<li>
<a href="https://youtu.be/L8UnlT_QfMs" target="_blank">Lewis Hamilton and Max Verstappen | Ride | Twenty One Pilots</a>
</li>
<li>
<a href="https://youtu.be/v5W-aeadGiw" target="_blank">Spider-man edit | spider-verse | What's Up danger - 2022</a>
</li>
<li>
<a href="https://youtu.be/pclusEEcPpY" target="_blank">Captain Marvel furnished edit</a>
</li>
</ul>
</p>
</li>
<li>
<p>Chess - (2023-present) <br>-been looking forward to develop good skills. <br>-Link to my profile
<ul>
<li>
<a href="https://www.chess.com/member/sanchitatc" target="_blank">Chess.com profile</a>
</li>
</ul>
</p>
</li>
<li>
<p>Reading - (Forever)</p>
</li>
</ol>
</li>
</ul>
<br>
<hr>
<br>
<a href="contact.html">Contact</a>
</body>
</html>