-
Notifications
You must be signed in to change notification settings - Fork 0
/
tnc.html
40 lines (35 loc) · 2.01 KB
/
tnc.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Ryan Thurlwell / Projects / The Nature Conservancy annual report</title>
<meta name="description" content="rtwell.com">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container-fluid">
<div class="container">
<a class="back-link" href="index.html"><img src="./images/left-carat.svg">All projects</a>
<h1>The Nature Conservancy annual report</h1>
<p class="intro pb2">Design of the 2015 annual report for <a href="https://www.nature.org/" target="_blank" >The Nature Conservancy</a> .</p>
<div class="caption">
<p>Sample spreads from the 2015 annual report</p>
<img src="./images/tnc-1.jpg" alt="Cover from the 2015 annual report">
<img src="./images/tnc-2.jpg" alt="Second spread from the 2015 annual report">
<img src="./images/tnc-3.jpg" alt="Third spread from the 2015 annual report">
<img src="./images/tnc-4.jpg" alt="Fourth spread from the 2015 annual report">
<img src="./images/tnc-5.jpg" alt="Fifth spread from the 2015 annual report">
<img src="./images/tnc-6.jpg" alt="Sixth spread from the 2015 annual report">
<img src="./images/tnc-7.jpg" alt="Seventh spread from the 2015 annual report">
<img src="./images/tnc-8.jpg" alt="Eigth spread from the 2015 annual report">
<img src="./images/tnc-9.jpg" alt="Ninth spread from the 2015 annual report">
<img src="./images/tnc-10.jpg" alt="Tenth spread from the 2015 annual report">
<img src="./images/tnc-11.jpg" alt="Eleventh spread from the 2015 annual report">
</div>
<a class="back-link" href="index.html"><img src="./images/left-carat.svg">All projects</a>
</div>
</div>
</body>
</html>