-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjournal.html
More file actions
executable file
·124 lines (123 loc) · 4.65 KB
/
journal.html
File metadata and controls
executable file
·124 lines (123 loc) · 4.65 KB
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
<!--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Online School A Education School category Flat bootstrap Responsive Website Template | Journal :: w3layouts</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.min.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/>
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }>
</script>
<meta name="keywords" content="Online School Responsive web template, Bootstrap Web Templates, Flat Web Templates, AndriodCompatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<!--Google Fonts-->
<link href='http://fonts.googleapis.com/css?family=Sintony:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<!-- start-smoth-scrolling -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
</head>
<body>
<!-- //end-smoth-scrolling -->
<div class="header">
<div class="container">
<div class="header-main">
<div class="logo">
<h1><a href="index.html">Online<span class="logo-clr">School</span></a></h1>
</div>
<div class="head-right">
<div class="top-nav">
<span class="menu"> <img src="images/icon.png" alt=""/></span>
<ul class="res">
<li><a href="index.html"><span data-hover="Home">Home</a></li>
<li><a href="about.html"><span data-hover="About">About</span></a></li>
<li><a class="active" href="journal.html">Journal</a></li>
<li><a href="features.html"><span data-hover="Features">Features</span></a></li>
<li><a href="contact.html"><span data-hover="Contact">Contact</span></a></li>
<div class="clearfix"> </div>
</ul>
<!-- script-for-menu -->
<script>
$( "span.menu" ).click(function() {
$( "ul.res" ).slideToggle( 300, function() {
// Animation complete.
});
});
</script>
<!-- /script-for-menu -->
</div>
<div class="social">
<ul>
<li><a class="fa" href="#"><span> </span> </a></li>
<li><a class="tw" href="#"><span> </span> </a></li>
<li><a class="p" href="#"><span> </span> </a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--header end here-->
<!--journal start here-->
<div class="journal">
<div class="container">
<div class="journal-main">
<h3>Opps! page not Found</h3>
<h4>404</h4>
<div class="journal-btn">
<a href="index.html">Go Back</a>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--journal end here-->
<!--footer star here-->
<div class="footer">
<div class="container">
<div class="footer-main">
<div class="footer-top">
<div class="col-md-3 footer-news">
<h5>Newsletter</h5>
</div>
<div class="col-md-9 ftr-email">
<input type="text" value="ENTER EMAIL" onfocus="this.value='';" onblur="if (this.value == '') {this.value ='ENTER EMAIL';}">
<input type="submit" value="SUBSCRIBE" >
</div>
<div class="clearfix"> </div>
</div>
<div class="foter-bottom">
<ul class="ftr-socialicons">
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="twitter"> </a></li>
<li><a href="#" class="gmail"> </a></li>
<li><a href="#" class="print"> </a></li>
</ul>
<p class="footer-copyrts">Designed by <a href="http://w3layouts.com/" target="_blank">W3layouts</a> </p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--footer end here-->
</body>
</html>