-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews_detail.html
299 lines (274 loc) · 13.9 KB
/
news_detail.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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>LEARN - Courses, Education site template</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Favicons-->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" type="image/x-icon" href="img/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="114x114" href="img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/superfish.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="fontello/css/fontello.css" rel="stylesheet">
<!-- color scheme css -->
<link href="css/color_scheme.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="http://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-3">
<a href="index.html" id="logo">Learn</a>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<div class="pull-right"><a href="login.html" class="button_top" id="login_top">Sign in</a> <a href="apply_2.html" class="button_top hidden-xs" id="apply">Apply now</a></div>
<ul id="top_nav" class="hidden-xs">
<li><a href="about_us.html">About</a></li>
<li><a href="apply.html">Wizard Apply</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</div>
</div>
</div>
</header><!-- End header -->
<nav>
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="mobnav-btn"></div>
<ul class="sf-menu">
<li class="normal_drop_down">
<a href="#">Home</a>
<div class="mobnav-subarrow"></div>
<ul>
<li><a href="index.html">Revolution version</a></li>
<li><a href="index_2.html">Subscription version</a></li>
<li><a href="index_3.html">With Ajax Search bar</a></li>
<li><a href="index_4.html">With Video</a></li>
</ul>
</li>
<li class="normal_drop_down">
<a href="#">Course</a>
<div class="mobnav-subarrow"></div>
<ul>
<li><a href="courses_grid.html">Courses grid</a></li>
<li><a href="courses_list.html">Courses list</a></li>
<li><a href="course_detail_page_txt.html ">Course page Txt</a></li>
<li><a href="course_detail_page_video.html ">Course page Video</a></li>
<li><a href="course_details_4.html">Course details v1</a></li>
<li><a href="course_details_5.html">Course details v2</a></li>
<li><a href="course_details_2.html">Course details v3</a></li>
<li><a href="course_details_1.html">Course details v4</a></li>
<li><a href="course_details_3.html">Course details v5</a></li>
<li><a href="course_timeline.html">Seminar timeline</a></li>
</ul>
</li>
<li><a href="prices_plans.html">Prices & Plans</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="mega_drop_down">
<a href="#">Pages (Megamenu)</a>
<div class="mobnav-subarrow"></div>
<div class="sf-mega">
<div class="col-md-4 col-sm-6">
<h5>Communicate</h5>
<ul class="mega_submenu">
<li><a href="about_us.html">About us</a></li>
<li><a href="teachers.html">Teachers</a></li>
<li><a href="teacher_profile.html">Teacher profile</a></li>
<li><a href="member_profile.html">Member profile</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_post.html">Blog post</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6">
<h5>Other pages</h5>
<ul class="mega_submenu">
<li><a href="apply.html">PHP working wizard apply</a></li>
<li><a href="apply_2.html">PHP working apply</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="shortcodes.html">Shortcodes</a></li>
<li><a href="events_news_list.html">News & Events</a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6">
<h5>Submenu with icons</h5>
<ul class="mega_submenu icons">
<li><a href="#"> Downloads<i class="icon-download"></i></a></li>
<li><a href="#">Video files <i class="icon-video"></i></a></li>
<li><a href="#">Audio files <i class="icon-mic"></i></a></li>
<li><a href="#">Members <i class="icon-user"></i></a></li>
</ul>
</div>
</div>
</li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
<div class="col-md-3 pull-right hidden-sm hidden-xs">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="text" value="" name="search" id="search">
<input class="sb-search-submit" type="submit" value="">
<span class="sb-icon-search"></span>
</form>
</div>
</div><!-- End search -->
</div>
</div><!-- End row -->
</div><!-- End container -->
</nav>
<section id="sub-header">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h1>News page</h1>
<p class="lead boxed ">Ex utamur fierent tacimates duis choro an</p>
<p class="lead">
Lorem ipsum dolor sit amet, ius minim gubergren ad. At mei sumo sonet audiam, ad mutat elitr platonem vix. Ne nisl idque fierent vix.
</p>
</div>
</div><!-- End row -->
</div><!-- End container -->
<div class="divider_top"></div>
</section><!-- End sub-header -->
<section id="main_content">
<div class="container">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Active page</li>
</ol>
<div class="row">
<aside class="col-md-4">
<div class=" box_style_1">
<div class="widget" style="margin-top:15px;">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button" style="margin-left:0;"><i class="icon-search"></i></button>
</span>
</div><!-- /input-group -->
</div><!-- End Search -->
<div class="widget">
<h4>Featured Events</h4>
<ul class="recent_post">
<li>
<i class="icon-calendar-empty"></i> 16th July, 2020
<div><a href="#">It is a long established fact that a reader will be distracted </a></div>
</li>
<li>
<i class="icon-calendar-empty"></i> 16th July, 2020
<div><a href="#">It is a long established fact that a reader will be distracted </a></div>
</li>
<li>
<i class="icon-calendar-empty"></i> 16th July, 2020
<div><a href="#">It is a long established fact that a reader will be distracted </a></div>
</li>
<li>
<i class="icon-calendar-empty"></i> 16th July, 2020
<div><a href="#">It is a long established fact that a reader will be distracted </a></div>
</li>
</ul>
</div><!-- End widget -->
</div><!-- End box-sidebar -->
</aside><!-- End aside -->
<div class="col-md-8">
<h2>Simply dummy text</h2>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
<blockquote class="styled">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
<small>Someone famous in <cite title="">Body of work</cite></small>
</blockquote>
<p><img src="img/pic_1.jpg" width="800" height="400" alt="Pic" class="img-responsive"></p>
<h4>Text of the printing</h4>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
</div><!-- End col-md-8-->
</div> <!-- End row-->
</div><!-- End container -->
</section><!-- End main_content-->
<footer>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>Subscribe to our Newsletter for latest news.</h3>
<div id="message-newsletter">
</div>
<form method="post" action="assets/newsletter.php" name="newsletter" id="newsletter" class="form-inline">
<input name="email_newsletter" id="email_newsletter" type="email" value="" placeholder="Your Email" class="form-control">
<button id="submit-newsletter" class=" button_outline"> Subscribe</button>
</form>
</div>
</div>
</div>
<hr>
<div class="container" id="nav-footer">
<div class="row text-left">
<div class="col-md-3 col-sm-3">
<h4>Browse</h4>
<ul>
<li><a href="prices_plans.html">Prices</a></li>
<li><a href="courses_grid.html">Courses</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</div><!-- End col-md-4 -->
<div class="col-md-3 col-sm-3">
<h4>Next Courses</h4>
<ul>
<li><a href="course_details_1.html">Biology</a></li>
<li><a href="course_details_2.html">Management</a></li>
<li><a href="course_details_2.html">History</a></li>
<li><a href="course_details_3.html">Litterature</a></li>
</ul>
</div><!-- End col-md-4 -->
<div class="col-md-3 col-sm-3">
<h4>About Learn</h4>
<ul>
<li><a href="about_us.html">About Us</a></li>
<li><a href="apply_2.html">Apply</a></li>
<li><a href="#">Terms and conditions</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</div><!-- End col-md-4 -->
<div class="col-md-3 col-sm-3">
<ul id="follow_us">
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class=" icon-google"></i></a></li>
</ul>
<ul>
<li><strong class="phone">+0034 43244 44</strong><br><small>Mon - Fri / 9.00AM - 06.00PM</small></li>
<li>Questions? <a href="#">[email protected]</a></li>
</ul>
</div><!-- End col-md-4 -->
</div><!-- End row -->
</div>
<div id="copy_right">© 1998-2014</div>
</footer>
<div id="toTop">Back to top</div>
<!-- JQUERY -->
<script src="js/jquery-1.10.2.min.js"></script>
<!-- OTHER JS -->
<script src="js/superfish.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="assets/validate.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script src="js/functions.js"></script>
<script src="js/classie.js"></script>
<script src="js/uisearch.js"></script>
<script>new UISearch( document.getElementById( 'sb-search' ) );</script>
</body>
</html>