-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (72 loc) · 2.14 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My personal site</title>
</head>
<body>
<table>
<tr>
<td><img src="images/picture2.png" alt="sridarshan" height="200" width="200"></td>
<td><h1> Sridarshan </h1>
<p><em><strong>Student at SSN college of Engineering</strong></em></p>
<p>
I am pursuing my education at ssn college of engineering . i love editing videos at free hours and like watching videos when free. i am currently learning web development from app brewery and its really informative and exciting.
i hope to continue learning programming languages with this interest to land a carrer possibly as a web developer or a freelancer.
</p></td>
</tr>
</table>
<hr size=3 noshade>
<h3>Books and Websites followed</h3>
<ul>
<li><a href="https://www.appbrewery.co/p/web-development-course-resources/">The App brewery</a></li>
<li><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">The complete web development bootcamp</a></li>
<li>
java programming
</li>
</ul>
<hr size=3 noshade>
<h3>Student profile</h3>
<table cellspacing="10">
<thead>
<th>Year</th>
<th>Graduation</th>
</thead>
<tr>
<td>2004-2015</td>
<td>Primary Education</td>
</tr>
<tr>
<td>2015-2018</td>
<td>Secondary Education</td>
</tr>
<tr>
<td>2018-2022</td>
<td>University Graduation</td>
</tr>
</table>
<hr size=3 noshade>
<h3>Skills</h3>
<table>
<tr>
<td>Video Editing</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Programming In Java</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Web development</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Driving</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
</table>
<br>
<a href="My Hobbies.html">My hobbies</a>
<a href="Contactme.html">Contact Details</a>
</body>
</html>