forked from ACM-NITK/ACM-Web-Dev-FIG-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ACM Assignment.html
53 lines (49 loc) · 1.23 KB
/
ACM 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
<html>
<head>
<title>ACM Assignment
</title>
<style>
div {
text-align: center;
}
h1 {
color: blue;
}
p {
color: red;
font-size: 25px;
}
ul {
color: red;
font-size: 25px;
}
h2 {
color: brown;
}
</style>
</head>
<body>
<div>
<marquee><h1><b><u><i>HARSH AGARWAL</h1></b></u></marquee></i>
<h2>ABOUT ME</h2>
<ul>
<li>I am a first year student at National Institute of Technology Karnataka, Surathkal<br></li>
<li>I have completed my schooling from K.V. no. 2 Delhi Cantt. </li>
</ul>
<h2>CODING SKILLS</h2>
<ul>
<li>C
<li>C++ (learning stage)</li>
<li>Python 3 (learning stage) </li>
</ul>
<h2>HOBBIES</h2>
<p>I like to solve puzzles, sudoku and rubik's cube.
Also, I like to play carrom and watch movies in my spare time.</p>
<h2>CONTACT DETAILS</h2>
<ul>
<li>E-mail : <a href=""></a>[email protected]</li>
<li>Mobile : 9582885426</li>
</ul>
</div>
</body>
</html>