JPLTedCas commited on
Commit
0a054bd
1 Parent(s): 86658ef

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +4 -3
templates/especialidad.html CHANGED
@@ -48,15 +48,16 @@
48
  <h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;"> QuiroHelp </h1>
49
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
50
  <form action="{{url_for('especialidad')}}" method="post">
51
- <input type="button" value="Traumatologia" onclick="location.href='/buscador_trauma'">
52
  <h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%">
53
  <br>
54
- <input type="button" value="Urologia" onclick="location.href='/buscador_uro'">
55
  <h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%">
56
  <br>
57
- <input type="button" value="Admisión" onclick="location.href='/buscador_admision'">
58
  <h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
59
  </form>
 
60
  </div>
61
  </body>
62
  </html>
 
48
  <h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;"> QuiroHelp </h1>
49
  <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
50
  <form action="{{url_for('especialidad')}}" method="post">
51
+ <input type="button" value="Traumatologia" style="background-color: darkcyan; font-size: 2.5rem;" onclick="location.href='/buscador_trauma'">
52
  <h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%">
53
  <br>
54
+ <input type="button" value="Urologia" style="background-color: saddlebrown; font-size: 2.5rem;" onclick="location.href='/buscador_uro'">
55
  <h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%">
56
  <br>
57
+ <input type="button" value="Admisión" style="background-color: dimgray; font-size: 2.5rem;" onclick="location.href='/buscador_admision'">
58
  <h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%">
59
  </form>
60
+
61
  </div>
62
  </body>
63
  </html>