-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_gr.html
319 lines (293 loc) · 17.8 KB
/
index_gr.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
<!doctype html>
<html lang="gr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Happy Relating</title>
<link rel="shortcut icon" href="assets/images/fav.jpg">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fontawsom-all.min.css">
<link rel="stylesheet" href="assets/plugins/slider/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/slider/css/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- ################# Header Starts Here#######################--->
<header id="menu-jk">
<button id="language-btn" class="active" onclick="toggleLanguage()">
<span id="lang-en" class="active-lang">EN</span>
<span id="lang-gr">GR</span>
</button>
<nav>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-md-4 col-sm-12">
<img src="assets/images/logo.jpg" alt="Logo">
<a data-toggle="collapse" data-target="#menu" href="#menu"><i class="fas d-block d-md-none small-menu fa-bars"></i></a>
</div>
<div id="menu" class="col-lg-9 col-md-8 d-none d-md-block no-padding">
<ul class="nav">
<li><a id="home-link" href="index.html"><span data-en="Home" data-gr="Home"></span></a></li>
<li><a id="about-link" href="about_me.html"><span data-en="About Me" data-gr="About Me"></span></a></li>
<li><a id="services-link" href="services.html"><span data-en="Services" data-gr="Services"></span></a></li>
<li><a id="blog-link" href="publications.html"><span data-en="Publications" data-gr="Publications"></span></a></li>
<li><a id="gallery-link" href="gallery.html"><span data-en="Gallery" data-gr="Gallery"></span></a></li>
<li><a id="theory-link" href="theory.html"><span data-en="Theory" data-gr="Theory"></span></a></li>
<li><a id="contact-link" href="contact_us.html"><span data-en="Contact Me" data-gr="Contact Me"></span></a></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- ################# Slider Starts Here#######################--->
<div class="slider">
<!-- Set up your HTML -->
<div class="owl-carousel ">
<div class="slider-img">
<div class="item">
<div class="slider-img"><img src="assets/images/slider/slider-1.jpg" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-12 col-xs-12">
<div class="slider-captions">
<h1 class="slider-title">Διαπροσωπικές σχέσεις</h1>
<p class="slider-text hidden-xs">(Θεωρία των σχέσεων, άτομα, ζευγάρια και οικογένειες, βία και επιθετικότητα)</p>
<a href="#" class="btn btn-success hidden-xs">Περισσότερες λεπτομέρειες</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="slider-img"><img src="assets/images/slider/slider-2.jpg" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-12 col-xs-12">
<div class="slider-captions">
<h1 class="slider-title">Ηλικιωμένοι, άνοια και Ν. Alzheimer</h1>
<p class="slider-text hidden-xs">(ηλικιακός ρατσισμός, φροντιστές, ποιότητα ζωής, ανθεκτικότητα)</p>
<a href="#" class="btn btn-success hidden-xs">Περισσότερες λεπτομέρειες</a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="slider-img"> <img src="assets/images/slider/slider-3.jpg" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-12 col-xs-12">
<div class="slider-captions">
<h1 class="slider-title">Τραυματικές εμπειρίες</h1>
<p class="slider-text hidden-xs">(PTSD, μετατραυματική ανάπτυξη, αντιμετώπιση, ανθεκτικότητα)</p>
<a href="#" class="btn btn-success hidden-xs">Περισσότερες λεπτομέρειες</a>
</div>
</div>
</div>
<div style="height: 150px;"></div>
</div>
</div>
</div>
</div>
<!-- ################# Doctors Message Starts Here#######################--->
<div class="doctor-message">
<div class="inner-lay">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 doc-img">
<img src="assets/images/doctt.png" alt="">
</div>
<div class="col-md-6 col-sm-12 doc-det">
<h2>Γεια σας. Είμαι η Δρ. Αργυρούλα Καλαϊτζάκη</h2>
<span>Αν. Καθηγήτρια Κλινική Ψυχολογίας στο ΕΛΜΕΠΑ και Ειδική στις Διαπροσωπικές Σχέσεις</span>
<p>Οι υγιείς και ποιοτικές σχέσεις προσφέρουν πολλαπλά οφέλη στη ζωή κάθε ανθρώπου, όπως π.χ. συμβάλουν στην σωματική και ψυχική υγεία του, στην προσωπική, οικογενειακή, επαγγελματική και κοινωνική ευημερία και στην ποιότητα ζωής του. Ο εντοπισμός, επομένως, πιθανών δυσκολιών που έχετε στις διαπροσωπικές σας σχέσεις είναι ύψιστης σημασίας καθώς θα αποτελέσει την αφετηρία για να δουλέψετε και να βελτιώσετε τις δυσκολίες αυτές. Να θυμάστε ότι η μακροβιότερη μελέτη στον κόσμο για την ευτυχία, η οποία ξεκίνησε το 1938 στο Harvard, κατέληξε στο συμπέρασμα ότι “οι καλές σχέσεις μάς κάνουν ευτυχισμένους και υγιείς» (Waldinger & Schulz, 2023).</p>
<h4>Επικοινωνήστε μαζί μου: akalaitzaki@hmu.gr</h4>
</div>
</div>
</div>
</div>
</div>
<!-- ################# Our Services Starts Here#######################--->
<section class="our-blog container-fluid">
<div class="container">
<div class="session-title row">
<h2>Our Services</h2>
<p>Not the answer you're looking for? Printing and typesetting inLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s Lorem</p>
</div>
<div class="col-sm-12 blog-cont">
<div class="row no-margin">
<div class="col-lg-4 col-md-6 blog-smk">
<div class="blog-single">
<img src="assets/images/services/service-1.jpg" alt="">
<div class="blog-single-det">
<h6>Depression</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 blog-smk">
<div class="blog-single">
<img src="assets/images/services/service-2.jpg" alt="">
<div class="blog-single-det">
<h6>Anxiety</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 blog-smk">
<div class="blog-single">
<img src="assets/images/services/service-3.jpg" alt="">
<div class="blog-single-det">
<h6>Relationship Issue</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ################# Mission Vision Starts Here#######################--->
<div class="mosion-vision">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="single-dd">
<h4>Our Mission</h4>
<p>Lorem Ipsum is simply text of the Lorem Ipsum is simply my text of the printing and Ipsum is simply text of the Ipsum is simply text of thetypesetting Ipsum is simply text of the stry simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply text of the Lorem Ipsum is simply my text of </p>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="single-dd">
<h4>Our Vision</h4>
<p>Lorem Ipsum is simply text of the Lorem Ipsum is simply my text of ply text of the Ipsum is simply text of thetypesetting Ipsum is simply text of the stry simply <br>dummy text of the printing and typesetting industry. Lorem Ipsum is simply text of the Lorem Ipsum is simply my text of </p>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="single-dd">
<h4>Why Choos Us ?</h4>
<p>Effective Psychological Therapy with a minimum of 5 years post qualification experience. </p>
<p>Ipsum is simply text of the Lorem Ipsum is simply my text of ply text</p>
<p>Lorem Ipsum is simply text of the Lorem Ipsum is simply my text of ply text of the Ipsum f the Lorem Ipsum is simply my text of ply text </p>
</div>
</div>
</div>
</div>
</div>
<!-- ################# Our Session Starts Here#######################--->
<section class="sesion-type">
<div class="container">
<div class="session-title row">
<h2>Our Session Types</h2>
<p>Not the answer you're looking for? Printing and typesetting inLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s Lorem</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="single-sess">
<img src="assets/images/session/therapy-1.jpg" alt="">
<p>Individual Therapy</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-sess">
<img src="assets/images/session/therapy-2.jpg" alt="">
<p>Cuple Therapy</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-sess">
<img src="assets/images/session/therapy-3.jpg" alt="">
<p>online Session</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-sess">
<img src="assets/images/session/therapy-4.jpg" alt="">
<p>Group Therapy</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-sess">
<img src="assets/images/session/therapy-5.jpg" alt="">
<p>All Age Group</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single-sess sess-ok">
<h4>Start Your Session today</h4>
<p>Take the first step on your journey to feeling better. </p>
<button class="btn btn-success">Book an Appointment</button>
</div>
</div>
</div>
</div>
</section>
<!-- ################# Testimonial Starts Here#######################--->
<!-- ################# Footer Starts Here#######################--->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12">
<h2>About Us</h2>
<p>
Smart Eye is a leading provider of information technology, consulting, and business process services. Our dedicated employees offer strategic insights, technological expertise, and industry experience.
</p>
<p>We focus on technologies that promise to reduce costs, streamline processes, and speed time-to-market, Backed by our strong quality processes and rich experience managing global... </p>
</div>
<div class="col-md-4 col-sm-12">
<h2>Useful Links</h2>
<ul class="list-unstyled link-list">
<li><a ui-sref="about" href="#/about">About us</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="portfolio" href="#/portfolio">Portfolio</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="products" href="#/products">Latest jobs</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="gallery" href="#/gallery">Gallery</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="contact" href="#/contact">Contact us</a><i class="fa fa-angle-right"></i></li>
</ul>
</div>
<div class="col-md-4 col-sm-12 map-img">
<h2>Contact Us</h2>
<address class="md-margin-bottom-40">
BlueDart <br>
Marthandam (K.K District) <br>
Tamil Nadu, IND <br>
Phone: +91 9159669599 <br>
Email: <a href="mailto:info@anybiz.com" class="">info@bluedart.in</a><br>
Web: <a href="smart-eye.html" class="">www.bluedart.in</a>
</address>
</div>
</div>
</div>
</footer>
<div class="copy">
<div class="container">
<a href="https://www.smarteyeapps.com/">2015 © All Rights Reserved | Designed and Developed by Smarteyeapps</a>
<span>
<a><i class="fab fa-github"></i></a>
<a><i class="fab fa-google-plus-g"></i></a>
<a><i class="fab fa-pinterest-p"></i></a>
<a><i class="fab fa-twitter"></i></a>
<a><i class="fab fa-facebook-f"></i></a>
</span>
</div>
</div>
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/plugins/scroll-fixed/jquery-scrolltofixed-min.js"></script>
<script src="assets/plugins/slider/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/language-toggle.js"></script>
</body>
</html>