aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-01 02:16:56 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-01 02:16:56 +0430
commit64a7135353c811b4782cb89726cdf15cdb99ef26 (patch)
tree5fd9ce3d875e4645de12427080c425c786ca4127
parent20024e24fb5eedafa77330e5ef6e6948c01277cb (diff)
Add supporting organizations
* Used flex * Should we add the gobierno-canarias?
-rw-r--r--css/base.css17
-rw-r--r--index.html9
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
* ================================================================== */
diff --git a/index.html b/index.html
index c012b93..4e1ece6 100644
--- a/index.html
+++ b/index.html
@@ -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>