~crc-x/+junk/bucksmont-squires-of-song

« back to all changes in this revision

Viewing changes to join.html

  • Committer: Charles Childers
  • Date: 2012-03-17 16:18:28 UTC
  • Revision ID: git-v1:bff5300db56b8a998cd4c1db93846d7e04720b93
finish filling in content, blue backdrop

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<head>
 
3
<title>BucksMont Squires of Song</title>
 
4
<link href="css/bootstrap.css" rel="stylesheet">
 
5
<link href="css/bootstrap-responsive.css" rel="stylesheet">
 
6
<link href="css/reskin.css" rel="stylesheet">
 
7
<meta charset=UTF-8>
 
8
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
9
</head>
 
10
 
 
11
<body>
 
12
<div class="container">
 
13
<div class="row">
 
14
  <div class="span12">&nbsp;</div>
 
15
</div>
 
16
<div class="row">
 
17
  <div class="span2">
 
18
    <div class="well">
 
19
    <img src="images/Barbershop_Harmony_Society.gif">
 
20
    <ul class="nav nav-list">
 
21
      <li><a href="index.html">Home</a></li>
 
22
      <li><a href="officers.html">Officers</a></li>
 
23
      <li><a href="members.html">Members</a></li>
 
24
      <li><a href="quartets.html">Our Quartets</a></li>
 
25
      <li><a href="gallery.html">Photo Gallery</a></li>
 
26
      <li><a href="bulletin.html">Bulletin</a></li>
 
27
      <li><a href="join.html">Join Us</a></li>
 
28
      <li><a href="faq.html">FAQ</a></li>
 
29
    </ul>
 
30
    </div>
 
31
  </div>
 
32
  <div class="span4">
 
33
    <p><img src="http://www.harmonize.com/bms/images/BucksMont_Squires_2011_small.jpg"></p>
 
34
    <p>The BucksMont Squires of Song perputate and promote singing in the Barbershop
 
35
       style and provides good fellowship among its members. We provide the opportunity
 
36
       for men of all ages to join in the singing of songs in Barbershop style. We also
 
37
       provide family-friendly entertainment for groups and organizations of all kinds.</p>
 
38
  </div>
 
39
  <div class="span6">
 
40
    <div class="well">
 
41
      <h2>Interested in Singing With Us?</h2>
 
42
      <hr>
 
43
      <p>Join us every Tuesday at 7:00 PM</p>
 
44
      <p><address>Langhorne United Methodist Church<br>
 
45
                  310 East Maple Ave<br>
 
46
                  Langhorne, PA 19047</address></p>
 
47
      <p>From the PA Turnpike, Take the Philadelphia Exit (Exit 28), go north on US Route
 
48
         1.  Exit on Route 213 (Maple Ave).  Bear right off the exit and continue on Route
 
49
         213 about 1/4 mile to the Langhorne Untied Methodist Church.  Turn right and park
 
50
         in the lot at the back of the church.  The closest major intersection is Route
 
51
         213 (Maple Ave.) and Route 413 (Pine St.).</p>
 
52
      <p><a href="http://www.mapquest.com/maps?address=310+E+Maple+Ave&city=Langhorne&state=PA&zipcode=19047">View our location on a map</a>.</p>
 
53
      <hr>
 
54
      <p>Please do not hesitate to contact one of the members below if you have questions:</p>
 
55
      <p>Joe D'Andrea&nbsp;&nbsp;215-885-0915</p>
 
56
      <p>Steve Gold&nbsp;&nbsp;&nbsp;&nbsp;215-601-8970</p>
 
57
    </div>
 
58
  </div>
 
59
</div>
 
60
<div class="row">
 
61
  <div class="span12">&nbsp;</div>
 
62
</div>
 
63
</body>
 
64
</html>