Merge branch 'master' into 'develop'

# Conflicts:
#   .firebaserc
master
Igor Laborie 5 years ago
parent 4d5ac7b4a8
commit c944be80e1
  1. 2
      .gitlab-ci.yml
  2. 2
      config.toml
  3. 2
      content/_index.fr.md
  4. 2
      content/_index.md
  5. 22
      content/blog/find-out-when-is-edition-2019-contest.fr.md
  6. 16
      content/blog/find-out-when-is-edition-2019-contest.md
  7. 8
      content/blog/get-ready-for-2019.fr.md
  8. 4
      content/blog/get-ready-for-2019.md
  9. 2
      data/footer.yml
  10. BIN
      static/images/blog/encryption.jpeg
  11. BIN
      static/images/blog/hello-2019.jpg
  12. BIN
      static/images/map.jpg
  13. BIN
      static/images/social-share.jpg
  14. BIN
      static/images/social-share.png
  15. BIN
      static/images/team/hadrien_toma.jpg
  16. BIN
      static/images/team/kevin_davin.png
  17. BIN
      static/images/team/michael_pailloncy.jpg
  18. BIN
      static/images/team/serge_boucher.png
  19. 2
      themes/devfest-theme-hugo

@ -25,7 +25,7 @@ sandbox:
prod:
script:
- hugo
- hugo --baseURL https://2019.devfesttoulouse.fr/
- node themes/devfest-theme-hugo/minify.js
- firebase use prod
- firebase deploy --token "$FIREBASE_PROD_TOKEN"

@ -19,7 +19,7 @@ googleAnalytics = "UA-37717223-7"
title = "DevFest Toulouse 2019"
date = "2019-10-03"
description = "The DevFest, or 'Developers Festival', is a technical conference for developers. It is aimed at students, professionals or simply curious technophiles."
images = ["/images/logo.svg", "/images/logo-monochrome.svg"]
images = ["/images/social-share.jpg"]
email = "contact@devfesttoulouse.fr"
keywords = "event, gdg, gde, devfest, google, programming, android, chrome, developers, web, cloud, androiddev"
copyright = "We :heart: chocolatines"

@ -108,7 +108,7 @@ situé sur un emplacement privilégié,
### Quelques photos du **DevFest Toulouse 2018** avec le thème 👾 _retro-gaming_.
<a class="btn inverse icon-right" target="_blank" rel="noopener" href="https://photos.app.goo.gl/nJYFVReFUk9mnXbv9">
<a class="btn primary icon-right" target="_blank" rel="noopener" href="https://photos.app.goo.gl/nJYFVReFUk9mnXbv9">
Voir toutes les photos
</a>

@ -115,7 +115,7 @@ in the immediate vicinity of the centre of Toulouse and in a green environment.
### Some pictures of the **DevFest Toulouse 2018** with the 👾 _retro-gaming_ theme.
<a class="btn inverse icon-right" target="_blank" rel="noopener" href="https://photos.app.goo.gl/nJYFVReFUk9mnXbv9">
<a class="btn primary icon-right" target="_blank" rel="noopener" href="https://photos.app.goo.gl/nJYFVReFUk9mnXbv9">
See all photos
</a>

