Skip to content

Commit

Permalink
Merge pull request #507 from eduvic-mozilla/feat/IAM-1362
Browse files Browse the repository at this point in the history
Removed youtube video,
  • Loading branch information
dividehex authored Aug 14, 2024
2 parents 7a67e24 + 2917862 commit 6589b51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
5 changes: 2 additions & 3 deletions dashboard/static/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,8 @@ footer {
}
}

.youtube {
width: 520px;
height: 293px;
.bird {
width: 350px;

img {
display: block;
Expand Down
Binary file added dashboard/static/img/404-birdcage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dashboard/static/img/404.jpg
Binary file not shown.
13 changes: 0 additions & 13 deletions dashboard/static/js/404.js

This file was deleted.

12 changes: 4 additions & 8 deletions dashboard/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>404</h1>
<div class="panel">
<div class="pointer"></div>
<h2>Oye, something went wrong.</h2>
At least this little bird is here to keep you company...
Much like our bird, it looks like the page has <abbr title="phrase; to make one's escape">flown the coop</abbr>!
</div>

<div class="mui-row section">
Expand All @@ -20,9 +20,9 @@ <h2>Oye, something went wrong.</h2>
<a href="/dashboard" class="mui-btn return">Return to dashboard</a>
</div>

<div class="mui-col-md-6 mui-col-lg-8 video">
<div class="youtube" data-id="Ybvwh0reiMU">
<img src="/static/img/404.jpg" alt="404">
<div class="mui-col-md-6 mui-col-lg-8">
<div class="bird">
<img src="/static/img/404-birdcage.jpg" alt="404">
</div>
</div>
</div>
Expand All @@ -31,7 +31,3 @@ <h2>Oye, something went wrong.</h2>
</div>
</div>
{% endblock %}

{% block extra_js %}
<script type="text/javascript" src="/static/js/404.js"></script>
{% endblock %}

0 comments on commit 6589b51

Please sign in to comment.