From d68fb34dda64e11bb9b0bc0967b7b2f6a0c8b80d Mon Sep 17 00:00:00 2001 From: Sadie Mascis <50714166+Shoalsteed@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:36:50 -0400 Subject: [PATCH] Update index.html --- i2p2www/pages/site/get-involved/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/i2p2www/pages/site/get-involved/index.html b/i2p2www/pages/site/get-involved/index.html index d08659e85..6f86a2f01 100644 --- a/i2p2www/pages/site/get-involved/index.html +++ b/i2p2www/pages/site/get-involved/index.html @@ -1,15 +1,14 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Get Involved{% endtrans %}{% endblock %} {% block content %} -<h2>{% trans %}Contribute to the I2P Network .{% endtrans %}</h2> +<h2>{% trans %}Contribute to the I2P Network{% endtrans %}</h2> <ul> </li> - <li><b>{% trans %}Support I2P Core Development{% endtrans %}</b>{% trans %}The project hosts meetings on the first Tuesday of every month that are open to the community. This is a great opportunity to see what is happening with I2P core development and - familiarize yourself with Roadmap tasks. See the - new developer's guide for how to get started.{% endtrans %} + <li><b>{% trans %}Support I2P Core Development{% endtrans %}</b>{% trans %} The project hosts meetings on the first Tuesday of every month that are open to the community. This is a great opportunity to see what is happening with I2P core development and + familiarize yourself with Roadmap tasks. {% endtrans %} </li> <li><b><a href="{{ newtrans }}">{{ _('Translation and Documentation') }}</a></b> — {% trans newtrans=site_url('get-involved/guides/new-translators') -%} Help translate the website and the software into your language. Translators are a very important - part of this decentralized project and your work is always appreciated. See the new translator's guide for details. The project also welcomes support to help keep its documentation updated. See the <a href="{{ newtrans }}">new translator's guide</a> for details. {%- endtrans %} + part of this decentralized project and your work is always appreciated. The project also welcomes support to help keep its documentation updated. See the <a href="{{ newtrans }}">new translator's guide</a> for details. {%- endtrans %} </li> </ul> <h3>{% trans %}Host Services for Yourself and Others{% endtrans %}</h3> -- GitLab