-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (29 loc) · 680 Bytes
/
index.html
File metadata and controls
48 lines (29 loc) · 680 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<p>
About me:
My name is Jordan Allspaw
</p>
<p>
I currently attend the University of Massachusetts, Lowell under Professor Holly Yanco.
I work in the Umass lowell robotics lab, website accessible HERE
I also am currently doing work at MIT
You can access my CV HERE
</p>
<p>
About Me:
Research Activities:
CV:
Links to roboticslab
</p>
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>