@ -1,28 +1,28 @@
---
title: "[Jeux] Découvrez quand aura lieu le Devfest 2019"
brief: Plusieurs dizaines de personnes ont participé à notre concours pour gagner le premier ticket DevFest Toulouse 2019!
title: "[Jeux] Découvrez la date du DevFest Toulouse 2019"
brief: Plusieurs dizaines de personnes ont participé à notre concours pour gagner le premier ticket pour le DevFest Toulouse 2019 !
image: /images/blog/encryption.jpeg
date: 2019-01-20
draft: false
---
Aujourd'hui nous avons lancé un jeu concours pour découvrir quand aura lieu le DevFest 2019:
Aujourd'hui nous avons lancé un jeu concours pour découvrir quand aura lieu le DevFest Toulouse 2019 :
{{< tweet 1087257164182364160 >}}
Nous avons crée ce jeu pour engager la communauté et il n'aura fallut que 20 minutes pour que quelqu'un trouve la bonne réponse 😱!
Nous avons crée ce jeu pour engager la communauté et il n'aura fallut que 20 minutes pour que quelqu'un trouve la bonne réponse 😱 !
{{< tweet 1089767584302579712 >}}
Si vous avez été bloqués, voici la solution:
Si vous avez été bloqués, voici la solution :
## Solution
1. Téléchargez ce [fichier](http://bit.ly/SaurasTuTrouverLaDateDuDevFestToulouse2019)
1. Decodez le JWT via <http://jwt.io> par exemple
1. Recuperez le champ data, decodez le via `base64 -d ...`
1. Recuperez le fichier jpg
1. Ouvrez le avec <https://hexed.it/>
1. Decouvrez la date!
2. Décodez le token JWT via <http://jwt.io> (par exemple)
3. Récuperez le champ data, qui est en base64 donc décodez le via un outil en ligne ou `base64 -d ...`
4. Récuperez le fichier JPG
5. Ouvrez le avec <https://hexed.it/>
6. Découvrez la date !
Si vous êtes pressé de savoir cliquez [ici]({{< ref "/blog/get-ready-for-2019" >}})
Si vous voulez connaître la date sans passer par toutes ces étapes, cliquez [ici]({{< ref "/blog/get-ready-for-2019" >}})

@ -6,7 +6,7 @@ date: 2019-01-20
draft: false
---
Today we released the following tweet
Today we released the following tweet:
{{< tweet 1087257164182364160 >}}
@ -14,15 +14,15 @@ We created this contest to engage our community and it did not take long (around
{{< tweet 1089767584302579712 >}}
If you got stuck , here is the solution:
If you got stuck, here is the solution:
## Solution
1. Download the [file](http://bit.ly/SaurasTuTrouverLaDateDuDevFestToulouse2019)
1. Recognize that it is a JWT and decode it with <http://jwt.io> for example
1. Extract the data field, and do `base64 -d ...`
1. a `files` on the result says that is a jpeg
1. open it with <https://hexed.it/>
1. and voilà!
2. Recognize that it is a JWT otken and decode it with <http://jwt.io> for example
3. Extract the data field, whch is in base64, and decode it with an online tool or `base64 -d ...`
4. a `file` on the result says that is a jpeg
5. open it with <https://hexed.it/>
6. and voilà!
Shortcut => [edition 2019 announcement]({{< ref "/blog/get-ready-for-2019" >}})
In order to know the date quickly => [edition 2019 announcement]({{< ref "/blog/get-ready-for-2019" >}})

@ -1,6 +1,6 @@
---
title: Lancement du DevFest Toulouse édition 2019
brief: Soyez prêt!
brief: Soyez prêt !
image: /images/blog/hello-2019.jpg
date: 2019-01-28
draft: false
@ -12,12 +12,12 @@ Tout comme l’année dernière, la journée se déroulera en plein coeur de Tou
{{< centered-img src="/images/blog/baudis.jpg" alt="Pierre Baudis" width="800" >}}
## La suite des réjouissances:
## La suite des réjouissances :
* Ouverture du [CFP](https://conference-hall.io/public/event/HJRThubF4uYPkb7jSUxi) : 1er Avril
* Ouverture de la billetterie (environ 900 places disponibles) : en Avril.
Dans les jours/semaines à venir nous communiquerons sur le thème de l'édition 2019. Suivez-nous sur Twitter, LinkedIn ou sur ce site afin de rester informés ! :-)
Dans les jours/semaines à venir nous communiquerons sur le thème de l'édition 2019. Suivez-nous sur [Twitter](https://twitter.com/devfesttoulouse), [LinkedIn](https://www.linkedin.com/company/devfesttoulouse/) ou sur ce site afin de rester informés ! :-)
## Vous en voulez encore ?
@ -25,3 +25,5 @@ Dans les jours/semaines à venir nous communiquerons sur le thème de l'édition
* [Retrouvez toutes les conférences de l’édition 2018](https://www.youtube.com/watch?v=ZQGRMJzi6yU&list=PLuZ_sYdawLiXmCwIYJs7AcBaXmUsVgPMU)
* [Revivez l’édition 2018 avec les photos officielles](https://photos.google.com/share/AF1QipNXrf4emzX-sHvtCLQ6oJOHoTKs-JpNS34QLOQ3J_vQPIwAOS6mA1svo_-EUsLAdA?key=TVY3dlFTMHBkX2tYazR0U0lBTGhJMEpHZWE4UHR3)
* [Le programme et toutes les infos : sur le site Edition 2018](https://2018.devfesttoulouse.fr/)
On vous attends le 3 Octobre 2019 ! :-)

@ -8,7 +8,7 @@ draft: false
Today it is with great pleasure that we announce you that the 4th edition of DevFest Toulouse will take place **October 3rd 2019 at the center of congress Pierre Baudis**.
As last year, the event will be right in the city center, in the Compans Cafarelli neighborhood. The center of congress Pierre Baudis is acecssible by the subway, bus or even by car. This year we will have **more space**, **more sponsors** and **more attendees**
As last year, the event will be right in the city center, in the Compans Cafarelli neighborhood. The center of congress Pierre Baudis is accessible by the subway, bus or even by car. This year we will have **more space**, **more sponsors** and **more attendees**
{{< centered-img src="/images/blog/baudis.jpg" alt="Pierre Baudis" width="800" >}}
@ -25,3 +25,5 @@ We will be communicating about this year theme pretty soon on Twitter [@DevFestT
* [Youtube playlist with 2018 talks](https://www.youtube.com/watch?v=ZQGRMJzi6yU&list=PLuZ_sYdawLiXmCwIYJs7AcBaXmUsVgPMU)
* [2018 Official pictures](https://photos.google.com/share/AF1QipNXrf4emzX-sHvtCLQ6oJOHoTKs-JpNS34QLOQ3J_vQPIwAOS6mA1svo_-EUsLAdA?key=TVY3dlFTMHBkX2tYazR0U0lBTGhJMEpHZWE4UHR3)
* [2018 website](https://2018.devfesttoulouse.fr/)
We are waiting for you October 3rd, 2019! :-)

@ -10,7 +10,7 @@ follow:
- name: twitter
url: https://twitter.com/devfesttoulouse
- name: linkedin
url: https://www.linkedin.com/company/10254434
url: https://www.linkedin.com/company/devfesttoulouse/
- name: youtube
url: https://www.youtube.com/channel/UCx83f-KzDd3o1QK2AdJIftg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB

@ -1 +1 @@
Subproject commit 08854f8f1d0d60064a9868b9257f3b2dd4577b17
Subproject commit b364e871da64c098f9c71e6be79d9ee65a0900f5
Loading…
Cancel
Save