-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 1.54 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
<!DOCTYPE html>
<!-- KEB, 2024 https://github.com/kyrieb-ekat?tab=repositories -->
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>IIIF One-stop</title>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<!-- Left Sidebar with navigation tabs -->
<div id="sidebar">
<ul>
<!-- <li><a href="./cropper/">Cropper</a></li> -->
<li><a href="./download/">Download</a></li>
<!-- Add more links as needed -->
</ul>
</div>
<!-- Main content container -->
<div id="container">
<h1><a href="index.html" class="button-link">IIIF One-stop</a></h1>
<p>You can clone me on <a href="https://github.com/kyrieb-ekat?tab=repositories">GitHub</a></p>
<ul>
<!-- <li><a href="./cropper/">Cropper</a></li> -->
<!-- <li><a href="./rotate/">Rotator</a></li> -->
<li><a href="./download/">Download</a></li>
<!-- <li><a href="./annotate/">Annotate</a></li> -->
<!-- <li><a href="./Explore/">Explore</a></li> -->
</ul>
</div>
<!-- Right Sidebar for IIIF resources -->
<div id="right-sidebar">
<h2>IIIF Resources</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>Vivamus lacinia odio vitae vestibulum.</p>
<p>Nullam cursus, nisi vitae suscipit pharetra, lacus justo fermentum metus.</p>
<p>Sed euismod nisl a felis volutpat, a tincidunt risus facilisis.</p>
</div>
<!-- Footer -->
<div id="footer">
<a href="mailto:kyrie.bouressa@mail.mcgill.ca" target="_blank">KB</a>, 2024.
</div>
</body>
</html>