explorak5_login_prueba 5.0.3 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88acb960104e76ddaf9c082bd3ee46d444fe5e195f7bda71049aa252c4660b69
|
4
|
+
data.tar.gz: 2c8b9eb9a1291b73484a6d9d971f3c2c265b26b9c4e211ef6ab503ce28b997b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0c0a467882b0ccf31691ecd00a7977e4e49a1a3af0210b8214abe00e863d53a51664b4ee3a6fc2726de0db34f363180c4a27bb87a778c537b159c107edfed1b
|
7
|
+
data.tar.gz: a8fc381be35875805fdbcf0ac847e31adc8b58e31244e0b1a50a38eea4a7a920e2cf7197f0199dc5df53532c90365d9f9f8fcf0cd23419b1a6dbda33fb190d55
|
@@ -31,6 +31,17 @@
|
|
31
31
|
end
|
32
32
|
%>
|
33
33
|
|
34
|
+
<div>
|
35
|
+
<button onclick="window.open('http://www.espol.edu.ec')" class="btn-img-login-espol">
|
36
|
+
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" alt="Logo Espol"/>
|
37
|
+
</button>
|
38
|
+
</div>
|
39
|
+
|
40
|
+
<div class="login_links">
|
41
|
+
<button onclick="window.open('http://www.vinculacion.espol.edu.ec')" class="btn-img-login-vinculos">
|
42
|
+
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-vinculos" alt="Logo Vinculos"/>
|
43
|
+
</button>
|
44
|
+
</div>
|
34
45
|
|
35
46
|
|
36
47
|
|
@@ -41,6 +52,12 @@
|
|
41
52
|
<div>
|
42
53
|
<%= image_tag 'images_k5/logovinculos.png' %>
|
43
54
|
</div>
|
55
|
+
|
56
|
+
<a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
|
57
|
+
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
|
58
|
+
</a>
|
59
|
+
|
60
|
+
|
44
61
|
<div>
|
45
62
|
<%= image_tag('images_k5/logovinculos.png', alt: 'Logo Vinculos', class: 'your-css-class') %>
|
46
63
|
</div>
|
@@ -130,9 +147,7 @@
|
|
130
147
|
<%= help_link %>
|
131
148
|
<%= render :partial => 'shared/footer_links' %>
|
132
149
|
</div>
|
133
|
-
|
134
|
-
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
|
135
|
-
</a>
|
150
|
+
|
136
151
|
|
137
152
|
|
138
153
|
<div id="footer-epilogue" class="ic-Login-footer__links">
|