-
Notifications
You must be signed in to change notification settings - Fork 0
/
charity.html
73 lines (64 loc) · 5.87 KB
/
charity.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
73
<!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 | Charity Events</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 class="current"><a href="charity.html">Charity Events</a></li>
<li><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">
<h2 class="page-title">Upcoming Charity Events</h2>
<div class="container">
<article id="main-col">
<p class="darkevents">
<span class="darkheading">Annual Charity Show(ACS) has six upcoming charity events :</span><br><br>
1. PEER-TO-PEER FUNDRAISING: Peer-to-peer fundraising is perfect for all types of event fundraising! Common ideas include walkathons, bikeathons, thanks giving challenge, or fun runs. P2P fundraising encourages donors to reach out to their friends and family to engage a larger community in their fundraising effort. <a href="#"> Register for this event</a><br><br>
2. CREATE CUSTOM T-SHIRTS: Adding unique gear like t-shirts can be a great addition to your next fundraising event. T-Shirts can pair with your existing fundraising efforts or be an add-on item provided to volunteers or teams. The nice part about custom gear is that it gives participants something to keep as a memento after the event is over.<a href="#"> Register for this event</a><br><br>
3. CROWDFUNDING: Crowdfunding campaigns are a great way to engage a large population of small dollar donors. They work well when paired with annual fundraising events. Best of all, they're inexpensive to create and rely on social sharing. Crowdfunding campaigns have the potential to go viral and raise a lot of money.<a href="#"> Register for this event</a><br><br>
4. CHARITY AUCTIONS: Auctions are some of the most profitable fundraising events around. With so many amazing prizes on the line, donors won’t be able to resist contributing to your cause. Plan ahead to get the best auction items and start planning your next charity event today!<a href="#"> Register for this event</a><br><br>
5. TAKE THE DOG WALK CHALLENGE: You and your dog have the power to change the lives of the world’s most vulnerable working horses, donkeys and mules. Walk 10,000 steps every day with your canine friend for a month and raise £100 for Brooke.<a href="#"> Register for this event</a><br><br>
6. CAMPUS CARNIVAL: Ladies and gentlemen, sisters and brothers, step right up to your next major fundraising event — a campus carnival! It’ll take a strong team to coordinate the event. To help disperse responsibilities, partner with a few other sororities and fraternities and make it a team effort. Put together a planning committee with representatives from all participating Greek organizations to ensure that all parties have a voice and the carnival goes off without a hitch.<a href="#"> Register for this event</a>
</p>
<p class="dark">
Charities up and down the country capitalised on the (crazy) tradition of Boxing Day swims last year, by organising charity dips. Themes range from Pirates and Princesses to Angels and Santas. 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>
</article>
<aside id="sidebar">
<div class="dark">
<h3>Our Shelters Around The World</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.<br> <button type="button" class="shelterslink" onclick="window.location.href='shelters.html'">Vist Our Shelters Around The Country</button></p>
</div>
</aside>
</div>
</section>
<footer>
<p>Annual Charity Show, Copyright ©2018</p>
</footer>
</body>
</html>