Skip to content

Commit

Permalink
Minor changes on footer and agreement page
Browse files Browse the repository at this point in the history
  • Loading branch information
agordillo committed Feb 12, 2018
1 parent 080a39c commit 367c8f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,28 @@ footer#footer
color: $gray-dark
.fa-facebook
font-size: 1.25rem

.upmlogo
float: left
cursor: default
img
width: 30px
cursor: pointer
span
margin-left: 10px
color: #1867b7
font-size: 1.7em
font-weight: bold

user-select: none
ul
margin: 0 auto
padding: 0
height: 63px
width: 640px
text-align: center
//border-bottom: 2px solid #C7C7C7
//padding-bottom: 21px

.open
.btn
&:hover
border: 1px solid transparent

li
float: left
padding-left: 1%
Expand All @@ -69,27 +65,22 @@ footer#footer
margin-right: 5px
vertical-align: baseline
width: 15px


&:hover,
&:focus
border: 1px solid transparent
background-color: rgba(0, 0, 0, 0)
color: $black

.dropdown-menu
width: auto
height: auto
@media (max-width: 500px)
float: none
.dropdown-toggle
width: 100%

li.btn-group
@media (max-width: 500px)
display: block
min-height: 34px

li.global
img
width: 116px
Expand All @@ -101,7 +92,6 @@ footer#footer
display: block
width: 100%
padding: 0

#push
height: 100px
clear: both
clear: both
17 changes: 2 additions & 15 deletions app/assets/stylesheets/ViSH_style_guide/pages/_agreement.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background-size: $value

.blocks_columns
height: calc(100vh - 130px)
height: calc(100vh - 140px)
display: flex
flex-flow: row nowrap
justify-content: center
Expand Down Expand Up @@ -55,7 +55,6 @@


@media (max-width: 736px)

.blocks_columns
height: 60em
.block_img
Expand All @@ -70,9 +69,7 @@
.title
font-size: 1.8em


@media (max-width: 584px)

.blocks_columns
height: auto
flex-flow: column nowrap
Expand All @@ -89,18 +86,8 @@


@media (max-width: 320px)

.blocks_columns
font-size: .8em
.block_img
img
width: 18em









width: 18em
4 changes: 1 addition & 3 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<footer id="footer" class="container-fluid hidden-sm">
<nav>
<div class="upmlogo">
<img src="/assets/logo/logo_upm_pie.png" />
<a href="/agreement"><img src="/assets/logo/logo_upm_pie.png"/></a>
<span>POLITÉCNICA</span>
</div>


<ul>

<li class="btn-group dropup">
<a type="button" class="btn dropdown-toggle" data-toggle="dropdown">
<span class="idioma"><%= t('conditions.other') %></span>
Expand Down
12 changes: 2 additions & 10 deletions app/views/static/agreement.html.erb
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@

<div class="blocks_columns">


<div class="block_img">
<img class="" src="assets/logo/logo_vish.png"/>
<img class="" src="assets/logo/escudo_upm_blanco_fondo.png"/>
</div>

<div class="block_content_text">
<div class="background">
<div class="block_text">
<h1 class="title">Acuerdo ViSH-UPM</h1>
<div class="text">
<p>La plataforma ViSH (<a href ="http://vishub.org">http://vishub.org</a>) es un servicio institucional de la UPM (Universidad Politécnica de Madrid - <a href ="http://upm.es">http://upm.es</a>) ofrecido de forma libre y gratuita a toda la comunidad educativa a raíz de un acuerdo oficial de cooperación entre el grupo de investigación GING (Grupo Internet de Nueva Generación) de la Escuela Técnica Superior de Ingenieros de Telecomunicación de la UPM y el Vicerrectorado de Servicios Tecnológicos de la UPM a través del Gabinete de Tele-Educación (GATE).</p>
<p>La plataforma ViSH (<a href="http://vishub.org" target="_blank">http://vishub.org</a>) es un servicio institucional de la UPM (Universidad Politécnica de Madrid - <a href ="http://upm.es" target="_blank">http://upm.es</a>) ofrecido de forma libre y gratuita a toda la comunidad educativa a raíz de un acuerdo oficial de cooperación entre el grupo de investigación GING (Grupo Internet de Nueva Generación) de la Escuela Técnica Superior de Ingenieros de Telecomunicación de la UPM y el Vicerrectorado de Servicios Tecnológicos de la UPM a través del Gabinete de Tele-Educación (GATE).</p>
<p>La plataforma ViSH se ofrece de forma libre y gratuita a toda la comunidad educativa. Sus servidores están alojados en el <strong>CeSViMa</strong> (<strong>Ce</strong>ntro de <strong>S</strong>upercomputación y <strong>Vi</strong>sualización de <strong>Ma</strong>drid). El GING se encarga del mantenimiento y administración de la plataforma. Para cualquier duda, sugerencia o consulta pueden contactar con nosotros en la siguiente dirección: <a href="mailto:virtual.science.hub@gmail.com">virtual.science.hub@gmail.com</a>.</p>
<p>Un saludo y bienvenidos a la plataforma ViSH.</p>
</div>
</div>
</div>
</div>




</div><!-- BLOCKS END -->
</div>

0 comments on commit 367c8f4

Please sign in to comment.