-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
108 lines (86 loc) · 2.58 KB
/
about.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!--#include virtual="header.inc" -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html">Grappa</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- <li><a href="#download">Download</a></li> -->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<h2>About Grappa</h2>
<div class="row">
<div class="span8">
<p>Grappa is a collaboration between
the <a href="http://sampa.cs.washington.edu">Sampa Group</a> at the
University of Washington and
the <a href="http://cass-mt.pnnl.gov">Center for Adaptive
Supercomputing Software</a> at Pacific Northwest National
Laboratory.</p>
</div>
</div>
<h2>People</h2>
<div class="row">
<div class="span2" align="center">
<img src="images/nelson.jpg" height="100">
<h3>Jacob Nelson</h3>
UW CSE grad student
</div>
<div class="span2" align="center">
<img src="images/myers.jpg" height="100">
<h3>Brandon Myers</h3>
UW CSE grad student
</div>
<div class="span2" align="center">
<img src="images/holt.jpg" height="100">
<h3>Brandon Holt</h3>
UW CSE grad student
</div>
</div>
<div class="row">
<div class="span2" align="center">
<img src="images/kahan.jpg" height="100">
<h3>Simon Kahan</h3>
Co-PI, PNNL
</div>
<div class="span2" align="center">
<img src="images/briggs.jpg" height="100">
<h3>Preston Briggs</h3>
UW CSE affiliate faculty
</div>
</div>
<div class="row">
<div class="span2" align="center">
<img src="images/ceze.jpg" height="100">
<h3>Luis Ceze</h3>
Co-PI, UW CSE professor
</div>
<div class="span2" align="center">
<img src="images/ebeling.jpg" height="100">
<h3>Carl Ebeling</h3>
UW CSE professor
</div>
<div class="span2" align="center">
<img src="images/oskin.jpg" height="100">
<h3>Mark Oskin</h3>
UW CSE professor
</div>
</div>
<hr>
<footer>
<p>© University of Washington CSE 2012</p>
</footer>
</div> <!-- /container -->
<!--#include virtual="footer.inc" -->