Skip to content

Commit

Permalink
Suppression des URLs Work Adventure (#1591)
Browse files Browse the repository at this point in the history
Elles ne servent plus et pourront être remises à la prochaine pandémie
  • Loading branch information
Mopolo authored Jan 20, 2025
1 parent 99815c0 commit 7e64cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions app/Resources/views/site/offices.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,6 @@
<i class="fa fa-youtube" aria-hidden="true"></i>&nbsp;Youtube
</a>
{% endif %}

{% if office.workadventure_url is defined %}
<a class="button-inverted" href="{{ office.workadventure_url }}">
<i aria-hidden="true" class="fa fa-video-camera"></i>&nbsp;Work&nbsp;Adventure
</a>
{% endif %}
</div>
</div>
</div>
Expand Down
7 changes: 0 additions & 7 deletions sources/AppBundle/Offices/OfficesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function getAll()
'youtube' => 'https://www.youtube.com/channel/UCPYMUpcC3b5zd-hVNGEWHAA',
'blog_url' => 'http://limoges.afup.org/',
'linkedin' => 'afup-limoges',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/limoges/workadventure',
'map' => [
"legend-first-point-x" => "410",
"legend-first-point-y" => "380",
Expand All @@ -66,7 +65,6 @@ public function getAll()
'youtube' => 'https://www.youtube.com/channel/UCkMGtNcB-VeqMlQ9p2JMIKg',
'linkedin' => 'afup-hdf',
'bluesky' => 'hdf.afup.org',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/hautsdefrance/workadventure',
'map' => [
"legend-first-point-x" => "490",
"legend-first-point-y" => "55",
Expand Down Expand Up @@ -120,7 +118,6 @@ public function getAll()
'youtube' => 'https://www.youtube.com/channel/UCSHpe_EYwK0ZhitIJPGSjlQ',
'twitter' => 'AFUP_Lyon',
'blog_url' => 'http://lyon.afup.org',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/lyon/workadventure',
'linkedin' => 'afup-lyon',
'bluesky' => 'lyon.afup.org',
'map' => [
Expand All @@ -146,7 +143,6 @@ public function getAll()
'twitter' => 'AFUP_AixMrs',
'youtube' => 'https://www.youtube.com/channel/UC77cQ1izl155u6Y8daMZYiA',
'blog_url' => 'http://aix-marseille.afup.org/',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/aixmarseille/workadventure',
'map' => [
"legend-first-point-x" => "600",
"legend-first-point-y" => "540",
Expand Down Expand Up @@ -217,7 +213,6 @@ public function getAll()
'logo_url' => '/images/offices/paris.svg',
'twitter' => 'afup_paris',
'bluesky' => 'paris.afup.org',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/paris/workadventure',
'map' => [
"legend-first-point-x" => "460",
"legend-first-point-y" => "180",
Expand Down Expand Up @@ -286,7 +281,6 @@ public function getAll()
'twitter' => 'AFUP_Rennes',
'blog_url' => 'https://rennes.afup.org/',
'youtube' => 'https://www.youtube.com/channel/UCv1VGfqKhygjTOZkdVUWfpQ',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/rennes/workadventure',
'linkedin' => 'afup-rennes',
'map' => [
"legend-first-point-x" => "285",
Expand Down Expand Up @@ -365,7 +359,6 @@ public function getAll()
'meetup_urlname' => 'afup-tours-php',
'meetup_id' => '28638984',
'youtube' => 'https://www.youtube.com/channel/UCtKhGIofgKM9ecrdZNyn_pA',
'workadventure_url' => 'https://play.workadventu.re/@/antenne-afup/tours/workadventure',
'linkedin' => 'afup-tours',
'map' => [
"legend-first-point-x" => "380",
Expand Down

0 comments on commit 7e64cca

Please sign in to comment.