{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans "Home" %}{% endblock %} {% block content %}

S.E.E.L.E

Strategic Emergency Education for Localized Events

{% trans "What S.E.E.L.E is" %}

{% trans "S.E.E.L.E is a web app that helps you personally prepare for a wide range of disasters. From Typhoons to Earthquakes, we've got you covered." %}

{% trans "Who we are" %}

{% trans "We’re a multicultural group of students from the University of Florida and Kyoto University, committed to making disaster preparation easier for all." %}

{% trans "How it works" %}

{% trans "S.E.E.L.E creates a personalized checklist for emergency supplies that can help during times of crisis, and can provide users information via an infographic with important information regarding the disaster." %}

{% trans {% trans {% trans
{% if request.session.user_email %} View Profile {% else %} Get Started {% endif %}
{% endblock %}