-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (99 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adnan's Web</title>
<style>
body{
background-color:aliceblue;
}
img {
height: 150px;
}
hr{
background-color: lightgoldenrodyellow;
border-style: none;
}
</style>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="image.png" alt="image thi bhai/behen">
</td>
<td>
<h1>Mohammed Adnan</h1>
<p>
<em>Student at <strong><a href="https://bvrit.ac.in">BVRIT,Narsapur</a></strong></em>
</p>
<h3><strong>Objective</strong></h3>
<p>
An undergraduate looking for an entry-level position in field of information Technology and contribute
to the development of the organisation while upgrading my skill set.
</p>
</td>
</tr>
</table>
<hr>
<h3>
<strong>EDUCATION</strong>
</h3>
<table cellspacing= "15">
<tr>
<th><strong>Course</strong></th>
<th><strong>Year</strong></th>
<th><strong>Institute</strong></th>
<th><strong>Result</strong></th>
</tr>
<tr>
<td>B.Tech in Computer Science and Engineering</td>
<td>2019-2023</td>
<td>B.V Raju Institute of Technology,Narsapur</td>
<td>8.55(CGPA)</td>
</tr>
<tr>
<td>12th Grade</td>
<td>2017-2019</td>
<td>Shree Akshaya Jr. College,Sangareddy</td>
<td>97.6%</td>
</tr>
<tr>
<td>10th Grade</td>
<td>2017</td>
<td>Karuna High School, Sangareddy</td>
<td>9.3(CGPA)</td>
</tr>
</table>
<hr>
<h3>
<strong>
TECHNICAL SKILLS
</strong>
</h3>
<ul>
<li>Algorithms and Data Structures,Android App Development,SQL</li>
<li>Programming Language : Java</li>
<li>Also familiar with C,xml,HTML</li>
</ul>
<hr>
<h3><strong>ACHIEVEMENTS</strong></h3>
<ul>
<li>3⭐ @ CodeChef</li>
<li>Completed Algorithm Toolbox in Coursera</li>
<li>Won a 3rd Price in an Hackathon conducted by our college</li>
</ul>
<hr>
<h3><strong>PROJECTS</strong></h3>
<ul>
<li><a href="https://github.com/adnan1515/Easy-Attendance">Easy Attendance</a></li>
<ul>
<li>A simple android app that has CRUD operations to save,update and retrive attendance data</li>
<li>The data can also be formatted to xls file using HSSFWorkbook</li>
</ul>
</ul>
<a href="contact.html">Contact Details</a>
</body>
</html>