website for beta festival 2024
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.

62 lines
4.5 KiB

4 months ago
{% extends "base.html" %}
4 months ago
{% block title %}{% if title %}{{ '| '+ title }}{% endif %}{% endblock %}
4 months ago
{% block content %}
4 months ago
<div id="main-wrapper">
4 months ago
{% include '_nav.html' %}
<div id="index-container">
2 months ago
<div id="index-info">
4 months ago
<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.
2 months ago
</p>
<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>
<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>
<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>
<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>
<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>
<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.
4 months ago
</p>
<div id="hyperlink-container">
4 months ago
<a href="/exhibitions"><div class="hyperlink">
4 months ago
<div>Exhibitions</div>
</div></a>
4 months ago
<a href="/events"><div class="hyperlink">
4 months ago
<div>Events</div>
</div></a>
4 months ago
<a href="/conferences"><div class="hyperlink">
4 months ago
<div>Conferences</div>
</div></a>
<a href="/locations"><div class="hyperlink">
<div>Locations</div>
</div></a>
</div>
</div>
<div id="container-index">
2 months ago
<div class="socials">
<span>IG</span>
<span>IG</span>
<span>IG</span>
</div>
</div>
4 months ago
</div>
</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>
4 months ago
{% endblock content %}