-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2_My_Resume(Normal_Format).html
More file actions
81 lines (70 loc) · 2.89 KB
/
Copy path2_My_Resume(Normal_Format).html
File metadata and controls
81 lines (70 loc) · 2.89 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akki Sai Kumar Reddy - Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Akki Sai Kumar Reddy</h1>
<p>
<a href="mailto:saikumarreddyakki288@gmail.com">saikumarreddyakki288@gmail.com</a>   |  
<a href="tel:+918297653116">+91 8297653116</a>   |  
BTM Layout, Bengaluru, India   |  
<a href="https://github.com/akkisaikumarreddy" target="_blank">GitHub</a>
</p>
</header>
<main>
<section>
<h2>🎓 Education</h2>
<ul>
<li>Nagarjuna Model School – 2020</li>
<li>Narayana Jr College – 2022</li>
<li>Sri Venkateshwara College of Engineering – 2026</li>
</ul>
</section>
<section>
<h2>💡 Skills</h2>
<ul>
<li>Python</li>
<li>HTML, CSS, JavaScript</li>
<li>Problem Solving & Debugging</li>
</ul>
</section>
<section>
<h2>💼 Work Experience</h2>
<p><strong>Fresher</strong> – Looking for opportunities to apply my skills in real-world projects.</p>
</section>
<section>
<h2>📂 HTML Projects</h2>
<ol>
<li><a href="1_My_Personal_Homepage.html" target="_blank">Personal Homepage</a></li>
<li><a href="2_My_Resume(Normal_Format).html" target="_blank">Resume (Normal Format)</a></li>
<li><a href="3_My_Resume(Table_Format).html" target="_blank">Resume (Table Format)</a></li>
<li><a href="4_Chessboard.html" target="_blank">Chessboard</a></li>
<li><a href="5_Animation_using_Emojis.html" target="_blank">Emoji Animation</a></li>
<li><a href="6_Animation_using_Images.html" target="_blank">Image Animation</a></li>
<li><a href="7_Job_Searching_Workshop_WebSite.html" target="_blank">Job Searching Workshop</a></li>
<li><a href="8_Favorite_recipe.html" target="_blank">Favorite Recipe</a></li>
<li><a href="9_Table_Showcase.html" target="_blank">Laptop Comparison Table</a></li>
<li><a href="10_Portfolio_Mockup.html" target="_blank">Portfolio</a></li>
<li><a href="11_HyperLinked_quest.html" target="_blank">Solar System Study</a></li>
<li><a href="12_myblog.html" target="_blank">Blog</a></li>
<li><a href="A_TACO_SHOP_WEBPAGE" target="_blank">Taco Shop Webpage</a></li>
</ol>
</section>
<section>
<h2>🌟 Extra Activities</h2>
<ul>
<li>NSS – National Service Scheme</li>
<li><a href="https://certx.in/certificate/27431ebc-ac17-43c8-9713-f5b20ad95b991609582" target="_blank">Python using AI Workshop Certificate</a></li>
</ul>
</section>
</main>
<footer>
<p>© 2026   |    All Rights Reserved By Akki Sai Kumar Reddy ✨</p>
</footer>
</body>
</html>