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

« back to all changes in this revision

Viewing changes to quartets.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>Chapter Quartets</h2>
 
42
      <hr>
 
43
      <p>The following are quartets singing with the BucksMont Squires of Song:</p>
 
44
      <table>
 
45
        <tr>
 
46
          <td width="50%"><h3>As Time Goes By</h3></td>
 
47
          <td>
 
48
            <img src="images/NormanRockwell_BarbershopQuartet.jpg" width="196" height="78"><br>
 
49
            <p>Norman Rockwell's Barbershop Quartet
 
50
               The Saturday Evening Post Cover (9/26/1936)</p>
 
51
          </td>
 
52
        </tr>
 
53
      </table>
 
54
      <hr>
 
55
      <p>Quartets are available for hire for birthday parties, corporate and community
 
56
         events and other special occasions.  Call the quartet contact for rates and
 
57
         availability.  Make your event memorable!</p>
 
58
    </div>
 
59
  </div>
 
60
</div>
 
61
<div class="row">
 
62
  <div class="span12">&nbsp;</div>
 
63
</div>
 
64
</body>
 
65
</html>