-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
32 lines (31 loc) · 1.21 KB
/
about.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
<html>
<head>
<title>About me</title>
<link rel="stylesheet" href="astyle.css">
</head>
<body>
<div class="sec2">
<h1><i>I'm Shiva <span>Guru</span></i></h1>
<p>This is my official portfolio website.
<br>I'm a Student studying B.tech Informtion Technology in K.Ramakrishnan College of Engineering,Trichy.
<br>Current I'm studying in 3rd year.
</p>
<h2>Skills</h2>
<img src="images.jpg"><img src="java.png"> <img src="C.jpg"><img src="sql.png">
<br>
<br>
<div class="images">
<img src="port.png">
</div>
<br>
<br>
<h2>Achievements</h2>
<ul>
<li>Certified in Mobile Application in 2024 </li><br>
<li>Certified in Python (Basics) in HackerRank </li><br>
<li>Certified in C Language offered by BU-CCII in 2018</li><br>
</ul>
<button><a href="portfolio.html"> Back to Home</a></button>
</div>
</body>
</html>