-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrio-tinto.html
56 lines (47 loc) · 2.03 KB
/
rio-tinto.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AEROGRAPHY</title>
<link rel="icon" type="image/x-icon" href="imgs/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header" id="navbar">
<a href="./index.html" class="logo">AEROGRAPHY</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="./works.html">works</a></li>
<li><a href="./words.html">words</a></li>
<li><a href="./about.html">about</a></li>
<li><a href="./phd.html">PhD</a></li>
<li><a href="./contact.html">contact</a></li>
</ul>
</header>
<article class="project riotinto">
<h1>Minas de Ríotinto</h1>
<h4>Fieldwork photography</h4>
<img src="imgs/riotinto/IMG_9804.jpg" class="project_main_img">
<div class="project_summary">
<p>March 2022. Landscape photography of mineral mines captured during Saharan dust episode.<br>Project description coming soon.</p>
</div>
<div class="project_gallery">
<img src="imgs/riotinto/IMG_9764.jpg">
<img src="imgs/riotinto/IMG_9765.jpg">
<img src="imgs/riotinto/IMG_9779.jpg">
<img src="imgs/riotinto/IMG_9798.jpg">
<img src="imgs/riotinto/huelva-reservoir.jpg">
<img src="imgs/riotinto/huelva-landscape-1.jpeg">
<img src="imgs/riotinto/saharan-dust-main.jpeg">
<img src="imgs/riotinto/huelva-mine.jpeg">
<img src="imgs/riotinto/earth-sky.jpg">
</div>
<p class="return_portfolio"><a href="works.html">return to portfolio</a></p>
</article>
<footer>Copyright Lucy Sabin 2025</footer>
<script src="scroll.js"></script>
</body>
</html>