-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.en.html
210 lines (197 loc) · 15.4 KB
/
about.en.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Joanna de Ângelis</title>
<link rel="shortcut icon" href="images/favicon_img.png">
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/template.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/responsive.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com"> <!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- Open Sans -->
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"> <!-- Line Awesome -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<header>
<nav class="navbar st-navbar navbar-fixed-top">
<div class="second-top">
<div class="container">
<div class="ai_center jc_between">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" onclick="openNav()">
<i class="las la-bars" id="barra_menu"></i>
</button>
<a href=".">
<img class="logo" src="images/logotipo_joanna_img.png">
</a>
</div>
<div class="collapse navbar-collapse" id="st-navbar-collapse">
<ul class="nav navbar-nav navbar-right itens-menu" style="display: flex; align-items: center;">
<li><a href="about.en.html" class="links_topo">ABOUT US</a></li>
<li class="dropdown">
<a href="spiritism.en.html" class=" links_topo dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">SPIRITISM</a>
<ul class="dropdown-menu">
<li><a href="spiritism.en.html" class="item-dropdown">The Spiritist Philosophy or Spiritism</a></li>
<li><a href="movement.en.html" class="item-dropdown">The Spiritist Movement</a></li>
<li><a href="groups.en.html" class="item-dropdown">Spiritist groups, centres or societies</a></li>
<li><a href="federations.en.html" class="item-dropdown">Federations and Movement</a></li>
</ul>
</li>
<li><a href="activities.en.html" class=" links_topo">ACTIVITIES</a></li>
<!-- <li><a href="bookstore.en.html" class="links_topo">BOOK STORE</a></li> -->
<!-- <li><a href="library.en.html" class="links_topo">LIBRARY</a></li> -->
<!-- <li><a href="blog.en.html" class="links_topo">NEWS</a></li> -->
<li><a href="contact.en.html" class="links_topo">CONTACT US</a></li>
<li id="" class="hidden-xs hidden-sm">
<div class="bandeiraativa">
<img class="currently_idiom" src="images/bandeira_usa.png" style="width: 30px; height: 30px;">
<div class="bandeiradois" style="z-index: 999;">
<a href="about.pt.html" hreflang="pt">
<img class="option_idiom" src="images/bandeira_brasil.png" style="width: 30px; height: 30px; margin-left: 9px; margin-top: 0px;">
</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><i class="las la-times"></i></a>
<div class="overlay-content">
<ul class="list_overlay">
<li><a href="about.en.html" class="links_topo topic-mob" onclick="closeNav()">ABOUT US</a></li>
<li>
<div><a href="spiritism.en.html" class=" links_topo topic-mob" onclick="closeNav()" style="padding: 25px 0;">SPIRITISM</a></div>
<div><a href="spiritism.en.html" class="item-dropdown-mob">The Spiritist Philosophy or Spiritism</a></div>
<div><a href="movement.en.html" class="item-dropdown-mob">The Spiritist Movement</a></div>
<div><a href="groups.en.html" class="item-dropdown-mob">Spiritist groups, centres or societies</a></div>
<div><a href="federations.en.html" class="item-dropdown-mob">Federations and Movement</a></div>
</li>
<li><a href="activities.en.html" class=" links_topo topic-mob" onclick="closeNav()">ACTIVITIES</a></li>
<!-- <li><a href="bookstore.en.html" class="links_topo topic-mob" onclick="closeNav()">BOOK STORE</a></li> -->
<!-- <li><a href="library.en.html" class="links_topo topic-mob" onclick="closeNav()">LIBRARY</a></li> -->
<!-- <li><a href="blog.en.html" class="links_topo topic-mob" onclick="closeNav()">NEWS</a></li> -->
<li><a href="contact.en.html" class="links_topo topic-mob" onclick="closeNav()">CONTACT US</a></li>
<li>
<div style="display:flex;align-items:center;justify-content:center;gap:20px;padding:15px;">
<a href="about.en.html" hreflang="en">
<img src="images/bandeira_usa.png" style="width: 30px; height: 30px;">
</a>
<a href="about.pt.html" hreflang="pt">
<img src="images/bandeira_brasil.png" style="margin-left: 10px; width: 30px; height: 30px;">
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section id="banner-about">
<div class="background-banner-about">
<div class="text-banner-telas">
About Us </div>
</div>
</section>
<section>
<div class="mt100 mb100">
<div class="container">
<div class="subtitle-main-site text-center">Joanna de Ângelis Spiritist Study Group (JASSG) is an organization founded in 1996 and incorporated by the Province of Ontario in 2004.</div>
<div class="subtitle-main-site mt50">Mission</div>
<div class="mt10">Joanna de Ângelis Spiritist Study Group (JASSG) is a non-profit organization. JASSG’s mission is to disseminate the Christian Spiritism in the Toronto area, Canada, according to the principles codified by Allan Kardec. This dissemination is done through the study and practice of Spiritism in its triple aspects: philosophical, scientific and religious. It is also accomplished by the offering of services for emotional and spiritual support, passes, personal and community development.</div>
<div class="subtitle-main-site mt50">General Objective</div>
<div class="mt10">To disseminate the study and practice of the Spiritism codified by Allan Kardec in its triple aspect: philosophic, scientific and religious.</div>
<div class="subtitle-main-site mt50">Specific Objectives</div>
<div class="mt10">• Train volunteer-workers in order to disseminate Spiritism in a realistic and safe manner; respecting ethnical, religious and cultural diversities.<br>• Promote community development and humanitarian activities in the light of Spiritism</div>
</div>
</div>
</section>
<section id="spiritism" class="hidden-xs hidden-sm">
<div class="d_flex">
<div class="content-spiritism">
<div class="text-spiritism">
<div class="title-main-site-white">Organization</div>
<div class="mt30">Organizational Chart of the activities developed at Joanna de Ângelis Spiritist Study Group<br><br>
JASSG seeks to develop a Participatory Methodology* in its administration and management of its activities, as well as in the study groups. Respect to the rhythms and styles of learning, different levels of knowledge and individual availability are the principles that guide the development of its actions.<br><br>Following these guidelines, the time invested training volunteer-workers can be (or not) a long-term process. This strategy is supported by Hermínio C. Miranda in his book Diálogo com as Sombras (page 32), where he writes: “Despite the nature of work – study, research, experimentation, disobsession – a group should not start its specific activities unless it has finished its short or long learning process about the doctrine questions.”</div>
</div>
</div>
<div class="img-organization"></div>
</div>
</section>
<section id="spiritism" class="hidden-md hidden-lg">
<div class="d_flex fd_column">
<div class="content-spiritism">
<div class="text-spiritism" style="padding: 40px 20px;">
<div class="title-main-site-white">Organization</div>
<div class="mt30">Organizational Chart of the activities developed at Joanna de Ângelis Spiritist Study Group<br><br>
JASSG seeks to develop a Participatory Methodology* in its administration and management of its activities, as well as in the study groups. Respect to the rhythms and styles of learning, different levels of knowledge and individual availability are the principles that guide the development of its actions.<br><br>Following these guidelines, the time invested training volunteer-workers can be (or not) a long-term process. This strategy is supported by Hermínio C. Miranda in his book Diálogo com as Sombras (page 32), where he writes: “Despite the nature of work – study, research, experimentation, disobsession – a group should not start its specific activities unless it has finished its short or long learning process about the doctrine questions.”</div>
</div>
</div>
<div class="img-organization-mob"></div>
</div>
</section>
<footer>
<div class="blue-line"></div>
<div class="main-footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="title-footer">OPENING HOURS</div>
<div class="mt5">Gospel According to Spiritism / Caring Family</div>
<div>Sunday - 11:00 am to 12:30 pm</div>
<div class="mt20">Gospel for Teens and Kids</div>
<div>Sunday - 11:00 am to 12:30 pm</div>
<div class="mt20">Fraternal Meeting</div>
<div>Wednesday - 6:00 pm to 8:00 pm</div>
<div class="mt20">Vibration Time</div>
<div>1st and 3rd Saturday of the month 10:00 am to 11:00 am</div>
</div>
<div class="col-md-4">
<div class="hidden-md hidden-lg mt20"></div>
<div class="title-footer">PHONE</div>
<div class="mt5"><a href="tel:14165327896" style="color: #575757;">+1 (416) 532-7896</a></div>
<div class="title-footer mt20">EMAIL</div>
<div class="mt5"><a href="mailto:[email protected]" style="color: #575757;">[email protected]</a></div>
</div>
<div class="col-md-3">
<div class="hidden-md hidden-lg mt20"></div>
<div class="title-footer">SOCIAL MEDIA</div>
<div class="social-mideas">
<a href="https://www.facebook.com/jassgtoronto/" target="_blank"><i class="lab la-facebook-square"></i></a>
<a href="https://instagram.com/joannadeangelisca?igshid=YmMyMTA2M2Y=" target="_blank"><i class="lab la-instagram"></i></a>
</div>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fjassgtoronto&tabs=timeline&width=280&height=130&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="280" height="130" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</div>
</div>
</div>
</div>
<div class="footer hidden-xs hidden-sm">
<div class="container">
<div class="ai_center jc_between">
<div>© Copyright 2024 - <b>JOANNA DE ÂNGELIS</b> - All Rights Reserved</div>
<a href="https://prideinnovations.com.br/" target="_blank" rel="noopener noreferrer"><img src="images/innovations-white.svg" class="logo_rodape"></a>
</div>
</div>
</div>
<div class="footer hidden-md hidden-lg">
<div class="container">
<div class="ai_center jc_between fd_column text-center">
<div>© Copyright 2024 - <b>JOANNA DE ÂNGELIS</b> - All Rights Reserved</div>
<a href="https://prideinnovations.com.br/" target="_blank" rel="noopener noreferrer"><img src="images/innovations-white.svg" class="logo_rodape"></a>
</div>
</div>
</div>
</footer>
<!-- JS IMPORTS -->
<script type="text/javascript" src="js/jquery.min.js"></script> <!-- jQuery -->
<script type="text/javascript" src="js/jquery.mask.min.js"></script> <!-- jQuery -->
<script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- Bootstrap -->
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v4.0"></script> <!-- Facebook Iframe -->
<script type="text/javascript" src="js/footer.js"></script> <!-- Custom footer scripts -->
</body>
</html>