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

@ -101,6 +101,9 @@ indicator will show up how the column is sorted right now.; */
.service[data-service]:before {
content: "help";
}
.service[data-service="corpus_analysis"]:before {
content: "search";
}
.service[data-service="setup_files"]:before {
content: "burst_mode";
}

View File

@ -1,6 +1,25 @@
{% extends "nopaque.html.j2" %}
{% block page_content %}
{% if current_user.is_anonymous %}
<script>
document.getElementById("sidenav-main").classList.add("hide");
</script>
<style>
header, main, footer {
padding-left: 0;
}
.modal:not(.bottom-sheet) {
left: 0;
}
.navbar-fixed > nav {
width: 100%;
}
</style>
{% endif %}
<div class="col s12 m4">
<h3>Cyber cyber</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>

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">