JPLTedCas commited on
Commit
3973c64
1 Parent(s): d7218b9

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +6 -3
templates/especialidad.html CHANGED
@@ -55,11 +55,14 @@
55
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
56
  <form action="{{url_for('especialidad')}}" method="post">
57
  <input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_trauma'">
58
- <img src="{{ user_image1 }}" alt="" style="max-width: 100%; margin-top: 10px;">
 
59
  <input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_uro'">
60
- <img src="{{ user_image2 }}" alt="" style="max-width: 100%; margin-top: 10px;">
 
61
  <input type="button" value="Admisión" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_admision'">
62
- <img src="{{ user_image3 }}" alt="" style="max-width: 100%; margin-top: 10px;">
 
63
  </form>
64
 
65
  </div>
 
55
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
56
  <form action="{{url_for('especialidad')}}" method="post">
57
  <input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_trauma'">
58
+ <h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%">
59
+ <br>
60
  <input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_uro'">
61
+ <h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%">
62
+ <br>
63
  <input type="button" value="Admisión" style="background-color: dimgray; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='/buscador_admision'">
64
+ <h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
65
+
66
  </form>
67
 
68
  </div>