diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-06-01 02:16:56 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-06-01 02:16:56 +0430 |
commit | 64a7135353c811b4782cb89726cdf15cdb99ef26 (patch) | |
tree | 5fd9ce3d875e4645de12427080c425c786ca4127 | |
parent | 20024e24fb5eedafa77330e5ef6e6948c01277cb (diff) |
Add supporting organizations
* Used flex
* Should we add the gobierno-canarias?
-rw-r--r-- | css/base.css | 17 | ||||
-rw-r--r-- | index.html | 9 |
2 files changed, 26 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css index 936f801..7182319 100644 --- a/css/base.css +++ b/css/base.css @@ -265,6 +265,23 @@ a:hover { } /* ================================================================== + * The sponsors + * ================================================================== */ + +.support { + display: flex; + flex-flow: row wrap; /* stack horizontally and allow wrapping */ + justify-content: space-around; /* display items with space between */ + align-items: center; /* align the items in middle of container */ + margin: 10px auto; +} + +.support img { + width: 120px; + height: auto; +} + +/* ================================================================== * Page footer * ================================================================== */ @@ -124,6 +124,15 @@ git branch -b my-fix</code></pre> </li> </ol> </section> + <section> + <h3>Supporting organizations:</h3> + <div class="support"> + <div><a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png"></a></div> + <div><a href="https://www.iac.es/"><img src="./img/iac-compressed.svg"></a></div> + <div><a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg"></a></div> + <div><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div> + </div> + </section> <footer role="contentinfo"> <ul> <li><p>Maneage is currently based in the Instituto de Astrofísica de Canarias (IAC).</p></li> |