-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
85 lines (68 loc) · 2.91 KB
/
links.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 lang="en">
<head>
<title>PICTURES OF US · NET::Links</title>
<!--#include virtual="imports/bootstrap.ssi" -->
<meta charset="utf-8">
<meta name="author" content="crudmucosa">
<meta name="description" content="Pictures of Us hosts photos of family, friends, sites, and travels of the crudmucosa clan"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<header>
<div class="logo">
<!--#include virtual="imports/title.ssi" -->
<h3 class="title"><a href="index.html">PICTURES OF US · NET</a></h3>
</div><!-- end logo -->
<div id="menu_icon"></div>
<!--#include virtual="imports/navmenu.ssi" -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="next.html">Where to Next?</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</nav>
<!-- end navigation menu -->
<div class="footer clearfix">
<!--#include virtual="imports/social.ssi" -->
<ul class="social clearfix">
<li><a href="https://www.facebook.com/picturesofusdotnet" class="fb" data-title="Facebook"></a></li>
<!--<li><a href="#" class="google" data-title="Google +"></a></li>
<li><a href="#" class="behance" data-title="Behance"></a></li>-->
<li><a href="https://twitter.com/pusdotnet" class="twitter" data-title="Twitter"></a></li>
<!--<li><a href="#" class="dribble" data-title="Dribble"></a></li>
<li><a href="#" class="rss" data-title="RSS"></a></li>-->
</ul>
<!-- end social -->
<div class="rights">
<!--#include virtual="imports/rights.ssi" -->
<p>Copyright © 2017 Crudmucosa</p>
<p>Template Copyright © 2017 <a href="http://pixelhint.com/magnetic-free-html5-responsive-photography-website-template/">magnetic</a>.</p>
<p>Template by <a href="http://pixelhint.com/">Pixelhint.com</a></p>
</div><!-- end rights -->
</div ><!-- end footer -->
</header><!-- end header -->
<section class="main clearfix">
<section class="top">
<div class="wrapper content_header clearfix">
<h1 class="title" align="center">Relevant and Interesting Links</h1>
</div>
</section><!-- end top -->
<section class="wrapper">
<div class="content" align="center">
<h2>Cameras and Photographic Equipment</h2>
<p>Currently, we use a <a href="http://www.dpreview.com/products/nikon/slrs/nikon_d7000">Nikon D7000</a>
with a variety of lenses and the <a href="http://www.kenrockwell.com/nikon/sb400.htm">Nikon SB-400</a> flash.</p>
<h2>Photo gallery software</h2>
<p><a href="http://jalbum.net">jAlbum</a></p>
</div><!-- end content -->
</section>
</section><!-- end main -->
</body>
</html>