-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject7_en.html
425 lines (351 loc) · 21.7 KB
/
project7_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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!doctype html>
<html class="no-js" lang="en">
<head>
<!--Canonical url-->
<link rel="canonical" href="https://covid19response.gr" />
<!-- Primary Meta Tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="Covid-19,Response,Greece,Covid19">
<title>Covid-19 Response Greece</title>
<meta name="title" content="Covid-19 Response Greece - Psychology Webinars" />
<meta name="description"
content="Webinars for public by psychologists,psychiatrists and other scientists of mental health and wellness which can help everyone to feel better." />
<meta name="image" content="https://www.covid19response.gr/Preview/assets/images/p7other/Project_logo_S.png" />
<meta name="google-site-verification" content="googleacf857934a4a212c.html" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="524752681515341" />
<meta property="og:url" content="https://www.covid19response.gr/project7.html" />
<meta property="og:title" content="Covid-19 Response Greece - Psychology Webinars" />
<meta name="description"" />
<meta property=" og:description"
content="Webinars for public by psychologists,psychiatrists and other scientists of mental health and wellness which can help everyone to feel better." />
<meta property="og:image"
content="https://www.covid19response.gr/Preview/assets/images/p7other/Project_logo_S.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://www.covid19response.gr/project7.html" />
<meta property="og:title" content="Covid-19 Response Greece - Psychology Webinars" />
<meta name="description"" />
<meta property=" og:description"
content="Webinars for public by psychologists,psychiatrists and other scientists of mental health and wellness which can help everyone to feel better." />
<meta property="og:image"
content="https://www.covid19response.gr/Preview/assets/images/p7other/Project_logo_S.png" />
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/styles/vendor/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="assets/fonts/et-lineicons/css/style.css">
<link rel="stylesheet" href="assets/fonts/linea-font/css/linea-font.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/font-awesome.min.css">
<!-- Slider -->
<link rel="stylesheet" href="assets/styles/vendor/slick.css">
<!-- Lightbox -->
<link rel="stylesheet" href="assets/styles/vendor/magnific-popup.css">
<!-- Animate.css -->
<link rel="stylesheet" href="assets/styles/vendor/animate.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162017852-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-162017852-1');
</script>
<!-- Definity CSS -->
<link rel="stylesheet" href="assets/styles/main.css">
<link rel="stylesheet" href="assets/styles/responsive.css">
<!-- JS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<!--MAP CDN-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin="" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
crossorigin=""></script>
</head>
<body id="page-top" class="bigLetters" data-spy="scroll" data-target=".navbar">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- ========== Preloader ========== -->
<div class="preloader">
<img src="assets/images/loader.svg" alt="Covid-19 Response Greece Project...">
</div>
<!-- ========== Navigation ========== -->
<nav class="navbar navbar-default navbar-static-top mega">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index_en.html"><img src="assets/images/logo.png" alt="Definity - Logo"></a>
</div><!-- / .navbar-header -->
<!-- Navbar Links -->
<div id="navbar" class="navbar-collapse collapse page-scroll navbar-right">
<ul class="nav navbar-nav">
<li><a href="index_en.html#home">Home<span class="sr-only"></span></a></li>
<!--<li><a href="Articles.html">Blog<span class="sr-only"></span></a></li>-->
<li><a href="index_en.html#about">Meet us<span class="sr-only"></span></a></li>
<li><a href="index_en.html#work">Our Work<span class="sr-only"></span></a></li>
<li><a href="index_en.html#support">Support<span class="sr-only"></span></a></li>
<li><a href="index_en.html#contact">Contact us<span class="sr-only"></span></a></li>
<li><a href="project7.html">Gr<span class="sr-only"></span></a></li>
</ul><!-- / .nav .navbar-nav -->
</div>
<!--/.navbar-collapse -->
</div>
</nav><!-- / .navbar -->
<!-- ========== Page Title - General Info ========== -->
<header class="page-title pt-large pt-parallax pt-dark pt-plax-lg-dark" data-stellar-background-ratio="0.4">
<div class="container">
<div class="row">
<div class="col-sm-8">
<h1 style="font-size: large;">PSYCHOLOGY WEBINARS</h1>
<br>
<!-- <h1 style="font-size: larger;">Μενουμε σπιτι, βγαινουμε καλυτεροι</h1> -->
<span class="subheading" style="font-size: 18px;">
Public webinars by psychologists, psychiatrists and other mental health and wellness professionals who can help each of us feel better
</span>
<span class="subheading" style="font-size:14px;"><a href="project7.html" style="color:white;">ΔΙΑΒΑΣΤΕ ΣΤΑ ΕΛΛΗΝΙΚΑ</a></span>
</div>
</div>
</div>
</header>
<!-- ========== Πληροφρίες ========== -->
<section id="info" class="container" style="margin-top:60px;">
<div class="row ws-m">
<div class="col-md-12" style="text-align:justify;">
<h3 class="mb-30">PROJECT TARGET</h3><br />
<p>
<ul>
<li class="bulletSpace">
Mental health and well-being concern us all, especially in the current unprecedented situation, due to the Covid-19 pandemic.
We all experience additional difficulties, which test our endurance and take a toll on our well-being, our health and the pleasure in our daily lives.
</li>
<li class="bulletSpace">
The goal of the project is to offer valuable advice, tips, stress management tools and a space for expression and discussion, for all that concerns us. In short, we stay home and come out better, turning this crisis into an opportunity!
</li>
</ul>
</p>
</div>
</div><!-- / .row -->
</section><!-- / .container -->
<section id="img" class="container center-block" style="margin-bottom: 60px;">
<div class="col-md-12" style="text-align:center;">
<ul class="single-img-slider">
<li><img src="assets/images/p7other/project_logo_l.jpg" alt="Covid-19 Response Greece" style="max-width:420px; display: initial;
max-height:358px;"></li>
</ul>
</div>
</div><!-- / .row -->
</section><!-- / .container -->
<!-- ========== Εξελιξη ========== -->
<section id="progress" class="container ft-centered">
<div class="row ws-m">
<h3>STAGES OF EVOLUTION</h3><br />
<!-- Item 1 -->
<div class="col-md-3 col-sm-6 mb-sm-50 ft-item ft-material">
<span class="et-presentation"></span>
<h5>ANALYZE NEEDS</h5>
<!--<p>Lorem ipsum dolor sit amet, ete elit consectetur adipisicing. Omnis quae, ipsam impedit eius, vero.</p>-->
</div>
<!-- Item 2 -->
<div class="col-md-3 col-sm-6 mb-sm-50 ft-item ft-material">
<span class="et-browser"></span>
<h5>RESEARCH</h5>
<!--<p>Lorem ipsum dolor sit amet, ete elit consectetur adipisicing. Omnis quae, ipsam impedit eius, vero.</p>-->
</div>
<!-- Item 3 -->
<div class="col-md-3 col-sm-6 mb-sm-50 ft-item ft-material">
<span class="et-tools"></span>
<h5>PLANNING</h5>
<!--<p>Lorem ipsum dolor sit amet, ete elit consectetur adipisicing. Omnis quae, ipsam impedit eius, vero.</p>-->
</div>
<!-- Item 4 -->
<div class="col-md-3 col-sm-6 mb-sm-50 ft-item ft-circle-frame-dark">
<span class="et-desktop"></span>
<h5>PILOT RUN</h5>
<!--<p>Lorem ipsum dolor sit amet, ete elit consectetur adipisicing. Omnis quae, ipsam impedit eius, vero.</p>-->
</div>
</div><!-- / .row -->
</section><!-- / .container .ft-frames -->
<section id="info" class="container">
<div class="row ws-m">
<div class="col-md-12" style="text-align:justify;">
<h3>COORDINATION AND CONTACT</h3><br />
<p>
<ul>
<li class="bulletSpace">
Email: <a href="mailto:[email protected]">
</li>
<li class="bulletSpace">Project coordinator: Giorgos Nikolaou, M.D psychiatrist</li>
<li class="bulletSpace">Voluntary Action of Covid-19 Response Greece coordinator: Dimitrios Kourtesis</li>
<li class="bulletSpace">Read more on how this project was created <a
href="https://www.soulscan.gr/news/covid19-response-greece">here</a></li>
</ul>
</p>
</div>
</div><!-- / .row -->
</section><!-- / .container -->
<!-- ========== Webinar Series ========== -->
<section id="webinars" class="container ft-centered">
<div class="row ws-m">
<h3>Webinars Categories</h3><br />
<p>8 different series of online seminars, covering 8 different needs today. Find yours, and follow it with its color </p>
<div class="accordion">
<div class="accordion-item">
<a>Α) <b style="color: #EC6C4F;">Coral Series</b> - Stress management tools</a>
<div class="content">
<p>In this series of webinars, you can find tips and tools to effectively manage your thoughts and stressors. Based on short-term treatment models and psychological first-aid guidelines, coral series webinars can help you feel better if you are stressed or anxious.
<p>
</div>
</div>
<div class="accordion-item">
<a>B) <b style="color: #741B47;">Purple Series</b> - Balance and Communication in Relationships</a>
<div class="content">
<p>In purple series webinars, we talk about relationships and their balance; relationships between partners, family members, friends, or people in general. Learn how to move through them, communicate more effectively, help yourself and your partner experience a positive interaction and bond. Find solutions to problems and create a better and healthier balance
</p>
</div>
</div>
<div class="accordion-item">
<a>C) <b style="color: #50D1CF;">Teal Series</b> - Domestic Violence/ Manage Crisis and Conflict</a>
<div class="content">
<p>Teal Series webinars are aimed at difficult situations, which may be pre-existing, but might have worsened in these times of increased interaction between family members. We deal with situations of increased tension, conflict or even incidents of verbal, physical or psychological abuse. Learn how to manage such situations, de-escalate tensions and seek appropriate support from your environment. In these unprecedented times we are living in, one thing is for sure: you are not alone!
</p>
</div>
</div>
<div class="accordion-item">
<a>D)<b style="color: #FF9900;"> Orange Series</b>- Frontliners support and special issues </a>
<div class="content">
<p>Are you working on the front line against the pandemic? Are you a nurse, supermarket employee, doctor, police officer? Then the orange series of webinars is made for you! Faced with special challenges, daily insecurities and fears for your health, as well as the health of all those around you, you who help the rest of us stay home safely, are entitled to a series of online seminars to help you better cope with your increased challenges.
</p>
</div>
</div>
<div class="accordion-item">
<a>E) <b style="color: #FFFF00;">Yellow Series</b> - Caregivers Support </a>
<div class="content">
<p>Caregivers who provide assistance to the elderly, children with special needs, and other disabled people work under constantly stressful conditions. In this extraordinary situation we are experiencing, the pressure of caregiving is increasing. Additionally, new challenges are being added, which we may not have imagined before. The yellow series of webinars deals with all these issues and needs, helping caregivers better manage the demands of these times
</p>
</div>
</div>
<div class="accordion-item">
<a>F) <b style="color: #3D94D7;">MarineSeries</b> - Depression and inactivity</a>
<div class="content">
<p>Sometimes, important problems we face begin to work biologically, reducing our energy, wellbeing, and motivation. If you indulge in this state, it can last for a long time, taking you downhill. We have good news for you! In the Marine series webinars, you can find tips, tools and solutions, to take control of your mood and regain your lost energy.
</p>
</div>
</div>
<div class="accordion-item">
<a>G) <b style="color: #FFAAE4;">Pink Series</b> -New challenges and adjustments due to Covid-19
</a>
<div class="content">
<p>A Covid-19 pandemic was certainly not something many of us had imagined, much less prepared for. A lot of things changed in such a short period of time that we did not have the opportunity to prepare. In the Pink series webinars, we discover new perspectives and solutions to brand new challenges and changes, such as financial insecurity and working from home
</p>
</div>
</div>
<div class="accordion-item">
<a>Η) <b style="color: #4BE09B;">Mint Series</b> - Relax and Wellness</a>
<div class="content">
<p>Last but not least, in the situation we are living in, there is one thing we need to take care of: our body and its tranquility. Because, after all, soul and body are an inseparable whole. In the Mint series, you can attend webinars which will teach you relaxation and wellness techniques, daily tools to take care of your body and your health, both physical and mental.
</p>
</div>
</div>
</div>
</div><!-- / .row -->
</section><!-- / .container .ft-frames -->
<section id="googleCalendar" class="container">
<div class="row ws-m align-content-of-div">
<div class="col-md-12" style="text-align:justify;">
<h3>FIND UPCOMING WEBINARS AND SING UP</h3><br />
<div data-tockify-component="agenda" data-tockify-calendar="soulscan"></div>
</div>
</div><!-- / .row -->
</section><!-- / .container -->
<!-- ========== Project Nav ========== -->
<div class="gray-bg project-nav">
<div class="container">
<div class="row">
<nav>
<ul class="nav-btns">
<li class="prev"><a href="project6.html"><span class="nav-icon linea-arrows-slim-left"></span> previous</a></li>
<li class="next"><a href="project8.html">Next <span class="nav-icon linea-arrows-slim-right"></span></a></li>
</ul>
</nav>
</div>
</div>
</div><!-- / .project-nav -->
<!-- ========== Footer Litle ========== -->
<br>
<footer class="footer-litle">
<!-- Social Links -->
<div class="dark-bg">
<div class="container footer-social-links">
<div class="row">
<ul>
<li><a href="https://www.messenger.com/t/covidresponse">Messenger</a></li>
<li><a href="https://www.facebook.com/covidresponse" target="_blank">facebook</a></li>
<li><a href="https://twitter.com/19Greece" target="_blank">Twitter</a></li>
<li><a href="https://www.linkedin.com/company/covid-19-response-greece/" target="_blank">LinkedIn</a></li>
<li><a href="https://www.instagram.com/covid_19responsegr/" target="_blank">Instagram</a></li>
</ul>
</div>
<div class="row" style="padding:20px 0 20px 0;">
<div class="col-md-6">
<a class="btn" href="gdprPolicy.html">GDPR Policy</a>
</div>
<div class="col-md-6">
<a class="btn" href="PrivacyPolicy.html">Privacy Policy</a>
</div>
</div><!-- / .row -->
</div><!-- / .container -->
</div><!-- / .dark-bg -->
<!-- Copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<small>© 2020 COVID-19 RESPONSE GREECE. </small>
</div>
<div class="col-md-6">
<small><a href="#page-top" class="pull-right to-the-top">return<i class="fa fa-angle-up"></i></a></small>
</div>
</div><!-- / .row -->
</div><!-- / .container -->
</div><!-- / .copyright -->
</footer><!-- / .footer-litle -->
<!-- ========== Scripts ========== -->
<script src="assets/js/vendor/jquery-2.1.4.min.js"></script>
<script src="assets/js/vendor/google-fonts.js"></script>
<script src="assets/js/vendor/jquery.easing.js"></script>
<script src="assets/js/vendor/jquery.waypoints.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/vendor/smoothscroll.js"></script>
<script src="assets/js/vendor/jquery.localScroll.min.js"></script>
<script src="assets/js/vendor/jquery.scrollTo.min.js"></script>
<script src="assets/js/vendor/jquery.stellar.min.js"></script>
<script src="assets/js/vendor/jquery.parallax.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/jquery.easypiechart.min.js"></script>
<script src="assets/js/vendor/countup.min.js"></script>
<script src="assets/js/vendor/isotope.min.js"></script>
<script src="assets/js/vendor/jquery.magnific-popup.min.js"></script>
<script src="assets/js/vendor/wow.min.js"></script>
<script src="assets/js/vendor/jquery.mb.YTPlayer.min.js"></script>
<script src="assets/js/vendor/jquery.ajaxchimp.js"></script>
<script data-cfasync="false" data-tockify-script="embed" src="https://public.tockify.com/browser/embed.js"></script>
<!-- Definity JS -->
<script src="assets/js/main.js"></script>
</body>
</html>