forked from ACM-NITK/ACM-Web-Dev-FIG-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment.html
60 lines (53 loc) · 1.62 KB
/
assignment.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
<html>
<head>
<title>Animesh Anand
</title>
<style>
div {
text-align: center;
}
h1 {
color: slateblue;
}
p {
color: brown;
font-size: 20px;
}
ul {
color: brown;
font-size: 20px;
}
h2 {
color: red;
}
</style>
</head>
<body>
<div>
<h1>ANIMESH ANAND</h1>
<h2>ABOUT</h2>
<p>I am a freshman Studying at National Institute of Technology-Karnataka, Surathkal.<br></p>
<p>I have completed my schooling from DAV Public School, Patna. Right now, I am exploring the fields of web
development, machine learning and competitive programming.</p>
<h2>TECHNICAL SKILLS</h2>
<ul>
<li>C, Python(in learning stage)</li>
</ul>
<h2>HOBBIES</h2>
<p>I like to read novels and I am a fan of Dan Brown. My favourite book is 'The Alchemist' written by Paulo
Coelho.
Also, I like to watch movies in my spare time.</p>
<h2>ACHIEVEMENTS</h2>
<ul>
<li>Qualified for 2nd round in Hardwire conducted by ACM-NITK</li>
<li>Qualified for 2nd round in Trade-off conducted by Tronix Committee, and Chemical Breakdown by Reflux
Committee during Engineer Fest-2018, the annual tech fest by NITK, Surathkal.</li>
</ul>
<h2>CONTACT DETAILS</h2>
<ul>
<li>E-mail : <a href=""></a>[email protected]</li>
<li>Phone no. : 7739908148</li>
</ul>
</div>
</body>
</html>