-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·84 lines (77 loc) · 2.81 KB
/
index.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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Walter Goodwin</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar">
<img src="images/avatar.jpg" alt="" /></a>
<h1>
<p style="margin: 0; padding: 0"><strong>Walter Goodwin</strong></p>
<p style="margin: 0; padding: 0">AI and Robotics</p>
<p style="margin: 0; padding: 0">PhD Student at Oxford University</p>
<p style="margin: 0; padding: 0">Working in the <a href="https://ori.ox.ac.uk/">Oxford Robotics Institute</a></p>
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>About<br />
</h2>
</header>
<p>Coming soon
</p>
</section>
<!-- Two -->
<section id="two">
<h2>Body Swap</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="pages/body_swap.html" class="image fit thumb"><img src="images/bttrfly.png" alt=""/></a>
<h3>Work on transferring skills between different embodiments</h3>
</article>
</div>
<!--
<ul class="actions">
<li><a href="#" class="button">All Posts</a></li>
</ul>
<-->
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/walter-goodwin-291194115/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/bibbygoodwin" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/goodwin_ml" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="mailto: [email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>