-
Notifications
You must be signed in to change notification settings - Fork 0
/
how.html
79 lines (56 loc) · 2.73 KB
/
how.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
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dreaming - How to Help</title>
<meta name="description" content="We seek to improve society by urging others to help us in appreciating, doing, and urging good acts."/>
<meta name="author" content="Jimuel Catalan, Patricia Canaria, Dominik De Leon, Paul Reynon, Michael Rivera"/>
<meta name="keywords" content="Advocacy Website, Peace Advocacy, Peace and Order Website, Advocates of peace, Peace and order journals, Peace and order experiences, Advocacy mission, Advocacy journals" />
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div id="wrap">
<div class="section" id="banner_wrap">
<nav id="nav">
<a href="index.html">Home</a>
<a href="how.html" class="active">How to Help</a>
<a href="journals.html">Journals</a>
<a href="about.html">About Us</a>
<span id="clear"></span>
</nav>
</div>
<div class="sections-wrap">
<div class="section main">
<div class="content">
<h3>How to Help?</h3>
<p>We, Advocates of Peace, aim to use peace and order in making the world a better place. This aim however will not be possible without your help. Every help counts, so come and join us attain world peace. How to help? </p>
<ol class="list">
<li><span class="emphasized">Be athletic.</span> Playing outdoor games is a good exercise for you and reduces the tendency of you being involved in street fights.</li>
<li><span class="emphasized">Be friendly.</span> Being nice towards other people will help you gain reliable friends and is a great way of avoiding violence.</li>
<li><span class="emphasized">Work.</span> Working gives you income and keeps you busy, which lessens the possibility that you will get in unwanted situations.</li>
<li><span class="emphasized">Travel.</span> Explore the beauty of the world and be inspired to promote peace with the hospitality of the Filipinos.</li>
</ol>
</div>
</div>
<div class="section secondary">
<div class="content">
<h3>Share your story!</h3>
<p>
If you have an interesting story that may in any way — inspire others, then send it to us so we can post it here! You may email us at <a href="mailto:advocatesofpeace2017@gmail.com">advocatesofpeace2017@gmail.com</a> :)
</p>
</div>
<div class="content">
<h3>Find us!</h3>
<p>
Advocates of Peace <br>
Saint Louis University <br>
Bonifacio St., Baguio City.
</p>
</div>
</div>
</div>
<footer class="section footer">
<span id="copy">Copyright © Advocates of Peace 2017</span>
<span id="line">We picture the world where everyone lives in peace.</span>
</footer>
</body>
</html>