{% extends "landing/base_promote.html" %}
{% block body_attributes %}id="promote-buttons"{% endblock %}
{% block title %}{{ page_title(_('Promote MDN')) }}{% endblock %}
{% set styles = ('promote',) %}
{% block content %}
{{ _('Promote MDN') }}
{{ _('Spread some developer love.') }}
{% trans %}
- Get Buttons: Use our simple form below to create a custom button and source code to promote MDN on your website or blog.
- Post Buttons: Copy the source code and paste it anywhere on your website or blog to help people click through to MDN.
- Feel Good: Take pride in knowing you're making developers lives just a little bit better by sharing MDN with the world.
{% endtrans %}
{% endblock %}
{% block js %}
{% endblock %}