-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (61 loc) · 2.97 KB
/
index.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dreaming - Advocates of Peace</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" class="active">Home</a>
<a href="how.html">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>Welcome!</h3>
<p>If you ever felt like the world you live in can still become an even better place — then you're in the right place!</p>
<p>We are undergraduate students of Saint Louis University who seek to inspire others to work with us towards reaching a peaceful and orderly community.</p>
</div>
<div class="content">
<h3>Our Mission</h3>
<p> Our mission as Advocates of Peace is to raise awareness regarding peace and order, eliminate the possibilty of disorderliness in our community and make the world a better place.</p>
<p>We support social change in order to make our lives better, we do this by keeping people informed and inspired by the use of this site. We post journals regarding our encounters that may serve as inspirations for others as a way of achieving our goals.</p>
<p>We are dedicated in minimizing the lack of peace and order in the world we live in.</p>
</div>
<div class="content">
<h3>New Journals!</h3>
<p>We have just updated our Journals section, it is where we post our experiences, views, and ideas about peace and order. We also urge you to submit yours if you have any!</p>
</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:[email protected]">[email protected]</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>