pret
This commit is contained in:
parent
d860e3d987
commit
c8008a4f20
208 changed files with 8919 additions and 146 deletions
29
content/blog/notre-compteur-de-point-pour-eurobot-2020.en.md
Normal file
29
content/blog/notre-compteur-de-point-pour-eurobot-2020.en.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Our eurobot 2020 score simulator app"
|
||||
date: 2019-09-26 20:00:53
|
||||
lastupdate: 2019-09-27 21:32:46
|
||||
banner: "https://static.werobot.fr/blog/bob-ross/5d8d18c92e617/50.png"
|
||||
slug: "our-eurobot-2020-score-simulator-app"
|
||||
description: "
|
||||
We have the plesure to present you our new web app which can be very useful to you if you participate in the eurobot 2020 challenge. After the release
|
||||
"
|
||||
---
|
||||
<div style="text-align: center"><img style="width:200px; padding-top: 0;" src="https://eurobot2020-scoresimulator.werobot.fr/icons/icon_400.png" /></div>
|
||||
|
||||
We have the plesure to present you our new web app which can be very useful to you if you participate in the eurobot 2020 challenge. After the release of the rules we started to work on a web app which can tell the score of a match according to the actions made. Of course we will update it when any change is made to the rules.
|
||||
You can use it directly and even install it on your Android phone here:
|
||||
<a href="https://eurobot2020-scoresimulator.werobot.fr">eurobot2020-scoresimulator.werobot.fr</a>
|
||||
|
||||
If you have any questions, notice or suggestion about this app, we are open!
|
||||
|
||||
You can also use it here:
|
||||
|
||||
<div id="simulator-container"></div>
|
||||
|
||||
<!--
|
||||
<script src="https://cdn.jsdelivr.net/npm/iframe-resizer@4.2.1/js/iframeResizer.min.js" ></script>
|
||||
<script src="https://s.werobot.fr/script.js" ></script>
|
||||
-->
|
||||
<div style="display: none"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" onload="console.log('IMG: script loaded?');let script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://cdn.jsdelivr.net/npm/iframe-resizer@4.2.1/js/iframeResizer.min.js'; script.onload = () =>{console.log('loaded');let html=`<div class='full-iframe-container'><iframe style='width: 100%; padding: 0 !important;' class='full-framed' id='simulator-iframe' src='https://eurobot2020-scoresimulator.werobot.fr/?framed=true&without-header=true&locale=` + window.$nuxt.$i18n.locale + `' /><div>`
|
||||
console.log(html);let simulator=document.querySelector('#simulator-container');console.log(simulator);simulator.innerHTML=html;iFrameResize({log:true},'#simulator-iframe')}; document.getElementsByTagName('head')[0].appendChild(script);" /></div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue