Edited footer icon links to point to the right location instead of #, finished the website - revision pub_1.0
This commit is contained in:
parent
d592b1c19a
commit
3b3b25f7de
@ -6,4 +6,5 @@
|
||||
20190120/01 - Completed the templates, added a cool javascript effect on textarea (added jquery.ns-autogrow plugin), modified the click functions from .on to .click for improved performance | All tho the commit of "yesterday" was of "this morning" at 4 minutes passed midnight... my life is a *****, guess why...
|
||||
20190120/02 - Modified template title | My descriptions says everything
|
||||
20190121/01 - Added PHP and javascript control for the contact form, moved javascript from template page to a dedicated script file | What to say, my description says everything again, strangely... How much I hate to commit 10 minutes after midnight by the way...
|
||||
20190121/02 - Fixed javascript ajax request data values, added debug ajax success function, removed unnecessari files (again)
|
||||
20190121/02 - Fixed javascript ajax request data values, added debug ajax success function, removed unnecessari files (again)
|
||||
20190121/03 - Edited footer icon links to point to the right location instead of #, finished the website - revision pub_1.0 | I seriously did 3 commits on the same day, and finished my own website? I still don't believe so...
|
@ -111,7 +111,7 @@
|
||||
<div class="col-lg-8 col-md-10 mx-auto">
|
||||
<ul class="list-inline text-center">
|
||||
<li class="list-inline-item">
|
||||
<a href="#">
|
||||
<a href="https://www.instagram.com/bryanpedini/">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
|
||||
@ -119,7 +119,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="#">
|
||||
<a href="https://git.bryanpedini.it/">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-git fa-stack-1x fa-inverse"></i>
|
||||
@ -127,7 +127,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="#">
|
||||
<a href="https://dev.bryanpedini.it/">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-dev fa-stack-1x fa-inverse"></i>
|
||||
|
Reference in New Issue
Block a user