-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefined.php
More file actions
executable file
·68 lines (61 loc) · 3.62 KB
/
defined.php
File metadata and controls
executable file
·68 lines (61 loc) · 3.62 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<?php
$pageTitle = "Social Action Defined";
$description = "SVC defines social action as the realization of human responsibility and acting upon it for the betterment of society and the world in whole, promoting the concept of engaged citizenship. Get involved in some of our opportunities and get engaged in the community.";
$curlink = "action";
$sublink = "defined";
include('head.php');
?>
<style type="text/css">
</style>
</head>
<body>
<?php
include('header.php');
include('menu.php');
?>
<?php include('main_top.php'); ?>
<!-- CONTENT -->
<h2>social action defined</h2>
<table style="width:200px;float:right;"><tr>
<th><h3>useful sites</h3></th>
</tr><tr>
<td><a href="http://www.takepart.com/">Take Part</a></td>
</tr><tr class="shade">
<td><a href="http://www.socialactions.com/">Social Actions</a></td>
</tr><tr>
<td><a href="http://www.tigweb.org/">Taking It Global</a></td>
</tr><tr class="shade">
<td><a href="http://www.dosomething.org/">Do Something</a></td>
</tr><tr>
<td><a href="http://www.volunteer.ca/">Volunteer Canada</a></td>
</tr><tr class="shade">
<td><a href="http://www.charityvillage.org/">Charity Village</a></td>
</tr><tr>
<td><a href="http://www.volunteerguelphwellington.on.ca/">the G-W Volunteer Centre</a></td>
</tr><tr class="shade">
<td><a href="http://www.volunteer.ca/">find your local volunteer centre</a></td>
</tr></table>
<p>SVC defines social action as <strong>the realization of human responsibility and acting upon it for the betterment of society and the world in whole</strong>. It is a chance to not focus on individual or monetary gain, but an opportunity to contribute to the bigger picture. Social Action promotes the concept of being an engaged citizen that is intuned to current issues happening within the local and international community and acting in a positive manner to address them. With the right blend of social action and passion, any one is able to efficiently maximize their ability to make a positive impact in their world.</p>
<h3>how to participate</h3>
<p>Get involved in some of our opportunities and get engaged in the community. Check out our <a href="resources.php">resource</a> section and our <a href="http://www.facebook.com/studentvolunteerconnections">facebook page</a> for resources.</p>
<h3>take action</h3>
<p>Get started ahead of the game. Find your passion, learn about an issue,and take action. If you are in Guelph, SVC and the <a href="http://www.volunteerguelphwellington.on.ca/">Guelph-Wellington Volunteer Centre</a> have a variety of tools to get you out building community through meaningful volunteer placements. At any given time in Guelph-Wellington, there are at least 1000 volunteer positions that are in need of being filled.</p>
<p>If you are not in Guelph but really want to know what's out there? There are Volunteer Centres all across Canada that have incredible networks of community-benefit organizations that have lots of volunteer placements. To see where the closest volunteer centre is to you, check out <a href="http://www.volunteer.ca/">Volunteer Canada</a>.</p>
<div class="clear"></div>
<!-- END OF CONTENT -->
<?php include('main_bottom.php'); ?>
<!-- SIDEBAR
<h3>Quick Links!</h3>
<div class="container">
<a href="docs/ontarion1967.gif">1967 Ontarion Article</a>
<a href="docs/UoGbulletin1968.pdf">1968 UoG News Bulletin</a>
<a href="docs/HELPposter1970s.jpg">1970s Recruitment Poster</a>
</div>-->
<!-- END OF SIDEBAR -->
<?php include('footer.php') ?>
</body>
</html>