-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (96 loc) · 3.23 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
<!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>Karthikeyan's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media.licdn.com/dms/image/D5603AQGMvFTbQ-rwSg/profile-displayphoto-shrink_400_400/0/1669788104512?e=1683763200&v=beta&t=5ZUtbVrmN_Ez4w95izxBSGGz8AHZY_6HjRVXmLGiAQM" alt="Profile Image"></td>
<td><h1>Karthikeyan S</h1>
<p><em>Student and Aspiring <strong>Cybersecurity Analyst</strong>.</em></p>
<p>Currently I'm a student at VIT Bhopal University pursuing a bachelor's degree in the field of Cybersecurity</p></td>
</tr>
</table>
<hr>
<h3>Courses on Progress</h3>
<ul>
<li> Web Development by Angela Yu</li>
<li>CompTIA A+</li>
<li>Ethical Hacking from Scratch by Z Security</li>
<li>Social Engineering from Scratch by Z Security</li>
<li>Python</li>
</ul>
<hr>
<h3>My Hobbies</h3>
<ol>
<li>Coding</li>
<li>Reading</li>
<li>Gaming</li>
<li>Anime, Movies and Series</li>
</ol>
<hr>
<h3>My Socials</h3>
<ul>
<li><a href="https://www.linkedin.com/in/karthikeyan-s-54abaa221/">LinkedIn</a></li>
<li><a href="https://www.instagram.com/7_cypher_7/">Instagram</a></li>
</ul>
<a download href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf">Download HTML Cheat sheet</a>
<hr>
<h3>Experience</h3>
<table cellspacing="10">
<thead>
<th>DATES</th>
<th>STUDY</th>
</thead>
<tbody>
<tr>
<td>2013-2020</td>
<td>Montfort School(Primary School)</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Kamala Niketan Montessori School(High School) </td>
</tr>
<tr>
<td>2022-2027</td>
<td>M.Tech Integrated CSE(Specialization in Cybersecurity) in VIT Bhopal</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skillset</h3>
<table>
<tr>
<td>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Penetration testing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Ethical Hacking</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Top Certifications</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<h3><a href="file:///C:/Karthikeyan%20S/Web_dev/HTML%20-%20Personal%20Site/contact_me.html">Contact me</a></h3>
</body>
</html>