Continuing work on Resume section

This commit is contained in:
JayWll
2020-05-20 13:53:39 -06:00
parent 02aceb106e
commit 3a8029345c
11 changed files with 196 additions and 245 deletions

View File

@@ -2,7 +2,7 @@ description = "Side Menu for Resume"
==
<a class="navbar-brand js-scroll-trigger d-none d-lg-inline-block" href="#page-top">
<span>
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="https://via.placeholder.com/500x500" alt="">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="{{ 'assets/images/resume-photo.png'|theme }}" alt="">
</span>
</a>

View File

@@ -18,25 +18,24 @@ function onStart()
<a href="https://www.instagram.com/jaywll/" data-toggle="tooltip" title="Instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.facebook.com/jaywll/" data-toggle="tooltip" title="Facebook">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://jaywll.wordpress.com/category/blog/" data-toggle="tooltip" title="Wordpress">
<i class="fab fa-wordpress-simple"></i>
</a>
<a href="https://foursquare.com/jaywll" data-toggle="tooltip" title="Foursquare">
<i class="fab fa-foursquare"></i>
</a>
{% if not noinfrequent %}
<a href="https://www.facebook.com/jaywll/" data-toggle="tooltip" title="Facebook">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://foursquare.com/jaywll" data-toggle="tooltip" title="Foursquare">
<i class="fab fa-foursquare"></i>
</a>
{% endif %}
{% endif %}
{% if not nocode %}
<a href="https://glitch.com/@JayWll" data-toggle="tooltip" title="Glitch">
<i class="fab fa-node-js"></i>
</a>
<a href="https://github.com/JayWll" data-toggle="tooltip" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://gitlab.com/jaywll" data-toggle="tooltip" title="GitLab">
<i class="fab fa-gitlab"></i>
<a href="https://code.jnf.me/explore/repos" data-toggle="tooltip" title="Code Repository">
<i class="fab fa-git-alt"></i>
</a>
{% endif %}
{% if not nocontact %}