Files
instructor/docs/overrides/main.html
T
2024-01-03 00:35:41 -05:00

26 lines
774 B
HTML

{% extends "base.html" %} {% block announce %} For updates follow
<strong>@jxnlco</strong> on
<a href="https://twitter.com/jxnlco">
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
</span>
<strong>Twitter</strong>
</a>
and
<span class="twemoji star">
{% include ".icons/fontawesome/solid/star.svg" %}
</span>
us on
<a href="https://www.github.com/jxnl/instructor">
<span class="twemoji github">
{% include ".icons/fontawesome/brands/github.svg" %}
</span>
<strong>GitHub</strong> </a
>. If you don't like python, check out the
<a href="https://www.github.com/jxnl/instructor-js"><strong>TS/JS</strong></a>
and
<a href="https://github.com/thmsmlr/instructor_ex/">
<strong>Elixir</strong>
</a>
ports. {% endblock %}