-
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.
Merge pull request #61 from fbidu/origin/fixing_hyperlinks
Origin/fixing hyperlinks
- Loading branch information
Showing
4 changed files
with
29 additions
and
28 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
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,26 +1,22 @@ | ||
<section class="contact"> | ||
<div class="footer-wrapper"> | ||
<div class="logo-foot"> | ||
<a href="index.html"><img src="../static/images/logos/logo-arboverse.png"></a> | ||
<a href="{% url 'home' %}"><img src="../static/images/logos/logo-arboverse.png"></a> | ||
<h3><span class="white">ARBO</span><span class="orange">VERSE</span></h3> | ||
</div> | ||
<div class="navigation-links "> | ||
<h4>Explore</h4> | ||
<ul class="nav-links nav-foot"> | ||
<li><a href="index.html" aria-label="Link for home">HOME</a></li> | ||
<li><a href="arboverse.html" aria-label="Link for arboverse plattform">ARBOVERSE</a></li> | ||
<li><a href="arbodash.html" aria-label="Link for research">ARBODASH</a></li> | ||
<li><a href="arbodata.html" aria-label="Link for publications">ARBODATA</a></li> | ||
<li><a href="collaborators.html" aria-label="Link for collaborators">CONTACT US</a></li> | ||
<li><a href="{% url 'home' %}" aria-label="Link for home">HOME</a></li> | ||
<li><a href="{% url 'arboverse' %}" aria-label="Link for arboverse plattform">ARBOVERSE</a></li> | ||
<li><a href="{% url 'arbodash' %}" aria-label="Link for research">ARBODASH</a></li> | ||
<li><a href="{% url 'arbodata' %}" aria-label="Link for publications">ARBODATA</a></li> | ||
<li><a href="{% url 'contact' %}" aria-label="Link for collaborators">CONTACT US</a></li> | ||
</ul> | ||
</div> | ||
<div class="social-wrapper"> | ||
<h4>Contact us</h4> | ||
<div class="media-wrapper"> | ||
<div class="social-unit"> | ||
<a href="https://twitter.com/intent/tweet?text=TITULO&url=LINK&via=SEUPERFIL" target="_blank"><i | ||
class="fa fa-twitter "></i></a> | ||
</div> | ||
<div class="social-unit"> | ||
<a href="mailto:[email protected]"><i class=" fa fa-regular fa-envelope"></i></a> | ||
</div> | ||
|
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
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ <h3>How to help</h3> | |
<p>Did you find a minor error? Have some ideas or suggestions?</p> | ||
<p>Help ARBOVERSE to keep our database acurated and updated!</p> | ||
<p>Send us your suggestion and consideration to improve our platform.</p> | ||
<p>You can contact us by email to <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>You can contact us by email to <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
|