-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (56 loc) · 2.82 KB
/
Copy pathindex.html
File metadata and controls
64 lines (56 loc) · 2.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DIVA Lab @ Drexel University</title>
<meta charset="utf-8">
<meta name="title" content="DIVA Lab @ Drexel University" />
<meta name="description" content="The Digital Intelligent Virtual Agents (DIVA) Lab conducts research on virtual assistants, agents, and avatars." />
<meta name="theme-color" content="#fec500" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/grids-responsive-min.css"/>
<!-- putting these lower so they can override -->
<link rel="stylesheet" href="/style/global.css">
<link rel="stylesheet" href="/style/index.css">
</head>
<body>
<navbar>
<span class="hide-mobile">Digital Intelligent Virtual Agents Lab</span>
<nav class="nav-links">
<a href="/">home</a>
<a href="/news">news</a>
<a href="/research">research</a>
<a href="/team">team</a>
</nav>
</navbar>
<section id="home" class="pure-g">
<div class="pure-u-1-24"> <!-- Formatting div--> </div>
<div class="pure-u-md-1-3">
<h1>DIVA</h1>
<p id="splashtext">
The Digital Intelligent Virtual Agents (DIVA) Lab is part of the <a href="https://drexel.edu/cci/" target="_blank">College of Computing and Informatics</a> at Drexel University. We conduct research on human-computer interactions and extended reality, with a focus on virtual avatars and agents.
<br><br>
Under the leadership of Dr. Tiffany D. Do, our lab conducts research on virtual agents and avatars. We investigate how users interact with these technologies and explore how human-centered AI can drive innovation in the digital age.
</p>
</div>
<div class="pure-u-1-4"> <!-- Formatting div--> </div>
<div id="logo" class="pure-u-1-3">
<img src="assets/miku_logo.svg">
<!-- <img src="assets/halftone_miku_blue.png">
<img src="assets/halftone_miku_green.png" style="opacity: 30%;">
<img src="assets/halftone_miku_red.png" style="opacity: 30%;"> -->
</div>
<div class="pure-u-1-24"> <!-- Formatting div--> </div>
</section>
<!--
<div class="unit dreary block-20" id="visual">
<img src="/assets/dummy.png" alt="A big rat sitting on a person's leg." draggable="false">
<p>(6.4.24) Image Caption Goes here</p>
</div>
-->
<footer style="height: 0px;"></footer>
<script async defer>
console.log("vish was here\n:)")
</script>
</body>
</html>