-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.31 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.31 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Analytic Nondualism</title>
<style>
body {
background-color: lightgrey;
padding: 0;
margin: 0;
}
main {
background-color: white;
padding: 30px 40px;
height: 100vh;
}
@media (min-width: 1000px) {
body {
padding: 0 200px;
}
}
</style>
</head>
<body>
<main>
<h1>Analytic Nondualism</h1>
<h2>Download the thesis in various formats</h2>
<ul>
<li><a href="https://maxpohlmann.github.io/and/AND.pdf">A4 with uniform pages (standard, best for screen reading)</a></li>
<li><a href="https://maxpohlmann.github.io/and/AND_book_A4.pdf">A4 in book format (best for two-sided A4 printing)</a></li>
<li><a href="https://maxpohlmann.github.io/and/AND_book_A5.pdf">A5 in book format (best for printing two pages per sheet)</a></li>
<li><a href="https://maxpohlmann.github.io/and/AND_book_A5_double.pdf">two A5 pages per A4 sheet (like previous format, but with virtual pre-printing of two pages per sheet)</a></li>
</ul>
</main>
</body>
</html>