explorak5_login_prueba 5.0.3 → 5.0.4
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: 98a9cfe7fbfb7ba3e2a764f58e6709d97c86a7d876fef17886790aa43ecd0061
|
4
|
+
data.tar.gz: eefc4617e27854e6959be7132cc720cf102e0b654f243d58a21c0e5dee164f6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc12d4853132305a857e6931892c1c94927c4191da07006de094be1023aae95be490d5603fc94b55b7169a82bb2074e0c950b20dc6f51bd9fe7b5351b564989f
|
7
|
+
data.tar.gz: 825251b18acc765d29833299fa08bac70966e46d7b284cf892b3d414ff101d872f7bf94e3331003533d9da76a04cb4854fc39a42a093586afd6b8fbff64997e0
|
@@ -31,7 +31,21 @@
|
|
31
31
|
end
|
32
32
|
%>
|
33
33
|
|
34
|
+
<div>
|
35
|
+
<button onclick="window.open('http://www.espol.edu.ec')" style="background-image:url('/images/images_k5/logoespol.png')" class="btn-img-login-espol" alt="Logo Espol"></button>
|
36
|
+
</div>
|
34
37
|
|
38
|
+
<div class="login_links">
|
39
|
+
<button onclick="window.open('http://www.vinculacion.espol.edu.ec')" style="background-image:url('/images/images_k5/logovinculos.png')" class="btn-img-login-vinculos" alt="Logo Vinculos"></button>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
<a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
|
43
|
+
<img src="/images/imagenes_k5/logovinculos.png" alt="Logo Espol" class="btn-img-login-espol" />
|
44
|
+
</a>
|
45
|
+
|
46
|
+
<a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
|
47
|
+
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
|
48
|
+
</a>
|
35
49
|
|
36
50
|
|
37
51
|
<div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
|
@@ -41,6 +55,12 @@
|
|
41
55
|
<div>
|
42
56
|
<%= image_tag 'images_k5/logovinculos.png' %>
|
43
57
|
</div>
|
58
|
+
|
59
|
+
<a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
|
60
|
+
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
|
61
|
+
</a>
|
62
|
+
|
63
|
+
|
44
64
|
<div>
|
45
65
|
<%= image_tag('images_k5/logovinculos.png', alt: 'Logo Vinculos', class: 'your-css-class') %>
|
46
66
|
</div>
|
@@ -130,9 +150,7 @@
|
|
130
150
|
<%= help_link %>
|
131
151
|
<%= render :partial => 'shared/footer_links' %>
|
132
152
|
</div>
|
133
|
-
|
134
|
-
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
|
135
|
-
</a>
|
153
|
+
|
136
154
|
|
137
155
|
|
138
156
|
<div id="footer-epilogue" class="ic-Login-footer__links">
|