mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Adding colors on more places
This commit is contained in:
parent
7d7d275dc4
commit
443667197e
@ -119,8 +119,12 @@
|
||||
<div class="col s12 m4">
|
||||
<a href="{{ url_for('services.service', service='file-setup') }}" style="color: rgba(0,0,0,0.87);">
|
||||
<div class="card-panel center-align hoverable">
|
||||
<i class="large material-icons" style="color: #ee6e73;">burst_mode</i>
|
||||
<p>File setup</p>
|
||||
<br>
|
||||
<a href="{{ url_for('services.service', service='file-setup') }}" class="btn-floating btn-large file-setup-color darken waves-effect waves-light" style="transform: scale(2);">
|
||||
<i class="material-icons service" data-service="file-setup"></i>
|
||||
</a>
|
||||
<p> </p>
|
||||
<p class="file-setup-color-text"><b>File setup</b></p>
|
||||
<p class="light">Digital copies of text based research data (books, letters, etc.) often comprise various files and formats. nopaque converts and merges those files to facilitate further processing and the application of other services.</p>
|
||||
</div>
|
||||
</a>
|
||||
@ -128,8 +132,12 @@
|
||||
<div class="col s12 m4">
|
||||
<a href="{{ url_for('services.service', service='ocr') }}" style="color: rgba(0,0,0,0.87);">
|
||||
<div class="card-panel center-align hoverable">
|
||||
<i class="large material-icons" style="color: #ee6e73;">find_in_page</i>
|
||||
<p>Optical Character Recognition</p>
|
||||
<br>
|
||||
<a class="btn-floating btn-large ocr-color darken waves-effect waves-light" style="transform: scale(2);">
|
||||
<i class="material-icons service" data-service="ocr"></i>
|
||||
</a>
|
||||
<p> </p>
|
||||
<p class="ocr-color-text"><b>Optical Character Recognition</b></p>
|
||||
<p class="light">nopaque converts your image data – like photos or scans – into text data through a process called OCR. This step enables you to proceed with further computational analysis of your documents.</p>
|
||||
</div>
|
||||
</a>
|
||||
@ -137,8 +145,12 @@
|
||||
<div class="col s12 m4">
|
||||
<a href="{{ url_for('services.service', service='nlp') }}" style="color: rgba(0,0,0,0.87);">
|
||||
<div class="card-panel center-align hoverable">
|
||||
<i class="large material-icons" style="color: #ee6e73;">format_textdirection_l_to_r</i>
|
||||
<p>Natural Language Processing</p>
|
||||
<br>
|
||||
<a href="{{ url_for('services.service', service='nlp') }}" class="btn-floating btn-large nlp-color darken waves-effect waves-light" style="transform: scale(2);">
|
||||
<i class="material-icons service" data-service="nlp"></i>
|
||||
</a>
|
||||
<p> </p>
|
||||
<p class="nlp-color-text"><b>Natural Language Processing</b></p>
|
||||
<p class="light">By means of computational linguistic data processing (tokenization, lemmatization, part-of-speech tagging and named-entity recognition) nopaque extracts additional information from your text.</p>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -105,7 +105,6 @@
|
||||
}
|
||||
/* ### End sidenav-fixed offset ### */
|
||||
{% endif %}
|
||||
{% block style_additions %}{% endblock %}
|
||||
</style>
|
||||
<script src="{{ url_for('static', filename='js/JSONPatch.js/jsonpatch.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/Dark_Reader/darkreader.js') }}"></script>
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
{% set main_class = 'corpus-analysis-color lighten' %}
|
||||
|
||||
{% block style_additions %}
|
||||
main button, main .btn, main .btn-floating {background-color: {{ corpus_analysis_color_darken }};}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
<style>
|
||||
main button, main .btn, main .btn-floating {background-color: {{ corpus_analysis_color_darken }};}
|
||||
</style>
|
||||
|
||||
<div class="col s12 m3 push-m9">
|
||||
<div class="center-align">
|
||||
<a class="btn-floating btn-large waves-effect waves-light" style="transform: scale(2);">
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
{% set main_class = 'file-setup-color lighten' %}
|
||||
|
||||
{% block style_additions %}
|
||||
main button, main .btn, main .btn-floating {background-color: {{ file_setup_color_darken }};}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
<style>
|
||||
main button, main .btn, main .btn-floating {background-color: {{ file_setup_color_darken }};}
|
||||
</style>
|
||||
|
||||
<div class="col s12 m3 push-m9">
|
||||
<div class="center-align">
|
||||
<p class="hide-on-small-only"> </p>
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
{% set main_class = 'nlp-color lighten' %}
|
||||
|
||||
{% block style_additions %}
|
||||
main button, main .btn, main .btn-floating {background-color: {{ nlp_color_darken }};}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
<style>
|
||||
main button, main .btn, main .btn-floating {background-color: {{ nlp_color_darken }};}
|
||||
</style>
|
||||
|
||||
<div class="col s12 m3 push-m9">
|
||||
<div class="center-align">
|
||||
<p class="hide-on-small-only"> </p>
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
{% set main_class = 'ocr-color lighten' %}
|
||||
|
||||
{% block style_additions %}
|
||||
main button, main .btn, main .btn-floating {background-color: {{ ocr_color_darken }};}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
<style>
|
||||
main button, main .btn, main .btn-floating {background-color: {{ ocr_color_darken }};}
|
||||
</style>
|
||||
|
||||
<div class="col s12 m3 push-m9">
|
||||
<div class="center-align">
|
||||
<p class="hide-on-small-only"> </p>
|
||||
|
Loading…
Reference in New Issue
Block a user