diff --git a/benchcoach/static/images/screenshots/1.jpg b/benchcoach/static/images/screenshots/1.jpg new file mode 100644 index 0000000..3d3b3ca Binary files /dev/null and b/benchcoach/static/images/screenshots/1.jpg differ diff --git a/benchcoach/static/images/screenshots/2.jpg b/benchcoach/static/images/screenshots/2.jpg new file mode 100644 index 0000000..338b4e0 Binary files /dev/null and b/benchcoach/static/images/screenshots/2.jpg differ diff --git a/benchcoach/static/images/screenshots/3.jpg b/benchcoach/static/images/screenshots/3.jpg new file mode 100644 index 0000000..dce66d2 Binary files /dev/null and b/benchcoach/static/images/screenshots/3.jpg differ diff --git a/benchcoach/static/images/screenshots/4.jpg b/benchcoach/static/images/screenshots/4.jpg new file mode 100644 index 0000000..431d3d2 Binary files /dev/null and b/benchcoach/static/images/screenshots/4.jpg differ diff --git a/benchcoach/static/images/screenshots/5.jpg b/benchcoach/static/images/screenshots/5.jpg new file mode 100644 index 0000000..ecbd23c Binary files /dev/null and b/benchcoach/static/images/screenshots/5.jpg differ diff --git a/benchcoach/static/images/screenshots/6.jpg b/benchcoach/static/images/screenshots/6.jpg new file mode 100644 index 0000000..79a16c6 Binary files /dev/null and b/benchcoach/static/images/screenshots/6.jpg differ diff --git a/benchcoach/static/images/screenshots/7.jpg b/benchcoach/static/images/screenshots/7.jpg new file mode 100644 index 0000000..0254120 Binary files /dev/null and b/benchcoach/static/images/screenshots/7.jpg differ diff --git a/benchcoach/static/images/screenshots/8.jpg b/benchcoach/static/images/screenshots/8.jpg new file mode 100644 index 0000000..2eadbf8 Binary files /dev/null and b/benchcoach/static/images/screenshots/8.jpg differ diff --git a/benchcoach/templates/pages/home.html b/benchcoach/templates/pages/home.html index 4625fd3..fea761f 100644 --- a/benchcoach/templates/pages/home.html +++ b/benchcoach/templates/pages/home.html @@ -1,48 +1,124 @@ {% extends "base.html" %} {% load static %} - {% block content %} -
-
-
-
-

- -

+
+
+
+

+ +

+
+
+

Welcome to BenchCoach

+
+
+ An assistant coach for TeamSnap +
+
+
+
+
+ {% if request.user.is_authenticated %} + + Dashboard + + + Schedule + + {% else %} + + Login + + {% endif %} +
+
+ {% if not request.user.is_authenticated %} +
+

Features

+
+

Information at a glance

+
+
+
+
+
+
Sign in directly with TeamSnap
+
-
-

Welcome to BenchCoach

-
-
- An assistant coach for TeamSnap +
+
+
+
+
+
See upcoming and past events, with availabilities, results, and quick links.
+
-
-
-
-
- {% if request.user.is_authenticated %} - - Dashboard - - - Schedule - - {% else %} - - Login - - {% endif %} -
+

Lineup Editor

+
+
+
+
+
+
Easy drag & drop lineup editing
+
+
+
+
+
+
Edit multiple lineups at once
+
+
+
-
+

Share Lineups

+
+
+
+
+
+
Export lineups to TeamSnap and GameChanger
+
+
+
+
+
+
+
+
Generate formatted lineup emails
+
+
+
+
+

Share to Social Media

+
+
+
+
+
+
Customize social media with options
+
+
+
+
+
+
+
+
Generate social media images
+
+
+
+
+
+ {% endif %} + {% endblock %}