forked from mtex-toolbox/mtex-toolbox.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert changes for social icons in footer #8
- Loading branch information
1 parent
b9f6abb
commit 7e0d268
Showing
2 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<footer id="social-icons"> | ||
{% capture github_img %}<img src="{{ "images/icons/GitHub_512px.png" }}" alt="GitHub logo" class="footer-gh-icon">{% endcapture %} | ||
{% include reference.html link="https://github.com/mtex-toolbox/mtex" content=github_img no_icon=true %} | ||
|
||
{% capture researchgate_img %}<img src="{{ "images/icons/ResearchGate_256px.png" }}" alt="ResearchGate logo" class="footer-rg-icon">{% endcapture %} | ||
{% include reference.html link="https://www.researchgate.net/project/MTEX-free-crystallographic-texture-analysis-software" content=researchgate_img no_icon=true %} | ||
|
||
<img src="{{ "images/icons/MTEX_100x67px.png" }}" alt="MTEX logo" class="footer-mtex-icon"> | ||
<footer> | ||
<div class="row"> | ||
<div class="col-lg-12 footer"> | ||
<p> | ||
<img src="{{ "images/icons/MTEX_100px.png" }}" alt="MTEX logo"> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters