Browse Source

ui updates

master
Cailean Finn 3 weeks ago
parent
commit
44330bd5fc
  1. 2
      app.py
  2. 2
      public/css/styles.css
  3. 0
      public/images/support/french-emb.png
  4. 9
      templates/article.html
  5. 2
      templates/index.html
  6. 2
      templates/list.html

2
app.py

@ -149,7 +149,7 @@ def get_support_images():
for filename in os.listdir(image_folder):
# Check if the file is an image (by extension)
if os.path.splitext(filename)[1].lower() in valid_extensions:
if os.path.splitext(filename)[0].lower() == "dg" or os.path.splitext(filename)[0].lower() == "sw":
if os.path.splitext(filename)[0].lower() == "dg" or os.path.splitext(filename)[0].lower() == "sw" or os.path.splitext(filename)[0].lower() == "french-emb" or os.path.splitext(filename)[0].lower() == "nn" or os.path.splitext(filename)[0].lower() == "if":
prio_image_files.append(filename)
else:
image_files.append(filename)

2
public/css/styles.css

@ -266,7 +266,7 @@ hr {
}
.index-prio-img {
width: 300px;
width: 200px;
height: auto;
}

0
public/images/support/logoAmb-Irlande (1).png → public/images/support/french-emb.png

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

9
templates/article.html

@ -42,18 +42,21 @@
</div>
<div id="article-information"><br>{{ article.information | replace('\n', '<br>') | safe }}</div>
{% if article.title == "Noire" %}
{% if article.title == "Noire (France)" %}
<div id="index-support-prio">
<div class="index-prio-img">
<img src="{{ url_for('static', filename='images/support/if.png') }}">
<img src="{{ url_for('static', filename='images/support/french-emb.png') }}">
</div>
<div class="index-prio-img">
<img src="{{ url_for('static', filename='images/support/af.png') }}">
<img src="{{ url_for('static', filename='images/support/if.png') }}">
</div>
<div class="index-prio-img">
<img src="{{ url_for('static', filename='images/support/nn.png') }}">
</div>
<div class="index-prio-img">
<img src="{{ url_for('static', filename='images/support/af.png') }}">
</div>
</div>
{% endif %}

2
templates/index.html

@ -33,7 +33,7 @@
The 2024 edition of Beta will explore a range of themes relating to AI, Automated Systems, and the politics of resistance in an algorithmic age. Through a programme of exhibitions, workshops and talks, the festival will interrogate what kinds of powers reside in technology.
</p>
<p>
The festival is co-founded by The Digital Hub and supported by Science Week with additional support for the 2024 programme from the French Embassy, British Council, Smart Dublin, Screen Ireland, Arts Council Festival Investment Scheme and Goethe-Institut. Programme partners this year include ADAPT research centre, Creative Futures Academy, Fire Station Artists Studios, Pallas Studios, IMMA, D.A.T.A., Base, Creative Spark FabLab.
The festival is co-founded by The Digital Hub and supported by Science Week with additional support for the 2024 programme from the French Embassy, Institut français, British Council, Smart Dublin, Screen Ireland, Arts Council Festival Investment Scheme and Goethe-Institut.
</p>
<div id="index-socials">

2
templates/list.html

@ -16,7 +16,7 @@
{% if title == 'Events'%}
<p class="list-info-text">Beta Festival will feature a variety of performances, workshops and discussions as part of this year's programme including collaborations with D.A.T.A., Base, Fire Station Artists Studios, Creative Futures Academy and Creative Sparks Fab Lab.</p>
<p class="list-info-text">We will also present Noire, the Cannes award-winning immersive experience directed by Stéphane Foenkinos and Pierre-Alain Giraud, based on the work by Tania de Montaigne, produced by Novaya in partnership with the Centre Pompidou, co-produced with Flash Forward Entertainment (Taiwan).</p>
<p class="list-info-text">We will also present Noire (France) in association with the French Embassy and Institut français, the Cannes award-winning immersive experience directed by Stéphane Foenkinos and Pierre-Alain Giraud, based on the work by Tania de Montaigne, produced by Novaya in partnership with the Centre Pompidou, co-produced with Flash Forward Entertainment.</p>
{% endif %}
{% if title == 'Exhibitions' %}

Loading…
Cancel
Save