Skip to content

Commit

Permalink
Merge pull request #4 from ruben69695/feature/social-sites
Browse files Browse the repository at this point in the history
Added social sites to the base template
  • Loading branch information
ruben69695 authored Jun 24, 2022
2 parents c53b888 + bef6e05 commit a1ffc0d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@
</div>
<p class="fs-4 text-center fw-bold mb-0">Ruben Arrebola</p>
<p class="text-center fst-italic">Developer / Maker</p>
<div class="mb-1">
<div class="row justify-content-center">
<div class="col-sm-1 m-2">
<a href="https://github.com/ruben69695" alt="github" class="text-white" target="_blank" rel="noopener noreferrer">
<svg class="bi" width="32" height="32" role="img">
<use xlink:href="{% static 'core/vendor/bootstrap/icons/bootstrap-icons.svg' %}#github" />
</svg>
</a>
</div>
<div class="col-sm-1 m-2">
<a href="https://twitter.com/rarrebolaedcm15" alt="twitter" class="text-white" target="_blank" rel="noopener noreferrer">
<svg class="bi" width="32" height="32" role="img">
<use xlink:href="{% static 'core/vendor/bootstrap/icons/bootstrap-icons.svg' %}#twitter" />
</svg>
</a>
</div>
<div class="col-sm-1 m-2">
<a href="https://www.youtube.com/c/RubenArreboladeHaro" alt="youtube" class="text-white" target="_blank" rel="noopener noreferrer">
<svg class="bi" width="32" height="32" role="img">
<use xlink:href="{% static 'core/vendor/bootstrap/icons/bootstrap-icons.svg' %}#youtube" />
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="mx-4 mt-4">
<ul class="nav nav-pills flex-column mb-auto">
Expand Down Expand Up @@ -83,4 +108,4 @@
<script src="{% static 'core/js/sidebars.js' %}"></script>
</body>

</html>
</html>

0 comments on commit a1ffc0d

Please sign in to comment.