-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
65 lines (61 loc) · 2.53 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
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>S&I Framework - Contact Us</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script type="text/javascript" src="js/analytics.js" ></script>
</head>
<body>
<div class="container">
<div class="header">
<div class="navglobal">
<ul>
<li>S&I Framework Links:</li>
<li><a href="http://www.siframework.org" target="_self">Home</a></li>
<li><a href="http://wiki.siframework.org/" target="_new">Wiki</a></li>
<li><a href="http://confluence.siframework.org/x/UIBfAg" target="_new">Repository Browser</a></li>
</ul>
</div>
<div class="banner">
<a href="index.html"><img src="images/onc_si_logo.png" alt="S&I Framework" width="417" height="36" id="onc_si_logo" /></a>
</div></div>
<!-- end .header -->
<!-- begin .nav1 -->
<div class="nav1">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="whatis.html">What is the S&I Framework?</a></li>
<li><a href="getinvolved.html">How Do I Get Involved?</a></li>
<li><a href="accomplishments.html">What Have We Accomplished?</a></li>
<li><a href="implementation.html">How Do I Implement?</a></li>
<li><a href="contact.html" class="active">Contact Us</a></li>
</ul>
</div>
<!-- end .nav1 -->
<div class="banner_main">
<img src="images/banner_contact.png" alt="Contact Us" />
</div>
<!-- begin .middle -->
<div class="middle">
<!-- begin .content .nosblt (no sidebar on left) -->
<div class="content nosblt">
<h1>Contact Us</h1>
<p>We want to hear from you! Please contact us with any questions or concerns you might have or if you need additional information. </p>
<p>Please email us at: <a href="mailto:[email protected]?Subject=Contact Us Form Inquiry">[email protected]</a></p>
<p>Your email is very important to us. Please allow up to 48 hours for us to get back to you.<br />Thank you!
</p>
<p>S&I Framework Support Team</p>
</div>
<!-- end .content .nosblt -->
</div>
<!-- end .middle -->
<!-- begin .footer -->
<div class="footer">
<p> </p>
</div>
<!-- end .footer -->
</div>
<!-- end .container -->
</body>
</html>