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.
68 lines
2.3 KiB
68 lines
2.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>The bundle</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="row">
|
|
<div class="column" id="bundle-left">
|
|
<img src="../static/bundle-imgs/foo-0.jpg">
|
|
</div>
|
|
<div class="column" id="bundle-center">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-1.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-2.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-3.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-4.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-5.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-6.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-7.jpg">
|
|
<img src="../static/bundle-imgs/SamiJack/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy/debris.gift.whats_that_smell_!sami&jack.gmail-re_darkpedagogy-8.jpg">
|
|
</div>
|
|
<div class="column" id="bundle-right">
|
|
<img src="../static/bundle-imgs/foo-1.jpg">
|
|
<img src="../static/bundle-imgs/debris.found.ssw_lumsden_primary_school.leossoundday.jpg"></div>
|
|
</div>
|
|
|
|
<style type="text/css">
|
|
html,body{
|
|
top:0;
|
|
left: 0;
|
|
margin:0px;
|
|
}
|
|
.column{
|
|
float:left;
|
|
overflow-y:scroll;
|
|
height: 10%;
|
|
height: 100vh;
|
|
|
|
|
|
}
|
|
#bundle-left{
|
|
width: 25%;
|
|
background-color: lime;
|
|
|
|
}
|
|
#bundle-center{
|
|
width:50%;
|
|
/*background-color: red;*/
|
|
/*padding: 0 2% 0 2%;*/
|
|
|
|
}
|
|
#bundle-right{
|
|
width: 25%;
|
|
background-color: blue;
|
|
|
|
}
|
|
img{
|
|
width: 100%;
|
|
}
|
|
.row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html>
|