Initial mockup/code for new index with large sections.

This commit is contained in:
Victoria Wang 2014-04-26 10:24:56 -05:00
parent cb9a9c4c58
commit 725539b867
4 changed files with 67 additions and 39 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 KiB

View file

@ -743,3 +743,28 @@ a.tag:hover {
.title-with-badge span {
float: left;
}
.section.featured-Websites {
background:#65A0AD;
}
.section.featured-Websites h2 {
color: white;
}
.section {
padding: 50px 10%;
margin: 0 auto;
}
.section.previews {
background: #f6f0e6;
}
.section.previews h2, .section.previews p {
color: #31424B;
}
.section h2 {
font-size: 1.6em;
}
.section.last {
background: #666666;
}
.section.last h2, .section.last blockquote {
color: white;
}

File diff suppressed because one or more lines are too long

View file

@ -178,11 +178,26 @@
</header>
<main class="content-Base">
<main class="content-Base" style="background: #666">
<div class="content">
<div class="section previews">
<div class="preview">
<h2>Follow websites to watch their updates</h2>
<p>Fate. It protects fools, little children, and ships named "Enterprise." I'll be sure to note that in my log. That might've been one of the shortest assignments in the history of Starfleet. Damage report!</p>
</div>
<section class="featured-Websites clearfix">
<div class="preview right">
<h2>Comment on and tip websites you like</h2>
<p>Fate. It protects fools, little children, and ships named "Enterprise." I'll be sure to note that in my log. That might've been one of the shortest assignments in the history of Starfleet. Damage report!</p>
</div>
<div class="preview">
<h2>Discover new sites related to your interests</h2>
<p>Fate. It protects fools, little children, and ships named "Enterprise." I'll be sure to note that in my log. That might've been one of the shortest assignments in the history of Starfleet. Damage report!</p>
</div>
</div>
<section class="section featured-Websites clearfix">
<h2 class="delta">Featured Websites</h2>
@ -235,34 +250,22 @@
</section> <!-- end .featured-Websites -->
<hr />
<section class="section last">
<aside class="row">
<div class="col col-50">
<div class="content">
<h3 class="delta">Learn to Code</h3>
<p>
Don't know how to code a website? No problem!
We're working on a batch of tutorials that will show you the way.
</p>
<code>
<span class="code-Tag">&lt;h1&gt;</span>Welcome to my website!<span class="code-Tag">&lt;/h1&gt;</span><br />
<span class="code-Tag">&lt;a</span> href="<span class="code-Value">about.html</span>">About Me<span class="code-Tag">&lt;/a&gt;</span><br />
<span class="code-Tag">&lt;img</span> src="<span class="code-Value">me.jpg</span>" alt="<span class="code-Value">photo of me</span>" <span class="code-Tag">/&gt;</span>
</code>
<h2>Get Started Today!</h2>
<p>signup</p>
</div>
</div> <!-- end .col-50 -->
<div class="col col-50">
<div class="content">
<h3 class="delta">What People Are Saying</h3>
<ul class="quote-Slider kill-List">
<li class="quote">
<blockquote>
@ -277,7 +280,7 @@
</aside> <!-- end .row -->
</div> <!-- end .content -->
</section>
</main>