Rajoute commentaire sur snowflake + fix css snowflake
This commit is contained in:
parent
69cf66d6bc
commit
6403124dba
2 changed files with 12 additions and 3 deletions
|
@ -35,11 +35,19 @@ a.mel {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
.snowflake {
|
.snowflake {
|
||||||
border: solid 0.1rem;
|
border-left: solid 0.1rem;
|
||||||
margin: 1rem;
|
padding: 1rem;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
|
max-width: 320px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.snowflake iframe {
|
||||||
|
width: 320px;
|
||||||
|
height: 240px;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.flex {
|
.flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,8 @@
|
||||||
<p>(pour l'instant, c'est vide, mais hésite pas à passer nous voir)</p>
|
<p>(pour l'instant, c'est vide, mais hésite pas à passer nous voir)</p>
|
||||||
</main>
|
</main>
|
||||||
<div class="snowflake">
|
<div class="snowflake">
|
||||||
<iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
|
<p>En activant ce bloc, tu permets à des personnes au quatre coins du monde d'utiliser ta connexion pour se connecter à Internet à travers le réseau Tor, en utilisant un <a href="https://snowflake.torproject.org/">bridge snowflake</a> et ainsi échapper à la censure. Le bridge reste actif tant que cet onglet est ouvert !</p>
|
||||||
|
<iframe src="https://snowflake.torproject.org/embed.html" scrolling="no"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue