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.
53 lines
2.0 KiB
53 lines
2.0 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">
|
||
|
<title>Beta Festival 2024</title>
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
|
||
|
<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">
|
||
|
<div id="main-wrapper">
|
||
|
<div id="nav-bar">
|
||
|
<a href="/"><div class="nav-element">BETA FESTIVAL (2024)</div></a>
|
||
|
<div class="nav-element">NOV 1 - 2 | DUBLIN</div>
|
||
|
</div>
|
||
|
<hr>
|
||
|
<div id="main-container">
|
||
|
<div id="main-text">
|
||
|
<p>
|
||
|
Beta is a new festival of art and technology critically engaging with the impact of emerging technologies on society. Taking Ireland’s role as a central node in today's wired world as a starting point, Beta will showcase and celebrate Ireland’s research and artistic communities through a combination of creativity, debate and experimentation. Beta allows members of the public to engage playfully and critically with new technologies essentially beta testing ethical issues facing society.
|
||
|
</p>
|
||
|
</div>
|
||
|
<div id="hyperlink-container">
|
||
|
<a href="/"><div class="hyperlink">
|
||
|
<div>↗</div>
|
||
|
<div>Exhibitions</div>
|
||
|
</div></a>
|
||
|
<a href="/"><div class="hyperlink">
|
||
|
<div>↗</div>
|
||
|
<div>Events</div>
|
||
|
</div></a>
|
||
|
<a href="/"><div class="hyperlink">
|
||
|
<div>↗</div>
|
||
|
<div>Conferences</div>
|
||
|
</div></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="container"></div>
|
||
|
<script type="module" src="{{ url_for('static', filename='js/main.js') }}"></script>
|
||
|
<script type="module" src="{{ url_for('static', filename='js/skybox.js') }}"></script>
|
||
|
</body>
|
||
|
</html>
|