Navigation Menu

Skip to content

Commit

Permalink
Sort out normal pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Jul 31, 2012
1 parent ea00024 commit 1393c19
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
4 changes: 3 additions & 1 deletion lib/layout
Expand Up @@ -32,11 +32,12 @@
<div id="large_copy">
<a href="/groups/">Find a group</a>
<a href="/start/">Start a group</a>
<a href="/other/">Useful links</a>
<a href="/faq/">FAQ</a>
</div>
<div id="small_copy">Perl Groups:
<a href="/groups/">Find</a>
<a href="/start/">Start</a>
<a href="/faq/">FAQ</a>
</div>
</nav>
</div>
Expand All @@ -51,6 +52,7 @@
</div>

<div id="footer">
<hr />
<div id="google_translate_element"></div>
<p>Copyright © 2012 <a href="http://www.perlfoundation.org/">The Perl Foundation</a>.</p>
<p>The Perl camel image is a trademark of <a href="http://www.oreilly.com/">O'Reilly Media, Inc.</a> Used with permission.</p>
Expand Down
17 changes: 12 additions & 5 deletions src/includes/style.css
Expand Up @@ -9,6 +9,16 @@ ul, ol, li, dl, dt, dd, form, fieldset, legend, figure, hgroup, td, h1, h2, h3,
padding:0;
font-family:Arial, sans-serif;
}
ul{
margin:10px 0 20px 0px;
}
li {
list-style:none;
padding:5px 18px 5px 0px;
}
hr{
color: #E1E1E1;
}

#map_canvas {
top: 50px;
Expand Down Expand Up @@ -107,20 +117,16 @@ img.masthead{

#content_holder{
clear:both;
margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
}
.details{
clear:both;
}
.details ul{
margin:0 0 20px 0px;
}
.details li{
padding:5px 18px 5px 0px;
width:233px;
/* height:500px;*/
list-style:none;
float:left;
}
.details p{
Expand All @@ -140,6 +146,7 @@ img.masthead{
#footer {
clear:both;
margin-left: 20px;
margin-right: 20px;
font-size: 85%;
}
#google_translate_element {
Expand Down
3 changes: 1 addition & 2 deletions src/index.html
Expand Up @@ -34,8 +34,7 @@ <h3>Other useful links</h3>
<br />
<ul class="sublist">
<li><a href="/faq/">Group FAQ</a> </li>
<li><a href="www.perl.org">Perl.org</a> </li>
<li><a href="www.perl.org">More...</a> </li>
<li><a href="http://www.perl.org/">Perl.org</a> </li>
</ul>

</li>
Expand Down
13 changes: 9 additions & 4 deletions src/start/index.html
@@ -1,7 +1,12 @@
[% WRAPPER layout title = "Perl Mongers: Start a group" %]

<p>So you've checked the [% link_to('/groups/', 'existing groups') %],
read up on how to [% link_to('/successful/', 'run a successful group') %],
read the [% link_to('/faq/', 'Perl Mongers FAQ') %] and still want to start a group?
See the [% link_to('http://groups.pm.org/faq.html', 'Group Hosting Service FAQ') %].</p>
<h1>Steps you need to follow to start a group</h1>

<ul>
<li>1) Check the [% link_to('/groups/', 'existing groups') %] (there might already be one).</li>
<li>2) Read [% link_to('/successful/', 'how to run a successful group') %].</li>
<li>3) Read the [% link_to('/faq/', 'Perl Mongers FAQ') %].</li>
<li>4) See the [% link_to('http://groups.pm.org/faq.html', 'Group Hosting Service FAQ') %]</li>
</ul>

[% END %]

0 comments on commit 1393c19

Please sign in to comment.