-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeeting-details.html
214 lines (187 loc) · 7.97 KB
/
meeting-details.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Template Mo">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<title>Education Template - Meeting Detail Page</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/lightbox.css">
</head>
<body>
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
EEMS
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Apply Now</a></li>
<li class="has-sub">
<a href="javascript:void(0)">Events</a>
<ul class="sub-menu">
<li><a href="meetings.html">Upcoming events</a></li>
<li><a href="meeting-details.html">Events Details</a></li>
</ul>
</li>
<li><a href="index.html">Gallary</a></li>
<li><a href="index.html">Contact Us</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<section class="heading-page header-text" id="top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h6>Get all details</h6>
<h2>New School year</h2>
</div>
</div>
</div>
</section>
<section class="meetings-page" id="meetings">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-12">
<div class="meeting-single-item">
<div class="thumb">
<div class="date">
<h6>Jan <span>04</span></h6>
</div>
<a href="meeting-details.html"><img src="assets/images/emh.png" alt=""></a>
</div>
<div class="down-content">
<a href="meeting-details.html"><h4>New School Year</h4></a>
<p>School premises</p>
<p class="description">
Remedial learning may be a scenario to consider for students who are behind on particular subject areas or need to repeat the entire grade level. As we faced a bump in the road, students suffered in areas of their education, and personal lives. From seeing their friends and teachers every day in a safe space, students’ growth stunted. It’s certainly a challenging time to make sure every student in your school is receiving the support they need. The sad truth is that not every student will be ready to move on to the next grade. It’s up to teachers and administrators to identify the needs of the students and understand where individual students are in their progress.
</p>
<div class="row">
<div class="col-lg-4">
<div class="hours">
<h5>Hours</h5>
<p>Monday - Friday: 07:00 AM - 13:00 PM<br>Saturday- Sunday: 09:00 AM - 15:00 PM</p>
</div>
</div>
<div class="col-lg-4">
<div class="location">
<h5>Location</h5>
<p>Stuff room,
<br>Rio de Janeiro - RJ, 22795-008, Kolonyama</p>
</div>
</div>
<div class="col-lg-4">
<div class="book now">
<h5>Book Now</h5>
<p>010-020-0340<br>090-080-0760</p>
</div>
</div>
<div class="col-lg-12">
<div class="share">
<h5>Share:</h5>
<ul>
<li><a href="#">Facebook</a>,</li>
<li><a href="#">Twitter</a>,</li>
<li><a href="#">Linkedin</a>,</li>
<li><a href="#">Behance</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="main-button-red">
<a href="meetings.html">Back To Meetings List</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>Copyright © 2022 Emmanuel English Medium School. All Rights Reserved.
<br>
Design: <a href="https://cosmotech.agency" target="_parent" title="Development agency"> Cosmotech</a>
</p>
</div>
</section>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/video.js"></script>
<script src="assets/js/slick-slider.js"></script>
<script src="assets/js/custom.js"></script>
<script>
//according to loftblog tut
$('.nav li:first').addClass('active');
var showSection = function showSection(section, isAnimate) {
var
direction = section.replace(/#/, ''),
reqSection = $('.section').filter('[data-section="' + direction + '"]'),
reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) {
$('body, html').animate({
scrollTop: reqSectionPos },
800);
} else {
$('body, html').scrollTop(reqSectionPos);
}
};
var checkSection = function checkSection() {
$('.section').each(function () {
var
$this = $(this),
topEdge = $this.offset().top - 80,
bottomEdge = topEdge + $this.height(),
wScroll = $(window).scrollTop();
if (topEdge < wScroll && bottomEdge > wScroll) {
var
currentId = $this.data('section'),
reqLink = $('a').filter('[href*=\\#' + currentId + ']');
reqLink.closest('li').addClass('active').
siblings().removeClass('active');
}
});
};
$('.main-menu, .responsive-menu, .scroll-to-section').on('click', 'a', function (e) {
e.preventDefault();
showSection($(this).attr('href'), true);
});
$(window).scroll(function () {
checkSection();
});
</script>
</body>
</body>
</html>