Skip to content

Commit

Permalink
some blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalronin committed Mar 8, 2009
1 parent db3f2f4 commit 86e0d3b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
37 changes: 37 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,45 @@
<body>
<div id='parlour-tag'>
<h1>What's On Their Minds?</h1>

<div class="blurb">

<p>
This project was created as part of the

Rewired State

hack day,
<br />
by

Erin Staniland,
Tom ten Thij
and
David Salgado.
</p>

<p>
Choose an MP from the list to see a tag cloud
of the terms that occur in their most recent
parliamentary written questions.
</p>

<p>
Cool features may follow, including the removal of the
hideous frames hack we used to compare MPs.
</p>

<p class="footnote">
David Salgado<br />
March 8th, 2009
</p>

</div><!-- blurb -->

<h3> <a href="mps">MP List</h3>
<h3> <a href="compare.html">Compare MPs</h3>

</div>

<script type="text/javascript">
Expand Down
16 changes: 16 additions & 0 deletions public/stylesheets/sass/common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -511,3 +511,19 @@ ol
li
:font-size 1.2em
:margin-bottom 4px

.blurb

:border-top 4px solid white
:border-bottom 4px solid white
:margin-bottom 15px

p
:font-variant normal
:font-size 1.3em
:padding 10px 0 10px 0

p.footnote
:font-size 1em
:font-color #888888

0 comments on commit 86e0d3b

Please sign in to comment.