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.
33 lines
1.3 KiB
33 lines
1.3 KiB
{% extends "base.html" %}
|
|
|
|
{% block title %}{% if title %}{{ '| '+ title }}{% endif %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="main-wrapper">
|
|
{% include '_nav.html' %}
|
|
<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="/exhibitions"><div class="hyperlink">
|
|
<div>↗</div>
|
|
<div>Exhibitions</div>
|
|
</div></a>
|
|
<a href="/events"><div class="hyperlink">
|
|
<div>↗</div>
|
|
<div>Events</div>
|
|
</div></a>
|
|
<a href="/conferences"><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>
|
|
{% endblock content %}
|