Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 38 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,43 @@ The website is at (http://www.vvbl.org).

It uses [Bootstrap](http://startbootstrap.com/). So, it is plain HTML/CSS/JS files.

VVBL Website was created by and is maintained by **Etienne Juliot**
VVBL Website was created by Etienne Juliot ([@ejuliot](https://github.com/ejuliot) and is maintained by Olivier Varloud [@varloud](https://github.com/ovarloud/) and Josselin Lafay


To modify any part of this site, just hit this button: [![Contribute](https://codenvy.com/factory/resources/codenvy-contribute.svg)](https://codenvy.com/f?id=7odre3695cvisgs0 )
(it will used Codenvy to edit these files)
## How to install?

To modify any part of this site, you can use any IDE you want:
* Eclipse IDE
* Eclipse CHE hosted on Redhat OpenShift (https://www.eclipse.org/che/getting-started/cloud/ or a direct to a pre-configured workspace at https://che.openshift.io/dashboard/#/ide/ejuliot/VVBL.github.ionq0kg)
* GitPod (https://gitpod.io/#https://github.com/VVBL/VVBL.github.io/tree/master)
* Github CodeSpaces
* A plain text editor with Git

## What to modify?

The core of the site is in the index.html file. Thanks to Bootstrap, it is easy to read with raw HTML. You can update any part of this page by copy/paste the existing code (such as the carousel).
If you use the right css class of bootstrap, the website will continue to work on any device and screen sizes.

Every year, you have to update:
* the contact wizards (search telephoneModal and inscriptionModal)
* dates of the first training sessions in septembre
* the yearly season
* the inscription file for the next season

The downloaded file are stored in ressources folder. Originals have to be stored in the VVBL drive (those are just copies).
Images are stored in img folder.

When the site is updated with a significative change, announce it on the VVBL's facebook page.

## How to test?

You can test locally in you work with a local IDE by just open a browser on .html file.
If you are using a web ide, you can just open a preview.

When the doc is push on the official branch (https://github.com/VVBL/VVBL.github.io), it is automaticly live and testable on http://www.vvbl.org.

## How to push your contribution?

Two solutions:
* directly push to https://github.com/VVBL/VVBL.github.io or
* push to your own fork then create a pull request. The workflow is up to the yearly dev team.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ <h1>Green volley.</h1>
<img class="second-slide img-responsive center-block" src="img/audessusfilet.jpg" alt="First slide center-block"/>
<div class="container">
<div class="carousel-caption">
<h1>Bientôt la saison 2019/2020.</h1>
<p>Les 1er entrainements auront lieu le mardi 3 et jeudi 5 septembre 2019. Pendant l'été, quand le temps le permet, des joueurs se rencontrent le jeudi soir au parc du Loiry à partir de 19h30, sur l'herbe près de la base kayak. Vous pouvez passer si vous voulez essayer quelques sets.</p>
<h1>Bientôt la saison 2020/2021.</h1>
<p>Les 1er entrainements auront lieu le mardi 1 et jeudi 3 septembre 2020. Pendant l'été, quand le temps le permet, des joueurs se rencontrent le jeudi soir au parc du Loiry à partir de 19h30, sur l'herbe près de la base kayak. Vous pouvez passer si vous voulez essayer quelques sets.</p>
<p>Les inscriptions sont déjà ouvertes (voir ci dessous)</p>
<p>Vous pouvez venir tester l'ambiance pour confirmer que ça vous plaira. Vous n'avez besoin que d'une paire de baskets (et de l'eau : il fait encore chaud). Mais attention, à partir du 10 septembre, il est probable qu'il n'y ait plus de place.</p>
</div>
Expand Down Expand Up @@ -537,7 +537,7 @@ <h4 class="modal-title" id="myModalLabel">Coordonnées téléphoniques</h4>
<div class="modal-body">
<ul>
<li>Pour renseignement pour une nouvelle inscription : Olivier Varloud au 06 85 22 41 95.</li>
<li>Pour tout autre renseignement : Juliette Dupin au 06 68 17 00 44</li>
<li>Pour tout autre renseignement : Patrice Robineau au 06 66 76 19 38</li>
</ul>
Merci de privilégier l'<a href="mailto:vvbl44@gmail.com">email</a> pour tout ce qui n'est pas urgent.
</div>
Expand Down