Large diffs are not rendered by default.

@@ -21,12 +21,15 @@ <h4>Possibly Related Posts</h4>
-->
<div id="comments">
<h2>Comments</h2>
<iframe src="http://www.facebook.com/plugins/like.php?href={{ site.basedomain }}{{ page.url }}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
<iframe src="http://www.facebook.com/plugins/like.php?href={{ site.basedomain }}/{{ page.url }}&amp;
layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;
height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;"
allowTransparency="true"></iframe>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '7tharochdale';
var disqus_identifier = '{{ page.url }}';
var disqus_url = '{{ site.basedomain }}{{ page.url }}';
var disqus_url = '{{ site.basedomain }}/{{ page.url }}';
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
@@ -2,3 +2,31 @@
layout: default
title: About
---
<p>Hi, and welcome to the Group History page of 7thA Rochdale Scout Group.

<p>The group was established in 1943, 7th of December to be exact as a part of the Sunday school at Spotland Methodist
Church. It was originally formed as a Wolf Cub pack and was sponsored by the church, this sponsorship continues to
the present day.</p>

<p>The group originally met in the chapel buildings, before moving to an upstairs room just off Mitchell Street. The
group made another move to the current location when the headquarters at Spotland Bridge were built by the members
and opened in the autumn of 1962. In the boom times of the early 80's an extension was built to accommodate the
increased numbers. Sadly the numbers declined in the 90's and the extension had to be closed. The actual building was
sold on to another Scout Group.</p>

<p>During the history of the group all of the sections Beavers, Cubs, and Scouts, along with the older, no longer
existing sections of Ventures', and Seniors', have been active at some time. The group currently has the three
active sections. These are a Beaver Scout Colony, a Cub Scout Pack and a Scout Troop. In addition, we are co-hosts of
Rochdale’s first Explorer Scout Unit, the Pioneers. The Pioneers meet at our HQ every other week. We alternate the
meetings with our friends at Dernley, the 29thA.</p>

<p>The group was the first in Rochdale to go co-educational when five female Scouts and one female Cub Scout were
invested into the group in October 1999. This investiture took place at a special open evening for parents, which was
attended by Ian Kay the District Commissioner. Ian was of course a 7thA Scout himself, before being
&quote;promoted&quote; to these giddy heights, in 1991. </p>

<p>This short history brings us up to the present day, we have recently celebrated our 60th anniversary in 2003,
with a special service at Spotland Methodist Church. </p>

<p>If you have any information or anecdotes to add to this history please e-mail them to me, the Web Master, you can
also speak to our GSL on 01706 352659.</p>
@@ -0,0 +1,129 @@
#menu ul {
list-style-type: none;
z-index: 3;
}

#menu ul li {
display: inline;
float: left;
}

#menu ul li img {
border: 0px;
}

#menu li ul li {
position: relative;
clear: left;
z-index: 3;
}

#menu li ul {
position: absolute;
display: none;
}

#menu li:hover ul {
display: block;
}
/*
* Thanks to Barry Carlyon (http://barrycarlyon.co.uk/) for helping out on this funky z-index css menu hover stuff
* Original code from the lsrfm branch of Carlyon CMS and hacked a bit to fit in here.
*/
#menu li:hover ul li {
margin-top: -3px;
border-style: solid;
border-color: #000000;
border-width: 1px;
height: 35px;
width: 130px;
}

#footer_left {
float: left;
margin-top: 15px;
margin-left: 10px;
}

#footer_left p {
text-align: center;
margin-top: 5px;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}

#footer_webring {
float: right;
margin-top: 6px;
margin-right: 12px;
text-align: center;
}

#footer_webring .wring_header {
margin: 0 auto;
text-align: center;
color: #FF0000;
font-size: 16px;
}

#footer_webring .wring_header span {
color: #FF8000;
font-size: 16px;
}

#footer_webring .wring_header span span {
color: #FF0000;
font-size: 16px;
}

#footer_webring .wring_flinks {
margin: 0 auto;
text-align: center;
font-size: 10px;
}

#footer_webring .wring_flinks a:link {
color: #FFFFFF;
}

#footer_webring .wring_flinks a:visited {
color: #FFFFFF;
}

