-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (94 loc) · 5.16 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<head>
<head>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"></script>
<script src="descriptions/iceland_desc.js" type="text/javascript"></script>
<script src="descriptions/nfl_desc.js" type=""text/javascript"></script>
<script src="descriptions/melt_desc.js" type=""text/javascript"></script>
<script src="descriptions/ice1_desc.js" type="text/javascript"></script>
<script src="descriptions/deserts_desc.js" type="text/javascript"></script>
<script src="descriptions/pantanal_print_study_desc.js" type="text/javascript"></script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>colorblind</title>
</head>
</head>
<body onload="onloadDo()">
<div class="container-fluid">
<div class="row-fluid" style="margin-left: 30px; margin-top: 30px;">
<h3>
<span style="color:#005ea8">colorblind</span>
<span style="font-size:18px;">output.</span>
<!--
<span style="color:#005ea8">c</span>
<span style="color:#006eae">o</span>
<span style="color:#2082b9">l</span>
<span style="color:#689cc8">o</span>
<span style="color:#acc5df">r</span>
<span style="color:#d4b9dd">b</span>
<span style="color:#b785c4">l</span>
<span style="color:#a561b5">i</span>
<span style="color:#973eaa">n</span>
<span style="color:#8f00a3">d</span>
-->
</h3>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-2">
<div class="row-fluid menu-x">
<p>
<a href="about.html">About</a>
<a href="#" onclick="setCollection('Iceland', iceland_desc, iceland_desc.nr)">Iceland</a>
<a href="#" onclick="setCollection('Newfoundland', nfl_desc, nfl_desc.nr)">Newfoundland</a>
<a href="#" onclick="setCollection('Sea Ice', ice1_desc, ice1_desc.nr)">Sea_Ice</a>
<a href="#" onclick="setCollection('Deserts', deserts_desc, deserts_desc.nr)">Deserts</a>
<a href="#" onclick="setCollection('Melt', melt_desc, melt_desc.nr)">Melt</a>
<a href="#" onclick="setCollection('Screen Prints', pantanal_print_study_desc, pantanal_print_study_desc.nr)">Screen_Prints</a>
</p>
</div>
</div>
<div class="col-sm-8">
<div class="row d-flex align-items-center justify-content-center center-height">
<a href='#' onclick="prev()">
<img id="nextbutton" class="navbutton" src="prev.png">
</a>
<a href='#' onclick="next()">
<img class="img-eo" id="eo" src="pictures/Iceland/1.jpg">
</a>
<a href='#' onclick="next()">
<img id="nextbutton" class="navbutton" src="next.png">
</a>
</div>
</div>
<div class="col-sm-2">
<div class="row-fluid title-and-desc" style="margin-right: 30px;">
<h4 id="col_desc_title">Collection Description</h4>
<p id="col_desc_desc">and description.</p>
<div style='overflow: auto;'>
<!-- <a href='#' onclick="">
<img id="descbutton" class="img-desc" src='down.png' />
</a> -->
<h4 id="eo-title" class="title-and-desc">Title</h4>
</div>
<p id="eo-description">And description.</p>
</div>
</div>
</div>
</div>
<div class="navbar fixed-bottom">
Contains modified Copernicus imagery (unless stated otherwise). Jonathan Bahlmann 2024.
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="slides.js"></script>
</body>