Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing form reliability #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
<div class="custom-dropdown">
<div class="dropdown-header">
<span>Idioma: </span>
<img src="./public/images/flag-br.png">
<img src="./public/images/flag-br.png" alt="BR Flag">
</div>
<ul class="dropdown-list">
<li><a href="./index.html" target="_blank" title="Português (Brasil)"><img class="flag"
src="./public/images/flag-br.png"></a></li>
src="./public/images/flag-br.png" alt="BR Flag"></a></li>
<li><a href="./public/pages/index_ES.html" target="_blank" title="Espanhol"><img class="flag"
src="./public/images/flag-es.png"></a></li>
<li><a href="./public/pages/index_it.html" target="_blank" title="Italiano"><img class="flag"
src="./public/images/flag-it.png"></a></li>
src="./public/images/flag-es.png" alt="ES Flag"></a></li>
<li><a href="./public/pages/index_it.html " target="_blank" title="Italiano"><img class="flag"
src="./public/images/flag-it.png" alt="IT Flag"></a></li>
<li><a href="./public/pages/index_en.html" target="_blank" title="Inglês"><img class="flag"
src="./public/images/flag-us.png"></a></li>
src="./public/images/flag-us.png" alt="US Flag"></a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -90,21 +90,21 @@ <h2 class="result">
<li>Exercício 2 horas por dia: <span id="super_ativo" class="result-item"></span> cal</li>
</ul>

<h3 class="x-padd">GANHAR PESO:</h3>
<h3 class="form">GANHAR PESO:</h3>

<p>
Para ganhar peso você deve consumir:
<span id="ganhar_peso" class="result-peso"></span> cal<small> (diariamente)</small>
</p>

<h3 class="x-padd">PERDER PESO:</h3>
<h3 class="form">PERDER PESO:</h3>

<p>
Para perder peso você deve consumir até:
<span id="perder_peso" class="result-peso"></span> cal
</p>

<h3 class="x-padd">Dados IMC:</h3>
<h3 class="form">Dados IMC:</h3>

<ul>
<li>IMC: <span id="imc"></span></li>
Expand Down
2 changes: 1 addition & 1 deletion indiceCorporal/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ header h1.title {
outline: none !important;
}

.x-padd {
.form{
padding: 10px 0 0 0;
}

Expand Down
2 changes: 1 addition & 1 deletion indiceCorporal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title beauty-shadow">Body Mass Index Calculator</h1>
<div id="standard" class="tab-pane fade in active">
<!-- Height -->
<div class="row">
<label class="x-padd">Height:</label>
<label class="form">Height:</label>
</div>
<div class="row field">
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions public/pages/index_ES.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 class="result">SU RESULTADO ES:</h2>
<li>Ejercicio 2 horas al día: <span id="super_ativo" class="result-item"></span> cal</li>
</ul>

<h3 class="x-padd">
<h3 class="form">
GANAR PESO:
</h3>

Expand All @@ -97,7 +97,7 @@ <h3 class="x-padd">
<span id="ganhar_peso" class="result-peso"></span> cal <small> (diario)</small>
</p>

<h3 class="x-padd">
<h3 class="form">
PERDER PESO:
</h3>

Expand All @@ -106,7 +106,7 @@ <h3 class="x-padd">
<span id="perder_peso" class="result-peso"></span> cal
</p>

<h3 class="x-padd">datos de IMC:</h3>
<h3 class="form">datos de IMC:</h3>

<ul>
<li>IMC: <span id="imc"></span></li>
Expand Down
6 changes: 3 additions & 3 deletions public/pages/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2 class="result">
<li>Regular exercise : <span id="ativo" class="result-item"></span> cal</li>
<li>2 hours of exercise (per day) : <span id="super_ativo" class="result-item"></span> cal</li>
</ul>
<h3 class="x-padd">
<h3 class="form">
WEIGHT GAIN:
</h3>

Expand All @@ -94,7 +94,7 @@ <h3 class="x-padd">
<span id="ganhar_peso" class="result-peso"></span> cal
</p>

<h3 class="x-padd">
<h3 class="form">
WEIGHT LOSS:
</h3>

Expand All @@ -103,7 +103,7 @@ <h3 class="x-padd">
<span id="perder_peso" class="result-peso"></span> cal every day
</p>

<h3 class="x-padd">Datas BMI:</h3>
<h3 class="form">Datas BMI:</h3>

<ul>
<li>BMI: <span id="imc"></span></li>
Expand Down
6 changes: 3 additions & 3 deletions public/pages/index_it.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 class="result">
<li>Esercizio regolare : <span id="ativo" class="result-item"></span> cal</li>
<li>Esercizio 2 ore al gioron : <span id="super_ativo" class="result-item"></span> cal</li>
</ul>
<h3 class="x-padd">
<h3 class="form">
PRENDERE PESO:
</h3>

Expand All @@ -98,7 +98,7 @@ <h3 class="x-padd">
<span id="ganhar_peso" class="result-peso"></span> cal
</p>

<h3 class="x-padd">
<h3 class="form">
PERDERE PESO:
</h3>

Expand All @@ -107,7 +107,7 @@ <h3 class="x-padd">
<span id="perder_peso" class="result-peso"></span> cal
</p>

<h3 class="x-padd">Dados IMC:</h3>
<h3 class="form">Dados IMC:</h3>

<ul>
<li>IMC: <span id="imc"></span></li>
Expand Down
2 changes: 1 addition & 1 deletion public/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ form.form .field-btn {
color: #555;
}

.x-padd {
.f {
padding: 10px 0 0 0;
}

Expand Down