-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclaimer.html
48 lines (43 loc) · 2.71 KB
/
disclaimer.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>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css_documentation.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title></title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<div class="h_rectangle">
</div>
<h1 class="h_disc">Disclaimer</h1>
<p>The purpose of this web site is to explore various types of typographic and layout style for text documents, as an end-of-course project for the "Information Modeling and Web technologies" course of the Master Degree in Digital Humanities and Digital Knowledge of the University of Bologna, under prof. Fabio Vitali.</p>
<p>The documents contained in this web site have been selected for their length and complexity among the best picks of 2018 of www.longreads.com. Their publication here is not intended to be an alternative or replace their original locations:</p>
<ul>
<li><a href="https://www.bloomberg.com/news/features/2018-03-16/japan-s-prisons-are-a-haven-for-elderly-women" target="_blank">Bloomberg: Japan’s Prisons Are a Haven for Elderly Women</a></li>
<li><a href="https://www.thecut.com/2018/05/how-anna-delvey-tricked-new-york.html" target="_blank">The Cut: Maybe She Had So Much Money She Just Lost Track of It</a></li>
<li><a href="https://harpers.org/archive/2018/07/as-goes-the-south-so-goes-the-nation/" target="_blank">Harpers: As Goes the South, so Goes the Nation</a></li>
<li><a href="https://www.the-tls.co.uk/articles/ridiculously-complicated-algorithms/" target="_blank">Times Literary Supplement: God is in the machine</a></li>
<li><a href="https://highline.huffingtonpost.com/articles/en/lotto-winners/" target="_blank">Huffington Post: Jerry and Marge Go Large</a></li>
<li><a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1552167424995&uri=CELEX:32009L0041" target="_blank">EUDirective: Directive 2009/41/EC of the European Parliament and of the Council</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12">
<p>All copyrights and related rights on the content remain with their original owners.</p>
</div>
</div>
<div class="row">
<div class="col-9">
<p>All copyrights and related rights on typography and layout used inside this website fall under the CC BY-NC: free usage, reutilisation, relaboration for no profit activities until the authors are cited.</p>
</div>
<div class="col-3">
<img src="CC_BY-NC.png" class="img-fluid" alt="CC image">
</div>
</div>
</div>
</body>
</html>