-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (57 loc) · 1.6 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
<!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>Annie Kay</h1>
<img src = "./profile_pic.jpeg" width = 100 alt = "porfile picture" />
<h2>Summary</h2>
<p>A highly motivated and dedicated student, looking for an opportunity to apply my expertise and make effective use of my skills.</p>
<hr/>
<h2>Eductaion</h2>
<p>
<ul>
<li>Pursuing B.Tech. in Electonics & Communication Engineering (2020-2024)</li>
</ul>
</p>
<hr/>
<h2>Work Experience</h2>
<p>I am a fresher so I am looking forward to work with organisations to enhance my skills in both technical and non-technical fields and also to contribute in the growh of organisation.</p>
<hr/>
<h2>Skills</h2>
<h4>Technical Skills</h4>
<p>
<ul>
<li>C++/C</li>
<li>HTML</li>
<li>CSS</li>
<li>DSA</li>
<li>DBMS</li>
</ul>
</p>
<h4>Non-Technical Skills</h4>
<p>
<ul>
<li>Organized</li>
<li>Communication</li>
<li>Teamwork</li>
</ul>
</p>
<hr/>
<h2>Other</h2>
<ul>
<li>
<a href = "./my_hobbies.html">My Hobbies</a>
</li>
<li>
<a href = "./contact_me.html">Contact Me</a>
</li>
</ul>
<footer>
© Annie Kay. All rights reserved.
</footer>
</body>
</html>