|
|
(6 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{Groningen}} | | {{Groningen}} |
| <html> | | <html> |
| + | <style> |
| + | article > section > p#end-notice{ |
| + | color: #FF3333; |
| + | } |
| + | </style> |
| <article> | | <article> |
| <section> | | <section> |
| <h2>Riddle</h2> | | <h2>Riddle</h2> |
| + | |
| + | <p id="end-notice"></p> |
| | | |
| <p>Hi iGEMer! Welcome to our puzzle, here we’d like to invite you | | <p>Hi iGEMer! Welcome to our puzzle, here we’d like to invite you |
Line 14: |
Line 21: |
| <p>Find team members from Groningen and scan their shirts, they | | <p>Find team members from Groningen and scan their shirts, they |
| will provide you with hints to solve what the key is.</p> | | will provide you with hints to solve what the key is.</p> |
| + | |
| + | <ol> |
| + | <li>Get your phone ready to scan QR codes</li> |
| + | <li>Get the message DNA sequence at the CryptoGErM poster</li> |
| + | <li>Find team members and solve the riddles to find the key</li> |
| + | <li>Decrypt the message using our <a href="/Team:Groningen/Decoding">Decoder</a></li> |
| + | <li>Enjoy</li> |
| + | </ol> |
| </section> | | </section> |
| </article> | | </article> |
| + | <script> |
| + | var theEnd = new Date(2016, 10, 2); |
| + | if(new Date() > theEnd){ |
| + | $('#end-notice').html('The riddle is now over. It turned out our message was too well protected and no other team managed to solve our puzzle! For more information about the CryptoGErM project, visit our <a href="/Team:Groningen">home page</a>, or take the <a href="/Team:Groningen/Tour">tour</a>.'); |
| + | } |
| + | </script> |
| </html> | | </html> |
| {{Groningen/footer}} | | {{Groningen/footer}} |