Rainbow CSS3 Game


I've always been attracted to video games, but in my work I usally play with HTML/CSS and javascript.
So why not build a game a little game with my knowledge and the challenge would be to use no image at all!
CSS3 is a powerful tool you can draw light things with it.
Try it now!

Edenred Game

We can visit a lot of landing page usign parallax effects and when I learned that I could do what I want on this project, I didn't hesitate long.
But sadly, anyone can play, but not anyone can win. Take a look!

<!DOCTYPE html> <html> <head> <title>Sébastien Plaignaud</title> <meta birthday="December 31st 1982" country="France" /> <meta job="Front-end developer" situation="Engaged" children="1... 2 soon" /> <link website="virtuousquare.com" /> <!--[if IE]><!-->Curse you IE!!<!-- <![endif]--> <script> $('You').read(function(){ $('Me').say('Hello ' + You.name + '!'); }); </script> </head> <body> <header> <h1>Welcome on my CV</h1> <nav> <h2>Parcours</h2> <ul> <li>2002 : Baccalauréat ES</li> <li>2002-2003 : Ecole prépartaoire</li> <li>2003-2007 : Ecole Supérieure d'Arts de Cambrai (Com. visuelle)</li> <li>2006-2008 : Dynastrib (Entreprise de création de jouets - Graphiste)</li> <li>2008-2011 : La Mire -> ViUU (Agence de communication - Webdesign et intégration)</li> </ul> </nav> </header> <content> <h2>Compétences</h2> <ul> <li>Webdesign</li> <li>Interface d'administration</li> <li>Intégration HTML/CSS/JS (respectueux des standards mais attentif aux nouveautés)</li> <li>Campagne de mail</li> <li>Réalisation de plugins javascript</li> </ul> </content> <aside> <h2>Softwares</h2> <ul> <li>Photoshop</li> <li>Illustrator</li> <li>Aptana/Dreamweaver</li> <li>Indesign/Quark</li> </ul> </aside> <footer> <p>Je suis passionné de webdesign et d'intégration. En veille technologique permanante, je joue à optimiser les sites internet. Les techniques à disposition sont toujours plus étonnantes et puissantes.</p> </footer> </body> </html>
More coming...