Added facebook link in index
This commit is contained in:
parent
9170b30430
commit
744a7c8795
2 changed files with 20 additions and 13 deletions
|
@ -8,7 +8,7 @@ ob_start(); // Start reading html
|
|||
<a href="assets/pdf/Parrainage.pdf">La fiche de parrainage</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="assets/pdf/Plaquette.pdf">La plaquette</a>
|
||||
La plaquette (pas encore en ligne)
|
||||
</li>
|
||||
<li>
|
||||
<a href="assets/pdf/Charte-droit-image.pdf">La charte de droit à l'image</a>
|
||||
|
|
|
@ -40,7 +40,11 @@ $scoreURSS = get_total_points('urss');
|
|||
_paq.push(['setTrackerUrl', u + 'piwik.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
g.type = 'text/javascript';
|
||||
g.async = true;
|
||||
g.defer = true;
|
||||
g.src = u + 'piwik.js';
|
||||
s.parentNode.insertBefore(g, s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
@ -128,6 +132,9 @@ $scoreURSS = get_total_points('urss');
|
|||
include("includes/main_button_template.php");
|
||||
?>
|
||||
</div>
|
||||
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Faccueil2018INSAT%2F&tabs=timeline&width=340&height=500&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId"
|
||||
width="340" height="500" style="border:none;overflow:hidden;margin-top: 30px" scrolling="no" frameborder="0"
|
||||
allowTransparency="true" allow="encrypted-media"></iframe>
|
||||
</section>
|
||||
</div>
|
||||
<div id="footer-wrap" class="outer">
|
||||
|
|
Loading…
Reference in a new issue