thsf.net/src/thsf/templates/index.html

89 lines
3.5 KiB
HTML
Raw Normal View History

2023-04-05 16:14:50 +02:00
{% extends "base.html" %}
{% block content %}
2023-04-07 10:52:43 +02:00
<div id="main_wrapper">
<div id="center_wrapper">
<div id="header_wrapper">
<div id="header">
2023-04-08 01:52:18 +02:00
<span class="black bold">THSF</span>
<span class="white thin">2023</span>
2023-04-07 09:49:58 +02:00
</div>
2023-04-07 10:52:43 +02:00
<div id="subheader">
2023-04-08 01:52:18 +02:00
<span class="white thin">Toulouse Hacker Space Factory</span>
2023-04-07 09:49:58 +02:00
</div>
2023-04-08 01:52:18 +02:00
<div id="place">
<span class="black thin">26 28 mai 2023 - </span>
<span class="white bold">CINÉMA UTOPIA BORDEROUGE</span>
2023-04-07 09:49:58 +02:00
</div>
2023-04-07 10:52:43 +02:00
</div>
2023-04-08 02:31:14 +02:00
<div id="logo_wrapper">
2023-04-07 10:52:43 +02:00
<img class="logo"
src="{{ url_for('static', filename='images/logo.svg') }}"
alt="THSF 2023 - S/Extraire"
title="THSF 2023 - S/Extraire"/>
</div>
<div id="blah">
2023-04-08 02:31:14 +02:00
<h2>Le T.H.S.F est enfin de retour !</h2>
2023-04-07 10:52:43 +02:00
<p>Nous vous invitons à passer un week-end de 3 jours à <a href="https://www.cinemas-utopia.org/toulouse/">Utopia Borderouge Toulouse</a> pour partager avec vous nos projets, nos réflexions, nos performances, nos poésies et nos doutes sur la technologie.</p>
2023-04-07 09:49:58 +02:00
2023-04-07 10:52:43 +02:00
<p>Après avoir été soutenu et accueilli pendant 10 ans par <a href="https://vive.mixart-myrys.org/">Mix'Art Myrys</a>, le <strong>Toulouse HackerSpace Factory (T.H.S.F)</strong> se tient désormais dans un autre lieu où l'utopie nécessaire est inscrite programme.</p>
2023-04-06 14:20:15 +02:00
2023-04-07 10:52:43 +02:00
<p>Cette année nous mettrons en avant des réflexions sur <a href="https://fr.wikipedia.org/wiki/Extractivisme" target="_new">l'extractivisme des ressources</a> planétaires, des données, de la valeur travail.</p>
2023-04-07 09:49:58 +02:00
2023-04-07 10:52:43 +02:00
<p>Comme toujours, notre objectif est de créer un festival qui poétise les bifurcations de nos idées communes et qui réinvente le sens de certains schémas imposés par notre époque. Rejoignez-nous pour une expérience enrichissante et pleine de surprises !</p>
2023-04-07 09:49:58 +02:00
</div>
2023-04-07 09:53:07 +02:00
</div>
2023-04-07 10:52:43 +02:00
</div>
<div id="navbar_wrapper">
2023-04-08 02:45:59 +02:00
<i class="button tooltip black fa-regular fa-calendar"
2023-04-07 10:52:43 +02:00
title="Programme"
2023-04-08 02:45:59 +02:00
alt="Programme">
<span class="tooltiptext">Programme</span>
</i>
<i class="button tooltip black fa-solid fa-map-location-dot"
2023-04-07 10:52:43 +02:00
title="Le Lieu"
2023-04-08 02:45:59 +02:00
alt="Le Lieu">
<span class="tooltiptext">Le lieu</span>
</i>
<i class="button tooltip black fa-solid fa-burger"
2023-04-07 10:52:43 +02:00
title="Restauration"
2023-04-08 02:45:59 +02:00
alt="Restauration">
<span class="tooltiptext">Restauration</span>
</i>
<i class="button tooltip black fa-solid fa-shirt"
2023-04-07 10:52:43 +02:00
title="T-shirt et goodies"
2023-04-08 02:45:59 +02:00
alt="T-shirt et goodies">
<span class="tooltiptext">Goodies</span>
</i>
<i class="button tooltip black fa-solid fa-guitar"
2023-04-07 10:52:43 +02:00
title="Concerts et DJ sets"
2023-04-08 02:45:59 +02:00
alt="Concerts et DJ sets">
<span class="tooltiptext">Concerts et DJ sets</span>
</i>
<i class="button tooltip black fa-solid fa-screwdriver-wrench"
2023-04-07 10:52:43 +02:00
title="Ateliers"
2023-04-08 02:45:59 +02:00
alt="Ateliers">
<span class="tooltiptext">Ateliers</span>
</i>
<i class="button tooltip black fa-solid fa-film"
2023-04-07 10:52:43 +02:00
title="Projections"
2023-04-08 02:45:59 +02:00
alt="Projections">
<span class="tooltiptext">Projections</span>
</i>
<i class="button tooltip black fa-solid fa-users-line"
2023-04-07 10:52:43 +02:00
title="Tables rondes"
2023-04-08 02:45:59 +02:00
alt="Tables rondes">
<span class="tooltiptext">Tables rondes</span>
</i>
<i class="button tooltip black fa-solid fa-palette"
2023-04-07 10:52:43 +02:00
title="Expositions"
2023-04-08 02:45:59 +02:00
alt="Expositions">
<span class="tooltiptext">Expositions</span>
</i>
<i class="button tooltip black fa-solid fa-person-chalkboard"
2023-04-07 10:52:43 +02:00
title="Conférences"
2023-04-08 02:45:59 +02:00
alt="Conférences">
<span class="tooltiptext">Conférences</span>
</i>
2023-04-07 10:52:43 +02:00
</div>
2023-04-05 16:14:50 +02:00
{% endblock %}