Compare commits
No commits in common. "b98e6fb4343bde998ce770e651e9a8d2579f9761" and "956f4ecca42fc3d01b402a74f5857cf130902fc0" have entirely different histories.
b98e6fb434
...
956f4ecca4
Binary file not shown.
@ -1,57 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: "Pixelify Sans";
|
|
||||||
src: url("./PixelifySans-Regular.ttf");
|
|
||||||
}
|
|
||||||
|
|
||||||
.affiche-dac {
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
background-image: url("/images/affiches/dac-background.png");
|
|
||||||
border-color: white;
|
|
||||||
font-family: "Pixelify Sans", monospace;
|
|
||||||
|
|
||||||
background-size: 550px;
|
|
||||||
background-position: center top;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
|
|
||||||
color: #1bff8d;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.affiche-dac .content {
|
|
||||||
width: 350px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-top: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 880px) {
|
|
||||||
.affiche-dac {
|
|
||||||
padding-bottom: 200px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.affiche-dac .notes {
|
|
||||||
float: right;
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.affiche-dac em {
|
|
||||||
color: #ebff00;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.affiche-dac strong {
|
|
||||||
text-decoration-color: #00ffff;
|
|
||||||
text-decoration-line: underline;
|
|
||||||
text-decoration-thickness: 3px;
|
|
||||||
text-decoration-style: dotted;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.affiche-dac p {
|
|
||||||
margin: 0;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
121
css/style.css
121
css/style.css
@ -40,18 +40,13 @@ a:visited {
|
|||||||
color:yellow;
|
color:yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
border: none;
|
|
||||||
height: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
|
||||||
#main-header {
|
#main-header {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 95px 1fr 400px;
|
flex-direction: row;
|
||||||
grid-template-rows: min-content;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: stretch;
|
||||||
|
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
|
||||||
@ -60,8 +55,10 @@ hr {
|
|||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-header > * {
|
@media screen and (max-width: 600px) {
|
||||||
grid-row: 1;
|
#main-header {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-header h1 {
|
#main-header h1 {
|
||||||
@ -70,34 +67,6 @@ hr {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: yellow;
|
color: yellow;
|
||||||
|
|
||||||
flex: 1;
|
|
||||||
grid-column: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main-header nav {
|
|
||||||
grid-column: 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
|
||||||
#main-header {
|
|
||||||
grid-template-columns: 1fr 1fr;
|
|
||||||
grid-auto-rows: min-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main-header img {
|
|
||||||
grid-column: 1;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main-header h1 {
|
|
||||||
grid-column: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main-header #main-nav {
|
|
||||||
grid-row: 2;
|
|
||||||
grid-column: 1 / 3;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* main area */
|
/* main area */
|
||||||
@ -110,22 +79,6 @@ main {
|
|||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-bottom: 15vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
main #main-info {
|
|
||||||
grid-column: 2;
|
|
||||||
grid-row: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
main #events {
|
|
||||||
grid-column: 2;
|
|
||||||
grid-row: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
main #description {
|
|
||||||
grid-column: 1;
|
|
||||||
grid-row: 1 / 5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main .toolbar {
|
main .toolbar {
|
||||||
@ -133,33 +86,6 @@ main .toolbar {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 889px){
|
|
||||||
main {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
row-gap: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
main #main-info {
|
|
||||||
grid-row: 3;
|
|
||||||
grid-column: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
main #events {
|
|
||||||
grid-column: 1;
|
|
||||||
grid-row: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
main #description {
|
|
||||||
grid-column: 1;
|
|
||||||
grid-row: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
main .toolbar {
|
|
||||||
grid-column: 1;
|
|
||||||
grid-row: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* toolbar */
|
/* toolbar */
|
||||||
|
|
||||||
main .toolbar button {
|
main .toolbar button {
|
||||||
@ -297,11 +223,12 @@ main > aside {
|
|||||||
|
|
||||||
#main-nav {
|
#main-nav {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-nav > *:not(:last-child)::after {
|
#main-nav > *:not(:last-child)::after {
|
||||||
content: " | ";
|
content: " | ";
|
||||||
content: " | " / "";
|
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -330,3 +257,31 @@ main > aside {
|
|||||||
.affiche .credits, .affiche .credits * {
|
.affiche .credits, .affiche .credits * {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* mobile */
|
||||||
|
|
||||||
|
@media screen and (max-width: 889px){
|
||||||
|
main {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
|
||||||
|
row-gap: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main > aside {
|
||||||
|
grid-row: 3;
|
||||||
|
grid-column: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .toolbar {
|
||||||
|
grid-row: 1;
|
||||||
|
grid-column: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#description {
|
||||||
|
grid-column: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#events {
|
||||||
|
grid-row: 4;
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.9 KiB |
74
index.html
74
index.html
@ -15,7 +15,7 @@
|
|||||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/affiches/perm.css">
|
<link rel="stylesheet" href="css/affiches/perm.css">
|
||||||
<link rel="stylesheet" href="css/affiches/dac.css">
|
<link rel="stylesheet" href="css/affiches/cafe.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -25,25 +25,18 @@
|
|||||||
<source src="videos/background.webm" type="video/webm" />
|
<source src="videos/background.webm" type="video/webm" />
|
||||||
<source src="videos/background.mp4" type="video/mp4">
|
<source src="videos/background.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
<img src="/images/world_network.muted.jpg" id="background-poster"/>
|
<img src="/images/world_network.muted.jpg" alt="Logo du laboratoire ouvert lyonnais, un rectangle entourant 3 lignes de points et trais des lettres L O L en morse." id="background-poster"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<header id="main-header">
|
<header id="main-header">
|
||||||
<img class="logo" src="images/logo_picto.svg" alt="Logo du laboratoire ouvert lyonnais : un rectangle entourant 3 lignes de points et trais des lettres L O L en morse." />
|
<img class="logo" src="images/logo_picto.svg" alt="Laboratoire Ouvert Lyonnais" />
|
||||||
|
|
||||||
<h1>Laboratoire <br/>Ouvert <br/>Lyonnais</h1>
|
<h1>Laboratoire <br/>Ouvert <br/>Lyonnais</h1>
|
||||||
|
|
||||||
<nav id="main-nav">
|
|
||||||
<a href="https://git.labolyon.fr/explore/repos ">Dépots Git</a>
|
|
||||||
<a href="https://team.labolyon.fr/">Wiki</a>
|
|
||||||
<a href="https://listes.infini.fr/listes.labolyon.fr/subscribe/discussions">Liste de diffusion</a>
|
|
||||||
</nav>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<section id="description">
|
<section id="definitions">
|
||||||
|
|
||||||
<dl class="definitions">
|
<dl class="definitions">
|
||||||
<dt>Hackerspace</dt>
|
<dt>Hackerspace</dt>
|
||||||
<dd><em>n.m.</em> : Tiers lieu de réunion et de rencontre entre personnes désirant comprendre, créer ou détourner des objets techniques ou technologiques.</dd>
|
<dd><em>n.m.</em> : Tiers lieu de réunion et de rencontre entre personnes désirant comprendre, créer ou détourner des objets techniques ou technologiques.</dd>
|
||||||
@ -51,14 +44,31 @@
|
|||||||
<dt>Hackeuse, Hacker</dt>
|
<dt>Hackeuse, Hacker</dt>
|
||||||
<dd><em>n.</em> : Personne ayant un intérêt dans la technique ou la technologie et faisant un usage creatif et/ou utile de celle-ci par le détournement.</dd>
|
<dd><em>n.</em> : Personne ayant un intérêt dans la technique ou la technologie et faisant un usage creatif et/ou utile de celle-ci par le détournement.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
<hr>
|
<aside>
|
||||||
|
<section id="main-info">
|
||||||
|
<address><a href="geo:45.7732495,4.8372366">
|
||||||
|
7 Place Louis Chazette 69001 Lyon<br/>
|
||||||
|
45° 46' 23.698" N 4° 50' 14.052" E
|
||||||
|
</a></address>
|
||||||
|
<p> Ouvert tous les mardis à partir de 19h <br/>
|
||||||
|
et tous les samedis de 14h à 19h</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<nav id="main-nav">
|
||||||
|
<a href="https://git.labolyon.fr/explore/repos ">Dépots Git</a>
|
||||||
|
<a href="https://team.labolyon.fr/">Wiki</a>
|
||||||
|
<a href="https://listes.infini.fr/listes.labolyon.fr/subscribe/discussions">Liste de diffusion</a>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<section id="description">
|
||||||
<p>Le Laboratoire Ouvert Lyonnais (LOL) est un lieu de rassemblement et d'expérimentations pour tout les passionné·es d'informatique, d'électronique et de technique.
|
<p>Le Laboratoire Ouvert Lyonnais (LOL) est un lieu de rassemblement et d'expérimentations pour tout les passionné·es d'informatique, d'électronique et de technique.
|
||||||
Le LOL est un lieu d'exploration des alternatives et de bidouille.</p>
|
Le LOL est un lieu d'exploration des alternatives et de bidouille.</p>
|
||||||
|
|
||||||
<p>Au LOL, nous expérimentons et créons autours du détournement, de la réutilisations d'objets en tout genre.
|
<p>Au LOL, nous expérimentons et créons autours du détournement, de la réutilisations d'objets en tout genre.
|
||||||
Nous constituons une communautée ouverte où chacun·e peut apprendre et partager avec les autres pour créer ensemble et comprendre les outils techniques qui nous entourent.</p>
|
Nous constituons une communautée ouverte où chacun·e peux apprendre et partager avec les autres pour créer ensemble et comprendre les outils techniques qui nous entourent.</p>
|
||||||
|
|
||||||
<p>Nous revendiquons l'ouverture du code et des techniques.
|
<p>Nous revendiquons l'ouverture du code et des techniques.
|
||||||
Le partage des connaissances et l'autogestion.</p>
|
Le partage des connaissances et l'autogestion.</p>
|
||||||
@ -69,32 +79,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<aside id="main-info">
|
|
||||||
<address><a href="geo:45.7732495,4.8372366">
|
|
||||||
7 Place Louis Chazette 69001 Lyon<br/>
|
|
||||||
45° 46' 23.698" N 4° 50' 14.052" E
|
|
||||||
</a></address>
|
|
||||||
<p> Ouvert tous les mardis à partir de 19h</p>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
<section id="events">
|
<section id="events">
|
||||||
|
|
||||||
<article class="event affiche affiche-dac">
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<img src="/images/affiches/dac-notes.png" alt="Quelques notes de musique" class="notes"/>
|
|
||||||
<p>
|
|
||||||
La <em>Digital Audio Community</em> se donne rendez-vous le <time datetime="2023-10-11">Mercredi 25 Octobre</time> à partir de <time datetime="18:30">18h30</time> au LOL, <a href="geo:45.7732495,4.8372366">7 place Louis Chazette</a>.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<strong>Au Programme</strong> : Ateliers Livre-Coding, Discussions Informatique Musicale && Découverte Code Créatif.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<article class="event affiche-perm affiche">
|
<article class="event affiche-perm affiche">
|
||||||
<h1>Permanence du LOL</h1>
|
<h1>Permanence du LOL</h1>
|
||||||
|
|
||||||
@ -107,6 +93,20 @@
|
|||||||
<p>Adhésion 5€ pour le mois</p>
|
<p>Adhésion 5€ pour le mois</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<article class="event affiche-cafe affiche">
|
||||||
|
<h1>Hacking cafe<span class="cursor">▁</span></h1>
|
||||||
|
|
||||||
|
<p> Le Samedi apres-midi<br/>
|
||||||
|
Un <abbr title="Le terme café exprime ici toute boisson agréable à deguster en compagnie d'autre personnes. Cela regroupe le café, le thé, des jus de fruits ou autre chose.">café</abbr> sur la table de soudage ou à coté du PC</p>
|
||||||
|
|
||||||
|
<p> C'est le moment de se mettre ensemble sur nos projets personnels ou collectifs</p>
|
||||||
|
|
||||||
|
<p class="event-hours"><strong>Tous les samedis de 14h à 19h <br/>
|
||||||
|
au local du LOL</strong></p>
|
||||||
|
|
||||||
|
<p>Adhésion 5€ pour le mois</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="toolbar">
|
<div class="toolbar">
|
||||||
|
Loading…
Reference in New Issue
Block a user