-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (104 loc) · 5.05 KB
/
Copy pathindex.html
File metadata and controls
111 lines (104 loc) · 5.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Venice Summer School in Digital and Public Humanities · 6–10 July 2026</title>
<meta name="description" content="Advanced training in the theories, technologies and methods of the digital and public humanities, on the heritage of Venice. Ca' Foscari University of Venice, 6–10 July 2026.">
<meta name="theme-color" content="#b01e28">
<meta name="color-scheme" content="light">
<meta property="og:type" content="website">
<meta property="og:title" content="Venice Summer School in Digital and Public Humanities">
<meta property="og:description" content="Advanced training in digital and public humanities, on the cultural heritage of Venice. 6–10 July 2026, Ca' Foscari.">
<meta property="og:url" content="https://vedph.github.io/vessdph2026/">
<meta property="og:image" content="https://vedph.github.io/vessdph2026/assets/cover.jpg">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary_large_image">
<link rel="manifest" href="manifest.webmanifest">
<link rel="icon" href="icons/icon-192.png" sizes="192x192">
<link rel="apple-touch-icon" href="icons/icon-192.png">
<link rel="preload" as="image" href="assets/cover.jpg">
<link rel="preload" as="font" type="font/woff2" href="assets/fonts/eb-garamond-latin-600-normal.woff2" crossorigin>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<a class="skip" href="#main">Skip to content</a>
<div class="topbar"></div>
<header class="sitehead"><div class="wrap">
<a class="brandlock" href="index.html"><img src="assets/logos/site-lockup.png" alt="Venice Centre for Digital and Public Humanities"></a>
<nav class="sitenav" aria-label="Site">
<a class="on" aria-current="page" href="index.html">Home</a>
<a href="programme.html">Programme</a>
<a href="people.html">People</a>
<a href="journal.html">Journal</a>
<a href="partners.html">Partners</a>
<a href="colophon.html">Colophon</a>
<a href="about.html">About</a>
</nav>
</div></header>
<!-- ============================ COVER ============================ -->
<section class="cover">
<img class="cover-img" src="assets/cover.jpg" alt="Two people sitting on a wall by a Venetian canal, watching boats pass on the water">
<div class="cover-scrim"></div>
<div class="cover-inner wrap">
<p class="cover-kick kicker">Ca’ Foscari University of Venice · 6–10 July 2026</p>
<h1 class="cover-title">Venice Summer School<em>in Digital and Public Humanities</em></h1>
<div class="cover-cta">
<a class="btn solid" href="programme.html">See the programme →</a>
<a class="btn ghost-light" href="#wheel-section">The week at a glance ↓</a>
</div>
</div>
</section>
<main id="main">
<!-- ============================ AT A GLANCE (wheel) ============================ -->
<section class="wheel-sec" id="wheel-section">
<div class="wrap">
<p class="area kicker">The week at a glance</p>
<div class="wheel-wrap">
<div id="wheel"></div>
<div id="wheel-panel" class="wheel-panel" aria-live="polite"></div>
</div>
</div>
</section>
<!-- ============================ NAVIGATE ============================ -->
<section class="navcards wrap">
<p class="kicker">Explore</p>
<div class="navcards-grid">
<a class="navcard" href="programme.html">
<h2>Programme</h2>
<p>The full five-day schedule — search it, filter by type, add sessions to your calendar, find the venues on the map.</p>
<span class="go">Open the programme →</span>
</a>
<a class="navcard" href="people.html">
<h2>People</h2>
<p>The teachers and invited specialists, and a few figures on the 2026 cohort.</p>
<span class="go">Meet the teachers →</span>
</a>
<a class="navcard" href="https://www.unive.it/data/33113/2/113737" target="_blank" rel="noopener">
<h2>Registration & info</h2>
<p>Practical information about taking part, on the Ca’ Foscari website.</p>
<span class="go">Ca’ Foscari ↗</span>
</a>
</div>
</section>
</main>
<footer class="foot">
<div class="wrap">
<h2>Venice Centre for Digital and Public Humanities</h2>
<p>Organised by the VeDPH at the Department of Humanities, Ca’ Foscari University of Venice,
with the Department of Linguistics and Comparative Cultural Studies.</p>
<p class="foot-link"><a href="partners.html">Partners & funders →</a></p>
<p class="addr">Ca’ Foscari University of Venice · Dorsoduro 3246, 30123 Venice (Italy)<br>
VeDPH · Malcanton Marcorà, Dorsoduro 3484/D · vedph@unive.it</p>
</div>
</footer>
<script src="data/program.js"></script>
<script src="assets/app.js"></script>
<script>
if ('serviceWorker' in navigator &&
(location.protocol === 'https:' || location.hostname === 'localhost' || location.hostname === '127.0.0.1')) {
window.addEventListener('load', function () { navigator.serviceWorker.register('sw.js').catch(function(){}); });
}
</script>
</body>
</html>