Skip to content

Commit

Permalink
hw4-2 - index.html - personalize
Browse files Browse the repository at this point in the history
  • Loading branch information
amantest22 committed Jul 20, 2013
1 parent eaedd55 commit 63c92ef
Showing 1 changed file with 15 additions and 30 deletions.
45 changes: 15 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>My First Bitstarter</title>
<title>Bitstarter - SkillShare</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://d396qusza40orc.cloudfront.net/startup%2Fcode%2Fbootstrap-combined.no-icons.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
Expand Down Expand Up @@ -133,14 +133,14 @@
<!-- www.google.com/fonts/specimen/Ubuntu#pairings -->
<div class="row-fluid heading">
<div class="span12">
<h1>Product</h1>
<h1>SkillShare</h1>
</div>
</div>
<div class="row-fluid subheading">
<div class="span12">
<!-- Special typography from Bootstrap for lead paragraph. -->
<!-- http://twitter.github.io/bootstrap/base-css.html#typography -->
<p class="lead">One sentence description.</p>
<p class="lead">Teach and Learn! Publish your skillset and browse others'.</p>
</div>
</div>
<div class="row-fluid pitch">
Expand All @@ -162,7 +162,7 @@ <h3>1000</h3> <p>backers</p>
</div>
<div class="span4">
<div class="linediv-c">
<h3>$6000</h3> <p>of $10,000</p>
<h3>$15000</h3> <p>of $10,000</p>
</div>
</div>
<div class="span4">
Expand Down Expand Up @@ -204,35 +204,20 @@ <h3>10</h3> <p>days left</p>
</div>
<div class="span5 copy">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec
porta, dui sagittis hendrerit rutrum, nunc leo tempus nisl, eu
mollis justo velit at nunc. Fusce nec egestas sem. Donec
fringilla ante lectus, a pellentesque lacus dignissim ac. Sed
volutpat lorem ut congue malesuada. In facilisis scelerisque
turpis sed lacinia. Donec in orci lectus. Donec auctor semper
quam, eget rhoncus purus fringilla id. Phasellus id nibh eu
risus ultrices adipiscing. Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Donec porta, dui sagittis hendrerit
rutrum, nunc leo tempus nisl, eu mollis justo velit at
nunc. Fusce nec egestas sem. Donec fringilla.
SkillShare is about sharing your skills with others and
learning something from them (or not). It is a platform
to advertize your skills, be it web design, oil change,
or home brewing!
</p>
</div>
</div>

<div class="row-fluid section2">
<div class="span5 offset1 copy copy-right">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec
porta, dui sagittis hendrerit rutrum, nunc leo tempus nisl, eu
mollis justo velit at nunc. Fusce nec egestas sem. Donec
fringilla ante lectus, a pellentesque lacus dignissim ac. Sed
volutpat lorem ut congue malesuada. In facilisis scelerisque
turpis sed lacinia. Donec in orci lectus. Donec auctor semper
quam, eget rhoncus purus fringilla id. Phasellus id nibh eu
risus ultrices adipiscing. Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Donec porta, dui sagittis hendrerit
rutrum, nunc leo tempus nisl, eu mollis justo velit at
nunc. Fusce nec egestas sem. Donec fringilla.
If the idea appeals to you, help us build this site
and you be a part of something that will change the
world (we can even teach you how to write CSS).
</p>
</div>
<div class="span5 asset">
Expand All @@ -251,25 +236,25 @@ <h3>FAQ</h3>
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse"
data-parent="#accordion2" href="#collapseOne">
What does FAQ stand for?
Can I make money with this?
</a>
</div>
<div id="collapseOne" class="accordion-body collapse">
<div class="accordion-inner">
Frequently Asked Question.
SkillShare is a free exchange of skills. You may negotiate a fee outside of this site.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse"
data-parent="#accordion2" href="#collapseTwo">
What's a Frequently Asked Question?
What is the class size?
</a>
</div>
<div id="collapseTwo" class="accordion-body collapse">
<div class="accordion-inner">
A question which is commonly asked by users.
There is no limit on the class size, but our experience says 1-5 works best.
</div>
</div>
</div>
Expand Down

0 comments on commit 63c92ef

Please sign in to comment.