add team pics

This commit is contained in:
Lisa P 2015-11-11 17:17:07 +01:00
parent dfb303a0a3
commit 88fd47002f
47 changed files with 25 additions and 49 deletions

View File

@ -12,8 +12,7 @@ Route = TravisRoute.extend
handle: 'svenfuchs'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'sven'
},
{
name: 'Josh Kalderimis'
@ -21,8 +20,7 @@ Route = TravisRoute.extend
handle: 'j2h'
nationality: 'newzealand'
country: 'germany'
image: ''
gif: ''
image: 'josh'
},
{
name: 'Fritz Thielemann'
@ -30,8 +28,7 @@ Route = TravisRoute.extend
handle: 'fritzek'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'fritz'
},
{
name: 'Konstantin Haase'
@ -39,8 +36,7 @@ Route = TravisRoute.extend
handle: 'konstantinhaase'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'konstantin'
},
{
name: 'Mathias Meyer'
@ -48,8 +44,7 @@ Route = TravisRoute.extend
handle: 'roidrage'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'mathias'
},
{
name: 'Piotr Sarnacki'
@ -57,8 +52,7 @@ Route = TravisRoute.extend
handle: 'drogus'
nationality: 'poland'
country: 'germany'
image: ''
gif: ''
image: 'piotr'
},
{
name: 'Anika Lindtner'
@ -66,8 +60,7 @@ Route = TravisRoute.extend
handle: 'langziehohr'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'anika'
},
{
name: 'Henrik Hodne'
@ -75,8 +68,7 @@ Route = TravisRoute.extend
handle: 'henrikhodne'
nationality: 'norway'
country: 'norway'
image: ''
gif: ''
image: 'henrik'
},
{
name: 'Justine Arreche'
@ -84,8 +76,7 @@ Route = TravisRoute.extend
handle: 'saltinejustine'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'justine'
},
{
name: 'Hiro Asari'
@ -93,8 +84,7 @@ Route = TravisRoute.extend
handle: 'hiro_asari'
nationality: 'japan'
country: 'usa'
image: ''
gif: ''
image: 'hiro'
},
{
name: 'Dan Buch'
@ -102,16 +92,14 @@ Route = TravisRoute.extend
handle: 'meatballhat'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'dan'
},
{
name: 'Lisa Passing'
title: 'Queen of !important'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'lisa'
},
{
name: 'Carla Drago'
@ -119,8 +107,7 @@ Route = TravisRoute.extend
handle: 'carlad'
nationality: 'italy'
country: 'germany'
image: ''
gif: ''
image: 'carla'
},
{
name: 'Anja Reichmann'
@ -128,8 +115,7 @@ Route = TravisRoute.extend
handle: '_tyranja_'
nationality: 'germany'
country: 'germany'
image: ''
gif: ''
image: 'anja'
},
{
name: 'Aly Fulton'
@ -137,8 +123,7 @@ Route = TravisRoute.extend
handle: 'sinthetix'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'aly'
},
{
name: 'Amanda Quaranto'
@ -146,8 +131,7 @@ Route = TravisRoute.extend
handle: 'aquaranto'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'amanda'
},
{
name: 'Jen Duke'
@ -155,8 +139,7 @@ Route = TravisRoute.extend
handle: 'dukeofberlin'
nationality: 'usa'
country: 'germany'
image: ''
gif: ''
image: 'jen'
},
{
name: 'Brandon Burton'
@ -164,8 +147,7 @@ Route = TravisRoute.extend
handle: 'solarce'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'brandon'
},
{
name: 'Emma Trimble'
@ -173,8 +155,7 @@ Route = TravisRoute.extend
handle: 'emdantrim'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'emma'
},
{
name: 'María de Antón'
@ -182,8 +163,7 @@ Route = TravisRoute.extend
handle: 'amalulla'
nationality: 'spain'
country: 'spain'
image: ''
gif: ''
image: 'maria'
},
{
name: 'Danish Khan'
@ -191,8 +171,7 @@ Route = TravisRoute.extend
handle: 'danishkhan'
nationality: 'usa'
country: 'usa'
image: ''
gif: ''
image: 'danish'
},
{
name: 'Dominic Jodoin'
@ -200,16 +179,14 @@ Route = TravisRoute.extend
handle: 'cotsog'
nationality: 'canada'
country: 'canada'
image: ''
gif: ''
image: 'dominic'
},
{
name: 'Liza Brisker'
title: 'Brainy Trainee'
nationality: 'russia'
country: 'germany'
image: ''
gif: ''
image: 'liz'
}
]

View File

@ -526,7 +526,6 @@
margin: auto
overflow: hidden
img
background-color: green
display: block
width: 100%
height: 100%

View File

@ -1,6 +1,6 @@
<figure class="team-image">
<img class="front" src="{{member.image}}" alt="">
<img class="back" src="{{member.gif}}" alt="">
<img class="front" src="../images/team/team-{{member.image}}.png" alt="">
<img class="back" src="../images/team/{{member.image}}-animated.gif" alt="">
</figure>
<h3 class="team-name">{{member.name}}</h3>
<p class="team-title">{{member.title}}</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB