Spaces:
Running
Running
Commit 路
38d4616
1
Parent(s): 9238940
Update templates/especialidad.html
Browse files
templates/especialidad.html
CHANGED
|
@@ -28,7 +28,7 @@
|
|
| 28 |
</head>
|
| 29 |
<body>
|
| 30 |
<div class="login2">
|
| 31 |
-
<h1 class="quiro"><img src="{{ user_image0 }}" alt="
|
| 32 |
|
| 33 |
<p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
|
| 34 |
<form action="{{url_for('especialidad')}}" method="post">
|
|
@@ -37,13 +37,13 @@
|
|
| 37 |
|
| 38 |
|
| 39 |
<input class=""type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size: 1.5rem; " onclick="location.href='buscador_trauma.html'">
|
| 40 |
-
<h3></h3><img src="{{ user_image1 }}" alt="
|
| 41 |
<br>
|
| 42 |
<input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size: 1.5rem;" onclick="location.href='buscador_uro.html'">
|
| 43 |
-
<h3></h3><img src="{{ user_image2 }}" alt="
|
| 44 |
<br>
|
| 45 |
<input type="button" value="Admisi贸n" style="width: 78%; background-color:dimgray;font-size: 1.5rem;" onclick="location.href='buscador_admision.html'">
|
| 46 |
-
<h3></h3><img src="{{ user_image3 }}" alt="
|
| 47 |
</form>
|
| 48 |
|
| 49 |
</div>
|
|
|
|
| 28 |
</head>
|
| 29 |
<body>
|
| 30 |
<div class="login2">
|
| 31 |
+
<h1 class="quiro"><img src="{{ user_image0 }}" alt="" style="max-width: 5%;" > QuiroHelp </h1>
|
| 32 |
|
| 33 |
<p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
|
| 34 |
<form action="{{url_for('especialidad')}}" method="post">
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
<input class=""type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size: 1.5rem; " onclick="location.href='buscador_trauma.html'">
|
| 40 |
+
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='buscador_trauma.html'">
|
| 41 |
<br>
|
| 42 |
<input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size: 1.5rem;" onclick="location.href='buscador_uro.html'">
|
| 43 |
+
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='buscador_uro.html'">
|
| 44 |
<br>
|
| 45 |
<input type="button" value="Admisi贸n" style="width: 78%; background-color:dimgray;font-size: 1.5rem;" onclick="location.href='buscador_admision.html'">
|
| 46 |
+
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='buscador_admision.html'">
|
| 47 |
</form>
|
| 48 |
|
| 49 |
</div>
|