diff options
| -rw-r--r-- | css/base.css | 34 | ||||
| -rw-r--r-- | img/logo-aei.png | bin | 28218 -> 54609 bytes | |||
| -rw-r--r-- | index.html | 18 |
3 files changed, 7 insertions, 45 deletions
diff --git a/css/base.css b/css/base.css index cfba1b9..2250432 100644 --- a/css/base.css +++ b/css/base.css @@ -294,40 +294,6 @@ 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; -} - -/* Try to scale the logos for a better look */ - -#logo-aei img { - width: 600px; - height: auto; -} - -#logo-rda img { - width: 150px; - height: auto; -} - -#logo-mext img { - width: 200px; - height: auto; -} - -/* ================================================================== * Page footer * ================================================================== */ diff --git a/img/logo-aei.png b/img/logo-aei.png Binary files differindex a7b5b04..ba5e12c 100644 --- a/img/logo-aei.png +++ b/img/logo-aei.png @@ -163,17 +163,13 @@ git branch -b my-fix</code></pre> </section> <section> <h3>Supporting organizations:</h3> - <p>The following organizations have funded the development of Maneage through the years. Currently it is being funded by the Fondo de Inversiones de Teruel (FITE, or Teruel investment fund) and the Spanish state research agency (AEI) grants PID2024-162229NB-I00 (PI: <a href="http://akhlaghi.org">Mohammad Akhlaghi</a>) and PID2022-138896NA-C54 and (PI: <a href="https://calderilla15.wixsite.com/helenadominguez">Helena Dominguez Sánchez</a>), driven by the <a href="https://www.arrakihs-mission.eu">ARRAKIHS Mission</a> which uses Maneage as the main processing pipeline controller. </p> - <div class="support"> - <div id="logo-aei"><a href="https://aei.gob.es"><img src="./img/logo-aei.png"></a></div> - <div><a href="https://www.cefca.es/"><img src="./img/cefca-logo-black.svg"></a></div> - </div> - <div class="support"> - <div id="logo-rda"><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 id="logo-mext"><a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg"></a></div> - </div> + <p>Work on Maneage has been funded by the Fondo de Inversiones de Teruel (<a href="https://www.aragon.es/-/fondo-de-inversiones-de-teruel-fite-1">FITE</a>, or Teruel investment fund) to <a href="https://www.cefca.es/">CEFCA</a> and the Spanish state research agency (AEI) grants PID2024-162229NB-I00 (PI: <a href="http://akhlaghi.org">M. Akhlaghi</a>) and PID2022-138896NA-C54 and (PI: <a href="https://calderilla15.wixsite.com/helenadominguez">H. Dominguez Sánchez</a>), PID2021-124918NA-C43 (PI: <a href="http://akhlaghi.org">M. Akhlaghi</a>). Also, IAC’s project P/300724 (PIs: Johan H. Knapen and Ignacio Trujiollo, financed by the SMSI, through the Canary Islands Department of Economy, Knowledge and Employment) and European Research Council (ERC) advanced grant 339659-MUSICOS (PI: Roland Bacon) at Centre de Recherche Astrophysique de Lyon (CRAL). Maneage was originally conceived as part of Mohammad Akhlaghi's PhD thesis in Tohoku University that was funded by the Japanese Ministry of education, culture, sports and science (MEXT) scholarship.</p> + <a href="https://aei.gob.es"><img src="./img/logo-aei.png" width=45%></a> + <a href="https://www.cefca.es/"><img src="./img/cefca-logo-black.svg" width=8%></a> + <a href="https://cordis.europa.eu/project/id/777388"><img src="./img/rda-europe.png" width=12%></a> + <a href="https://www.iac.es/"><img src="./img/iac-compressed.svg" width=9%></a> + <a href="https://cordis.europa.eu/project/id/339659"><img src="./img/erc-compressed.svg" width=9%></a> + <a href="https://www.mext.go.jp/en"><img src="./img/mext-compressed.svg" width=20%></a> </section> |
