Skip to content

Commit

Permalink
2015 -> 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Nov 17, 2015
1 parent 9645b0f commit f5975a5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ deploy:
access_key_id: AKIAJ77G5SOMGZESAK7Q
secret_access_key:
secure: fNRIZWsVIi+mQ5G3uSsaRx9/P5pl5L2kqEeigx2n85Pvo+yjMbc9F1UYh3vxt8YJFyrjb6RuOIp4KzjzEvDPjTEs3K//pDxLX1UNulsY2hWUrrvj6g+u6Ra5xvHJYUQaAdMATzT22MgHOBFsv0kDrHWF8yY9KwYLfKCEG6N0Dhc=
bucket: 2015.conference-agile.fr
bucket: 2016.conference-agile.fr
skip_cleanup: true
endpoint: 2015.conference-agile.fr.s3-website.eu-central-1.amazonaws.com
endpoint: 2016.conference-agile.fr.s3-website.eu-central-1.amazonaws.com
region: eu-central-1
on:
repo: agile-france/2015
repo: agile-france/2016
branch: s3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install

These are the sources for Agile France 2015 website, built with [Gulp](http://gulpjs.com).
These are the sources for Agile France 2016 website, built with [Gulp](http://gulpjs.com).

## Getting started
* Install (if you don't have them):
Expand Down
22 changes: 11 additions & 11 deletions app/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

<meta name="twitter:card" content="gallery"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://2015.conference-agile.fr"/>
<meta property="og:title" content="AgileFrance 2015"/>
<meta property="og:description" content="Toute la communauté agile francophone se retrouvera au Chalet de la Porte Jaune les 18 et 19 juin 2015 pour deux jours d'échanges sur le thème « Par-delà l’agilité ». Rejoignez-nous !"/>
<meta property="og:image" content="https://raw.githubusercontent.com/agile-france/2015/gh-pages/img/gallery/agile-france-2014-1.jpg"/>
<meta name="twitter:image0" content="https://raw.githubusercontent.com/agile-france/2015/gh-pages/img/gallery/agile-france-2014-1.jpg">
<meta name="twitter:image1" content="https://raw.githubusercontent.com/agile-france/2015/gh-pages/img/gallery/agile-france-2014-2.jpg">
<meta name="twitter:image2" content="https://raw.githubusercontent.com/agile-france/2015/gh-pages/img/gallery/agile-france-2014-3.jpg">
<meta name="twitter:image3" content="https://raw.githubusercontent.com/agile-france/2015/gh-pages/img/gallery/agile-france-2014-4.jpg">
<meta property="og:url" content="http://2016.conference-agile.fr"/>
<meta property="og:title" content="AgileFrance 2016"/>
<meta property="og:description" content="Toute la communauté agile francophone se retrouvera au Chalet de la Porte Jaune les 16 et 17 juin 2016 pour deux jours d'échanges sur le thème « Par-delà l’agilité ». Rejoignez-nous !"/>
<meta property="og:image" content="https://raw.githubusercontent.com/agile-france/2016/gh-pages/img/gallery/agile-france-2014-1.jpg"/>
<meta name="twitter:image0" content="https://raw.githubusercontent.com/agile-france/2016/gh-pages/img/gallery/agile-france-2014-1.jpg">
<meta name="twitter:image1" content="https://raw.githubusercontent.com/agile-france/2016/gh-pages/img/gallery/agile-france-2014-2.jpg">
<meta name="twitter:image2" content="https://raw.githubusercontent.com/agile-france/2016/gh-pages/img/gallery/agile-france-2014-3.jpg">
<meta name="twitter:image3" content="https://raw.githubusercontent.com/agile-france/2016/gh-pages/img/gallery/agile-france-2014-4.jpg">
<meta name="twitter:site" content="@AgileFrance"/>


Expand Down Expand Up @@ -47,10 +47,10 @@

<section id="announcement">
<div class="vevent">
<time datetime="2015-06-18" class="dtstart">18 -</time>
<time datetime="2015-06-19" class="dtend">19</time>
<time datetime="2016-06-16" class="dtstart">16 –</time>
<time datetime="2016-06-17" class="dtend">17</time>
<span class="month">Juin</span>
<span class="year">2015</span>
<span class="year">2016</span>
<span class="location">
Chalet de la Porte Jaune<br/>
Bois de Vincennes, Paris
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AgileFrance2015",
"name": "AgileFrance2016",
"version": "0.0.1",
"description": "This is sources for Agile France 2015 website, built with Gulp",
"description": "This is sources for Agile France 2016 website, built with Gulp",
"dependencies": {
"fontfaceonload": "0.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AgileFrance2015",
"name": "AgileFrance2016",
"version": "0.0.1",
"description": "This is sources for Agile France 2015 website, built with Gulp",
"description": "This is sources for Agile France 2016 website, built with Gulp",
"scripts": {
"build": "gulp build"
},
Expand Down

0 comments on commit f5975a5

Please sign in to comment.