2020-06-01 13:09:23 +02:00
<!doctype html>
< html class = "no-js" lang = "" >
< head >
< meta charset = "utf-8" >
< title > WorkAdventu.re< / title >
2020-06-01 16:05:01 +02:00
< link rel = "stylesheet" href = "main.css" >
< script src = "bundle.js" > < / script >
2020-06-01 16:22:42 +02:00
< script >
function startGame() {
let playUrl = window.location.protocol + "//play."+window.location.host;
window.location.assign(playUrl);
}
< / script >
2020-06-01 13:09:23 +02:00
< / head >
< body >
< header >
2020-06-01 13:18:57 +02:00
< div class = "container-lg section" >
2020-06-01 13:09:23 +02:00
< div class = "over-image" >
2020-06-02 08:26:16 +02:00
< div class = "row" >
< div class = "col-6 col-md-6 my-3 my-md-0" >
< div class = "logo" >
< img src = "static/images/logo.png" >
< / div >
< / div >
< div class = "col-6 col-md-6 my-3 my-md-0" >
< div class = "social-links" >
Share your experience
2020-06-02 08:54:25 +02:00
< a href = "https://www.facebook.com/sharer/sharer.php?u=http://workadventu.re/" target = "_BLANK" >
2020-06-02 08:26:16 +02:00
< img class = "social-image" src = "static/images/facebook.png" / >
< / a >
2020-06-02 08:54:25 +02:00
< a href = "https://www.linkedin.com/shareArticle?mini=true&url=http://workadventu.re/&title=&summary=Discover a pixelated new world and start a casual conversation !&source=TheCodingMachine" target = "_BLANK" >
2020-06-02 08:26:16 +02:00
< img class = "social-image" src = "static/images/linkedin.png" / >
< / a >
2020-06-02 08:54:25 +02:00
< a href = "https://twitter.com/home?status=http://workadventu.re/ Discover a pixelated new world and start a casual conversation !" target = "_BLANK" >
2020-06-02 08:26:16 +02:00
< img class = "social-image" src = "static/images/twitter.png" / >
< / a >
< / div >
< / div >
2020-06-01 13:09:23 +02:00
< / div >
< div class = "title text-center" >
2020-06-01 18:47:54 +02:00
< h1 > Your workplace< br / > but better< / h1 >
2020-06-04 00:38:47 +02:00
< h3 > You are impatient to discover this new world? Click on "Play Online" or share this adventure with your colleagues and friends clicking on "Play Private"< / h3 >
2020-06-01 13:09:23 +02:00
< / div >
2020-06-04 00:38:47 +02:00
< div class = "row justify-content-md-center pt-5" style = "margin-top: 65px;" >
2020-06-01 18:47:54 +02:00
< div class = "col col-lg-3" >
2020-06-04 00:38:47 +02:00
< a class = "custom-link play" target = "_BLANK" href = "https://workadventu.re/_/global/npeguin.github.io/office-map/map.json" title = "PLAY ONLINE" >
PLAY ONLINE
2020-06-01 18:47:54 +02:00
< / a >
< / div >
< div class = "col col-lg-3" >
2020-06-04 00:38:47 +02:00
< a class = "custom-link start" href = "/choose-map.html" title = "PLAY PRIVATE" >
PLAY PRIVATE
2020-06-01 18:47:54 +02:00
< / a >
< / div >
2020-06-01 13:09:23 +02:00
< / div >
< / div >
< / div >
2020-06-02 12:55:16 +02:00
< div class = "clouds clouds-2" >
< div class = "cloud" > < / div >
< / div >
2020-06-01 20:29:14 +02:00
< div class = "clouds" >
< div class = "cloud" > < / div >
< / div >
2020-06-01 13:09:23 +02:00
< / header >
2020-06-01 18:47:54 +02:00
< div class = "section bg-white how-to" >
< div class = "container-fluid container-lg" >
< div class = "row justify-content-md-center" >
2020-06-04 00:38:47 +02:00
< div class = "col-12 col-md-12 text-center" >
< h3 > Step by step...< / h3 >
< / div >
2020-06-01 18:47:54 +02:00
< div class = "col-12 col-md-4 text-center my-3 my-md-0" >
< div class = "image-item" >
< h2 > Choose your map< / h2 >
2020-06-04 00:38:47 +02:00
< div class = "step-image" > < img src = "static/images/maps/office.png" > < / div >
2020-06-01 18:47:54 +02:00
< / div >
2020-06-01 13:09:23 +02:00
< / div >
2020-06-01 18:47:54 +02:00
< div class = "col-12 col-md-4 text-center my-3 my-md-0" >
< div class = "image-item" >
< h2 > Select your character< / h2 >
2020-06-04 00:38:47 +02:00
< div class = "step-image" > < img src = "static/images/choose_character.png" > < / div >
2020-06-01 18:47:54 +02:00
< / div >
2020-06-01 13:09:23 +02:00
< / div >
2020-06-01 18:47:54 +02:00
< div class = "col-12 col-md-4 text-center my-3 my-md-0" >
< div class = "image-item" >
< h2 > Let's go explore and talk !< / h2 >
2020-06-04 00:38:47 +02:00
< div class = "step-image" > < img src = "static/images/play.png" > < / div >
2020-06-01 18:47:54 +02:00
< / div >
2020-06-01 13:09:23 +02:00
< / div >
< / div >
< / div >
2020-06-01 18:47:54 +02:00
< / div >
< div class = "section bg-white" >
< div class = "container-fluid container-lg" >
< div class = "col-12 credits" >
2020-06-04 00:38:47 +02:00
< h2 > Futur features< / h2 >
2020-06-04 00:52:25 +02:00
< h3 > We have already thought of new features:< / h3 >
2020-06-04 00:38:47 +02:00
< p > Share files with others< / p >
< p > Lock group conversation< / p >
< p > Share screen with others< / p >
< p > Interact with objects< / p >
2020-06-04 00:52:25 +02:00
< h3 > And you, what do you want?< / h3 >
2020-06-04 00:38:47 +02:00
< div class = "row justify-content-md-center pt-5" style = "margin-top: 65px;" >
< div class = "col col-lg-3" >
< a class = "custom-link contribute" target = "_BLANK" href = "https://docs.google.com/forms/d/e/1FAIpQLSdxvajEyqsn4X0ai0SoDAcdsa_JQPIfiP2Tp9PDzkfZA54v9Q/viewform" title = "FEED BACK" >
FEED BACK
< / a >
< / div >
< / div >
2020-06-01 13:09:23 +02:00
< / div >
< / div >
< / div >
2020-06-01 18:47:54 +02:00
< div class = "bg-gray section used-by" >
< div class = "container-fluid container-lg" >
2020-06-04 00:38:47 +02:00
< h2 class = "text-center pb-4" > THEY MIGHT APPROVE< / h2 >
2020-06-01 18:47:54 +02:00
< div class = "row justify-content-md-center align-items-center" >
< div class = "col col-md-auto" >
< img src = "static/images/atari.png" >
< / div >
< div class = "col col-md-auto" >
< img src = "static/images/super-nintendo.png" >
< / div >
< div class = "col col-md-auto" >
< img src = "static/images/amstrad.png" >
< / div >
< div class = "col col-md-auto" >
< img src = "static/images/sinclair-2.png" >
< / div >
2020-06-01 13:09:23 +02:00
< / div >
< / div >
2020-06-01 18:47:54 +02:00
< / div >
2020-06-01 13:09:23 +02:00
< div class = "container-fluid container-lg section quotes" >
2020-06-04 00:38:47 +02:00
< h2 class = "text-center" > Why we loved Work Adventure< / h2 >
2020-06-01 13:09:23 +02:00
< div class = "row justify-content-center" >
< div class = "col-12 col-md-9" >
< div class = "quote-item" >
2020-06-04 00:38:47 +02:00
< p class = "quote" > « Right on time! I feel like less alone in my home office. » < / p >
< p class = "author" > Julie< / p >
2020-06-01 13:09:23 +02:00
< / div >
< div class = "quote-item" >
2020-06-04 00:38:47 +02:00
< p class = "quote" > « I love running into the hallway and check out where are my teammates! » < / p >
< p class = "author" > Sophie< / p >
2020-06-01 13:09:23 +02:00
< / div >
< div class = "quote-item" >
2020-06-04 00:38:47 +02:00
< p class = "quote" > « Wow! More intimate than a Meet conference. » < / p >
< p class = "author" > Greg< / p >
2020-06-01 13:09:23 +02:00
< / div >
< / div >
< / div >
2020-06-01 18:47:54 +02:00
< / div >
2020-06-01 20:29:14 +02:00
< div class = "bg-white footer" >
2020-06-01 18:47:54 +02:00
< div class = "container-fluid container-lg" >
2020-06-02 08:26:16 +02:00
< div class = "row" >
< div class = "col-6 col-md-6 my-3 my-md-0" >
< a href = "https://www.thecodingmachine.com/" target = "_blank" > < img src = "static/images/Logo TCM.png" > < / a >
< / div >
< div class = "col-6 col-md-6 my-3 my-md-0 floppy" >
< img src = "static/images/floppy.png" / >
2020-06-02 12:55:16 +02:00
< div > Soon available on floppy !< br / > < span > otherwise, open source and on < a href = "https://github.com/thecodingmachine/workadventure" target = "_BLANK" > GitHub< / a > < / span > < / div >
2020-06-02 08:54:25 +02:00
< / div >
< / div >
< div class = "container-fluid container-lg" >
< div class = "row text-center" >
< div style = "width: 100%;color:#afafaf;margin-top: 25px;" > TheCodingMachine - All Rights Reserved< / div >
2020-06-02 08:26:16 +02:00
< / div >
< / div >
2020-06-01 18:47:54 +02:00
< / div >
2020-06-01 13:09:23 +02:00
< / div >
< / body >
2020-06-01 16:05:01 +02:00
< / html >