-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (41 loc) · 1.26 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
<!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>
</head>
<body>
<h1>Akshayasree Padmanaban </h1>
<p>I am B.Tech cse student, passionate about technology. <br>
I am a fast - learner and a sincere person </p>
<hr>
<img src="./Akshaya_pic.jpg" alt="My pic" height="400px" width="400px">
<h2>Education</h2>
<ul>
<li>persuing Btech in Computer Science</li>
<li> class 12 - 96.6%</li>
<li>JEE mains - 97%ile</li>
<li>Class 10 - 96.6%</li>
</ul>
<h2>Work Experience</h2>
<p>Working as Core Member in Google Developer Students Club - IIIT Sri City</p>
<h2>Skills</h2>
<ul>
<li>HTML, CSS, JAVASCRIPT</li>
<li>DSA in C</li>
<li>OOP in JAVA</li>
<li>Python basics</li>
<li></li>
</ul>
<h2>Awards</h2>
<ul>10,000 cash price and trophy for 12th score</ul>
<ul>A trophy for classical dance programme</ul>
<hr>
<a href="./about.html">About Me</a>
<a href="./contact.html">Contact Me</a>
<footer>
©AkshayasreePadmanaban
</footer>
</body>
</html>