-
Notifications
You must be signed in to change notification settings - Fork 0
/
fund.html
72 lines (64 loc) · 4.28 KB
/
fund.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Annual Charity Show">
<meta name="keywords" content="Animal charity, raise funds for animals">
<meta name="author" content="Wakil Ahmed">
<title>ACS | Fund Raising</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Annual</span> Charity Show</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="charity.html">Charity Events</a></li>
<li class="current"><a href="fund.html">Fund Raising</a><ul>
<li><a href="#">Donate Us</a></li>
<li><a href="#">Our Shelters</a></li>
</ul>
</li>
<li><a href="community.html">Community</a></li>
<li><a href="news.html">News & Reviews</a></li>
<li><a href="tools.html">Tools and Calculators</a></li>
<li><a href="joinus.html">Join Us Now</a></li>
</ul>
</nav>
</div>
</header>
<section id="main">
<div class="container">
<article id="main-col">
<h2 class="page-title">All About Fund Collecting</h2>
<ul id="fund">
<li>
<h3>How We Collect Fund Throughout The Year</h3>
<p>Fundraising events are a popular form of fundraising. While they can be great money makers for an organization, they can also be time consuming and expensive. The success of events depends on careful planning. (Yes, you should have a written event plan for every event you hold!)Before doing anything else, you must decide what the purpose of your event is. Is this truly a fundraising event? Or does it have other goals? Perhaps your organization may be hoping to raise money at the event, but the main function of the event is to gain publicity, or reach out to a new network. Many charitable events have more than one goal. Figuring out the details for your event will depend on knowing what goals you are trying to achieve.</p>
</li>
<li>
<h3>Funds We Have Raised</h3>
<p>Fundraising events are a popular form of fundraising. While they can be great money makers for an organization, they can also be time consuming and expensive. The success of events depends on careful planning. (Yes, you should have a written event plan for every event you hold!)Before doing anything else, you must decide what the purpose of your event is. Is this truly a fundraising event? Or does it have other goals? Perhaps your organization may be hoping to raise money at the event, but the main function of the event is to gain publicity, or reach out to a new network. Many charitable events have more than one goal. Figuring out the details for your event will depend on knowing what goals you are trying to achieve.</p>
<p>Total Collected Fund of the year 2017: $56454</p>
</li>
</ul>
</article>
<aside id="sidebar">
<div class="dark">
<h3>Our Collection From Different Part Of The Country</h3>
<p>Despite below freezing water temperatures, brave bathers raise thousands of pounds for charities.Street art has become very popular in recent years and people have been utilising this popularity to run charity street art events, often called paint jams. The idea is to bring together a number of street artists to paint live, drawing in fans to watch these artists in action. By adding a raffle or an auction whilst the paint jam is going, is a great way to bring in extra cash from the event, just like at this paint jam.</p>
</div>
<button class="donateusnow">Donate Us Now</button>
</aside>
</div>
</section>
<footer>
<p>Annual Charity Show, Copyright ©2018</p>
</footer>
</body>
</html>