replace FontIcons for SVGIcons

This commit is contained in:
Jesús
2019-03-07 12:07:04 -05:00
parent 7b505891bf
commit c502c88757
12 changed files with 925 additions and 749 deletions

View File

@@ -10,11 +10,11 @@
{% block content %}
<div class="main-content">
<div class="container">
<!-- start of pages -->
<div class="columns is-multiline is-centered">
<!-- start of page -->
<div class="column is-7">
<div class="card">
<!-- start of pages -->
<div class="columns is-multiline is-centered">
<!-- start of page -->
<div class="column is-7">
<div class="card">
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4 has-text-centered">{{ _('Créditos') }}</h4>
@@ -23,9 +23,9 @@
<!-- post content -->
<div class="card-content">
<div class="content">
<div class="card-inner-wrapper">
<!-- post text -->
<div class="card-content-text has-text-justified">
<div class="card-inner-wrapper">
<!-- post text -->
<div class="card-content-text has-text-justified">
<h2>{{ _('Artículos') }}</h2>
<ul>
@@ -73,39 +73,45 @@
<li>CitoplasmaC</li>
</ul>
</div>
<!-- end of post text -->
</div>
<!-- end of post text -->
<!-- post footer -->
<div class="card-content-footer-small">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-gnusocial"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-diaspora"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-mastodon"></i>
</span>
</a>
</div>
<!-- post footer nav -->
<div class="columns">
<div class="column has-text-left">
<!-- post footer -->
<div class="card-content-footer-small">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" />
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" />
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" />
</svg>
</span>
</a>
</div>
<!-- post footer nav -->
<div class="columns">
<div class="column has-text-left">
<a class="button is-small is-button-grey" href="{{ SITEURL }}/">{{ _('Regresar al Inicio') }}</a>
</div>
</div>
<!-- end of post footer nav -->
</div>
</div>
<!-- end of post footer nav -->
</div>
<!-- end of post footer -->
</div>
</div>
<!-- end of post footer -->
</div>
</div>
</div>
<!-- end page content -->