-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
42 lines (39 loc) · 1.51 KB
/
resources.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link href="css/fonts.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/gvl-dark.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/gvl-dark.svg">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/gvl-dark.svg">
<link rel="manifest" href="/site.webmanifest">
<title> USC Geometry, Vision, and Learning Lab </title>
</head>
<body>
<header id="header" style="display:flex; justify-content: space-between; padding-left:10px;padding-right:10px;">
<a href="index.html"><img style="width: 35px;height:35px;" src="assets/gvl.svg" /></a>
<div style="width: calc(var(--width1)/2); display:flex; justify-content: space-between;">
<a href="index.html">Home</a>
<a href="lab.html">Lab</a>
<a href="research.html">Research</a>
<a href="resources.html" style="color:var(--red1);font-weight: 600;">Resources</a>
<a href="contact.html">Contact</a>
</div>
</header>
<div class="section" id="lab" style="padding: 50px 30px 10px 30px;">
<h1>Resources</h1>
We will add resources as they become available. Stay tuned!
<!-- <h2>Talks</h2>
<ul>
<li></li>
</ul>
<h2>Tools</h2>
<ul>
<li></li>
</ul> -->
</div>
<script>
</script>
</body>
</html>