Added menu logic
This commit is contained in:
parent
3bd7cc7651
commit
1c29421f73
2 changed files with 9 additions and 3 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<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>
|
||||
|
||||
<body>
|
||||
|
|
@ -143,8 +144,8 @@
|
|||
<section class="panel mb-3">
|
||||
<h1 class="fs-2 mb-4">Présentation</h1>
|
||||
<p>Vous avez la possibilité de publier un texte permettant à toute personne intéressée d’en savoir un peu plus à votre sujet – motivation, intérêts personnels, âge, objectif du TANDEM linguistique (professionnel ou privé), horaires, etc.</p>
|
||||
<label class="form-label">Présentation (500 caractères max.)</label>
|
||||
<textarea name="user-description" id="user-description" class="form-control" placeholder="Entrez votre présentation" rows="4"></textarea>
|
||||
<label class="form-label" for="user-description">Présentation (500 caractères max.)</label>
|
||||
<textarea name="user-description" id="user-description" class="form-control" placeholder="Entrez votre présentation" rows="4" maxlength="500"></textarea>
|
||||
</section>
|
||||
<section class="panel mb-3">
|
||||
<h1 class="fs-2 mb-4">Langue(s) proposée(s)</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue