-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
219 lines (214 loc) · 10.4 KB
/
publications.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
<!DOCTYPE html>
<html lang="en">
<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" />
<script src="https://kit.fontawesome.com/2da3f92f78.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/fontawsom-all.min.css" />
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/plugins/testimonial/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/plugins/testimonial/css/owl.theme.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet" />
<!-- New Styles -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<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="questionnaires-link" href="questionnaires.html"><span data-en="Questionnaires" data-gr="Questionnaires"></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>
<!-- Our Categories Section -->
<section class="page-nav no-margin row">
<div class="container">
<div class="row">
<h2>Publications</h2>
<ul>
<li>
<a href="#"><i class="fas fa-home"></i><span>Home</span></a>
</li>
<li><i class="fas fa-angle-double-right"></i><span>Publications</span></li>
</ul>
</div>
</div>
</section>
<section class="our-blog container-fluid">
<div id="resource-section">
<div class="container">
<div class="categories">
<div class="category interpersonal">
<div class="category-image" style="background-image: url('assets/images/publications/relationships.jpg')"></div>
<div class="category-header">
<h2>Interpersonal Relationships</h2>
</div>
<div class="category-content">
<ul class="options">
<li><a href="interpersonal_articles.html">Articles in scientific journals</a></li>
<li><a href="interpersonal_chapters.html">Chapters in books</a></li>
<li><a href="interpersonal_conferences.html">Presentations in scientific conferences</a></li>
<li><a href="books.html">Books</a></li>
</ul>
</div>
<button class="btn">Explore Resources</button>
</div>
<div class="category older-people">
<div class="category-image" style="background-image: url('assets/images/publications/old.jpg')"></div>
<div class="category-header">
<h2>Older People</h2>
</div>
<div class="category-content">
<ul class="options">
<li><a href="older_articles.html">Articles in scientific journals</a></li>
<li><a href="older_conferences.html">Presentations in scientific conferences</a></li>
</ul>
</div>
<button class="btn">Explore Resources</button>
</div>
<div class="category trauma">
<div class="category-image" style="background-image: url('assets/images/publications/stress.jpg')"></div>
<div class="category-header">
<h2>Traumatic Experiences</h2>
</div>
<div class="category-content">
<ul class="options">
<li><a href="traumatic_articles.html">Articles in scientific journals</a></li>
<li><a href="traumatic_conferences .html">Presentations in scientific conferences</a></li>
</ul>
</div>
<button class="btn">Explore Resources</button>
</div>
<div class="category health">
<div class="category-image" style="background-image: url('assets/images/publications/health.jpg')"></div>
<div class="category-header">
<h2>Health Literacy</h2>
</div>
<div class="category-content">
<ul class="options">
<li><a href="health_articles.html">Articles in scientific journals</a></li>
<li><a href="health_conferences.html">Presentations in scientific conferences</a></li>
</ul>
</div>
<button class="btn">Explore Resources</button>
</div>
<div class="category miscellaneous">
<div class="category-image" style="background-image: url('assets/images/publications/miscellaneous.jpg')"></div>
<div class="category-header">
<h2>Miscellaneous</h2>
</div>
<div class="category-content">
<ul class="options">
<li><a href="miscellaneous_articles.html">Articles in scientific journals</a></li>
<li><a href="miscellaneous_chapters.html">Chapters in books</a></li>
<li><a href="miscellaneous_conferences.html">Presentations in scientific conferences</a></li>
</ul>
</div>
<button class="btn">Explore Resources</button>
</div>
</div>
<!-- Expanded content container -->
<div class="expanded-container">
<div class="expanded-content">
<!-- Content of the expanded category will appear here -->
</div>
<button class="close-btn">Close Resources</button>
</div>
</div>
</div>
</section>
<!-- End Our Categories Section -->
<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:[email protected]" class="">[email protected]</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/testimonial/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/language-toggle.js"></script>
<!-- Custom JavaScript -->
<script src="scripts.js"></script>
</body>
</html>