-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (125 loc) · 6.22 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<title>Akshith saai Resume</title>
<link rel="stylesheet" type="text/css" href="index.css">
<body>
<div class="container">
<div class="header">
<div class="full-name">MANCHIKANTI AKSHITH SAAI </div>
<hr class="hr-1">
<div class="contact-info">
<span class="email-info">
<span class="email"><b>Email:</b></span>
<span class="email-val">[email protected]</span>
</span>
<span class="Phone-info">
<span class="phone"><b>Tel:</b></span>
<span class="phone-val">+91-9182964033</span>
</span>
</div>
<div class="objective">
<span class="Career"><b>Career Objective</b></span>
<hr class="hr-2">
<div class="hr-2">
<p class="obj">
<br>
To secure a challenging position where I can effectively contribute my skills as software
professional.
</p>
</div>
</div>
</div>
<div class="creds">
<span class="bio"><b>Academic Credentials</b></span>
<hr class="hr-3">
<!-- <hr class="hr-4"> -->
</div>
<div class="col">
<table style="width:550px">
<tr>
<td style="width:200px">Bachelor of Technology in Electronics and communication Engineering</td>
<td style="width:200px">National Institute of Technology, Warangal</td>
<td style="width:100px;text-align: center;">7.22</td>
<td style="width:100px;text-align: center;">May 2024</td>
</tr>
<tr>
<td style="width:200px">Intermediate (TSBIE) </td>
<td style="width:200px">Narayana Junior College, Hitech city</td>
<td style="width:100px;text-align: center;">93%</td>
<td style="width:100px;text-align: center;"> Mar 2020</td>
</tr>
<tr>
<td style="width:200px">Secondary School Leaving Certificate</td>
<td style="width:200px">VelocIITy High School,Madhaput</td>
<td style="width:100px;text-align: center;">9.7</td>
<td style="width:100px;text-align: center;">Apr 2018</td>
</tr>
</table>
</div>
<div class="tech">
<span class="technical"><b>Technical Skill</b></span>
<hr class="hr-3">
<div>
<table>
<tr>
<td style="width:150px;text-align: left;"><strong> Programming Languages </strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:200px;text-align: left;">Data Structures and Algorithms, C++</td>
</tr>
<tr>
<td style="width:150px;text-align: left;"><strong>Database</strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:200px;text-align: left;"> MySQL,SQL</td>
</tr>
<tr>
<td style="width:150px;text-align: left;"><strong>Designing Tools </strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:200px;text-align: left;">HTML, CSS, JavaScript</td>
</tr>
<tr>
<td style="width:150px;text-align: left;"><strong>Area of Interest </strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:200px;text-align: left;">Front End Development</td>
</tr>
</table>
</div>
</div>
<div class="Project">
<span class="project"><strong>Project Work</strong></span>
<hr class="hr-3">
<div>
<table>
<tr>
<td style="width:150px;text-align: left;"><strong> Title</strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:300px;text-align: left;"><strong style="text-shadow: 0.5px 0.5px rgb(28, 28, 28)">Arithmetic Calculator </strong></td>
</tr>
<tr>
<td style="width:150px;text-align: left;"><strong>Software Used</strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:300px;text-align: left;">I used Tkinter in python </td>
</tr>
<tr>
<td style="width:150px;text-align: left;"><strong> Tenure</strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:300px;text-align: left;">Mar 2022-Apr2022</td>
</tr>
<tr>
<td style="width:150px;text-align: left;"><strong>Objective</strong> </td>
<td style="width:100px;text-align: center;">:</td>
<td style="width:300px;text-align: left;"><strong style="text-shadow: 0.5px 0.5px rgb(28, 28, 28)">To design Easy to use Calculator for arithmetic Calculations using tkinter</strong></td>
</tr>
</table>
</div>
<div class="desc">
<span><b>Non-Technical skills/Interests</b></span>
<br>
<span style="line-break: anywhere;text-align: right;">I like Photography,Football,Table Tennis.
I enjoying watching movies,reading books.
</span>
</div>
</div>
</div>
</body>
</html>
<!-- flex, position , float -->