Skip to content

Commit

Permalink
Text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustball committed Mar 27, 2011
1 parent c373c16 commit 2409c45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 4 additions & 1 deletion static/style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ td,body,p,h2 {
width:300px; width:300px;
} }


a {color:#b61e44} a {color:#b61e44}

#footerlinks {font-size:12px; text-align:center; font-family: arial, sans-serif}
#footerlinks, #footerlinks a {color:#666; text-decoration:none}
14 changes: 6 additions & 8 deletions templates/main.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="grid_12 alpha omega"> <div class="grid_12 alpha omega">


<img border=0 src="/static/dojo400.png" style="margin:1.5em" width="400" height="141" /> <img border=0 src="/static/dojo400.png" style="margin:1.5em" width="400" height="141" />
<h2><b>FIBER Internet has arrived!</b> Members, login below to gain full access to your new connection. Guests may have unlimited free usage of our slower connection.</h2> <h2><b>FIBER Internet<SUP><SMALL>BETA</SMALL></SUP> has arrived!</b> Members, login below to gain full access to your new connection. Guests may have unlimited free usage of our slower connection.</h2>


</div> </div>


Expand All @@ -27,10 +27,10 @@ <h2><b>FIBER Internet has arrived!</b> Members, login below to gain full access


<div style="margin-top:1.5em"> <div style="margin-top:1.5em">
<h3>Guests</h3> <h3>Guests</h3>
<p>Guests are also welcome to our <a href="/guest?mac={{mac|urlencode}}&redirect={{redirect|urlencode}}">slower free connection</a>.</p> <p>Guests are welcome to use our <a href="/guest?mac={{mac|urlencode}}&redirect={{redirect|urlencode}}">slow network</a> for free.</p>


<h3>Day Pass</h3> <h3>Day Pass</h3>
<p>Guests may <a href="/donate?mac={{mac|urlencode}}&redirect={{redirect|urlencode}}">donate $10</a> for a day pass.</p> <p>Guests may also <a href="/donate?mac={{mac|urlencode}}&redirect={{redirect|urlencode}}">donate $10</a> for a zippy day pass.</p>


<h3>Members</h3> <h3>Members</h3>
<form method="post" action="/member" class="memberlogin"> <form method="post" action="/member" class="memberlogin">
Expand All @@ -51,18 +51,16 @@ <h3>Members</h3>
</div> </div>


<p class="note"> Members: We'll remember your MAC address, so you shouldn't see this screen again.</p> <p class="note"> Members: We'll remember your MAC address, so you shouldn't see this screen again.</p>
<p class="note"> Not a member? <a href="http://signup.hackerdojo.com/">Sign up</a> to become a member, or <a href="http://wiki.hackerdojo.com/w/page/25447/JoinTheDojo">learn more</a>.</p>


<br/> <br/>




</div> </div>


<div class="clearfix">&nbsp;</div> <div class="clearfix">&nbsp;</div>
<div class="grid_12">

<p id="footerlinks">Questions? Contact <a href="mailto:internet@hackerdojo.com">internet@hackerdojo.com</a> for help.</p>


</div>


<div class="clearfix">&nbsp;</div> <div class="clearfix">&nbsp;</div>
</div> </div>
Expand Down

0 comments on commit 2409c45

Please sign in to comment.