-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
41 lines (36 loc) · 1.64 KB
/
about.php
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Free Stock Photos</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bijou.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.0.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="navbar fixed">
<div class="container">
<h4 class="pull-left"><a href="index.php">Free Stock Photos</a></h4>
<ul class="pull-right">
<li><a href="/">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="#">Github</a></li>
</ul>
</div>
</div>
<div class="container">
<h1>Free Stock Photos</h1>
<p>A collection a free stock photos from <a href="http://unsplash.com/">Unsplash</a>, <a href="http://picjumbo.com/">PicJumbo</a>, <a href="http://kaboompics.com/">KaboomPics</a> and <a href="http://www.freeimages.com/">freeimages</a> (namely Stock.xchng).</p>
<p>This project is maintained by <a href="#">Julien Vernet</a> and <a href="#">Julien Liabeuf</a>. You can take a look at the <a href="#">source code</a> hosted on Github. We encourage you to submit issues and fork the repo.</p>
<p>This was made possible thanks to <a href="#">KimonoLabs</a>.</p>
</div>
<?php require_once('footer.php'); ?>
</body>
</html>