<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>JF PHOTOGRAFY Fotograf Jonas Forslund</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="galleria/galleria-1.2.5.min.js"></script>
<style type="text/css">
body{
background-color: black;
color: white;
text-align:center;
font-family: Verdana, Tahoma, Helvetica, Arial;
}
a:link {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: white;}
a:active {text-decoration: none; color: white;}
a:hover {text-decoration: underline; color: white;}
#page {
width: 1000px;
margin: 0 auto;
}
div#header {
}
div#info {
float:left;
margin-top: 80px;
width:180px;
font-size: 12px;
}
div#content {
float:right;
}
div#footer {
margin-top: 10px;
font-size:x-small;
}
</style>
</head>
<body>
<div id="page">
<div id="header">
<img src="loggasvart.jpg" alt="logo">
</div>
<div id="info">
Kontakt<br>
med mera <br>
<br>
osv..<br>
</div>
<div id="content">
<div id="gallery">
<img src="fs3w.jpg" alt="">
<img src="fs6w.jpg" alt="">
<img src="fs8w.jpg" alt="">
<!-- ... -->
</div>
</div>
<div style="clear:both;"></div>
<div id="footer">
<a href="http://www.jfphoto.se/">Fotograf Jonas Forslund</a>
</div>
</div>
<script>
Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');
$("#gallery").galleria({
width: 800,
height: 700
});
</script>
</body>
</html>