Project for the Hybrid Publishing thesis award of 2018.
By Julie Boschat Thorez and Cristina Cochior.
https://www.wdka.nl/work/sic-scripture
http://51.255.169.99:8080/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
940 B
27 lines
940 B
5 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Library</title>
|
||
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="nav-top">
|
||
|
<ul>
|
||
|
<li><a class="nav-button" style="text-align: left;" href="bought">BOUGHT</a></li>
|
||
|
<li><a class="nav-button" style="text-align: center;" href="stolen">STOLEN</a>
|
||
|
<li><a class="nav-button" style="text-align: right;" href="repurposed">REPURPOSED</a>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="nav-bottom">
|
||
|
<ul>
|
||
|
<li><a class="nav-button" style="text-align: left;" href="copied">COPIED</a></li>
|
||
|
<li><a class="nav-button" style="text-align: center;" href="found">FOUND</a></li>
|
||
|
<li><a class="nav-button" style="text-align: right;" href="gift">GIFT</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|