Skip to content

Commit

Permalink
footer icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanbees committed Nov 13, 2024
1 parent dc28e50 commit 6db4af4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions SoftServeAcademy/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">

<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<!-- Select2 CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css" rel="stylesheet" />

Expand Down Expand Up @@ -106,10 +103,10 @@
<li><a href="https://github.com/QuitoTactico/SoftServe-Academy"><b>GitHub</b></a></li>
</ul>
<div class="social-media">
<a href="https://www.instagram.com/softserve_people/"><i class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/SoftServeColombia/"><i class="fa fa-facebook"></i></a>
<a href="https://x.com/SoftServeInc"><i class="fa fa-twitter"></i></a>
<a href="https://www.youtube.com/@SoftServeInc"><i class="fa fa-youtube"></i></a>
<a href="https://www.instagram.com/softserve_people/"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/SoftServeColombia/"><i class="fab fa-facebook"></i></a>
<a href="https://x.com/SoftServeInc"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/@SoftServeInc"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
Expand Down
Binary file modified db.sqlite3
Binary file not shown.
1 change: 0 additions & 1 deletion learning_resource/templates/learning_resource_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ <h1>{{ learning_resource.name }}</h1>
<p>{{ learning_resource.details }}</p>

<!-- Optional Video Container -->

{% if learning_resource.media_type == "Video" %}
<div class="video-container">
<iframe width="95%" src="{{ learning_resource.link }}" title="YouTube video player" frameborder="0"
Expand Down

0 comments on commit 6db4af4

Please sign in to comment.