LeireTedCas commited on
Commit
4e6ac90
1 Parent(s): fce222b

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +5 -5
templates/guia_visual.html CHANGED
@@ -81,28 +81,28 @@
81
  </h2>
82
  </div>
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
84
- <div style="display: flex; align-items: center;">
85
  <!--<div style="text-align: left;">-->
86
  {% for titulo, url in guia_visual.items() %}
87
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
88
 
89
  <!--<div style="text-align: left;">-->
90
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
91
- <!--<div style="display: flex; align-items: center;">-->
92
  <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;height: 60px;" onclick="location.href='{{ url }}'">
93
  <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;" onclick="location.href='{{ url }}'">
94
  </button>
95
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;" >{{ titulo }}</strong>
96
 
97
 
98
 
99
 
 
100
 
101
 
102
 
103
- <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">
104
 
105
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
106
  <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: left center;" onclick="location.href='{{ url }}'">
107
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
108
 
 
81
  </h2>
82
  </div>
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
 
84
  <!--<div style="text-align: left;">-->
85
  {% for titulo, url in guia_visual.items() %}
86
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
87
 
88
  <!--<div style="text-align: left;">-->
89
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
90
+ <!--<div style="display: flex; align-items: center;">
91
  <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;height: 60px;" onclick="location.href='{{ url }}'">
92
  <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;" onclick="location.href='{{ url }}'">
93
  </button>
94
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;" >{{ titulo }}</strong>-->
95
 
96
 
97
 
98
 
99
+
100
 
101
 
102
 
103
+ <input type="button" value="" style="display: flex; align-items: center; background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">
104
 
105
+ <strong style="display: flex; align-items: center; font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
106
  <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: left center;" onclick="location.href='{{ url }}'">
107
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
108