29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}home{% endblock %}
|
|
|
|
{% block main %}
|
|
<img src="{{ url_for('static', filename='logo.png') }}" height="200px">
|
|
<h1>welcome.</h1>
|
|
<p>By making an intuitive website, as well as a <a href="#">open, fully-featured API</a>, I hope to make Orthodox
|
|
canon law more accessible to everyone.</p>
|
|
<p>There are many things I hope to achieve or provide the means for by making canon law accessible:</p>
|
|
<ul>
|
|
<li>Allowing Orthodox Christians to become more informed on canon law.</li>
|
|
<li>Making referencing canon law easier for laity and clergy alike.</li>
|
|
<li>Providing more transparency to some of the ways our clergy may operate.</li>
|
|
<li>Encouraging Orthodox Christians to create more open-source and developer-friendly resources.</li>
|
|
</ul>
|
|
|
|
<p>At the moment, canonlaw.vypr.xyz is a simple canon law browser with an API. In the future, I have plans to add:</p>
|
|
<ul>
|
|
<li>Cross-references with Scripture and other canons.</li>
|
|
<li>History about the councils and the development of canons.</li>
|
|
<li>Commentary from church fathers, bishops, and priests.</li>
|
|
<li>Modern-day applications of these canons.</li>
|
|
</ul>
|
|
|
|
<p>canonlaw.vypr.xyz only has the canons of the Holy Apostles and the ecumenical councils. Local councils will be added
|
|
over time. I apologize for any inconvenience.
|
|
</p>
|
|
{% endblock %} |