Apoios institucionais adicionados

This commit is contained in:
Filipe 2019-04-03 00:09:46 +01:00
parent df6b9ad68e
commit d05f9a008b
15 changed files with 128 additions and 58 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -574,34 +574,54 @@
</div>
</section>
<!-- social network section -->
<aside id="social-network">
<!-- institucional support -->
<aside id="institucional-support" class="grey">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Segue-nos</h2>
<ul>
<div class="col-lg-12">
<h3>Apoios Institucionais</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12 vertically-aligned">
<a href="https://junisec.pt/" title="Junisec" target="_blank"><img
src="imgs/institucional-support/junisec.png" alt="Junisec" style="max-width: 90px;"></a>
<a href="https://www.isec.pt/" title="ISEC" target="_blank"><img
src="imgs/institucional-support/isec.png" alt="ISEC" style="max-width: 150px;"></a>
<a href="https://www.isec.pt/pt/estudar/academia-de-engenharia/" title="Coimbra Engineering Academy"
target="_blank"><img src="imgs/institucional-support/isec2.jpg"
alt="Coimbra Engineering Academy" style="max-width: 150px;"></a>
<a href="http://ijs.iscac.pt/" title="ISCAC Junior Solutions" target="_blank"><img
src="imgs/institucional-support/iscac.png" alt="ISCAC Junior Solutions"
style="max-width: 115px;"></a>
<a href="https://www.fca.pt/pt/" title="FCA" target="_blank"><img
src="imgs/institucional-support/fca.png" alt="FCA" style="max-width: 70px;"></a>
</div>
</div>
</div>
</aside>
<!-- footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-4 col-xs-6">
<p>© 2019 ENEI . Todos os direitos reservados</p>
</div>
<div class="col-lg-8 col-xs-6">
<ul id="social-network">
<li><a href="https://www.facebook.com/ENEIConf/" title="Facebook" target="_blank"
class="icon-facebook"></a></li>
<li><a href="https://www.instagram.com/eneiconf/" title="Instagram" target="_blank"
class="icon-instagram"></a></li>
<li><a href="https://www.linkedin.com/company/enei/" title="Linkedin" target="_blank"
class="icon-linkedin"></a></li>
<li><a href="mailto:geral@enei.pt" title="Email" target="_blank" class="icon-email"></a></li>
<li><a href="mailto:geral@enei.pt" title="Email" target="_blank" class="icon-email"></a>
</li>
</ul>
</div>
</div>
</div>
</aside>
<!-- footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>© 2019 ENEI . Todos os direitos reservados</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->

View File

@ -91,6 +91,17 @@
color: #ffffff;
}
@media (max-width: 769px) {
.icon-linkedin,
.icon-facebook,
.icon-instagram,
.icon-less,
.icon-plus,
.icon-email {
font-size: 30px;
}
}
.icon-linkedin_speaker:before {
content: "";
}
@ -248,6 +259,7 @@ h3 {
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
color: #353535;
}
p {
@ -1300,38 +1312,30 @@ hr::after {
}
#social-network {
text-align: center;
background-color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#social-network h2 {
color: #ffffff;
margin-bottom: 30px;
#social-network li {
margin-left: 20px;
}
@media (max-width: 1024px) {
#social-network h2 {
margin-bottom: 20px;
#social-network li {
margin-left: 10px;
}
}
#social-network ul li {
display: inline-block;
margin: 0 10px;
}
@media (max-width: 1024px) {
#social-network ul li {
margin: 0 7px;
}
}
#social-network ul li a {
#social-network li a {
transition: color 150ms ease-out;
-webkit-transition: color 150ms ease-out;
}
#social-network ul li a:hover {
#social-network li a:hover {
color: #cc1a17;
}
@ -1351,6 +1355,7 @@ footer p {
color: #ffffff;
font-size: 13px;
line-height: 15px;
margin-top: 10px;
}
@media (max-width: 1024px) {
@ -1359,6 +1364,12 @@ footer p {
}
}
@media (max-width: 769px) {
footer p {
margin-top: 0;
}
}
#tab-links {
margin: 50px 0 25px;
display: -webkit-box;
@ -1835,4 +1846,27 @@ footer p {
#content-container .container-speaker-image::after {
content: " ";
}
#institucional-support {
padding: 60px 0;
}
#institucional-support h3 {
margin-bottom: 25px;
}
#institucional-support a {
display: inline-block;
margin: 0 20px;
}
#institucional-support a:first-child {
margin-left: 0;
}
#institucional-support .vertically-aligned {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
/*# sourceMappingURL=main.css.map */

File diff suppressed because one or more lines are too long

View File

@ -173,6 +173,9 @@ $icon-linkedin1: "\eac9";
.icon-email {
font-size: 34px;
color: $white;
@include mobile {
font-size: 30px;
}
}
.icon-linkedin_speaker {
@ -323,6 +326,7 @@ h3 {
font-weight: $bold;
text-transform: uppercase;
margin-bottom: 5px;
color: $dark-grey;
}
p {
@ -1093,28 +1097,18 @@ hr {
}
#social-network {
text-align: center;
background-color: $black;
h2 {
color: $white;
margin-bottom: 30px;
display: flex;
justify-content: flex-end;
li {
margin-left: 20px;
@include portable {
margin-bottom: 20px;
margin-left: 10px;
}
}
ul {
li {
display: inline-block;
margin: 0 10px;
@include portable {
margin: 0 7px;
}
a {
transition: color $transition-time ease-out;
-webkit-transition: color $transition-time ease-out;
&:hover {
color: $red;
}
a {
transition: color $transition-time ease-out;
-webkit-transition: color $transition-time ease-out;
&:hover {
color: $red;
}
}
}
@ -1131,9 +1125,13 @@ footer {
color: $white;
font-size: 13px;
line-height: 15px;
margin-top: 10px;
@include portable {
font-size: 12px;
}
@include mobile {
margin-top: 0;
}
}
}
@ -1520,7 +1518,7 @@ footer {
transition: none;
}
}
a.event-location:hover{
a.event-location:hover {
color: $red;
}
.event-time {
@ -1535,3 +1533,21 @@ footer {
}
}
}
#institucional-support {
padding: 60px 0;
h3 {
margin-bottom: 25px;
}
a {
display: inline-block;
margin: 0 20px;
&:first-child {
margin-left: 0;
}
}
.vertically-aligned {
justify-content: flex-start;
}
}