Skip to content

Instantly share code, notes, and snippets.

View bastien34's full-sized avatar

Bastien Roques bastien34

View GitHub Profile
@bastien34
bastien34 / gandi dns for eu.mailgun.org config
Last active April 3, 2020 08:54
Gandi DNS config for eu.mailgun.org
(...)
@ 10800 IN SPF "v=spf1 include:eu.mailgun.org ~all"
@ 10800 IN MX 10 mxa.eu.mailgun.org.
@ 10800 IN MX 10 mxb.eu.mailgun.org.
email.mg 10800 IN CNAME eu.mailgun.org.
k1._domainkey.mg 1800 IN TXT "k=rsa; p=+p4jtnrJalB....AY8" "CpkPypg0...Zq" "BFw93cc...rwIDAQAB"
mg 1800 IN TXT "v=spf1 include:eu.mailgun.org ~all"
www 10800 IN CNAME webredir.gandi.net.
@bastien34
bastien34 / simple_card_table.html
Last active April 28, 2019 20:14
Simple html table: one card + search tools
<!-- Main card -->
<div class="card card-default">
<!-- Header card-->
<div class="card card-header">
<h2>{{ card_title }}</h2>
<p class="lead text-justify">
{{ card_description }}
</p>