-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactUs.aspx
22 lines (22 loc) · 1.28 KB
/
ContactUs.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ Page Title="Shiloh Missionary Baptist Church - Contact Us" Language="C#" MasterPageFile="~/MasterPages/Shiloh.Master" AutoEventWireup="true" CodeBehind="ContactUs.aspx.cs" Inherits="ShilohWeb.ContactUs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="bodycontent" runat="server">
<h1>About Shiloh SMBC</h1>
<ul class="topicMenu">
<li><a href="History.aspx">Our History</a></li>
<li><a href="Mission.aspx">Mission & Beliefs</a></li>
<li><a href="Pastor.aspx">Pastor & Staff</a></li>
<li><a href="InfoServices.aspx">Service Times</a></li>
<li><a href="InfoLocation.aspx">Directions</a></li>
<li><a href="ContactUs.aspx" class="current">Contact Us</a></li>
<li>Broadcasts</li>
</ul>
<h2>You can contact us in the following ways:</h2>
<dl>
<dt>Phone:</dt><dd>(907) 276-6673</dd>
<dt>eMail:</dt><dd><a href="mailto:shiloh@shiloh2000.net" title="Mail Shiloh">shiloh@shiloh2000.net</a></dd>
<dt>Postal Mail:</dt><dd>855 East 20th. Ave<br />Anchorage, Alaska 99510</dd>
<dt>Website:</dt><dd><a href="www.shiloh2000.com" title="Shiloh MBC Home Page">www.shiloh2000.com</a></dd>
</dl>
</asp:Content>