-
Notifications
You must be signed in to change notification settings - Fork 0
/
newmember.cfm
40 lines (28 loc) · 1.12 KB
/
newmember.cfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<cfset request.sSite = "church">
<cfset request.sTitle = "Ascension Parish New Member Info">
<cfinclude template="header.cfm">
<cfinclude template="navbar.cfm" >
<div class="content">
<div class="container">
<cfinclude template="sidebar.cfm" >
<div id="main">
<p><img src="images/newmemberinfo.jpg" width="545" height="97"></p>
<p><img src="images/rosemary.jpg" width="151" height="188" hspace="10" align="left"></p>
<br />
<p>
To join the parish you must attend a meeting presented by Father Gary, pastor, and/or Rosemary Cavanaugh, pastoral
associate. The meetings are scheduled on a monthly basis.
</p>
<br />
<p>Meetings are held on Sundays, after the 10:30am Mass or Saturday evening after the 5:30pm Mass.</p>
<br />
<p><a href= school/pdf/TuitionRates.pdf>Click here for School Tuition Rates</a></p>
<br />
<p class="bold italics">Rosemary Cavanaugh</p>
<br /><br /><br />
<p class="bold">Please contact the parish secretary, Donna, to sign up to attend the next scheduled meeting. The phone number is 502-451-3860.</p>
<br /><br /><br />
</div>
</div>
</div>
<cfinclude template="footer.cfm">