Skip to content

Commit

Permalink
Merge pull request #54 from Sybit-Education/group-photo
Browse files Browse the repository at this point in the history
feat: group photo fix and points fix
  • Loading branch information
flwflwflw authored Aug 4, 2023
2 parents a65aa3b + 7832d5d commit 420c618
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/app/how-to-play/how-to-play.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ <h2>Punkte:</h2>
<tbody>
<tr>
<td>Drink</td>
<td>+1</td>
<td>+2</td>
<td>10 Min.</td>
</tr>
<tr>
<td>Feed</td>
<td>+2</td>
<td>30 Min.</td>
<td>+4</td>
<td>20 Min.</td>
</tr>
<tr>
<td>Clean </td>
<td>+7</td>
<td>Muss mind. 50% dreckig sein</td>
<td>+8</td>
<td>Muss mind. 30% dreckig sein</td>
</tr>
<tr>
<td>Play</td>
<td>+5</td>
<td>60 Min.</td>
<td>+6</td>
<td>30 Min.</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion src/app/team-s/team-s.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ <h1>Über uns: <br> Das Ergebnis unseres Coding Camps!</h1>
</div>
</div>

<img alt="about_us_photo" src="../../assets/images/IMG_4988.jpg" width="500px" height="auto">
<img class="team_photo" alt="about_us_photo" src="../../assets/images/IMG_4990.jpg" width="750px" height="auto">
Binary file removed src/assets/images/IMG_4988.jpg
Binary file not shown.
Binary file added src/assets/images/IMG_4990.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 420c618

Please sign in to comment.