{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans "S.E.E.L.E - 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." %}

UF x Kyodai

{% 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 "Meet Our Guides!" %}

Kyodai Girl Image

{% trans "Hello! My name is Kyoko, and it is my pleasure to help you stay prepared in the face of natural disasters." %}

Seele Image

{% trans "Ya-ho! This is Seele, at your service against all disasters!" %}

Florida Boy Image

{% trans "What's up! The name's Ricky, and I got you covered for any disasters!" %}

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