Skip to content

Commit 1a4308f

Browse files
committed
added assets folder
1 parent d9cda7b commit 1a4308f

File tree

78 files changed

+2465
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2465
-0
lines changed

_site/404.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title> | Align Robust Interactive Autonomy Lab</title>
7+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
9+
<link rel="stylesheet" href="/assets/css/main.css">
10+
</head>
11+
<body>
12+
<header class="site-header">
13+
<div class="inner">
14+
<nav class="navbar">
15+
<div class="left-text">ARIA Lab</div>
16+
<ul class="nav-list">
17+
<li><a href="/">Home</a></li>
18+
<li><a href="/people">People</a></li>
19+
<li><a href="/research">Research</a></li>
20+
<li><a href="/publications">Publications</a></li>
21+
<li><a href="/videos">Videos</a></li>
22+
23+
</ul>
24+
<a href="https://www.utah.edu" class="external-link">
25+
<img src="/assets/images/banner.png" alt="External Link" class="external-link-image">
26+
</a>
27+
</nav>
28+
</div>
29+
</header>
30+
31+
<div class="container">
32+
<style type="text/css" media="screen">
33+
.container {
34+
margin: 10px auto;
35+
max-width: 600px;
36+
text-align: center;
37+
}
38+
h1 {
39+
margin: 30px 0;
40+
font-size: 4em;
41+
line-height: 1;
42+
letter-spacing: -1px;
43+
}
44+
</style>
45+
46+
<div class="container">
47+
<h1>404</h1>
48+
49+
<p><strong>Page not found :(</strong></p>
50+
<p>The requested page could not be found.</p>
51+
</div>
52+
53+
</div>
54+
<footer class="site-footer">
55+
<div class="wrapper">
56+
<p>&copy; 2024 ARIA Lab. Powered by<a href="https://jekyllrb.com/" rel="follow"> Jekyll.</a></p>
57+
</div>
58+
</footer>
59+
</body>
60+
</html>
21.7 KB
Loading
58.7 KB
Loading
86.8 KB
Loading
55.5 KB
Loading
80.7 KB
Loading
65.9 KB
Loading
81.1 KB
Loading
9.15 KB
Loading
230 KB
Loading

0 commit comments

Comments
 (0)