Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions static/SVG/eng.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions static/SVG/ned.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/SVG/nz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 id="title">Welcome to ICC World Cup 2023</h1>
</div>
<div class="team">
<div><span>4</span></div>
<img class='logo' src="{{url_for('static', filename='SVG/sa.svg')}}" alt="England">
<img class='logo' src="{{url_for('static', filename='SVG/eng.svg')}}" alt="England">
<div>ENG</div>
</div>
<div class="team">
Expand All @@ -49,12 +49,12 @@ <h1 id="title">Welcome to ICC World Cup 2023</h1>
<div class="group">
<div class="team">
<div><span>6</span></div>
<img class='logo' src="{{url_for('static', filename='SVG/sa.svg')}}" alt="Netherlands">
<img class='logo' src="{{url_for('static', filename='SVG/ned.svg')}}" alt="Netherlands">
<div>ND</div>
</div>
<div class="team">
<div><span>7</span></div>
<img class='logo' src="{{url_for('static', filename='SVG/sa.svg')}}" alt="newzealand">
<img class='logo' src="{{url_for('static', filename='SVG/nz.svg')}}" alt="newzealand">
<div>NZ</div>
</div>
<div class="team">
Expand Down Expand Up @@ -107,4 +107,4 @@ <h5 class="footer-social__subtitle">Follow <span>Us</span> On social</h5>

</div>
</footer>
{% endblock %}
{% endblock %}