-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
91 lines (84 loc) · 3.27 KB
/
Copy pathpeople.html
File metadata and controls
91 lines (84 loc) · 3.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="People in the Gradient Spaces Lab at Stanford."
>
<title>People | Gradient Spaces Lab</title>
<meta property="og:title" content="People | Gradient Spaces Lab">
<meta property="og:description" content="People in the Gradient Spaces Lab at Stanford.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gradientspaces.github.io/people.html">
<meta property="og:image" content="https://gradientspaces.github.io/assets/images/group-photo.jpg">
<link rel="canonical" href="https://gradientspaces.github.io/people.html">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html">Gradient Spaces</a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="site-nav" title="Open navigation">
<span class="sr-only">Menu</span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</button>
<nav class="site-nav" id="site-nav" aria-label="Main navigation">
<a href="index.html">Home</a>
<a class="active" href="people.html">People</a>
<a href="research.html">Research</a>
<a href="index.html#news">News</a>
<a href="index.html#connect">Connect</a>
</nav>
</header>
<main>
<section class="page-hero">
<div>
<p class="eyebrow">Lab</p>
<h1>People</h1>
<p class="lead">
A cross-disciplinary group learning from visual data, built environments, design practice,
and computational systems.
</p>
</div>
<img
src="assets/images/group-photo.jpg"
alt="Gradient Spaces group photo"
>
</section>
<section class="section" aria-labelledby="faculty-title">
<div class="section-heading">
<p class="section-kicker">Faculty</p>
<h2 id="faculty-title">Principal investigator</h2>
</div>
<div id="faculty-list"></div>
</section>
<section class="section" aria-labelledby="members-title">
<div class="section-heading inline-heading">
<div>
<p class="section-kicker">Members</p>
<h2 id="members-title">Current group</h2>
</div>
<a class="text-link" href="mailto:iroarmeni@stanford.edu">Join the lab</a>
</div>
<div class="people-grid" id="current-people"></div>
</section>
<section class="section" aria-labelledby="alumni-title">
<div class="section-heading">
<p class="section-kicker">Alumni & Visitors</p>
<h2 id="alumni-title">Past members</h2>
</div>
<div class="people-grid compact-people-grid" id="alumni-list"></div>
</section>
</main>
<footer class="site-footer">
<p>Gradient Spaces Research Group</p>
<p>Stanford University</p>
</footer>
<script src="data.js"></script>
<script src="script.js"></script>
</body>
</html>