Campustream 1.0
A social network MQP for WPI
|
00001 <!DOCTYPE html> 00002 <html lang="en"> 00003 <head> 00004 <title>Campustream</title> 00005 00006 <link href="http://fonts.googleapis.com/css?family=Lobster:regular&subset=latin" rel="stylesheet" type="text/css" > 00007 <link type="text/css" rel="stylesheet" href="/css/reset.css" /> 00008 <link type="text/css" rel="stylesheet" href="/css/index_unauth.css" /> 00009 </head> 00010 <body> 00011 <div id="header-wrap"> 00012 <div id="header"> 00013 <div id="title"> 00014 <h1>Campustream</h1> 00015 <h2>Connecting you to your campus</h2> 00016 </div> 00017 <div id="register-box"> 00018 <input class="fancy-button-blue" type="button" value="Join Now" onclick="window.location.href='/register'" /> 00019 <p>Already registered? <a href="/login">Login.</a></p> 00020 </div> 00021 <div style="clear:both"></div> 00022 </div> 00023 </div> 00024 00025 <div id="content"> 00026 <table> 00027 <tr> 00028 <td> 00029 <img src="/images/homepage1.png" /> 00030 <p>Public and friend streams show you what's happening right <b>now</b>.</p> 00031 </td> 00032 <td> 00033 <img src="/images/homepage2.png" /> 00034 <p>Collaborate with your peers, ask questions, and get answers.</p> 00035 </td> 00036 <td> 00037 <img src="/images/homepage3.png" /> 00038 <p>Connect both your Facebook and Twitter social stream.</p> 00039 </td> 00040 </tr> 00041 </table> 00042 </div> 00043 00044 <div class="more-content-wrap"> 00045 <div class="content-wrap"> 00046 <div id="android-image"> 00047 <img src="/images/android.jpg" alt="Android" /> 00048 </div> 00049 <div id="android-content"> 00050 <h1>Dedicated Android App</h1> 00051 <p>For those of you with an Android phone, we have a fully-featured app that you can use to interact with Campustream. Scan the barcode or search for Campustream in the Android Market to install and use.</p> 00052 </div> 00053 <div id="android-barcode"> 00054 <img src="/images/QRCode.png" alt="barcode" /> 00055 </div> 00056 <div style="clear:both"></div> 00057 </div> 00058 </div> 00059 00060 <div id="footer"> 00061 <p>© <?=date('Y')?> Campustream - Powered by Hub</p> 00062 </div> 00063 </body> 00064 </html>