-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
92 lines (78 loc) · 2.65 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
<!DOCTYPE html>
<html>
<head>
<title>blehbleh</title>
<link rel="stylesheet" type="text/css" href="page.css">
</head>
<body>
<h1 id="head">Abhimanyu Shekhawat</h1>
<div id="main_div">
<div id="pic_div">
<img src="pro_pic.jpg" width="99.9%" height="600px" id="img">
</div>
<div id="content">
<div id="div1">
<h2 class="head1"><u>About me</u></h5>
<p id="p1">
I am a tech enthusiast and a defence aspirant, who works on wide range of stuff. But weapon of my choice is android, not just simple android app development, but also android custom firmware compilations, making tweaks,et cetra et cetra. <br> <br>
<u>Some of my works from past includes:-</u>
<ul id="ul1">
<li> Candy six rom for Condor(Moto e).</li>
<li> offical Blisspop rom for Otus and Condor.</li>
<li> Some random desktop apps.</li>
<li> Some random android apps (with a lot of null pointers ;_;).</li>
<li> Currently working on CodeDocs android app and a decent time table management app.</li>
</ul>
</p>
</div>
<div id="div2">
<h2 class="head2"><u>SOME DETAILS</u></h5>
<p id="p2">I have decent knowledge of the following:-<br></p>
<ul id="languages-list">
<li> Java</li>
<li> Kotlin</li>
<li> MysSql</li>
<li> SQLite</li>
<li> C</li>
</ul>
</div>
<div id="div3">
<h2 class="head1"><u>Some stats</u></h5>
<table style="padding:0 30px 0 30px;">
<tr style="font-size: 20px;">
<th><b><u>Exam</u></b></th>
<th><b><u>Score</u></b></th>
</tr>
<tr>
<th>First year</th>
<th> 72.7%</th>
</tr>
<tr>
<th>12 <sup>th</sup> Board</th>
<th> 81.6%</th>
</tr>
<tr>
<th>10 <sup>th</sup> Board</th>
<th> 9.2 CGPA</th>
</tr>
</table>
</div>
<div id="div4">
<h2 class="head2"><u>Some Links</u></h5>
<table style="padding:0 40px 0 40px;" cellspacing="20px">
<tr>
<th > <a href="https://github.com/Abhimanyu121"><img src="git.jpg", width="50px" ,height="50px"></a></th>
<th > <a href="https://www.facebook.com/abhimanyu.shekhawat2"><img src="fb.jpg", width="50px" ,height="50px"></a></th>
<th > <a href="https://basketbuild.com/devs/Abhimanyu121"><img src="bb.jpg", width="50px" ,height="50px"></a></th>
</tr>
</table>
</div>
</div>
</div>
<hr width="100%" color="white">
<footer>
<p style="color: white;">Posted by: Abhimanyu shekhawat2</p>
<p style="color: white; ">Contact information: <a href="mailto:[email protected]">[email protected]</a>.</p>
</footer>
</body>
</html>