inital check in
This commit is contained in:
41
schasite/templates/schasite/about_us.html
Normal file
41
schasite/templates/schasite/about_us.html
Normal file
@@ -0,0 +1,41 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>About <span>Stonehedge</span></h1>
|
||||
<div style="padding:10px 0 10px 0">
|
||||
<div class="clear">
|
||||
<p><strong>Education</strong></p>
|
||||
<p align="left">The Stonehedge Subdivision is proud to have excellent public and private schools. The public schools are part of <a href="http://www.cusd200.org/">Community Unit School District 200</a>. Stonehedge subdivision attends:</p>
|
||||
<p align="left">Whittier Elementary School, 218 W. Park Ave., Wheaton, IL 60189, (630) 682-2185<br />
|
||||
<a href="http://www.cusd200.org/Domain/1460">Whittier's Web site</a></p>
|
||||
<p align="left">Edison Middle School, 1125 S. Wheaton Ave., Wheaton, IL 60189, (630) 682-2050<br />
|
||||
<a href="http://www.cusd200.org/Domain/391">Edison's Web site</a></p>
|
||||
<p align="left">Wheaton Warrenville South High School, 1920 S. Wiesbrook Rd., Wheaton, IL 60189, (630) 784-7200<br />
|
||||
<a href="http://www.cusd200.org/Domain/140">WWSHS's Web site</a></p>
|
||||
<p align="left">There are many private schools in the area as well including Wheaton Christian Grammar School, Wheaton Montessori School, St. John Lutheran School, St. Michael Elementary School, St. Francis High School, Benet Academy and many more. Colleges include Devry, Benedictine, College of DuPage, Wheaton College, IIT, National Louis University, & North Central College.</p>
|
||||
<p><strong>History</strong></p>
|
||||
<p align="left">In 1977, Levitt Homes began building the Stonehedge Subdivision. In 1978, Levitt had financial problems and construction was halted for many months until local builders Joe Keim, Ed Keim and Faganel Builders took over the development of the Stonehedge subdivision in South Wheaton. Today these attractive residences are much in demand. The Orchard Cove subdivision was established in 1985 and development began in the Marywood subdivision in 1994. Both Orchard Cove & Marywood were built by Keim. </p>
|
||||
<p align="left">These subdivisions offer a variety of spacious, two-story Georgian, Tudor, Victorian and salt box style homes, mixed with a limited number of contemporaries, split levels and ranches.</p>
|
||||
<p align="left"><strong>Shopping</strong></p>
|
||||
<p align="left">Within walking distance and just east of the subdivisions, there are plenty of shopping centers including Danada East, Danada West, Towne Square & Rice Lake. You'll find supermarkets, post office, banks, restaurants, gas stations, craft stores, department stores, furniture stores, book stores, movie rental stores, dry cleaning facilities, ice cream stores, coffee shops and many other specialty stores.</p>
|
||||
<p align="left"><strong>Parks & Recreation</strong></p>
|
||||
<p align="left">The Stonehedge area is ideally suited for recreation. Seven Gables Park, at Brighton and Chatham, is maintained by the Wheaton Park District. It boasts a children's playground, a lake, soccer and baseball fields, picnic shelters, a 1.2 mile paved trail and a fitness course. In addition, there are several smaller parks also located directly within the subdivisions including Ridge Park & Brighton Park. Nearby is the state-of-the-art Rice Water Park and the Wheaton Park District Community Center, which includes a health and fitness center and indoor walking/jogging track and teen center. Arrowhead Golf Course, Herrick Lake, Blackwell Recreation Area, and the Illinois Prairie Path are just west on Butterfield Road.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
61
schasite/templates/schasite/base.html
Normal file
61
schasite/templates/schasite/base.html
Normal file
@@ -0,0 +1,61 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
{% load static %}
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
{% block pagetitle %}
|
||||
{% endblock %}
|
||||
<title>Useful Links</title>
|
||||
<link href="{% static 'css/style.css' %}" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
|
||||
</style></head>
|
||||
|
||||
<body style="background-image: url('{% static "images/bricks.jpg"" %}');">
|
||||
<div id="header"></div>
|
||||
|
||||
<div class="nav-bar">
|
||||
<ul>
|
||||
<li><a href="{% url 'index' %}">HOME</a></li>
|
||||
<li><a href="{% url 'about_us' %}">ABOUT US</a></li>
|
||||
<li><a href="{% url 'calendar' %}">CALENDAR</a></li>
|
||||
<li><a href="{% url 'dues' %}">PAY DUES</a></li>
|
||||
<li><a href="{% url 'membership_form' %}">JOIN TODAY</a></li>
|
||||
<li><a href="{% url 'scha_board' %}">SCHA BOARD</a></li>
|
||||
<li><a href="{% url 'useful_links' %}">USEFUL LINKS</a></li>
|
||||
<li> </li>
|
||||
</ul>
|
||||
</div>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<div class="bt-cont">
|
||||
<div class="cont-rl">
|
||||
<img src="{% static 'images/memberverification.gif' %}" alt="" class="img-box" />
|
||||
<p>
|
||||
<span><a href="pdfs/Members/members2020.pdf">Are you an SCHA member?</a></span><br />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="cont-rl">
|
||||
<img src="{% static 'images/facebook.gif' %}" alt="" class="img-box" />
|
||||
<p>
|
||||
<span><a href="https://www.facebook.com/groups/774502395977039/">Like us on facebook</a></span><br />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="cont-rl">
|
||||
<img src="{% static 'images/news.gif' %}" alt="" class="img-box" />
|
||||
<p>
|
||||
<span><a href="{% url 'newsletters' %}">Digital <br />
|
||||
Newsletter</a></span> {# <span><a href="suggestion_box.html"></a></span><br /> #}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">© Stonehedge Community Homeowners Association 2010-<script>document.write( new Date().getFullYear() );</script>. All rights reserved
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
90
schasite/templates/schasite/calendar.html
Normal file
90
schasite/templates/schasite/calendar.html
Normal file
@@ -0,0 +1,90 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Calendar <span>of Events for 2024</span></h1>
|
||||
<div style="padding:10px 0 10px 0">
|
||||
<div class="clear">
|
||||
|
||||
<h2> Future Events</h2>
|
||||
{% if future_events %}
|
||||
{% for event in future_events %}
|
||||
<h3>{{ event.event_name }} </h3>
|
||||
{% if event.start_date == event.end_date %}
|
||||
<p>Date: {{ event.start_date }}</p>
|
||||
{% else %}
|
||||
<p>Date: {{ event.start_date }} - {{ event.end_date }}</p>
|
||||
{% endif %}
|
||||
<p>Location: {{ event.location_name }} - {{ event.calendareventaddressmodel }}</p>
|
||||
{% if event.coordinator_email %}
|
||||
<p>Coordinator: {{ event.coordinator_email }}</p>
|
||||
{% endif %}
|
||||
{% if event.event_url and event.event_link_name %}
|
||||
<p><a href="{{ event.url }}">{{ event.event_link_name }}</a></p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<p> Stay tuned for more events!</p>
|
||||
{% endif %}
|
||||
|
||||
<h2>Past Events</h2>
|
||||
{% if past_events %}
|
||||
{% for event in past_events %}
|
||||
<h3>{{ event.event_name }} </h3>
|
||||
{% if event.start_date == event.end_date %}
|
||||
<p>Date: {{ event.start_date }}</p>
|
||||
{% else %}
|
||||
<p>Date: {{ event.start_date }} - {{ event.end_date }}</p>
|
||||
{% endif %}
|
||||
<p>Location: {{ event.location_name }} - {{ event.calendareventaddressmodel }}</p>
|
||||
{% if event.coordinator_email %}
|
||||
<p>Coordinator: {{ event.coordinator_email }}</p>
|
||||
{% endif %}
|
||||
{% if event.event_url and event.event_link_name %}
|
||||
<p><a href="{{ event.url }}">{{ event.event_link_name }}</a></p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<p> Stay tuned for more events!</p>
|
||||
{% endif %}
|
||||
<!-- <p>Membership Drive: Ongoing</p>
|
||||
<p>Easter Egg Hunt: TBD at Brighton Park</p>
|
||||
|
||||
|
||||
<p>Spring Garage Sale: TBD</p>
|
||||
|
||||
|
||||
<p>Ice Cream Social: TBD at Brighton Park<p>
|
||||
|
||||
<p>Stonehedge Sandbagger Scramble: TBD at Arrowhead Golf Course
|
||||
|
||||
|
||||
<p>Fall Garage Sale: TBD</p>
|
||||
|
||||
|
||||
<p>1st Annual Witches and Warlocks Halloween Ride: TBD</p>
|
||||
|
||||
|
||||
<p>Annual Meeting: November TBD </p>
|
||||
|
||||
<p>Santa Visits: December TBD</p>
|
||||
|
||||
<p>Holiday Decorating Contest: December TBD</p> -->
|
||||
|
||||
<p><b>Event Feedack Coming Soon!</b></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
23
schasite/templates/schasite/dues.html
Normal file
23
schasite/templates/schasite/dues.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<script src="{% static 'main.js' %}"></script>
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Dues <span>Coming soon!</span></h1>
|
||||
<button class="button is-primary" id="submitBtn">Pay Dues</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
17
schasite/templates/schasite/dues_cancelled.html
Normal file
17
schasite/templates/schasite/dues_cancelled.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Your payment cancelled.</h1>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
17
schasite/templates/schasite/dues_success.html
Normal file
17
schasite/templates/schasite/dues_success.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Your payment succeeded.</h1>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
79
schasite/templates/schasite/index.html
Normal file
79
schasite/templates/schasite/index.html
Normal file
@@ -0,0 +1,79 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Stonehedge <span>Community Homeowners Association</span></h1>
|
||||
<div style="padding:10px 0 10px 0">
|
||||
|
||||
|
||||
<div>Thank you for visiting our web site. This is the official Web site for the Stonehedge Community Homeowners Association serving Stonehedge, Golden Pond and Marywood of Wheaton, Illinois. We are located west of Naperville Road and North of Butterfield Road. <br />
|
||||
<br />
|
||||
<br />
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<div class="clear"></div>
|
||||
<div class="aboutcolumnzone">
|
||||
|
||||
|
||||
<div class="clear"></div>
|
||||
<div class="aboutcolumn1">
|
||||
<div>
|
||||
|
||||
<h5>Spring Garage Sale</h5>
|
||||
<img src="{% static 'images/garage_sale.gif' %}" alt="" class="abouticon" />Ready to do some spring cleaning? Check back for the SCHA Spring Garage Sale dates and registration form.
|
||||
|
||||
<div class="insidereadmore"><a href="{% url 'calendar' %}">More Information</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aboutcolumn2">
|
||||
<div>
|
||||
|
||||
<h5>Easter Egg Hunt</h5>
|
||||
<img src="{% static 'images/easter.gif' %}" alt="" class="abouticon" />Bring the kids for our annual Easter Egg Hunt. More details coming soon.
|
||||
|
||||
<div class="insidereadmore"><a href="{% url 'calendar' %}" >More Information</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clear"></div>
|
||||
<div class="aboutcolumn1">
|
||||
<div>
|
||||
|
||||
<h5>Join Today</h5>
|
||||
<img src="{% static 'images/jointoday.gif' %}" alt="" class="abouticon" />Become a Stonehedge member and your membership dues help to fund our family friendly, fun activities and to maintain our beautiful entry drives.
|
||||
<div class="insidereadmore"><a href="{% url 'membership_form' %}">More Information</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aboutcolumn2">
|
||||
<div>
|
||||
|
||||
<h5>Drive Safely!</h5>
|
||||
<img src="{% static 'images/25.gif' %}" alt="" class="abouticon" />This is a friendly reminder that the speed limit in the subdivision is 25. Drive safely and watch for children and pets.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--<h5>Cromwell Connector Trail</h5>
|
||||
<img src="images/tree.gif" alt="" class="abouticon" />Learn about new and upcoming DuPage County Forest Preserve projects including the Cromwell Connector Trail.
|
||||
<div class="insidereadmore"><a href="http://schawheaton.com/dupageforestpreserve.html">More Information</a></div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
{% endblock %}
|
||||
97
schasite/templates/schasite/membership_form.html
Normal file
97
schasite/templates/schasite/membership_form.html
Normal file
@@ -0,0 +1,97 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Membership <span>Form for 2024</span></h1>
|
||||
<div style="padding:10px 0 10px 0">
|
||||
<div class="clear">
|
||||
<form method="POST" action='{% url "membership_form" %}'>
|
||||
{% csrf_token %}
|
||||
<div class="aboutcolumnzone">
|
||||
<div class="aboutcolumn1">
|
||||
<h5>Person #1</h5>
|
||||
{% for field in peopleForm1 %}
|
||||
<div class="fieldWrapper">
|
||||
{{ field.errors }}
|
||||
{{ field.label_tag }} : {{ field }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="aboutcolumn2">
|
||||
<h5>Person #2</h5>
|
||||
{% for field in peopleForm2 %}
|
||||
<div class="fieldWrapper">
|
||||
{{ field.errors }}
|
||||
{{ field.label_tag }} : {{ field }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="aboutcolumnzone">
|
||||
<div class="aboutcolumn1">
|
||||
<h5>Address</h5>
|
||||
{% for field in addressForm %}
|
||||
<div class="fieldWrapper">
|
||||
{{ field.errors }}
|
||||
{{ field.label_tag }} : {{ field }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
<h5>Children</h5>
|
||||
{% for field in membershipForm %}
|
||||
<div class="fieldWrapper">
|
||||
{{ field.errors }}
|
||||
{{ field.label_tag }} : {{ field }}
|
||||
</div>
|
||||
<p>Please add the names as a comma seperated list. i.e. Bob, Cindy</p>
|
||||
{% endfor %}
|
||||
<h5>Services Information</h5>
|
||||
{% for field in servicesForm %}
|
||||
<div class="fieldWrapper">
|
||||
{{ field.errors }}
|
||||
{{ field }} : {{ field.label_tag }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="aboutcolumn2">
|
||||
<h5>Committee Information</h5>
|
||||
{% for field in committeeForm %}
|
||||
<div class="fieldWrapper">
|
||||
{{ field.errors }}
|
||||
{{ field }} : {{ field.label_tag }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
{% if err_msg %}
|
||||
<div>
|
||||
<p>{{ err_msg }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if captchaForm %}
|
||||
{{ captchaForm }}
|
||||
{% endif %}
|
||||
|
||||
<button type=""button" value="submit">Submit</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p><strong>Please note dues will be $30 for 2024.</strong></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
86
schasite/templates/schasite/newsletters.html
Normal file
86
schasite/templates/schasite/newsletters.html
Normal file
@@ -0,0 +1,86 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
|
||||
<h1>Newsletters</h1>
|
||||
|
||||
<div style="padding:10px 0 10px 0">
|
||||
|
||||
<div class="clear">
|
||||
<p><a href="pdfs/Newsletters/MarchApril2020.pdf">March/April 2020</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/Jan2020.pdf">January 2020</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/NovDec2019.pdf">November/December 2019</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/Oct2019.pdf">October 2019</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/Sept2019.pdf">September 2019</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/Aug19.pdf">August 2019</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/July2019.pdf">July 2019</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/NovDec2016News.pdf">November/December 2016</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/SeptOct2016v2.pdf">September/October 2016</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/JulAug2016.pdf">July/August 2016</a> (pdf) Inserts: <a href="pdfs/IceCream/icecreamsmash2016.pdf">Ice Cream Smash</a> & <a href="pdfs/GolfOuting/SCHAGolfOuting2016.pdf">Sandbagger Scramble</a></p>
|
||||
<p><a href="pdfs/Newsletters/MayJune2016.pdf">May/June 2016</a> (pdf) </p>
|
||||
<p><a href="pdfs/Newsletters/MarApr16.pdf">March/April 2016</a> (pdf) Inserts: <a href="pdfs/MembershipForms/2016MembershipForm.pdf">2016 Membership Form</a> & <a href="pdfs/BlockCaptains/2016.pdf">Block Captain Thank You</a></p>
|
||||
<p><a href="pdfs/Newsletters/JanFeb2016.pdf">January/February 2016</a> (pdf) Inserts: <a href="pdfs/MembershipForms/2016MembershipForm.pdf">2016 Membership Form</a> & <a href="pdfs/HolidayDoors2015.pdf">Holiday Doors</a></p>
|
||||
<p><a href="pdfs/Newsletters/NovDec2015.pdf">November/December 2015</a> (pdf) </p>
|
||||
<p><a href="pdfs/Newsletters/SeptOct2015.pdf">September/October 2015</a> (pdf) Inserts: <a href="pdfs/garagesale/Fall15.pdf">Garage Sale Flyer</a></p>
|
||||
<p><a href="pdfs/Newsletters/JulyAug2015.pdf">July/August 2015</a> (pdf) Inserts: <a href="pdfs/garagesale/fall2015.pdf">Garage Sale Flyer</a> & <a href="pdfs/gardenclub/gardenwalk0715.pdf">Garden Walk</a></p>
|
||||
<p><a href="pdfs/Newsletters/MayJune2015.pdf">May/June 2015</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/MarApr2015.pdf">March/April 2015</a> (pdf) Inserts: <a href="pdfs/garagesale/spring15.pdf">Garage Sale Flyer</a> & <a href="pdfs/GolfOuting/SCHAGolfOuting2015.pdf">Golf Outing Flyer</a></p>
|
||||
<p><a href="pdfs/Newsletters/JanFeb2015.pdf">January/February 2015</a> (pdf) </p>
|
||||
<p><a href="pdfs/MembershipForms/2015.pdf">January 2015 - Annual Membership Form</a> (pdf) </p>
|
||||
<p><a href="pdfs/Newsletters/NovDec2014.pdf">November/December 2014</a> (pdf) </p>
|
||||
<p><a href="pdfs/Newsletters/SeptOct2014.pdf">September/October 2014</a> (pdf) Inserts: <a href="pdfs/garagesale/Fall2014.pdf">garage sale flyer</a></p>
|
||||
<p><a href="pdfs/Newsletters/JulAug2014.pdf">July/August 2014</a> (pdf) </p>
|
||||
<p><a href="pdfs/Newsletters/MayJune2014.pdf">May/June 2014</a> (pdf) Inserts: <a href="pdfs/MembershipForms/membership.pdf">membership form</a> & <a href="pdfs/garagesale/garage_sale_spring2014 .pdf">garage sale flyer</a></p>
|
||||
<p><a href="pdfs/Newsletters/MarApr2014.pdf">March/April 2014</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/JanFeb2014.pdf">Jan/Feb 2014</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/NovDec2013.pdf">November/December 2013</a> (pdf)</p>
|
||||
<p><a href="pdfs/Newsletters/SeptOct2013.pdf">September/October 2013</a> (pdf)</p>
|
||||
|
||||
<p><a href="pdfs/Newsletters/JulAug2013.pdf">July/August 2013</a> (pdf)</p>
|
||||
|
||||
<p><a href="pdfs/Newsletters/MayJune2013.pdf">May/June 2013</a> (pdf)</p>
|
||||
|
||||
<p><a href="pdfs/Newsletters/MarApr2013.pdf">March/April 2013</a> (pdf)</p>
|
||||
|
||||
<p><a href="pdfs/Newsletters/JanFeb2013.pdf">January/February 2013</a> (pdf) </p>
|
||||
<h1><strong><em>Interested in advertising in our newsletter?</em></strong></h1>
|
||||
|
||||
<p><strong>Advertising Rates: </strong><br />
|
||||
|
||||
1/4 page: $70<br />
|
||||
1/2 page: $90 <br />
|
||||
|
||||
Full page: $175</p>
|
||||
<p><strong>Issue Deadlines:</strong><br />
|
||||
|
||||
July/August - July 3<br />
|
||||
|
||||
September/October - September 1<br />
|
||||
|
||||
November/December - November 1 <br />
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
77
schasite/templates/schasite/scha_board.html
Normal file
77
schasite/templates/schasite/scha_board.html
Normal file
@@ -0,0 +1,77 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Stonehedge Community Homeowners Association</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>SCHA <span>Board Members for 2022</span></h1>
|
||||
<div style="padding:10px 0 10px 0">
|
||||
<table width="565" border="1" cellspacing="0" cellpadding="1">
|
||||
<tr>
|
||||
<td width="167"><p>Monica Dhillon</p></td>
|
||||
<td width="196"><p>President</p></td>
|
||||
<td width="202"><p><a href="mailto:moni.dhill@gmail.com">moni.dhill@gmail.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Teresa Westfall</p></td>
|
||||
<td><p>1st Vice President</p></td>
|
||||
<td width="202"><p><a href="mailto:teresa.westfall299@gmail.com">teresa.westfall299@gmail.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Tom Hatting</p></td>
|
||||
<td><p>2nd Vice President</p></td>
|
||||
<td><p><a href="mailto:tmhatting@comcast.net">tmhatting@comcast.net</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Chris Cozart</p></td>
|
||||
<td><p>Treasurer</p></td>
|
||||
<td><p><a href="mailto:cdcozart@aol.com">cdcozart@aol.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Anna Malik</p></td>
|
||||
<td><p>Secretary</p></td>
|
||||
<td><p><a href="mailto:Malik.anusha@gmail.com">Malik.anusha@gmail.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Jill Feitl</p></td>
|
||||
<td><p>Web site</p></td>
|
||||
<td><p><a href="mailto:jfeitl@hotmail.com">jfeitl@hotmail.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Wendy Peck</p></td>
|
||||
<td><p>Membership</p></td>
|
||||
<td><p><a href="wlpeck116@gmail.com">wlpeck116@gmail.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Melissa Gonski<br>
|
||||
Mike Joyce</p></td>
|
||||
<td><p>Directory</p></td>
|
||||
<td><p><a href="mailto:melissagonski@gmail.com">melissagonski@gmail.com</a><br>
|
||||
<a href="mailto:mike.joyce@bairdwarner.com">mike.joyce@bairdwarner.com</a>
|
||||
</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Pat Hanika</p></td>
|
||||
<td><p>Facebook</p></td>
|
||||
<td><p><a href="mailto:pathanika@gmail.com">pathanika@gmail.com</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>Stephanie Bakula</p></td>
|
||||
<td><p>Eblasts</p></td>
|
||||
<td><p><a href="mailto:sabakula@gmail.com">sabakula@gmail.com</a></p></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
29
schasite/templates/schasite/useful_links.html
Normal file
29
schasite/templates/schasite/useful_links.html
Normal file
@@ -0,0 +1,29 @@
|
||||
{% extends 'schasite/base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block pagetitle %}
|
||||
<title>Useful Links</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="mid-body">
|
||||
<h1>Useful <span>Links</span></h1>
|
||||
<div style="padding:10px 0 10px 0">
|
||||
<div class="clear">
|
||||
|
||||
{% if links %}
|
||||
{% for link in links %}
|
||||
<p><a href="{{ link.url }}">{{ link.name }}</a></p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user