Skip to content

Commit

Permalink
add registration pages
Browse files Browse the repository at this point in the history
  • Loading branch information
frederichecht committed Nov 4, 2024
1 parent 7e17abb commit acac196
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
13 changes: 6 additions & 7 deletions _layouts/ffdays-registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@

<div id="ffdaysMain">
<div id="ffdaysTitle">
<img src="{{ site.url }}{{ site.baseurl }}/img/FreeFEM_days_13th_edition_blue.svg" alt="FreeFEM Days 13th edition">
<img src="{{ site.url }}{{ site.baseurl }}/img/FreeFEM_days_16th_edition_blue.svg" alt="FreeFEM Days 16th edition">
<p>December 10,11, 2020</p>
</div>
<div id="ffdaysDesc"> <a href="https://freefem.wufoo.com/forms/m13knxgi11axx29/"> the online form</a>
<div id="ffdaysDesc"> <a href="https://fhecht.wufoo.com/forms/s8eukca09k7lz3/"> the online form</a>

<!--

or ne marche pas .... F. Hecht bouton soumettre est cache !!!!
</div>


<div id="wufoo-m13knxgi11axx29"> Fill out my <a href="https://freefem.wufoo.com/forms/m13knxgi11axx29">online form</a>. </div>
<script type="text/javascript"> var m13knxgi11axx29; (function(d, t) { var s = d.createElement(t), options = { 'userName':'freefem', 'formHash':'m13knxgi11axx29', 'autoResize':true, 'height':'1050', 'async':true, 'host':'wufoo.com', 'header':'show', 'ssl':true }; s.src = ('https:' == d.location.protocol ?'https://':'http://') + 'secure.wufoo.com/scripts/embed/form.js'; s.onload = s.onreadystatechange = function() { var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return; try { m13knxgi11axx29 = new WufooForm(); m13knxgi11axx29.initialize(options); m13knxgi11axx29.display(); } catch (e) { } }; var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); })(document, 'script'); </script>
{% include footer.html %}
-->
<div id="wufoo-s8eukca09k7lz3"> Fill out my <a href="https://fhecht.wufoo.com/forms/s8eukca09k7lz3">online form</a>. </div> <script type="text/javascript"> var s8eukca09k7lz3; (function(d, t) { var s = d.createElement(t), options = { 'userName':'fhecht', 'formHash':'s8eukca09k7lz3', 'autoResize':true, 'height':'1063', 'async':true, 'host':'wufoo.com', 'header':'show', 'ssl':true }; s.src = ('https:' == d.location.protocol ?'https://':'http://') + 'secure.wufoo.com/scripts/embed/form.js'; s.onload = s.onreadystatechange = function() { var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return; try { s8eukca09k7lz3 = new WufooForm(); s8eukca09k7lz3.initialize(options); s8eukca09k7lz3.display(); } catch (e) { } }; var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); })(document, 'script'); </script>
{% include footer.html %}

</body>

</html>
7 changes: 4 additions & 3 deletions _layouts/ffdays.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div id="ffdaysMain">
<div id="ffdaysTitle">
<img src="{{ site.url }}{{ site.baseurl }}/img/FreeFEM_days_15th_edition_blue.svg" alt="FreeFEM Days">
<img src="{{ site.url }}{{ site.baseurl }}/img/FreeFEM_days_16th_edition_blue.svg" alt="FreeFEM Days">
<p>December 12 & 13 , 2024 (under construction) <span style="font-size: 10px;">version 0</span></p>
<p> <a href="https://github.com/FreeFem/FreeFem-days/blob/master/README.md"> Previous FreeFem days </a>
</div>
Expand All @@ -20,8 +20,9 @@ <h2>An academic and industrial research hybrid conference (in Place or in Zoom)
generic solvers for PDEs.</p>
<p><i class="fas fa-info-circle"></i> The previous editions presentations are available on <a href="https://github.com/FreeFem/FreeFem-days">this repository</a>. <i class="fas fa-info-circle"></i></p>
The Lunch are offered, and the Registration is free but mandatory.
<div id="download"><a href="https://fhecht.wufoo.com/forms/r1w4hxq80t0j9e0/" target="_blank">Register now</a></div>
<p> <a href="https://fhecht.wufoo.com/reports/15freefemdays"> The list of participants </a>.https://zoom.us/j/6348460832?pwd=bUN4R29GZ00yYjF6UUpmRFJhUll3Zz09&omn=98608526953
<div id="download"><a href="https://fhecht.wufoo.com/forms/s8eukca09k7lz3/" target="_blank">Register now</a></div>
<p> <a href="https://fhecht.wufoo.com/reports/freefemdays16"> The list of participants </a>.

</div>

<div id="ffdaysCal">
Expand Down

0 comments on commit acac196

Please sign in to comment.