Esse commit está contido em:
Maël
2019-06-11 16:46:58 +02:00
commit 0695fd7d2c
22 arquivos alterados com 22 adições e 15 exclusões
BIN
Ver Arquivo
Arquivo binário não exibido.
Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 622 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 56 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 56 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 662 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 662 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 852 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 852 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 879 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 879 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 48 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 48 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 850 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 850 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 51 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 51 KiB

Antes

Largura:  |  Altura:  |  Tamanho: 848 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 848 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 16 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 12 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 15 KiB

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 13 KiB

+1 -1
Ver Arquivo
@@ -10,7 +10,7 @@
Audio image header
-->
<a href="/">
<img src = "/static/CSS/audio_head.png" width="100%">
<img src = "/static/CSS/images/audio_head.png" width="100%">
</a>
{% block body %}
+1 -1
Ver Arquivo
@@ -13,7 +13,7 @@
<body>
<a href="/">
<img src = "/static/CSS/audio_head.png" width="100%">
<img src = "/static/CSS/images/audio_head.png" width="100%">
</a>
<br>
+4 -4
Ver Arquivo
@@ -8,7 +8,7 @@
</head>
<body>
<a href="/">
<img src = "/static/CSS/head.png" width="100%">
<img src = "/static/CSS/images/head.png" width="100%">
</a>
<br>
@@ -19,7 +19,7 @@
-->
<div class="row">
<div class="column_home" id="left-col" align="center">
<img src = "/static/CSS/video.png" width="100%">
<img src = "/static/CSS/images/video.png" width="100%">
<div style="width:70%; text-align:justify; align-content:center; display:inline-block;">
<p> Use the video interview simulator and get a feedback on how our algorithm interprets your facial emotions compared to other candidates.</p>
<br>
@@ -41,7 +41,7 @@
Audio Interview presentation
-->
<div class="column_home" id="left-col" align="center">
<img src = "/static/CSS/audio.png" width="100%">
<img src = "/static/CSS/images/audio.png" width="100%">
<div style="width:70%; text-align:justify; align-content:center; display:inline-block;">
<p> Use the audio interview simulator and get a feedback on how our algorithm interprets your vocal emotions compared to other candidates.</p>
<br>
@@ -63,7 +63,7 @@
Text Interview presentation
-->
<div class="column_home" id="left-col" align="center">
<img src = "/static/CSS/text.png" width="100%">
<img src = "/static/CSS/images/text.png" width="100%">
<div style="width:70%; text-align:justify; align-content:center; display:inline-block;">
<p> Use the text interview simulator and get a feedback on how our algorithm interprets your psychological traits through compared to other candidates.</p>
<br>
+2 -2
Ver Arquivo
@@ -8,7 +8,7 @@
</head>
<body text-align="justify">
<a href="/">
<img src = "/static/CSS/head.png" width="100%">
<img src = "/static/CSS/images/head.png" width="100%">
</a>
<br>
@@ -25,7 +25,7 @@
<p> This platform provides a tool for job candidates looking for practice regarding interview questions. Our platform allows the candidate to answer typical interview questions either by video or by text. We have developped complex Deep Learning algorithm that analyze the results of the video or the text and provide the candidate a summary of what our algorithm percieved, and how the candidate performed compared to previous candidates.</p>
<br>
<img src = "/static/CSS/process.png" width="80%">
<img src = "/static/CSS/images/process.png" width="80%">
<br>
<br>
+11 -4
Ver Arquivo
@@ -8,7 +8,7 @@
</head>
<body>
<a href="/">
<img src = "/static/CSS/text_head.png" width="100%">
<img src = "/static/CSS/images/text_head.png" width="100%">
</a>
{% block body %}
@@ -47,8 +47,15 @@
{% endblock %}
<br>
<a href="/rules">How does it work ?</a>
<br>
<br>
<br>
<a href="/rules">How does it work ?</a>
<br>
<br>
<form>
<input type="button" value="Back" onclick="history.go(-1)">
</form>
<br>
</body>
</html>
+1 -1
Ver Arquivo
@@ -12,7 +12,7 @@
<body>
<a href="/">
<img src = "/static/CSS/text_head.png" width="100%">
<img src = "/static/CSS/images/text_head.png" width="100%">
</a>
<br>
+1 -1
Ver Arquivo
@@ -10,7 +10,7 @@
<body>
<a href="/">
<img src = "/static/CSS/video_head.png" width="100%">
<img src = "/static/CSS/images/video_head.png" width="100%">
</a>
{% block body %}
+1 -1
Ver Arquivo
@@ -12,7 +12,7 @@
<body>
<a href="/">
<img src = "/static/CSS/video_head.png" width="100%">
<img src = "/static/CSS/images/video_head.png" width="100%">
</a>
<br>