-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
executable file
·69 lines (55 loc) · 2.33 KB
/
home.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
<!DOCTYPE html>
<HTML>
<HEAD>
<link rel='stylesheet' type='text/css' href='stylesheet.css'/>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<div class="container">
<header>
<!--<div id="cf">
<img class="bottom" src="background1.png" />
<img class="top" src="background.png" />
</div>-->
<img src="images/background1.png" alt="background" style="width:100%;height:245px;" />
</header>
<nav>
<ul class="tab">
<li><a href="home.html">Home</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="area.html">Area of Interest</a></li>
<li><a href="work.html">Work Experience</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<!--<ul class="tab">
<li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'London')">Home</a></li>
<li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'Paris')">Paris</a></li>
<li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</a></li>
</ul> -->
<aside>
<img src="images/anindya-prodhan.jpg" alt="Profile Pic" style="width:171px;height:228px;"/>
<h1 style="text-align:center;">Md Anindya Tahsin Prodhan</h1>
</aside>
<article>
<a name="home"><h2>Biographical sketch</h2></a>
<P>
I am a <A HREF="https://www.cs.virginia.edu/">Computer Science</A> phd candidate at University of Virginia. Currently I am working with Professor <A HREF="http://www.cs.virginia.edu/~grimshaw/"> Andrew Grimshaw</A> on Campus Compute Cooperative (CCC) project.
<P>
I have completed my B.Sc and M.Sc Engineering from the CSE department of Bangladesh University of Engineering and Technology and have been working as an Assistant Professor (On leave) in the <A HREF="https://cse.buet.ac.bd/">CSE Department</A> at <A HREF="https://www.buet.ac.bd/">Bangladesh University of Engineering and Technology</A>.
</article>
<footer>
<HR>
<A HREF="http://www.virginia.edu/">Go to the University of Virginia home page</A>
<BR><BR>
<A HREF="http://www.itc.virginia.edu/desktop/web">Learn more about web page design at UVa</A>
<P>
<I>Maintained by <A HREF="mailto:[email protected]">[email protected]</A>
<BR>
Last Modified: Jan 24, 2016
</I>
</footer>
</BODY>
</HTML>