Browse Source

tweaks

2025
Cailean Finn 22 hours ago
parent
commit
5bb0305d82
  1. BIN
      __pycache__/ContentfulService.cpython-310.pyc
  2. 4
      app.py
  3. 9
      public/css/styles.css
  4. 2
      templates/index.html

BIN
__pycache__/ContentfulService.cpython-310.pyc

Binary file not shown.

4
app.py

@ -52,9 +52,9 @@ def exhibition_type(ex_type):
ex_type = "UTA" ex_type = "UTA"
elif ex_type == "ethics-studio": elif ex_type == "ethics-studio":
ex_type = "ES" ex_type = "ES"
elif ex_type == "starts4waterii": elif ex_type == "undercurrent-as-below-so-above":
ex_type = "S4W2" ex_type = "S4W2"
elif ex_type == "imma-living-canvas-x-beta": elif ex_type == "beta-x-living-canvas-at-irish-museum-of-modern-art-imma":
ex_type = "IMMA" ex_type = "IMMA"
exhibitions = get_all_content('exhibition') exhibitions = get_all_content('exhibition')

9
public/css/styles.css

@ -45,7 +45,7 @@ a {
color: var(--prim-red); color: var(--prim-red);
font-weight: 200; font-weight: 200;
padding: 5px; padding: 5px;
filter: drop-shadow(0 0 0.25rem var(--prim-red)); filter: drop-shadow(0 0 0.0rem var(--prim-red));
text-decoration: underline; text-decoration: underline;
} }
@ -627,9 +627,9 @@ hr {
#article-information em { #article-information em {
font-size: 14px; /* font-size: 14px;
font-weight: 400; font-weight: 400; */
font-family: 'JetBrains', monospace; /* font-family: 'JetBrains', monospace; */
} }
#article-title { #article-title {
@ -777,6 +777,7 @@ hr {
.exh-container h1 { .exh-container h1 {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
line-height: 50px;
} }
.exh-info { .exh-info {

2
templates/index.html

@ -33,7 +33,7 @@
<div id="index-socials"> <div id="index-socials">
<a href="https://betafestival.ie/" target="_blank"><span>↑ beta-festival</span></a> <a href="https://betafestival.ie/" target="_blank"><span>↑ beta-festival</span></a>
<a href="https://x.com/BetaFest_IRL" target="_blank"><span>twitter</span></a> <a href="https://www.eventbrite.ie/o/beta-an-art-technology-festival-in-ireland-71330964833" target="_blank"><span>eventbrite</span></a>
<a href="https://www.instagram.com/betafest_irl/" target="_blank"><span>↑ instagram</span></a> <a href="https://www.instagram.com/betafest_irl/" target="_blank"><span>↑ instagram</span></a>
</div> </div>

Loading…
Cancel
Save