-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (94 loc) · 3.24 KB
/
Copy pathindex.html
File metadata and controls
102 lines (94 loc) · 3.24 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<header>
<table>
<tr>
<td>
<a target="_blank" href="https://github.com/Creatifycode">
<img style="float: left;"
src="./images/pic.jpg" alt="Profile picture" width="200" height="200">
</a>
</td>
<td>
<h1>Srujan Medoju</h1>
<p>A passionate Mern-stack web developer </p>
<p>I love <b>web development</b> and here to assist the coding community.</p>
<p>Enthusiastic Computer Science student with strong knowledge of Java, Python, SQL, HTML, CSS, and basic web development. Eager to apply technical and problem-solving skills in a professional environment while learning and contributing to organizational success.</p>
<a href="#ConnectWithMe"> <p>Connect With Me:</p></a>
</td>
</tr>
</table>
</header>
<hr>
<main>
<h2>Education:</h2>
<section id="education">
<table border="">
<tr>
<th>Course</th>
<th>College</th>
<th>Year</th>
<th>Result</th>
</tr>
<tr>
<td>CSE</td>
<td>Sreenidhi Institute of Science and Technology</td>
<td>2026</td>
<td>88%</td>
</tr>
<tr>
<td>12<sup>th</sup> Grade</td>
<td>Sri Chaitanya</td>
<td>2024</td>
<td>92%</td>
</tr>
</table>
</section>
<section id="experience">
<h2>Work Experience:</h2>
<ul>
<li>
<p>Software Developer Intern</p>
<ul>
<li>Assisted in developing web application features.</li>
<li>Fixed bugs and tested application functionality.</li>
<li>Worked with HTML, CSS, JavaScript, and SQL.</li>
</ul>
<li><p>Portfolio website</p></li>
<ul>
<li>Built a responsive personal portfolio using HTML, CSS, and JavaScript</li>
<li>Showcased projects, skills, and contact information.</li>
</ul>
</li>
</ul>
</section>
<section id="projects">
<h2>Project Details:</h2>
<ul>
<li>
<p> zomato-clone</p>
<ul>
<li> <p>Description: A web application that allows users to search for restaurants, view menus, and place orders online.</p></li>
</ul>
</li>
<li><p>BookMyShow-clone</p>
<ul>
<li><p>Description: A web application that allows users to search for movies, view showtimes, and book tickets online.</p></li>
</ul>
</li>
</ul>
</section>
</main>
<h2 id="ConnectWithMe">Connect with me:</h2>
<p>Email: <a href="mailto:medojusrujan@gmail.com">medojusrujan@gmail.com</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/srujan-medoju-79b25b25a/" target="_blank">Srujan Medoju</a></p>
<p>GitHub: <a href="https://github.com/Creatifycode" target="_blank">Creatifycode</a></p>
<a href="#"><p>About us</p></a>
</body>
</html>