-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobbies.html
87 lines (68 loc) · 3.71 KB
/
hobbies.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="css/mycss.css" type="text/css" />
<title>Sandeep Dasgupta</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div id="headwrapper">
<!--Header-->
<div id="header">
<div id="maincontent">
<div id="twocolleft">
<div id="name">Sandeep Dasgupta </div>
<div id="affiliation">PhD, Computer Science</div>
</div>
<div id="twocolright">
<img id="logo" width=239px src="logo/l1.gif">
</div>
</div>
<div id="navi"> <a href="index.html"><div id="on">Home</div></a>
<a href="Resume/Resume_Job.pdf"><div id="on">Resume</div></a>
<a href="publication.html"><div id="on">Publication</div></a>
<a href="projects.html"><div id="on">Projects</div></a>
<a href="industry.html"><div id="on">Industry</div></a>
<a href="https://sdasgup3.github.io/"><div id="on">Blog</div></a>
<a href="hobbies.html"><div id="on">Hobbies</div></a>
</div>
</div>
<!--end Header-->
</div>
<div id="outerwrapper_bb">
<div id="maincontent">
<div id="onecol">
<div id="subheader">My Hobbies</div>
<div id="content">
<ul>
<li>At the moment I am actively learning "Kuk Sool Won", a Korean martial arts system, which involves systematic study of all traditional fighting arts. This incorporates physical exercise, as well as mental development and traditional weapons training.</li>
<li><p>I am also fond of Dancing and Coreography, preferably on Bollywood Beats. Have a look</p></li>
<ul>
<li><a href="https://www.youtube.com/watch?v=jx-HcAEbJaw&feature=youtu.be">Group@UIUC Durga Puja 2016</a></li>
<li><a href="https://www.youtube.com/watch?v=PfqsE7sajm8&feature=youtu.be">Group@UIUC Tagore Festival 2016</a></li>
<li><a href="https://www.youtube.com/watch?v=XG6ViBPG7yE">Solo@UIUC New Year Festival 2015</a></li>
<li><a href="https://www.youtube.com/watch?v=axtd9SXbtYA">Solo@Intel Dance competition Practice 2012</a></li>
<li><a href="https://www.youtube.com/watch?v=F8xdb7LkSrw">Solo@IIT Kanpur, Hall Festival 2011</a></li>
</ul>
<li><p>I have spent considerable amount of time playing Table Tennis with excellent players, so ping pong comes natural to me.</p></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<strong>sdasgup3 [at] illinois [dot] edu</strong> <br \>
<a href="https://www.linkedin.com/in/sdasgup3"><mark><strong>Linkedin</strong></mark></a> <a href="https://github.com/sdasgup3/"><mark><strong>Github</strong></mark></a> <br \>
<br \>
Office: Room-4333, Thomas M. Siebel, 201 N Goodwin Ave, Urbana, IL 61801, USA
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53643295-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>