Browse Source

socials added

graphics
Cailean Finn 2 months ago
parent
commit
20e5d8cd45
  1. 43
      public/css/styles.css
  2. BIN
      public/images/ig.png
  3. 4
      templates/_nav.html
  4. 6
      templates/index.html

43
public/css/styles.css

@ -49,6 +49,23 @@ hr {
border-top: thin solid #0075FF; border-top: thin solid #0075FF;
} }
#socials {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
}
.social-image {
width: 25px;
height: 25px;
}
.social-image img {
width: 100%;
height: auto;
}
#main-wrapper { #main-wrapper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -139,6 +156,9 @@ hr {
font-family: 'Inter', sans-serif; font-family: 'Inter', sans-serif;
font-weight: 300; font-weight: 300;
color: #0075FF; color: #0075FF;
display: flex;
flex-direction: row;
gap: 20px;
} }
@ -192,10 +212,20 @@ hr {
} }
#container-index { #container-index {
flex: 4.5; flex: 4.5 1;
min-height: 400px; min-height: 400px;
} }
.socials {
position: absolute;
padding-top: 25px;
right: 50px;
display: flex;
flex-direction: row;
gap: 20px;
color:#0075FF;
}
#main-container-article { #main-container-article {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -237,6 +267,7 @@ hr {
border: 1px solid; border: 1px solid;
/* font-family: 'Syne Mono', monospace; */ /* font-family: 'Syne Mono', monospace; */
color: #0075FF; color: #0075FF;
background-color: #ffffff95;
} }
.hyperlink-header { .hyperlink-header {
@ -710,7 +741,7 @@ animation: 2s fadeInUp;
order: 2; order: 2;
flex-basis: 0%; flex-basis: 0%;
flex-direction: column-reverse; flex-direction: column-reverse;
padding-top: 0px; padding-top: 50px;
overflow-y: visible; overflow-y: visible;
} }
@ -751,6 +782,14 @@ animation: 2s fadeInUp;
.nav-element { .nav-element {
font-size: 20px; font-size: 20px;
flex-direction: column;
gap: 5px;
}
.socials {
position: inherit;
justify-content: center;
width: 100%;
} }
#main-container { #main-container {

BIN
public/images/ig.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

4
templates/_nav.html

@ -1,5 +1,7 @@
<div id="nav-bar"> <div id="nav-bar">
<a href="/"><div class="nav-element">BETA FESTIVAL (2024)</div></a> <a href="/"><div class="nav-element">BETA FESTIVAL (2024)</div></a>
<div class="nav-element nav-element-align">NOV 1 - 17 | DUBLIN</div> <div class="nav-element nav-element-align">
<div>NOV 1 - 17 | DUBLIN</div>
</div>
</div> </div>
<hr> <hr>

6
templates/index.html

@ -6,6 +6,7 @@
<div id="main-wrapper"> <div id="main-wrapper">
{% include '_nav.html' %} {% include '_nav.html' %}
<div id="index-container"> <div id="index-container">
<div id="index-info"> <div id="index-info">
<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. 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.
@ -48,6 +49,11 @@
</div> </div>
</div> </div>
<div id="container-index"> <div id="container-index">
<div class="socials">
<span>IG</span>
<span>IG</span>
<span>IG</span>
</div>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save