-
Notifications
You must be signed in to change notification settings - Fork 1
/
product.html
122 lines (105 loc) · 6.4 KB
/
product.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
114
115
116
117
118
119
120
121
122
<!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" href="normalize.min.css">
<link rel="stylesheet" type="text/css" href="main.css" media="screen, handheld" />
<link rel="stylesheet" type="text/css" href="enhanced.css" media="screen and (min-width: 40.5em)" />
<!--[if (lt IE 9)&(!IEMobile)]>
<link rel="stylesheet" type="text/css" href="enhanced.css" />
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<!-- This code was built with Initalizr & Bootstrap -->
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title"><img src="images/uthecentericon.png" alt="U" title="U"/>The Center</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li class="current"><a href="#">Demo</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<!-- Content -->
<div class="hero-unit">
<h1><span class="block">Whatever you want to do. <br />Whatever field sparks your passion.</span></h1> <br/>
<div id="floater"> We are building a central, collaborative suite to bring everyone together. Majoring in Engineering, but love writing screenplays? We are here for you. </div>
<p><a class="btn btn-primary btn-large" href="mailto:[email protected]?Subject=UTC%20Application">Join Our Team »</a></p>
</div>
<div id="callout"><em>Focused on Education. Determined to make a difference.</em></div>
<div id="article">
<div class="section">
<img src="images/collaboration.png" alt="Collaboration" title="Collaboration" />
<h2>Collaboration</h2>
<p>Projects can be uploaded to students' portfolios and worked on and expanded upon by other students.</p>
</div>
<div class="section">
<img src="images/connections.png" alt="Connections" title="Connections" />
<h2>Connection</h2>
<p>Students create connections with others to expand research on projects, collaborate on new opportunities.</p>
</div>
<div class="section">
<img src="images/evolvingportfolio.png" alt="Portfolio" title="Portfolio" />
<h2>Evolving Portfolio</h2>
<p>Students can create online portfolios to showcase projects and works in progress as well as receive feedback and critiques to reach ideal resolutions.</p>
</div>
<div class="section">
<img src="images/community.png" alt="Community" title="Community" />
<h2>Community</h2>
<p>U TheCenter gives students an online community to collaborate on projects, network and create new connections, access research opportunities, and a source for advice from faculty and peers.</p>
</div>
</div>
<!-- Begin Examples -->
<div class="row">
<div class="span">
<h2>Campus Connect</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<!-- Coming Soon <p><a class="btn" href="#">View details »</a></p> -->
</div>
<div class="span">
<h2>Ideas Board</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<!-- Coming Soon <p><a class="btn" href="#">View details »</a></p> -->
</div>
<div class="span">
<h2>Share or Publish</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<!-- Coming Soon <p><a class="btn" href="#">View details »</a></p> -->
</div>
</div>
<!-- End Examples -->
</div>
<!-- #main -->
</div>
<!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
<p id="copyright">U The Center 2012</p>
</footer>
</div>
</body>
</html>