-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (83 loc) · 3.49 KB
/
index.html
File metadata and controls
84 lines (83 loc) · 3.49 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
<!doctype html>
<html lang="en">
<head>
<title>Madhu Kumar Dadi</title>
<link rel="icon" type="image/jpg" href="images/icon.jpg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><span style="font-family: sans-serif;text-align: center;text-decoration: none;">
<b>My Home Page</b></span></li>
<li class="active"><a href="" style="color: white;">About</a></li>
<li><a href="./projects/">Projects</a></li>
<li><a href="./contact/">Contact</a></li>
</ul>
</nav>
</header>
<div class="boxed">
<h2><a name="aboutme"></a>
About <span>Me</span>
</h2>
<img src="images/profile.jpg" align=right width=145px height=145px alt="profile.jpg"/>
<p>My name is Madhu Kumar Dadi, I am a second year Undergraduate of the Department of Computer Science and Engineering, Indian Institute of Technology Kharagpur.<br/>
Working presently on different minor projects from <a href="http://github.com/">Github</a>. And also interested in Artificial Intelligence and Data Analytics.
</p>
<h2><a name="qualifications"></a>
Educational <span>Qualifications</span>
</h2>
<p>
<table border="1">
<tr><th>Qualification</th><th>Institution</th><th>Location</th><th>Grade</th><th>Completion</th></tr>
<tr><td>Intermediate</td><td>SriChaitanya Narayana</td><td>Visakhapatnam</td><td>97.3%</td><td>2014</td></tr>
<tr><td>SSC</td><td>Prasanthi Niketan High School</td><td>Anakapalle</td><td>9.8</td><td>2012</td></tr>
</table></p>
<hr>
<h2><a name="skills"></a>Technical <span>Skills</span></h2>
<ul>
<li>
<h4>
Programming Languages
</h4>
<ul>
<li>C/C++</li>
<li>Python</li>
<li>Java(Basics)</li>
</ul>
</li>
<li>
<h4>Web Tools</h4>
<ul>
<li>HTML/CSS</li>
<li>Javascript(Basics)</li>
<li>Django/Sqlite3(Basics)</li>
</ul>
</li>
</ul>
<hr/>
<h2><a name="projects"></a>Major <span>Projects</span></h2>
<ul>
<li><a href="./projects/#shield">Project S.H.I.E.L.D.</a></li>
<li><a href="./projects/#swyk">Share What You Know</a></li>
<li><a href="./projects/#easyforbeginners">Lets make it easy for beginners</a></li>
</ul>
<p>
The main aim of the above project <b>Share What You Know</b> is to make an online resourse for all the courses of Computer Science and Engineering Department in IIT Kharagpur in a user friendly manner.
</p>
<p>
And the Project <b>Lets make it easy for beginners</b> is, as in the name itself, to be a guide for all the beginners in programming.
</p>
<p>
You can know better about these projects in the <a href="./projects">projects tab</a>
</p>
<hr/>
<h2><a name="achievements"></a>My <span>Achievements</span></h2>
<ul>
<li>Secured an All India Rank 1354(Common Merit List) in JEE ADVANCED-2014.</li>
<li>Secured Andhra Pradesh State wide rank 57 in CEEP-2012.</li>
</ul>
</div>
</body>
</html>