Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
predihood
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duchateau Fabien
predihood
Commits
b48115af
Commit
b48115af
authored
4 years ago
by
Nelly Barret
Browse files
Options
Downloads
Patches
Plain Diff
[M] index.html interface
parent
6e5b35b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
predihood/templates/index.html
+10
-12
10 additions, 12 deletions
predihood/templates/index.html
with
10 additions
and
12 deletions
predihood/templates/index.html
+
10
−
12
View file @
b48115af
...
...
@@ -12,21 +12,19 @@
</div>
<div
class=
"row"
>
<div
class=
"col-6"
id=
"divSearch"
>
<div
style=
"background: white; color: black"
class=
"center"
>
<img
src=
"{{ url_for('static', filename='img/user.png') }}"
style=
"height: 10vh"
>
<p>
I'm looking for a new living place
</p>
<br/><br/>
<buton
id=
"btnSearch"
class=
"btn btn-success"
><a
href=
"cartographic-interface.html"
style=
"color: black"
>
Search a neighbourhood
</a></buton>
<br><br><br>
<div
style=
"text-align: center; background: white; border: black 1px solid; padding: 1rem;"
>
<img
src=
"{{ url_for('static', filename='img/user.png') }}"
alt=
"For users"
style=
"height: 10vh"
><br>
<p>
I'm looking for a new living place
</p><br>
<button
id=
"btnSearch"
class=
"btn btn-success"
><a
href=
"cartographic-interface.html"
style=
"color: black"
>
Search a neighbourhood
</a></button>
</div>
</div>
<div
class=
"col-6"
id=
"divTune"
>
<div
style=
"background: white; color: black"
class=
"center"
>
<img
src=
"{{ url_for('static', filename='img/science.png') }}"
style=
"height: 10vh"
><br>
<p>
I want to tune my classifier
</p>
<br><br>
<buton
id=
"btnTune"
class=
"btn btn-success"
><a
href=
"algorithmic-interface.html"
style=
"color: black"
>
Tune
classifiers
</a></buton>
<br><br><br>
<div
style=
"text-align: center; background: white; border: black 1px solid; padding: 1rem;"
>
<img
src=
"{{ url_for('static', filename='img/science.png') }}"
alt=
"For researchers"
style=
"height: 10vh"
><br>
<p>
I want to tune my classifier
</p><br>
<button
id=
"btnTune"
class=
"btn btn-success"
><a
href=
"algorithmic-interface.html"
style=
"color: black"
>
Tune classifiers
</a></button>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment