More footer stuff
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
flex-direction: column;
|
||||
text-align: left;
|
||||
flex-basis: 100%;
|
||||
margin: 0 20rem 0 10rem;
|
||||
|
||||
&__block {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__contacts {
|
||||
@@ -52,6 +55,7 @@
|
||||
flex-flow: column;
|
||||
text-align: left;
|
||||
padding-right: 3rem;
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
&__links {
|
||||
|
||||
@@ -11,23 +11,25 @@ class Footer extends React.Component<FooterProps, FooterState> {
|
||||
<div className="footer">
|
||||
<div className="footer__info">
|
||||
<div className="footer__text">
|
||||
<h4>Aalto-yliopiston Sähköinsinöörikilta ry</h4>
|
||||
<div className="footer__contacts">
|
||||
<div className="footer__content">
|
||||
<p>TUAS-Talo</p>
|
||||
<p>Maarintie 8</p>
|
||||
<p>PL 15500, 00076 Aalto</p>
|
||||
<br></br>
|
||||
<br></br>
|
||||
<p>Y-tunnus: 1627010-1</p>
|
||||
<p>sik-hallitus@list.ayy.fi</p>
|
||||
<a href="/yhteystiedot">Yhteystiedot</a>
|
||||
</div>
|
||||
<div className="footer__links">
|
||||
<a href="/jaseneksi">Jäseneksi</a>
|
||||
<a href="/palaute">Palaute</a>
|
||||
<a href="/arkisto">Arkisto</a>
|
||||
<a href="/materiaalipankki">Materiaalipankki</a>
|
||||
<div className="footer__text__block">
|
||||
<h4>Aalto-yliopiston Sähköinsinöörikilta ry</h4>
|
||||
<div className="footer__contacts">
|
||||
<div className="footer__content">
|
||||
<p>TUAS-Talo</p>
|
||||
<p>Maarintie 8</p>
|
||||
<p>PL 15500, 00076 Aalto</p>
|
||||
<br></br>
|
||||
<br></br>
|
||||
<p>Y-tunnus: 1627010-1</p>
|
||||
<p>sik-hallitus@list.ayy.fi</p>
|
||||
<a href="/yhteystiedot">Yhteystiedot</a>
|
||||
</div>
|
||||
<div className="footer__links">
|
||||
<a href="/jaseneksi">Jäseneksi</a>
|
||||
<a href="/palaute">Palaute</a>
|
||||
<a href="/arkisto">Arkisto</a>
|
||||
<a href="/materiaalipankki">Materiaalipankki</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user