Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slightly more usable templates now. Also fixed a minor margin issue.
  • Loading branch information
ejr06006 committed Apr 9, 2012
1 parent 918f0c0 commit c98e251
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
2 changes: 2 additions & 0 deletions Static HTML/css/application.css
Expand Up @@ -396,6 +396,8 @@ div.featurebox {
background-color: #3f3f4d; background-color: #3f3f4d;
} }


.entry-content { margin-bottom: 2em;}

.featurebox h2 a, .featurebox h2 a:visited { color: #ffffff; } .featurebox h2 a, .featurebox h2 a:visited { color: #ffffff; }
/* =Responsive Structure for narrow screens /* =Responsive Structure for narrow screens
* to keep min width and sidebar * to keep min width and sidebar
Expand Down
35 changes: 13 additions & 22 deletions Static HTML/page.html
Expand Up @@ -81,29 +81,20 @@


<!-- Main Content --> <!-- Main Content -->
<div id="main"> <div id="main">
<div id="hero"> <div id="primary">
<div class="top"> <div id="content" role="main">
<div class="left"> <article>
<h2>UConn Thing</h2>
<p><span id="catchphrase">Tagline.</span></p>
<h3 class="tagline">Access from anywhere, etc.</h3>
</p></div>

<div class="right">
<p>You can have content over here too!</p>
</div>
</div>
</div>


<div class="second"> <!-- START: YOUR CONTENT HERE -->
<div class="bottom left clear"> <h1 class="entry-title">About</h1>
<h2>What is UConn Thing?</h2>
<p>UConn Thing is the latest and greatest service from the University. It's awesome.</p> <div class="entry-content">
</div> <p><strong class="headline">What is the UConn vPC?</strong></p>

<p>UConn vPC is a collaborative IT project between the UConn <a href="http://www.business.uconn.edu/" target="_blank">School of Business</a>, <a href="http://www.engr.uconn.edu/">School of Engineering</a>, and <a href="http://lib.uconn.edu/" target="_blank">University Libraries</a>. This project has delivered virtual desktops to UConn students since the Fall 2011 semester. Students have access to UConn licensed applications from their PCs, Macs, and mobile devices from anywhere in the world where they have Internet access.</p>
<div class="bottom right"> </div>
<h2>How do I use it?</h2> <!-- END: YOUR CONTENT HERE -->
<p>Great question!</p>
</article>
</div> </div>
</div> </div>
</div> </div>
Expand Down

0 comments on commit c98e251

Please sign in to comment.