-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.en.html
212 lines (201 loc) · 16.7 KB
/
groups.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
211
212
<!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="groups.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="groups.en.html" hreflang="en">
<img src="images/bandeira_usa.png" style="width: 30px; height: 30px;">
</a>
<a href="groups.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-spiritism">
<div class="background-banner-groups">
<div class="text-banner-telas">
Spiritist groups, centres or societies </div>
</div>
</section>
<section>
<div class="mt50 mb50">
<div class="container">
<div>“These Groups, corresponding together, visiting each other, and transmitting to one another the results arrived at by each, may, even now, form the nucleus of the great spiritist family which will one day rally to itself all opinions, and unite all men in the common brotherhood of Christian charity.”<br> <span style="color: #456095; font-style: italic;">Allan Kardec (The Mediums’ Book – Chapt. XXIX – Item 334)</span></div>
<div class="subtitle-main-site mt40">What They Are</div>
<div class="mt10">The Spiritist Groups, Centers, or Societies are:
<ul class="mt10">
<li>Nucleus of study, fraternity, prayer, and activities practiced within the Spiritist principles;</li>
<li>Schools of spiritual and moral education, operating according to the Spiritism;</li>
<li>Posts of fraternal assistance open to everyone in search for guidance, enlightenment, help, or consolation;</li>
<li>Workshops which provide participants opportunities to exercise their inner growth through the practice of the Gospel in their activities;</li>
<li>Places where the children, the youth, the adults, and the elderly have the opportunity to socialize, study, and perform activities together to unite the family under the guidance of Spiritism;</li>
<li>Retreats of peace which offer participants opportunities for spiritual renewal and fraternal union through the practice of the maxim “Love one another”;</li>
<li>Nucleus characterized by the simplicity typical of the first congregations of the nascent Christianity; by the practice of charity; and by the total absence of images, symbols, rituals, or other exterior manifestations; and</li>
<li>Institutions that represent the fundamental units of the Spiritist Movement.</li>
</ul></div>
<div class="subtitle-main-site mt40">Their Objectives</div>
<div class="mt10">
The objectives of the Spiritist Groups, Centres, or Societies are to promote the study, dissemination, and practice of the Spiritist Doctrine, while tending to individuals who:
<ul class="mt10">
<li>Seek enlightenment, guidance, and help for their spiritual, moral, and material problems;</li>
<li>Wish to get acquainted with and study the Spiritism;</li>
<li>Wish to work, collaborate, and serve in any field of action the Spiritist practice has to offer.</li>
</ul></div>
<div class="subtitle-main-site mt40">Their Basic Activities</div>
<div class="mt10">
<p>The basic activities of the Spiritist Groups, Centers, or Societies are:</p>
<ul>
<li>To conduct meetings for the study of the Spiritism, in a programmed, methodical, and systematic form, open to individuals of all ages and every cultural and social standing, and aimed at enabling a deep and wide-ranging knowledge of Spiritism in all of its aspects.</li>
<li>To conduct meetings for the explanation of the Gospel according to the Spiritism, the practice of passes (laying on of hands), and to extend fraternal assistance through dialogue to those who approach the Spiritist Centers in search of enlightenment, guidance, help, and spiritual and moral assistance.</li>
<li>To conduct meetings for the study, education, and practice of mediumship based on Spiritist principles and objectives, thereby enlightening, guiding, and preparing individuals for mediumship activities.</li>
<li>To conduct meetings for children and the youth, in a programmed, methodical, and systematic form, thereby assisting, enlightening, and guiding them within the teachings of the Spiritism.</li>
<li>To carry out the work of dissemination of the Spiritism through all modes of social communication compatible with the Spiritist principles, such as lectures, conferences, books, newspapers, magazines, bulletins, pamphlets, hand-outs, radio, TV, posters, audio and video tapes.</li>
<li>To carry out activities for community development by helping participants with their most pressing needs, and by enlightening them with the moral teachings of the Gospel according to the Spiritism.</li>
<li>To encourage and offer guidelines to individuals who attend their meetings toward implanting and maintaining the “Gospel at Home” practice, as sustenance for the spiritual harmonization of their families.</li>
<li>To participate in activities aimed at the union of Spiritists and Spiritist Institutions as well as the unification of the Spiritist Movement by joining their efforts together; summing up their experiences; providing mutual help and support; improving Spiritist activities in general; and strengthening the actions of the Spiritists.</li>
<li>To perform the administrative tasks which are necessary to their regular operation in accordance with their organizational structure and in compliance with all applicable local legislation.</li>
</ul></div>
</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>