-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
63 lines (53 loc) · 1.87 KB
/
contact.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
<!--#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><a href="about.html">About</a></li>
<li class="active"><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>Contact us</h2>
<div class="row">
<div class="span8">
<h4>Grappa Project</h4>
AC 101, Box 352350<br />
185 Stevens Way<br />
Seattle, WA 98195<br />
<!-- Email link -->
<script type="text/javascript">
//<![CDATA[
<!--
var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" +
"=48){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" +
".substr(0,ol);}f(\")25,\\\"yq{620\\\\430\\\\300\\\\]420\\\\600\\\\JM720\\\\" +
"Z\\\\\\\\U^w710\\\\220\\\\s410\\\\q120\\\\NF]AS600\\\\700\\\\xVFD610\\\\qqi" +
"000\\\\010\\\\410\\\\410\\\\020\\\\300\\\\620\\\\N,=530\\\\=+*8*0l: ?;0=m22" +
"0\\\\p*.8!h&zgl-.$4VLJ220\\\\OT\\\\\\\\UBUZP\\\"(f};o nruter};))++y(^)i(tAe" +
"doCrahc.x(edoCrahCmorf.gnirtS=+o;721=%y;i=+y)25==i(fi{)++i;l<i;0=i(rof;htgn" +
"el.x=l,\\\"\\\"=o,i rav{)y,x(f noitcnuf\")" ;
while(x=eval(x));
//-->
//]]>
</script>
</div>
</div>
<hr>
<footer>
<p>© University of Washington CSE 2012</p>
</footer>
</div> <!-- /container -->
<!--#include virtual="footer.inc" -->