Add some icons

This commit is contained in:
Patrick Jentsch
2020-02-20 10:13:35 +01:00
parent 4c6b1ee461
commit 4f35fb56de
6 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{% extends "nopaque.html.j2" %}
{% set title = '<i class="material-icons left service" data-service="corpus_analysis" style="font-size: inherit;"></i>Corpus analysis' %}
{% block page_content %}
<div class="col s12 m9 l10">
<div class="col s12">

View File

@ -1,5 +1,7 @@
{% extends "nopaque.html.j2" %}
{% set title = '<i class="material-icons left service" data-service="nlp" style="font-size: inherit;"></i>Natural Language Processing' %}
{% block page_content %}
<div class="col s12 m9 l10">
<div class="col s12">

View File

@ -1,5 +1,7 @@
{% extends "nopaque.html.j2" %}
{% set title = '<i class="material-icons left service" data-service="ocr" style="font-size: inherit;"></i>Optical Character Recognition' %}
{% block page_content %}
<div class="col s12 m9 l10">
<div class="col s12">

View File

@ -1,5 +1,7 @@
{% extends "nopaque.html.j2" %}
{% set title = '<i class="material-icons left service" data-service="setup_files" style="font-size: inherit;"></i>File setup' %}
{% block page_content %}
<div class="col s12 m9 l10">
<div class="col s12">