Favicons and such
This commit is contained in:
parent
21f50f5ccd
commit
19fff30892
12 changed files with 53 additions and 19 deletions
6
404.html
6
404.html
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>e-TANDEM - The page you're looking for doesn't exist!</title>
|
||||
<title>e-TANDEM · The page you're looking for doesn't exist!</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
BIN
apple-touch-icon.png
Normal file
BIN
apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>e-TANDEM - Sign in</title>
|
||||
<title>e-TANDEM · Sign in</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>e-TANDEM - Create account</title>
|
||||
<title>e-TANDEM · Create account</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/check.js"></script>
|
||||
</head>
|
||||
|
|
@ -91,12 +93,13 @@
|
|||
<div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Fermer"></button>
|
||||
<h5 class="modal-title">Conditions d'utilisation</h5>
|
||||
<!-- <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Fermer"></button> -->
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>En vous inscrivant sur plateforme e-tandem.ch des TANDEMs linguistiques® du Forum du bilinguisme, vous acceptez de publier votre profil<sup class="emphasis"><strong>*</strong></sup>.</p>
|
||||
<p>Le Forum du bilinguisme souhaite rappeler que cette plateforme est uniquement réservée à la mise en relation de personnes intéressées à pratiquer un TANDEM linguistique®.</p>
|
||||
<p>Le Forum du bilinguisme se réserve le droit de supprimer en tout temps le profil de personnes dont les intentions diffèrent de l’objectif premier de cette plateforme : mettre en contact des personnes de langues différentes dans le but de former et pratiquer un TANDEM linguistique*. Le Forum du bilinguisme rappelle aux personnes inscrites que cette e-plateforme est ouverte au public et que les données personnelles publiées sont de la responsabilité de l’utilisateur. Vous pouvez en tout temps désactiver, par conséquent réactiver votre profil.</p>
|
||||
<p>Le Forum du bilinguisme se réserve le droit de supprimer en tout temps le profil de personnes dont les intentions diffèrent de l’objectif premier de cette plateforme : mettre en contact des personnes de langues différentes dans le but de former et pratiquer un TANDEM linguistique<sup class="emphasis"><strong>*</strong></sup>. Le Forum du bilinguisme rappelle aux personnes inscrites que cette e-plateforme est ouverte au public et que les données personnelles publiées sont de la responsabilité de l’utilisateur. Vous pouvez en tout temps désactiver, par conséquent réactiver votre profil.</p>
|
||||
<p><sup class="emphasis"><strong>*</strong></sup>Le Forum du bilinguisme ne peut être tenu responsable de la véracité des données publiées, ni du bien-fondé de la démarche des personnes inscrites sur la plateforme. Vous pouvez à tout moment nous signaler un profil ne respectant pas le but de cette plateforme.</p>
|
||||
<div class="form-check py-3">
|
||||
<input class="form-check-input" type="checkbox" value="" id="cgvCheck">
|
||||
|
|
@ -105,6 +108,10 @@
|
|||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Annuler</button>
|
||||
<button type="button" class="btn btn-primary">Accepter</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
BIN
favicon-16x16.png
Normal file
BIN
favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 B |
BIN
favicon-32x32.png
Normal file
BIN
favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 649 B |
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>e-TANDEM - Index</title>
|
||||
<title>e-TANDEM · Index</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Forum du Bilinguisme</title>
|
||||
<title>Forum du Bilinguisme · Maquettes statiques</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>e-TANDEM - Profil</title>
|
||||
<title>e-TANDEM · Profile</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/js.js"></script>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -371,8 +371,12 @@ sup.emphasis{
|
|||
height: 1.5em;
|
||||
display: inline-flex;
|
||||
}
|
||||
.form-check-input:checked {
|
||||
background-color: var(--bs-link-color);
|
||||
border-color: var(--bs-link-color);
|
||||
}
|
||||
|
||||
/*modals*/
|
||||
/* modals */
|
||||
.modal-header{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
@ -396,7 +400,7 @@ footer a img{
|
|||
/* partners logos */
|
||||
#partners{
|
||||
padding: var(--div-padding);
|
||||
border-top: 1px solid var(--secondary);
|
||||
border-top: 1px solid var(--accent-normal);
|
||||
border-bottom: 1px solid var(--secondary);
|
||||
}
|
||||
.partners-logo-grid{
|
||||
|
|
|
|||
11
static/img/logo/symbol.svg
Normal file
11
static/img/logo/symbol.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Calque_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.96 78.96">
|
||||
<path d="M37.09,64.38c0,8.05-6.53,14.58-14.58,14.58s-14.58-6.53-14.58-14.58V18.7c0-8.05,6.53-14.58,14.58-14.58s14.58,6.53,14.58,14.58v45.69Z" style="fill: #686868;"/>
|
||||
<path d="M18.52,17.54c1.23,0,2.23-1,2.23-2.23s-1-2.23-2.23-2.23-2.23,1-2.23,2.23,1,2.23,2.23,2.23Z" style="fill: #fff;"/>
|
||||
<path d="M26.11,17.54c1.23,0,2.23-1,2.23-2.23s-1-2.23-2.23-2.23-2.23,1-2.23,2.23,1,2.23,2.23,2.23Z" style="fill: #fff;"/>
|
||||
<path d="M28.72,24.45c-1.46,1.55-3.53,2.52-5.83,2.52s-4.38-.98-5.84-2.54" style="fill: none; stroke: #fff; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 1.47px;"/>
|
||||
<path d="M71.04,60.27c0,8.05-6.53,14.58-14.58,14.58s-14.58-6.53-14.58-14.58V14.58C41.87,6.53,48.4,0,56.46,0s14.58,6.53,14.58,14.58v45.69Z" style="fill: #fbc216;"/>
|
||||
<path d="M52.47,13.42c1.23,0,2.23-1,2.23-2.23s-1-2.23-2.23-2.23-2.23,1-2.23,2.23,1,2.23,2.23,2.23Z" style="fill: #fff;"/>
|
||||
<path d="M60.06,13.42c1.23,0,2.23-1,2.23-2.23s-1-2.23-2.23-2.23-2.23,1-2.23,2.23,1,2.23,2.23,2.23Z" style="fill: #fff;"/>
|
||||
<path d="M62.67,20.34c-1.46,1.55-3.53,2.52-5.82,2.52s-4.38-.98-5.84-2.54" style="fill: none; stroke: #fff; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 1.47px;"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>e-TANDEM - Recherche de TANDEMs</title>
|
||||
<title>e-TANDEM · Recherche de TANDEMs</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
|
||||
<script src="static/js/vendor/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/js.js"></script>
|
||||
</head>
|
||||
|
|
@ -3907,7 +3909,7 @@
|
|||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Annuler</button>
|
||||
<button type="button" class="btn btn-primary">Signaler</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue