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.
49 lines
2.7 KiB
49 lines
2.7 KiB
6 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
6 months ago
|
<meta name="og:description" content="The Beta Festival 2024 catalogue showcasing and archiving all exhibitions, events, and conferences which will be on as part of this years festival." />
|
||
|
<meta name="description" content="The Beta Festival 2024 catalogue showcasing and archiving all exhibitions, events, and conferences which will be on as part of this years festival." />
|
||
|
<meta content="Beta Festival 2024" property="og:title"/>
|
||
|
<meta content="Beta Festival 2024" property="og:site_name"/>
|
||
|
<meta content="website" property="og:type"/>
|
||
6 months ago
|
<meta name="keywords" content="beta festival, 2024, dublin, art and technology, digital art" />
|
||
6 months ago
|
<meta name="robots" content="all" />
|
||
6 months ago
|
<meta name="language" content="en-ie" />
|
||
|
<title>Beta Festival 2024 {% block title %}{% endblock %}</title>
|
||
5 months ago
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
3 months ago
|
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
|
||
6 months ago
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
|
||
6 months ago
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename='images/favicon/beta-favicon-32x32.png') }}" sizes="32x32">
|
||
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename='images/favicon/beta-favicon-192x192.png') }}" sizes="192x192">
|
||
|
|
||
6 months ago
|
<script type="importmap">
|
||
|
{
|
||
|
"imports": {
|
||
|
"three": "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js",
|
||
|
"three/addons/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/",
|
||
|
"three/src/": "https://cdn.jsdelivr.net/npm/[email protected]/src/",
|
||
|
"three/examples/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/"
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
<body id="scroll">
|
||
|
{% block content %}
|
||
|
{% endblock %}
|
||
5 months ago
|
<div id="access-container">
|
||
|
<div class="access-element access-item" id="access-increase-text-size">+ Text Size</div>
|
||
|
<div class="access-element access-item" id="access-decrease-text-size">- Text Size</div>
|
||
|
<div class="access-element access-item" id="access-grayscale">Grayscale</div>
|
||
|
<div class="access-element access-item" id="access-underline">Links Underline</div>
|
||
|
<div class="access-element access-item" id="access-reset">↺ Reset</div>
|
||
|
</div>
|
||
|
<div id="access-tab">
|
||
|
<img src="{{ url_for('static', filename='images/access.png') }}" title="access">
|
||
|
</div>
|
||
5 months ago
|
<script type="module" src="{{ url_for('static', filename='js/accessibility.js') }}"></script>
|
||
6 months ago
|
</body>
|
||
|
</html>
|