mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-25 17:52:13 +01:00
56 lines
1.4 KiB
HTML
56 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Forum PHP 2013 : votre feedback</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="https://afup.org">
|
|
<img src="AFUP_LOGO.png" /></a>
|
|
</div>
|
|
|
|
<p>
|
|
L'AFUP vous remercie d'avoir assisté au Forum PHP 2013. Nous vous invitons à donner un feedback sur les conférences auquelles vous avez assisté sur <a href="https://joind.in/event/view/1371">joind.in</a> et sur le forum dans ce formulaire. <br />
|
|
Merci, le bureau 2013.
|
|
</p>
|
|
|
|
<iframe src="https://docs.google.com/forms/d/1Pq4PD2DmGTZB-bhWNX1jvQHl8CvhjdhZHQuHuOFnPmg/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>
|