-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactus.html
113 lines (101 loc) · 4.38 KB
/
contactus.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
109
110
111
112
113
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>U The Center</title>
<meta name="description" content="U The Center. Collaboration and Connection between Students.">
<meta name="keywords" content="U The Center, Collaboration, College" />
<meta name="author" content="U The Center" />
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="assets/css/vendor/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico" >
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35621497-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<br>
<header class="row-fluid">
<div class="title span5">
<img src="assets/images/uthecentericon.png" alt="U The Center" title="U The Center"/>
</div>
<nav class="span7">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="innovators.html">Innovators</a></li>
<!--<li><a href="product.html">Demo</a></li>-->
<li class="current"><a href="contactus.html">Beta</a></li>
</ul>
</nav>
</header>
<div class="hero-unit">
<h1><span class="block">Get in on the action.<br /> Fill out the form for a beta invite. </span></h1> <br/>
<div class="floater"> </div>
</div>
<div class="row-fluid">
<div class="content span12">
<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFFvXzJaUnk3VmRMOExGZi0zMnNlZ0E6MQ">Loading...</iframe>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<div class="row-fluid">
<div class="span4">
<img src="assets/images/campusconnects_icon.png" alt="Campus Connects" Title="Campus Connects"/>
</div>
<div class="span8">
</p>Find new friends and stay in touch with your old ones. <strong>Campus Connections</strong> allows you to manage your connections by what you have done together.</p>
</div>
</div>
</div>
<div class="span4">
<div class="row-fluid">
<div class="span4">
<img src="assets/images/ideaboard_icon.png" alt="Idea Board" Title="Idea Board"/>
</div>
<div class="span8">
<p>Keep up with your favorite works in progress. The <strong>Ideas Board</strong> is where your projects live and grow. </p>
</div>
</div>
</div>
<div class="span4">
<div class="row-fluid">
<div class="span4">
<img src="assets/images/forum_icon.png" alt="Forum" Title="Forum" />
</div>
<div class="span8">
<p>Start a conversation. Ask questions and share your experiences across all areas. The <strong>Forum</strong> is driven by you. Tag your posts to begin organizing ideas. </p>
</div>
</div>
</div>
</div>
</div>
<footer class="row-fluid">
<div class="container">
<ul class="span3">
<li href="http://www.twitter.com/uthecenter/"><img src="assets/images/twitter.png" alt="Twitter" title="Twitter" class="social"/></li>
<li href="http://www.facebook.com/uthecenter/"><img src="assets/images/facebook.png" alt="Facebook" title="Facebook" class="social"/></li>
<li href="http://uthecenter.tumblr.com/"><img src="assets/images/tumblricon.png" alt="Tumblr" title="Tumblr" class="social"/></li>
</ul>
<ul class="span4 offset5">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="product.html">Product</a></li> -->
<li><a href="innovators.html">Innovators</a></li>
</ul>
</div>
</footer>
</body>
</html>