-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (45 loc) · 1.31 KB
/
Copy pathindex.html
File metadata and controls
51 lines (45 loc) · 1.31 KB
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
<!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>Heaving sea</title>
<link rel='stylesheet' type='text/css' href='style.css'>
<link href="https://fonts.googleapis.com/css?family=Caveat+Brush" rel="stylesheet">
<!-- Concept, web design and graphics: copyright Artemis Gause 2019 -->
</head>
<body>
<section id='daylight-gradient'>
</section>
<section id='sunset-gradient'>
</section>
<section id='sun'>
<img id='sun-img' src='./images/sun.png'>
</section>
<section id='moon'>
<img id='moon-img' src='./images/moon.png'>
</section>
<section id='cloud-1'>
<img id='cloud_1' src='./images/cloud-1.png'>
</section>
<section id='cloud-2'>
<img id='cloud_2' src='./images/cloud-2.png'>
</section>
<section id='sea'>
<div class="heaving-sea">
<img src='./images/waves-long.png'>
</div>
</section>
<section id='sea-bottom'>
<img src='./images/waves-flat-long.png'>
</section>
<div id='author'>
<span>©
<br>
Artemis Gause
<br>
2019</span>
</div>
</body>
</html>