-
Notifications
You must be signed in to change notification settings - Fork 1
/
innovators.html
106 lines (91 loc) · 4.55 KB
/
innovators.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
<!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 class="current"><a href="innovators.html">Innovators</a></li>
<!--<li><a href="product.html">Demo</a></li>-->
<li><a href="contactus.html">Beta</a></li>
</ul>
</nav>
</header>
<div class="hero-unit">
<h1><span class="block">We work hard as a team.<br /> So you can find a similar calling. </span></h1> <br/>
<div class="floater"> </div>
</div>
<div class="row-fluid">
<div class="span12 featurette center">
<p>Founded in 2012, U The Center strives to create educational tools that allow students to build professional profiles through online collaboration.</p>
<hr>
</div>
</div>
<div class="row-fluid">
<div class="span4 center">
<img src="assets/images/meady.jpg" alt="Monte Eady" title="Monte Eady" />
<h2>Monte Eady</h2><h4>Founder</h4>
</div>
<div class="span4 center">
<img src="assets/images/nkluth.jpg" alt="Nathan Kluth" title="Nathan Kluth" />
<h2>Nathan Kluth</h2><h4>Developer</h4>
</div>
<div class="span4 center">
<img src="assets/images/nspaeth.jpg" alt="Nathan Spaeth" title="Nathan Spaeth" />
<h2>Nathan Spaeth</h2><h4>Developer</h4>
</div>
</div>
<div class="row-fluid callout">
<div class="span10 offset1">
<p>U the center wants to give you something to be proud of. We offer a way to build a portfolio while connecting and engaging with other students and professionals on your campus. Our mission is to connect people, create partnerships, inspire new knowledge and foster lifelong learning.</p>
<h3>Not another LMS:</h3>
<p>U the Center is not another LMS. We're not going to be an integral part of your classes, or a place for your professors to post their Powerpoint slides. We're not Desire 2 Learn, Blackboard, or LORE. We're different. This is the next step in the evolution of networking. U the Center isn't a place for your homework. It's a place for you to create new work at home. We're here for the millions of students that have ideas and no platform to make those ideas reality.</p>
</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="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</footer>
</body>
</html>