forked from Jadiker/dreu-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_mentor.html
26 lines (26 loc) · 1.08 KB
/
about_mentor.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
<!DOCTYPE html>
<html>
<head>
<link href="nav_bar.css" rel="stylesheet">
<link href="page.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<title>
London DREU Website
</title>
<ul id="navbar">
<li><a href="index.html">Homepage</a></li>
<li><a href="about_me.html">About Me</a></li>
<li><a href="about_mentor.html">About My Mentor</a></li>
<li><a href="journal.html">Journal</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="final_report.html">Final Report</a></li>
</ul>
</head>
<body id="page">
<h1>About My Mentor</h1>
<p>My mentor is <b>Professor Maria Gini</b>.</p>
<img src="http://www-users.cs.umn.edu/~gini/photo.jpg">
<p>Her areas of interest include Artificial Intelligence, Robotics, and Intelligent Agents.</p>
<p>You can find her website <a href="http://www-users.cs.umn.edu/~gini/" target="_blank">here</a>.</p>
</body>
</html>