#footer_webring .wring_flinks a:hover {
color: #cc9900;
}

#footer_webring .wring_flinks a:active {
color: #FFFFFF;
}

#footer_webring img {
border: 0;
padding-top: 5px;
padding-bottom: 2px;
}

#main_content h2 {
padding-top: 10px;
margin-bottom: 5px;
border-bottom-color: grey;
border-bottom-style: solid;
border-bottom-width: 1px;
width: 850px;
font-size: 18px;
}

#main_content p {
padding: 3px;
font-size: 14px;
}

.hidden {
display: none;
}

.blocker {
clear: both;
}
@@ -57,31 +57,11 @@ h3 {
background-color: #522e91;
}

#news_twitter_feeds {
height: 500px;
}

#twitter_7tha {
float: left;
width: 250px;
}

#twitter_ukscouts {
float: left;
width: 250px;
margin-left: 100px;
clear: right;
}

#news_articles {

}

#faq_list p {
margin-top: 2px;
padding: 5px;
}

#faq_list a {
color: #000000;
}
}
@@ -1,38 +1,31 @@
a.videoPlayer {
text-align: center;
display: block;
width: 520px;
height: 330px;
border: 1px solid #999;
background-repeat: no-repeat;
background-position: center;
a.videoPlayer{
margin: 5px;
text-align:center;
display:block;
width:520px;
height:330px;
background-repeat:no-repeat;
background-position:center;
}

div.gallery_video a.videoPlayer {
text-align: center;
display: block;
height: 370px;
width: 598px;
border: 1px solid #999;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
div.gallery_video a.videoPlayer{
text-align:center;
display:block;
height:370px;
width:598px;
overflow:hidden;
background-repeat:no-repeat;
background-position:center;
}

a.videoPlayer img {
margin-top: 120px;
border: 0px;
width: 83px;
height: 83px;
a.videoPlayer img{
margin-top:120px;
width:83px;
height:83px;
}

a.videoPlayer:hover {
border: 1px solid #000;
div.gallery_video a.videoPlayer img{
margin-top:150px;
width:83px;
height:83px;
}

div.gallery_video a.videoPlayer img {
margin-top: 150px;
border: 0px;
width: 83px;
height: 83px;
}
@@ -18,7 +18,7 @@ function switch_menu_image(item) {

if(image_name.split('depressed_').length == 2){ // We are the depressed image
replace_image = image_path+'/'+image_name.split('depressed_')[1];
}else{ // We are the happy image
}else{ // We are the happy image (ha!)
replace_image = image_path+'/depressed_'+image_name;
}
item.src = replace_image;
@@ -36,7 +36,7 @@ function switcher(show_id) {
return true;
}
} else {
alert("Sorry we could not find that information");
alert("Sorry we could not find that information!");
return false;
}
}
@@ -2,3 +2,28 @@
layout: default
title: FAQ
---
<div id="faq_list">
<p>Here are some common questions, if you have any others please <a href="{{ site.basedomain }}/contact">contact us</a></p>
<h4><a href="#" onclick="javascript:switcher('info_organization_size');">How big are the Scouts?</a></h4>
<p class="switch" id="info_organization_size">The Scout Association is worldwide and has millions of members, in hundreds of countries. We are the biggest Co-educational youth movement in the Country.</p>
<h4><a href="#" onclick="javascript:switcher('info_organization');">How are we organised?</a></h4>
<p class="switch" id="info_organization">England &amp; Wales are split into Counties, the Counties are divided into Districts and each Explorer Scout Unit is a member of a District.</p>
<h4><a href="#" onclick="javascript:switcher('info_regulation');">How are we regulated?</a></h4>
<p class="switch" id="info_regulation">All activities that we provide for the young people must be provided in accordance with the Association Rules published in Policy, Organisation and Rules (POR). All adult leaders and helpers must have undergone a confidential enquiry before working with the young people. Instructors must be qualified in accordance with POR.</p>
<h4><a href="#" onclick="javascript:switcher('info_leader_training');">Are leaders trained?</a></h4>
<p class="switch" id="info_leader_training">Yes all warranted leaders must undergo training, which covers all aspects of scouting. The Helpers however, do not have to complete formal training, but work under the supervision of the Leaders.</p>
<h4><a href="#" onclick="javascript:switcher('info_joining');">How does my child join?</a></h4>
<p class="switch" id="info_joining">Simple really come along to a meeting &amp; looking for a leader, we are the grown up ones!</p>
<h4><a href="#" onclick="javascript:switcher('info_uniform');">Do they need a uniform?</a></h4>
<p class="switch" id="info_uniform">Not initially, we do not expect uniform to be worn until they are invested. This usually takes about 5 weeks whilst they work on their membership award. The Explorers then choose when they need to wear their uniform, mainly on the more formal occasions.</p>
<h4><a href="#" onclick="javascript:switcher('info_activities');">What activities do the scouts run?</a></h4>
<p class="switch" id="info_activities">We run many different activities both as a Unit and with Groups around the District. To give a flavour of the activities on offer camping, hiking, canoeing, climbing, abseiling, football, swimming, sailing, conservation, etc.... This is a huge subject and not one that can be answered fully here; if you wish to discuss this further please e-mail the Unit.</p>
<h4><a href="#" onclick="javascript:switcher('info_offering');">What can the scouts offer your child?</a></h4>
<p class="switch" id="info_offering">We can offer your child the chance to take part in the many activities we run, the chance to visit local community facilities and talk to the people who run them. They will also gain the chance to make a worthwhile change in our community. We will teach them how to enjoy the outdoors safely. We can offer your child the chance to develop as a person amongst a group of like-minded friends, to take responsibility and learn respect themselves and others.</p>
<h4><a href="#" onclick="javascript:switcher('info_price_membership');">How much does this all cost?</a></h4>
<p class="switch" id="info_price_membership">There are some fixed costs, membership, and uniform, after that it is up to you really. We provide most of the equipment an Explorer Scout will need to take part in activities except items of personal kit. Membership currently cost ?12-00 for a quarter. The uniform will cost extra, but can be bought through the Unit.</p>
<h4><a href="#" onclick="javascript:switcher('info_price_activites');">What do the activities cost?</a></h4>
<p class="switch" id="info_price_activites">The cost of activities varies depending on what the activity is, some are free others require a small charge usually less than ?5, a weekend camp will be about ?15 a week camp about ?90.</p>
<h4><a href="#" onclick="javascript:switcher('info_helping');">Can I help?</a></h4>
<p class="switch" id="info_helping">Yes, anything you can do to support our Unit will be appreciated. It does not mean you have to get involved as a leader although that would be a great help! We need assistance with administration and a host of other things. If you think you can help ask!!</p>
</div>
@@ -2,3 +2,13 @@
layout: default
title: Home
---
<p>Welcome to the 7th A Rochdale Scout Group.</p>
<p>7th A is a long established Scout Group located in Spotland, near the center of Rochdale, in Lancashire.</p>
<p>Rochdale is the birthplace of celebrities such as Gracie Fields &amp; Lisa Stansfield.</p>

<h3>Think you know what scouting is like?</h3>
<a class="videoPlayer" href="{{ site.basedomain }}/assests/gallery/video/think_you_know_what_scouting_is_like_promo.mp4" style="background-image:url('{{ site.basedomain }}/assests/gallery/video_splash/think_you_know_what_scouting_is_like_promo.mp4.png')"><img src="{{ site.basedomain }}/assests/theme/images/video_player_overlay.png" alt="Play"/></a>

<script type="text/javascript">
flowplayer("a.videoPlayer", "{{ site.basedomain }}/assests/theme/other/flowplayer-3.2.5.swf");
</script>
@@ -6,7 +6,7 @@
{% for post in site.posts %}
<div class="post">
<div class="post-title"><h3><a href="{{ post.url }}">{{ post.title }}</a></h3></div>
<div class="post-date">{{ post.date | date_to_string }}</div>
<div class="post-date">Posted by {{ post.author }} on {{ post.date | date_to_string }}</div>
<div class="post-content">{% if post.excerpt == "" %}{{ post.content | strip_html | truncatewords: 35 }}{% else %}{{ post.excerpt }}{% endif %} [..] <a href="{{ post.url }}">Read more</a></div>
</div>
{% endfor %}
{% endfor %}
0 scripts/build_thumbnails.php 100644 → 100755
Empty file.