-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.72 KB
/
index.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
<!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-blue.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header" id="header_home">
<a href="./index.html" class="logo" class="active_page">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>
<h1 class="slogan"><span class="fading_text">Transdisciplinary and</span> artistic research <span class="fading_text">on air and</span> atmospheres<span class="fading_text">, weather, chemicals, ecologies... often exploring new</span> methods <span class="fading_text"> in collaboration.
<br><span class="slogan_smaller">Dr Lucy Sabin</span></span></h1>
<div class="slideshow">
<img src="imgs/background-balloon.jpg" alt="" class="crossFade__image" id="slides1" />
<img src="imgs/background-dust.jpg" alt="" class="crossFade__image" id="slides2" />
<img src="imgs/background-moss.jpg" alt="" class="crossFade__image" id="slides3" />
</div>
<!-- <footer>Copyright Lucy Sabin 2025</footer>-->
<script src="slideshow.js"></script>
</body>
</html>