~heckyel/personal-site

81f048d08d55f67ae62b87296d3a82a1a4de0073 — Jesús 2 years ago acf0612
Add mastodon social support
2 files changed, 10 insertions(+), 0 deletions(-)

M django/core/static/core/sass/_front.sass
M django/project/templates/trabajo/index.djhtml
M django/core/static/core/sass/_front.sass => django/core/static/core/sass/_front.sass +2 -0
@@ 223,6 223,8 @@ footer
            background: #e24329
        .libregit:hover
            background: #333333
        .mastodon:hover
            background: #191b22
        .mediagoblin:hover
            background: #775fa3
        .notabug:hover

M django/project/templates/trabajo/index.djhtml => django/project/templates/trabajo/index.djhtml +8 -0
@@ 96,6 96,14 @@
                        </svg>
                    </a>
                {% endif %}
                {% if LINK_MASTODON %}
                    <a itemprop="followee" class="mastodon" href="{{LINK_MASTODON}}" rel="me noopener noreferrer" target="_blank">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" y="0px" x="0px">
                            <path d="M 49.999999,0 A 50,50 0 0 0 0,50 50,50 0 0 0 49.999999,100 50,50 0 0 0 100,50 50,50 0 0 0 49.999999,0 Z M 49.746835,27.08861 H 60.506329 C 58.417721,28.5443 57.721519,32.78481 57.721519,35 v 20.25317 c 0,4.43038 -3.481013,7.8481 -7.974684,7.8481 -4.430379,0 -7.974682,-3.48102 -7.974682,-7.9114 V 34.93671 c 0,-4.3038 3.481012,-7.8481 7.974682,-7.8481 z M 22.1519,32.02532 c 4.430378,0 7.974681,3.48101 7.974681,7.8481 v 20.25316 c 0,2.1519 0.632911,6.4557 2.721521,7.8481 H 22.1519 c -4.43038,0 -7.974683,-3.48101 -7.974683,-7.8481 V 39.87342 c 0,-4.43038 3.481012,-7.8481 7.974683,-7.8481 z m 55.063289,0 c 4.43038,0 7.974682,3.48101 7.974682,7.8481 v 20.25316 c 0,4.43038 -3.544304,7.8481 -8.037974,7.8481 H 66.392403 c 2.025316,-1.3924 2.721519,-5.6962 2.721519,-7.8481 V 39.87342 c 0,-4.43038 3.544305,-7.8481 7.974683,-7.8481 z" />
                            <title>Mastodon</title>
                        </svg>
                    </a>
                {% endif %}
                {% if LINK_MEDIAGOBLIN %}
                    <a itemprop="followee" class="mediagoblin" href="{{LINK_MEDIAGOBLIN}}" rel="me noopener noreferrer" target="_blank">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" y="0px" x="0px">