|
|
@ -45,7 +45,7 @@ |
|
|
|
</div> |
|
|
|
<div class="col-md-4"> |
|
|
|
|
|
|
|
<!-- MISSION 1 --> |
|
|
|
<!-- MISSION 1 #transitspy --> |
|
|
|
<template v-if="tweet.mission_id == 1"> |
|
|
|
<p class="instructions"> |
|
|
|
The photo must show the sign with the transit line |
|
|
@ -63,7 +63,7 @@ |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- MISSION 2 --> |
|
|
|
<!-- MISSION 2 #intercept --> |
|
|
|
<template v-if="tweet.mission_id == 2"> |
|
|
|
<p class="instructions"> |
|
|
|
<ul> |
|
|
@ -89,7 +89,7 @@ |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- MISSION 3 --> |
|
|
|
<!-- MISSION 3 #airlair --> |
|
|
|
<template v-if="tweet.mission_id == 3"> |
|
|
|
<p class="instructions"> |
|
|
|
<ul> |
|
|
@ -99,7 +99,7 @@ |
|
|
|
</p> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- MISSION 4 --> |
|
|
|
<!-- MISSION 4 #transittea --> |
|
|
|
<template v-if="tweet.mission_id == 4"> |
|
|
|
<p class="instructions"> |
|
|
|
<ul> |
|
|
@ -109,7 +109,7 @@ |
|
|
|
</p> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- MISSION 5 --> |
|
|
|
<!-- MISSION 5 #sing --> |
|
|
|
<template v-if="tweet.mission_id == 5"> |
|
|
|
<p class="instructions"> |
|
|
|
Accept a photo of either a team member singing, or a photo of tipping the bus driver |
|
|
@ -120,6 +120,7 @@ |
|
|
|
<input type="checkbox" v-model="selectedM5Singing"> |
|
|
|
Singing |
|
|
|
</label> |
|
|
|
<br> |
|
|
|
<label> |
|
|
|
<input type="checkbox" v-model="selectedM5Tipping"> |
|
|
|
Tipping the driver |
|
|
@ -127,14 +128,14 @@ |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- MISSION 6 --> |
|
|
|
<!-- MISSION 6 #passport --> |
|
|
|
<template v-if="tweet.mission_id == 6"> |
|
|
|
<p class="instructions"> |
|
|
|
The photo must show all team members with their completed visas |
|
|
|
</p> |
|
|
|
</template> |
|
|
|
|
|
|
|
<!-- MISSION 7 --> |
|
|
|
<!-- MISSION 7 #document --> |
|
|
|
<template v-if="tweet.mission_id == 7"> |
|
|
|
<p class="instructions"> |
|
|
|
Accept a photo that completes one of the below documents: |
|
|
|