From 5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 9 Jan 2016 14:34:49 +0100 Subject: Quickstart for beginners --- .../themes/material/Static/quickstart.html.twig | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Static') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig new file mode 100644 index 00000000..e1f6fd5c --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig @@ -0,0 +1,50 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{% trans %}Quickstart{% endtrans %}{% endblock %} + +{% block content %} + +
+
+
+ +
+

{% trans %}Welcome on wallabag!{% endtrans %}

+

{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}

+

{% trans %}Follow us!{% endtrans %}

+

{% trans %}Configure the application{% endtrans %}

+ +

{% trans %}First steps{% endtrans %}

+ +

{% trans %}Migrate from an existing service{% endtrans %}

+

{% trans %}You're using an other service? We'll help you to retrieve your data on wallabag.{% endtrans %}

+ +

{% trans %}Full documentation{% endtrans %}

+ +

{% trans %}Support{% endtrans %}

+

{% trans %}If you need some help, we are here for you.{% endtrans %}

+ +
+ +
+
+
+ +{% endblock %} -- cgit v1.2.3