Add links to partners logo
authorsalimr <riwad.salim@yahoo.fr>
Tue, 14 May 2019 12:09:35 +0200
changeset 11 2c9f9128c49b
parent 10 aa430273f88f
child 12 d9d75b93e132
Add links to partners logo
src/web/app/themes/twentynineteen-child/footer.php
src/web/app/themes/twentynineteen-child/style.css
--- a/src/web/app/themes/twentynineteen-child/footer.php	Tue May 14 11:50:08 2019 +0200
+++ b/src/web/app/themes/twentynineteen-child/footer.php	Tue May 14 12:09:35 2019 +0200
@@ -30,15 +30,15 @@
 
 			<?php endif; ?>
 			<div class="site-partners">
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_ars.jpg" alt="logo ars industrialis"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_iri.jpg" alt="logo iri"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_plaineco.jpg" alt="logo paline commune"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_msh.jpg" alt="logo msh"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_dassault.jpg" alt="logo dassault"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_orange.jpg" alt="logo orange"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_socgen.jpg" alt="logo société générale"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_caisse.jpg" alt="logo caisse des dépôts"/>
-				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_afnic.jpg" alt="logo fondation afnic"/>
+				<a target="_blank" href="http://www.arsindustrialis.org/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_ars.jpg" alt="logo ars industrialis"/></a>
+				<a target="_blank" href="https://www.iri.centrepompidou.fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_iri.jpg" alt="logo iri"/></a>
+				<a target="_blank" href="https://plainecommune.fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_plaineco.jpg" alt="logo paline commune"/></a>
+				<a target="_blank" href="https://www.mshparisnord.fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_msh.jpg" alt="logo msh"/></a>
+				<a target="_blank" href="https://www.3ds.com/fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_dassault.jpg" alt="logo dassault"/></a>
+				<a target="_blank" href="https://www.orange.fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_orange.jpg" alt="logo orange"/></a>
+				<a target="_blank" href="https://www.societegenerale.fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_socgen.jpg" alt="logo société générale"/></a>
+				<a target="_blank" href="https://www.caissedesdepots.fr/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_caisse.jpg" alt="logo caisse des dépôts"/></a>
+				<a target="_blank" href="https://www.fondation-afnic.fr"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_afnic.jpg" alt="logo fondation afnic"/></a>
 			</div><!-- partners -->
 		</div><!-- .site-info -->
 	</footer><!-- #colophon -->
--- a/src/web/app/themes/twentynineteen-child/style.css	Tue May 14 11:50:08 2019 +0200
+++ b/src/web/app/themes/twentynineteen-child/style.css	Tue May 14 12:09:35 2019 +0200
@@ -27,6 +27,10 @@
     padding-bottom: .2em;
 }
 
+.site-title a:hover {
+    color: black;
+}
+
 /* DESCRIPTION */
 .site-description {