-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
85 lines (82 loc) · 3.72 KB
/
blog.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
<!DOCTYPE HTML>
<html>
<head>
<title>New Moon Library</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<h1>Our <a href="#">Library</a></h1>
</div>
<nav>
<ul class="lavaLampWithImage" id="lava_menu">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="portfolio.html">our books</a></li>
<li class="current"><a href="blog.html">news</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</header>
<div>
<nav>
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
</nav>
</ul>
</div>
<div id="site_content">
<div id="sidebar_container">
<div id="gallery">
<ul class="images">
<li class="show"><img width="450" height="450" src="images/blog.jpg" alt="photo_one" /></li>
<li><img width="450" height="450" src="images/3.jpg" alt="photo_two" /></li>
</ul>
</div>
</div>
<div id="content">
<h1>News</h1>
<div id="blog_container">
<div class="blog">
<h2>Nov</h2>
<h3>22nd</h3>
</div>
<h4 class="select"><a href="posts/2018/post-december.html">Magazine photo series on the Isle-Of-Skye</a></h4>
<p>We collected some interesting magazines and photo series from the Isle of Skye. <a href="posts/2018/post-december.html">read more.....</a></p>
<div class="blog">
<h2>Oct</h2>
<h3>25th</h3>
</div>
<h4><a href="posts/2018/post-november.html">New books in Edinburgh</a></h4>
<p>We're happy to announce we have some new sharers and books in Auld Reekie. <a href="posts/2018/post-november.html">read more.....</a></p>
</div>
<p></p>
</div>
</div>
<footer>
<p><a href="index.html">home</a> | <a href="about.html">about us</a> | <a href="portfolio.html">our books</a> | <a href="blog.html">news</a> | <a href="contact.html">contact</a></p>
<p>© 2019 New Moon Library | Images by <a href="http://www.fotogrph.com">Fotogrph</a> | <a href="https://crossingtheair.wordpress.com">Designed & Maintained by Silvia Sánchez</a> | <a href="http://www.css3templates.co.uk">Template from css3templates</a></p>
</footer>
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<script type="text/javascript">
$(function() {
$("#lava_menu").lavaLamp({
fx: "backout",
speed: 700
});
});
</script>
</body>
</html>