mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-25 09:58:21 +02:00
54 lines
1.3 KiB
HTML
54 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Baromètre AFUP / Agence-e : les salaires du PHP</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<style>
|
|
#elephpant {
|
|
background-color: #fff;
|
|
background-image: url(elephpant.jpg);
|
|
background-repeat: no-repeat;
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
display: none;
|
|
width: 150px;
|
|
height: 111px;
|
|
margin: 0;
|
|
padding: 0;
|
|
/*float: right;*/
|
|
}
|
|
html, body {
|
|
margin-top: 5px;
|
|
margin-bottom: 0;
|
|
padding:0;
|
|
height: 99%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body id="body-container">
|
|
<div id="container">
|
|
<div style="float: right" id="logos">
|
|
<a href="http://www.agence-e.fr/">
|
|
<img src="agence-e-01new.jpg" /></a><br style="clear:both" />
|
|
<a href="https://afup.org">
|
|
<img src="AFUP_LOGO.png" /></a>
|
|
</div>
|
|
|
|
|
|
<iframe src="https://docs.google.com/forms/d/1e9c5ZuEqVIT2IjaC7YhWLU5DvNO8_jTQWCdnFzS0xBc/viewform?embedded=true" width="760" height="700" frameborder="0" marginheight="0" marginwidth="0">Chargement en cours...</iframe>
|
|
|
|
<div id="elephpant">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
|
|
<script>
|
|
$('#elephpant').fadeIn(6000);
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|