NewViewsNews/news/templates/news/howto.html

14 lines
1010 B
HTML

{% extends 'news/base.html' %}
{% load static %}
{% block content %}
<h1>How to use NewViewsNews</h1>
<h5 class="text-center">In this day and age, close-mindedness and echochambers prevent others from being exposed to people who offer varying perspectives. This has caused a lot of conflict within our society. Our solution: NewViewsNews.</h5>
<img width="100%" src="{% static 'news/css/res/logo.svg'%}" alt="logo">
<br><br><br>
<p>NewViewsNews is a crowdsourcing news site that allows you to view the news and opinions of people who have opposing political views. To get started, you simply make an account and specify your position on the political compass. After that, you can write your own posts and view other posts! Our algorithms will display posts from individuals on the opposite side of the compass on your home page.</p>
<p>NewViewsNews is paving the way for an open minded and more understanding community. <a href="{% url 'login' %}">Join us today!</a></p>
{% endblock content %}