-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General: Line-height unified which allowed to deleted unused regular-font and medium-paragraph classes. Remove TM for logos. Fixed indentation -let me know if there's still something where it's still not clear.-. Changed nested articles for divs. Deleted br's and set the styles as closest as I could using max-width. Particular: Fixed logo on mobile. Deleted second footer's nav and outdated html elements, fixed it for mobile. You decide section: Set contact links always to one row anc changed article for ul. Here-you-can section: Changed gap so it fits with the next section. Pending changed on next commit
- Loading branch information
1 parent
30886f8
commit 7f25497
Showing
7 changed files
with
137 additions
and
157 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,26 +1,14 @@ | ||
<footer> | ||
<div class="max footer-container"> | ||
<a href="#" class="logo"> | ||
{% include "virto_logo_small.svg" %} | ||
</a> | ||
<div class="nav-container"> | ||
<nav> | ||
<ul class="nav-links bolder"> | ||
<li><a href="">Sobre Virto</a></li> | ||
<li><a href="#">Comunidades locales</a></li> | ||
<li><a href="#">Para desarrolladores</a></li> | ||
<li><a href="#">Blog</a></li> | ||
<li><a href="#">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<nav> | ||
<ul class="secondary-links thin"> | ||
<li><a href="#">© 2023 Virto</a></li> | ||
<li><a href="#">Legal</a></li> | ||
<li><a href="#">Privacidad</a></li> | ||
<li><a href="#">Cookies</a></li> | ||
<ul class="nav-links bolder"> | ||
<li><a href="">Sobre Virto</a></li> | ||
<li><a href="#">Comunidades locales</a></li> | ||
<li><a href="#">Para desarrolladores</a></li> | ||
<li><a href="#">Blog</a></li> | ||
<li><a href="#">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.