devol.it/_includes/footer.html

105 lines
3.3 KiB
HTML

<!-- Contact -->
<section id="contact">
<div class="inner">
<section>
<form action="https://formspree.io/{{ site.email }}" method="POST">
<div class="field half first">
<label for="name">Nome</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="_replyto" id="email" />
</div>
<div class="field">
<label for="message">Messaggio</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Invia Messaggio" class="special" /></li>
<li><input type="reset" value="Annulla" /></li>
</ul>
</form>
</section>
<section class="split">
<section>
<div class="contact-method">
<a href="{{ site.newsletter }}">
<span class="icon alt fa-envelope"></span>
<h3>Newsletter</h3>
</a>
<!-- <a href="mailto:{{ site.email }}">{{ site.email }}</a> -->
</div>
</section>
<section>
<div class="contact-method">
<a href="{{ site.stanza-matrix }}">
<span class="icon alt fedicon-matrix"></span>
<h3>Stanza Matrix</h3>
</a>
<!-- <a href="tel:{{ site.phone }}">{{ site.phone }}</a> -->
</div>
</section>
<section>
<div class="contact-method">
<a href="{{ site.pagina-ko-fi }}">
<span class="icon alt fedicon-ko-fi"></span>
<h3>Offrici un caffè</h3>
</a>
</div>
</section>
<section>
<div class="contact-method">
<a href="{{ site.pagina-coindrop }}">
<span class="icon alt fedicon-crypto"></span>
<h3>Supportaci</h3>
</a>
</div>
</section>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
{% for key_value in site.fedi-socials %}
{% if key_value[1] %}
<li>
<a href="{{ key_value[1] }}" class="icon alt fedicon-{{ key_value[0] | downcase }}" target="_blank" rel="noopener noreferrer" aria-label="{{ key_value[0] }}">
<span class="label">{{ key_value[0] }}</span>
</a>
</li>
{% endif %}
{% endfor %}
{% for key_value in site.socials %}
{% if key_value[1] %}
<li>
<a href="{{ key_value[1] }}" class="icon alt fa-{{ key_value[0] | downcase }}" target="_blank" rel="noopener noreferrer" aria-label="{{ key_value[0] }}">
<span class="label">{{ key_value[0] }}</span>
</a>
</li>
{% endif %}
{% endfor %}
</ul>
<ul class="copyright">
<li>&copy; {{ site.title }}.it</li>
<li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
<li>Jekyll integration: <a href="https://github.com/andrewbanchich/" target="_blank">Andrew Banchich</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="{{ "assets/js/jquery.min.js" | absolute_url }}"></script>
<script src="{{ "assets/js/jquery.scrolly.min.js" | absolute_url }}"></script>
<script src="{{ "assets/js/jquery.scrollex.min.js" | absolute_url }}"></script>
<script src="{{ "assets/js/skel.min.js" | absolute_url }}"></script>
<script src="{{ "assets/js/util.js" | absolute_url }}"></script>
<!--[if lte IE 8]><script src="{{ "assets/js/ie/respond.min.js" | absolute_url }}"></script><![endif]-->
<script src="{{ "assets/js/main.js" | absolute_url }}"></script>