-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefault.aspx
More file actions
24 lines (20 loc) · 1.06 KB
/
Default.aspx
File metadata and controls
24 lines (20 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ Page Language="C#" MasterPageFile="~/lib/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%--Landing Page--%>
<asp:Content ID="MainContent" runat="server" ContentPlaceHolderID="MainContent">
<div class="clearfix">
<img src="resources/images/woodchips2.jpg" alt="Img" height="342" width="400" />
<div>
<h1>Chip Drop</h1>
<h2>FREE WOODCHIPS</h2>
<p>
<h3>Interested in getting a chip drop?</h3>
This site allows you to request wood chips to be dropped off at your home free of cost.
Many tree cutting companies have access chips and need a place to drop them.
If you need wood chips, sign-up and fill out the Chip Request form and a drop will be on its way<br /><br />
<h3>Tree Cutting Companies</h3>
This site is a place to connect with people that you can drop your wood chips off so that you do not have
to pay fees to drop it at the dump.
</p>
</div>
</div>
</asp:Content>