-
Notifications
You must be signed in to change notification settings - Fork 0
/
CurrentEvents.aspx
30 lines (25 loc) · 1.21 KB
/
CurrentEvents.aspx
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
<%@ Page Title="Shiloh - Current Events" Language="C#" MasterPageFile="~/MasterPages/Shiloh.Master" AutoEventWireup="true" CodeBehind="CurrentEvents.aspx.cs" Inherits="ShilohWeb.CurrentEvents" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="bodycontent" runat="server">
<div id="subjectHeading">
<h1>Event Calendar</h1>
<ul>
<li class="current">Current Events</li>
<li><a href="/Calendar.aspx">Shiloh Events</a></li>
</ul>
</div>
<div class="defaultMargin prayerRequest">
<h2>Current Special Events</h2>
<p>
We list our current special events on this page. Come here, periodically, to see what is happening
at Shiloh.
</p>
<h1>Upcoming Special Event</h1>
<div style="text-align: center; position: relative;padding-bottom: 25px;">
<img src="/Images/specialEvent.png" alt="Shiloh's Current Special Event" style="width: 730px; height: 850px;border: 1px solid silver;" />
</div>
<div>
</div>
</div>
</asp:Content>