CINXE.COM

Linguascope | The World's Number 1 Interactive Language Learning Platform for Schools

<!DOCTYPE html> <html lang="en"> <head> <title>Linguascope | The World&#39;s Number 1 Interactive Language Learning Platform for Schools </title> <!-- Required meta tags always come first --> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=0" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-6JD13ZB52R"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-6JD13ZB52R'); </script> <!-- <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-77443310-1', 'auto'); ga('send', 'pageview'); </script> --> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="assets/newhomepage2024/css/stylesheet.css?id=6" /> <link rel="stylesheet" href="assets/newhomepage2024/css/videobuttons.css?id=2" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> <!-- FONT TEST --> <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet"> <!-- <link href="https://fonts.googleapis.com/css?family=Varela+Round&display=swap" rel="stylesheet"> --> <!-- Bootstrap core CSS --> <!--<link href="/docs/4.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">--> <!-- Documentation extras --> <!--<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet"> <link href="/docs/4.3/assets/css/docs.min.css" rel="stylesheet">--> <!-- JavaScripts --> <script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <!-- Magnific Popup core CSS file --> <link rel="stylesheet" href="assets/newhomepage2024/lightbox/dist/magnific-popup.css"> <!-- jQuery 1.7.2+ or Zepto.js 1.0+ --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <!-- Magnific Popup core JS file --> <script src="assets/newhomepage2024/lightbox/dist/jquery.magnific-popup.js"></script> <link rel="stylesheet" href="assets/newhomepage2024/magicscroll/magicscroll.css"/> <script src="assets/newhomepage2024/magicscroll/magicscroll.js"></script> <script> $(document).ready(function () { console.log("ready"); //=================================== /* $(window).on( 'load resize orientationchange', function() { normalizeSlideHeights(); console.log("Resize"); }); */ //================= $('.openloginpopup').magnificPopup({ type: 'ajax', <!-- class: 'login-popup-window' --> // other options //preloader: true, callbacks: { open: function() { // Will fire when this exact popup is opened // this - is Magnific Popup object }, close: function() { // Will fire when popup is closed //alert("bye!"); location.reload(); } // e.t.c. } }); $('.opensubscriptionpopup').magnificPopup({ type: 'ajax' // other options }); $('.openlanguagesinfopopup').magnificPopup({ type: 'ajax' // other options }); $('.opentryloginagainpopup').magnificPopup({ type: 'ajax' // other options }); $('.video-nutshell-link').magnificPopup({ type: 'iframe' // other options }); $('.video-students-link').magnificPopup({ type: 'iframe' // other options }); $('.video-teachers-link').magnificPopup({ type: 'iframe' // other options }); //$('.carousel').carousel({ // interval: 1000 //}); //=========================== /* // Add smooth scrolling to all links $("#btn_learnmore").on('click', function(event) { // Make sure this.hash has a value before overriding default behavior if (this.hash !== "") { // Prevent default anchor click behavior event.preventDefault(); // Store hash var hash = this.hash; // Using jQuery's animate() method to add smooth page scroll // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area $('html, body').animate({ scrollTop: $(hash).offset().top }, 800, function(){ // Add hash (#) to URL when done scrolling (default click behavior) window.location.hash = hash; }); } // End if }); */ }); /* function normalizeSlideHeights() { console.log("resizing!"); $('.carousel').each(function(){ <!-- var items = $('.carousel-item', this); --> var items = $('.testimonyText'); var authors = $('.author'); // reset the height items.css('min-height', 0); authors.css('min-height', 0); var maxHeight = 0.0; var maxHeightAuthors = 0.0; // set the height <!-- var maxHeight = Math.max.apply(null, --> <!-- items.map(function(){ --> <!-- return $(this).outerHeight()}).get() ); --> var elem; for (index = 0; index <= items.length; index++) { elem = $(items[index]); console.log(index + ": " + elem.height()); maxHeight = Math.max(elem.height(), maxHeight); } for (index = 0; index <= items.length; index++) { elem = $(authors[index]); maxHeightAuthors = Math.max(elem.height(), maxHeightAuthors); } <!-- items.css('min-height', maxHeight + 'px'); --> items.css('min-height', maxHeight + 'px'); authors.css('min-height', maxHeightAuthors + 'px'); }) }*/ </script> <script> /* $(document).ready(function() { console.log("ready"); //=================================== $(window).on( 'load resize orientationchange', function() { normalizeSlideHeights(); console.log("Resize"); }); }); */ window.onload = function () { var url_string = window.location.href; var url = new URL(url_string); var url_source = url.searchParams.get("source"); var url_login = url.searchParams.get("login"); if (url_source == "tryagain") { // alert("Please try again!"); $.magnificPopup.open({ items: { src: 'assets/newhomepage2024/tryloginagain.html' }, type: 'ajax' // You may add options here, they're exactly the same as for $.fn.magnificPopup call // Note that some settings that rely on click event (like disableOn or midClick) will not work here }, 0); } if (url_login == "easy") { // alert("Please try again!"); /*$.magnificPopup.open({ items: { src: 'assets/newhomepage2024/login_easy.php' }, type: 'ajax' // You may add options here, they're exactly the same as for $.fn.magnificPopup call // Note that some settings that rely on click event (like disableOn or midClick) will not work here }, 0);*/ window.location.href='log-in.php'; } if (url_login == "original") { // alert("Please try again!"); /*$.magnificPopup.open({ items: { src: 'assets/newhomepage2024/login.php' }, type: 'ajax' // You may add options here, they're exactly the same as for $.fn.magnificPopup call // Note that some settings that rely on click event (like disableOn or midClick) will not work here }, 0);*/ window.location.href='log-in-recaptcha.php'; } if (url_login == "userspice") { // alert("Please try again!"); /* $.magnificPopup.open({ items: { src: 'users/login.php' }, type: 'ajax' // You may add options here, they're exactly the same as for $.fn.magnificPopup call // Note that some settings that rely on click event (like disableOn or midClick) will not work here }, 0); */ window.location.href='users/login.php'; } hideURLParams(); } function getURLParameter(name) { return decodeURI((RegExp(name + '=' + '(.+?)(&|$)').exec(location.search) || [, null])[1]); } function hideURLParams() { //Parameters to hide (ie ?success=value, ?error=value, etc) var hide = ['success', 'error']; for (var h in hide) { if (getURLParameter(h)) { history.replaceState(null, document.getElementsByTagName("title")[0].innerHTML, window.location.pathname); } } } </script> <style> section#covid19_alert { background: url(assets/newhomepage2024/images/background/banner-background.png); background-position: top left; background-repeat: repeat-x; height: 47px; background-color: #fef3be; /*#fef3be;*/ text-align: center; display: flex; align-items: center; justify-content: center; zoom:1.1; padding: 20px; } button#covid19_btn { zoom:0.9; border-radius: 10px; text-decoration-line: underline !important; } #covid19_fish { margin-left:-12px; } .row { margin-left: 0; margin-right: 0 } </style> </head> <body> <!--wrapper start--> <div class="wrapper" id="wrapper"> <!--header--> <header> <div class="section-wrapper"> <div class="row"> <div class="col-1 col-sm-1 col-md-1 col-lg-1 col-xl-1"> <img id="logo_img" src="./assets/newhomepage2024/images/linguascope_logo_header_large.png" alt="Responsive image"> </div> <div class="col-11 col-sm-11 col-md-11 col-lg-11 col-xl-11"> <ul id="top_menu" class="d-none d-md-block"> <li><a href="apps/index.htm"><button id="btn_topmenu_apps" type="button" class="btn">Apps</button></a></li> <li><a href="../preview/"><button id="btn_topmenu_freepreview" type="button" class="btn">Free Preview</button></a></li> <li><a href="https://shop.linguascope.com/"><button id="btn_topmenu_onlineshop" type="button" class="btn">Online Shop</button></a></li> <li><a href="info/faq.htm"><button id="btn_topmenu_faq" type="button" class="btn">FAQ</button></a></li> <li><a href="log-in.php" id="lnk_topmenu_login">Log in</a></li> <li><a href="assets/newhomepage2024/subscribe.html" class="opensubscriptionpopup"><button id="btn_topmenu_subscribe" type="button" class="btn">Subscribe</button></a></li> </ul> <nav class="navbar navbar-expand-lg navbar-light text-right d-block d-md-none" style="margin-bottom:30px;"> <!--<a class="navbar-brand" href="#">Navbar</a>--> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <ul id="top_nav_menu" class="navbar-nav"> <li class="nav-item"><a href="apps/index.htm">Apps</a></li> <li class="nav-item"><a href="../preview/">Free Preview</a></li> <li class="nav-item"><a href="https://shop.linguascope.com/">Online Shop</a></li> <li class="nav-item"><a href="info/faq.htm">FAQ</a></li> <li class="nav-item active"><a href="log-in.php">Log in</a></li> <li class="nav-item"><a href="assets/newhomepage2024/subscribe.html" class="opensubscriptionpopup">Subscribe</a></li> </ul> </div> </nav> </div> </div> </div> </header> <!--intro--> <section id="intro"> <div class="section-wrapper"> <div class="container-fluid" style="position: relative"> <!-- <div class="row" style="flex-wrap:nowrap;margin-right:1.7%;"> --> <div class="row" style="flex-wrap:nowrap;"> <div id="intro_content" class="col-xl-5 col-lg-12 col-md-12 col-sm-12 col-12"> <div class="row"> <div class="col-lg-12"> <img id="header_title_img" src="./assets/newhomepage2024/images/header_title.png" class="img-fluid d-none d-xl-block" alt="Responsive image"> <img id="header_title_img_mob" src="./assets/newhomepage2024/images/mobile/title_header_mobile.png" class="img-fluid d-xl-none" alt="Responsive image"> </div> </div> <div class="row"> <div class="col-xl-8 col-lg-12 col-md-12 col-sm-12 col-12" id="subtitle"> <p> Linguascope is an online language learning platform that provides interactive resources and materials for students and teachers of various languages. </p> </div> </div> <!--<div class="row"> <div class="col-lg-12"> <a href="#nutshell"><button id="btn_learnmore" type="button" class="btn">Learn more</button></a> </div> </div>--> <div class="row"> <div class="col-lg-12"> <a href="log-in.php"><button id="btn_login" type="button" class="btn">Log in</button></a> <a href="../preview/"><button id="btn_freepreview" type="button" class="btn">Free preview</button></a> </div> <!--<div class="col-lg-6"> <a href="../preview/"><button id="btn_freepreview" type="button" class="btn">Free preview</button></a> </div>--> </div> <div class="row"> <div class="col-lg-12"> <p id="renew_txt">Looking to <a href="info/renew.htm">renew your subscription</a>?</p> </div> </div> </div> <div id="vi-video-1-container" class="d-none d-xl-block col-xl-7 container-main video-wrapper"> <div id="intro_video" class="curve embed-container"> <div id="video-preview"> <div id="carousel_intro" class="carousel slide carousel-fade" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="assets/newhomepage2024/images/homepage_frame1.jpg" class="d-block w-100" alt="Carousel Image 1"> </div> <div class="carousel-item"> <img src="assets/newhomepage2024/images/homepage_frame2.jpg" class="d-block w-100" alt="Carousel Image 2"> </div> <div class="carousel-item"> <img src="assets/newhomepage2024/images/homepage_frame3.png" class="d-block w-100" alt="Carousel Image 3"> </div> <div class="carousel-item"> <img src="assets/newhomepage2024/images/homepage_frame4.png" class="d-block w-100" alt="Carousel Image 4"> </div> <div class="carousel-item"> <img src="assets/newhomepage2024/images/homepage_frame5.jpg" class="d-block w-100" alt="Carousel Image 5"> </div> <div class="carousel-item"> <img src="assets/newhomepage2024/images/homepage_frame6.jpg" class="d-block w-100" alt="Carousel Image 6"> </div> </div> </div> </div> </div> </div> </div> <div id="video-controls" class="d-none d-xl-block" style="position:absolute;top:0;left:0;min-width:28%;height:100%; margin-left: 50%; padding-top: 215px"> <a href="https://vimeo.com/938174591" id="video-play-link" class="video-students-link" title="Play Video"> <div id="video-play" class="video-buttons video-played"></div> </a> </div> </div> </div> </section> <!-- <section id="covid19_alert"> <a href="https://mailchi.mp/linguascope/our-covid-19-response"><button id="covid19_btn" class="btn btn-danger">Our COVID-19 response - Click here</button></a> <img id="covid19_fish" src="assets/newhomepage2024/images/fish-covid19.png" /> </section> --> <section id="learnmore_freepreview"> <div class="container-fluid"> <div class="section-wrapper"> <div id="learnmore_subsection"> <div class="row"> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/icon_teachers.png" class="icon_img img-fluid" alt="image"> <p class="learnmore_title">Tailored for Teachers,<br /> Loved by Students</p> <p class="learnmore_desc">Our platform was created by language educators who know what teachers need and how to keep students engaged.We thrive on feedback from our subscribers and are committed to delivering fresh and relevant content that enhances the learning experience.</p> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/icon_trusted.png" class="icon_img img-fluid" alt="image"> <p class="learnmore_title">Trusted Globally <br /> since 1998</p> <p class="learnmore_desc">Linguascope has been a trusted companion in classrooms around the world for over two decades. Thousands of primary and secondary schools rely on us daily to enrich their language curriculum.</p> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/icon_interactive.png" class="icon_img img-fluid" alt="image"> <p class="learnmore_title">Interactive<br /> and Inspiring</p> <p class="learnmore_desc">Our treasure trove of multimedia resources is designed to ignite a passion for language learning. From interactive activities that make learning fun to captivating video and audio content, Linguascope ensures that learners stay engaged and motivated.</p> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/icon_languages.png" class="icon_img img-fluid" alt="image"> <p class="learnmore_title">15 Languages,<br /> One Price</p> <p class="learnmore_desc">When you choose Linguascope, you gain access to an astonishing array of 15 languages, all levels included as standard. We believe in keeping it simple – no confusing pricing tiers, just unlimited access to a world of languages.</p> </div> </div> <div class="row text-center"> <div class="col-lg-12"> <a href="discover.htm"><button id="btn_learnmore" type="button" class="btn">Learn more</button></a> </div> </div> </div> <hr/> <div id="freepreview_subsection"> <div id="title_freepreview_subsection" class="row text-center"> <div class="col-lg-12"> <h4>Get a glimpse of what Linguascope has to offer</h4> <p>Why take our word for it when you can see it in action? </br> Explore Linguascope's world of language learning by taking a sneak peek at our free preview section.</p> </div> </div> <div id="freepreview_imagesdiv" class="row"> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/preview_conjugation.png" class="freepreview_img icon_img img-fluid" alt="image"> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/preview_Intermediate.png" class="freepreview_img icon_img img-fluid" alt="image"> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/preview_live.png" class="freepreview_img icon_img img-fluid" alt="image"> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12"> <img src="./assets/newhomepage2024/images/newpg_2024_images/preview_sentences.png" class="freepreview_img icon_img img-fluid" alt="image"> </div> </div> <div class="row text-center"> <div class="col-lg-12"> <a href="../preview/"><button id="btn_freepreview_explore" type="button" class="btn">Explore the Free preview</button></a> </div> </div> </div> </div> </div> </section> <section id="testimonials_carrousel"> <div class="container-fluid"> <div class="section-wrapper"> <div id="carouselTeachersTestimony" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <div class="testimony teachers_testimony"> <p class="testimonyText">"The resources are excellent and they save me hours of preparation time. A real find and a godsend!"</p> <p class="font-weight-bold">Cristina Boira-Talena</p> </div> </div> <div class="carousel-item"> <div class="testimony reviewers_testimony"> <p class="testimonyText">“The Linguascope resources are inspiring, accessible, student-friendly and curriculum-relevant. Arguably the best resource currently available.”</p> <p class="author font-weight-bold">PC Pro Magazine</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">"I have found this website absolutely invaluable. I would describe it as the cornerstone of my teaching."</p> <p class="font-weight-bold">Ann Smith</p> </div> </div> <div class="carousel-item"> <div class="testimony reviewers_testimony"> <p class="testimonyText">“If Linguascope is new to you, then you’ll feel like all your Christmases have come at once.”</p> <p class="author font-weight-bold">Teach Primary Magazine</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">“I adore all the resources and use them incessantly. They have revolutionised my teaching and make lesson planning so much easier.”</p> <p class="font-weight-bold">Natalie Bourke</p> </div> </div> <div class="carousel-item"> <div class="testimony reviewers_testimony"> <p class="testimonyText">“A classic and essential resource which is still as brilliantly interactive and useful as always.”</p> <p class="author font-weight-bold">Tech for Teachers Awards</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">“Linguascope helps to make language learning more accessible for a wide range of learning styles.”</p> <p class="font-weight-bold">Claire Garton</p> </div> </div> <div class="carousel-item"> <div class="testimony reviewers_testimony"> <p class="testimonyText">“Linguascope is a wonderful example of good practice when is come to embedding technology in the curriculum.” </p> <p class="author font-weight-bold">UK Cabinet Office</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">“The site was an instant hit with our students. Already, some of my year 9 students have tried the activities and returned at lunchtime to have another go.”</p> <p class="font-weight-bold">Jacqueline Guile</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">“It's a great tool for differentiation with some students consolidating what they know and others launching off into new areas and extending their grasp of the language.”</p> <p class="font-weight-bold">Janet Welch</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">"I just wanted to say how impressed I am with Linguascope – there hasn’t been much that has inspired me in the classroom for a while until now."</p> <p class="font-weight-bold">Sarah Craddock</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">“Pupils are completely focussed and engaged when learning on Linguascope. With interactive and printable resources all in one place, I am easily cutting my planning time in half.”</p> <p class="author font-weight-bold">Pilar Flores</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">“Linguascope is one of my favourite sites because of its vibrant and user-friendly layout. The worksheets are very easy on the eye and go down a treat with my students!"</p> <p class="font-weight-bold">Emma Watson</p> </div> </div> <div class="carousel-item"> <div class="testimony teachers_testimony"> <p class="testimonyText">"I love the way the site has grown over the years and is still relevant to the current 21st century learners. This is the only resource I use that has taken me through my whole teaching career.”</p> <p class="font-weight-bold">Sophie Croan</p> </div> </div> </div> <ol class="carousel-indicators"> <li data-target="#carouselTeachersTestimony" data-slide-to="0" class="active"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="1"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="2"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="3"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="4"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="5"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="6"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="7"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="8"></li> <li data-target="#carouselTeachersTestimony" data-slide-to="9"></li> </ol> <a class="carousel-control-prev" href="#carouselTeachersTestimony" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselTeachersTestimony" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> </section> <section id="productrangeandquestions"> <div class="section-wrapper"> <div class="container-fluid"> <div id="productrange_subsection"> <div id="title_ourproducts" class="row text-center"> <div class="col-lg-12"> <h4>Explore Linguascope's Extended Product Range</h4> </div> </div> <div id="products_icons" class="row"> <!--<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12"> <a href="apps/index.htm"><img src="./assets/newhomepage2024/images/icon_apps.png" class="product_icon img-fluid" alt="image"></a> </div> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12"> <a href="https://shop.linguascope.com/"><img src="./assets/newhomepage2024/images/icon_shop.png" class="product_icon img-fluid" alt="image" /></a> </div> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12"> <a href="https://www.learningscope.com/"><img src="./assets/newhomepage2024/images/icon_websites.png" class="product_icon img-fluid" alt="image"></a> </div>--> <div class="MagicScroll mcs-bounce" data-options="mode: animation;items: 4; height: 300px" <!--style="padding:175px;"--> > <a href="https://shop.linguascope.com/collections/word-sudoku-to-learn"> <img src="./assets/newhomepage2019/images/product_images/sudoku.webp" class="product_img img-fluid" alt="image"> Word Sudoku </a> <a href="https://shop.linguascope.com/products/c-est-comique-downloadable-ebook"> <img src="./assets/newhomepage2019/images/product_images/cest comique.jpg" class="product_img img-fluid" alt="image"> C'est comique ! </a> <a href="https://shop.linguascope.com/collections/clown-alexandre"> <img src="./assets/newhomepage2019/images/product_images/product_songs.png" class="product_img img-fluid" alt="image"> Clown Alexandre </a> <a href="https://shop.linguascope.com/products/promoting-languages-at-your-school-downloadable-ebook"> <img src="./assets/newhomepage2019/images/product_images/promoting_languages.png" class="product_img img-fluid" alt="image"> Promoting Languages </a> <a href="https://shop.linguascope.com/collections/reproducible-resources"> <img src="./assets/newhomepage2019/images/product_images/reproducible_resources.png" class="product_img img-fluid" alt="image"> Reproducible resources </a> <a href="https://shop.linguascope.com/collections/activity-cards"> <img src="./assets/newhomepage2019/images/product_images/activity_cards.png" class="product_img img-fluid" alt="image"> Activity cards </a> <a href="https://shop.linguascope.com/collections/lingoencore-en-francais"> <img src="./assets/newhomepage2019/images/product_images/french_readers.png" class="product_img img-fluid" alt="image"> French Readers </a> <a href="https://shop.linguascope.com/collections/video"> <img src="./assets/newhomepage2019/images/product_images/video_resources.png" class="product_img img-fluid" alt="image"> Video resources </a> </div> </div> <div id="product_range_text" class="text-center"> <p>In addition to our language learning platform, Linguascope provides a wide array of supplementary resources to make teacher's life easier: <br/>Our collection includes reproducible resources, storybooks, e-posters, engaging songs, video resources, and so much more.</p> </div> <div class="row text-center"> <div class="col-lg-12"> <a href="https://shop.linguascope.com/"><button id="btn_visittheshop" type="button" class="btn">Visit the shop</button></a> </div> </div> <div id="discount" class="text-center"> <p><img src="assets/newhomepage2024/images/newpg_2024_images/icon_bulb.png" /> When your school subscribes to Linguascope, you can claim an exclusive <span style="color:#064b29;font-weight:bold;">50% discount</span> on all our supplementary products.</p> <p id="bottomtxt">To make the most of this fantastic offer, simply log in to our Teacher Portal where you will find your discount code.</p> </div> </div> <hr/> <div id="questions_subsection"> <div id="question_content"> <div id="title_contacts" class="row text-center"> <div class="col-lg-12"> <h4>Questions?</h4> <p>Couldn’t find what you’re looking for on our <a href="info/faq.htm">FAQ page</a>?<br /><a href="https://support.linguascope.com">Get in touch</a> and we’ll be happy to answer all your questions.</p> </div> </div> </div> </div> </div> </div> </section> <!--footer--> <section id="footer"> <div class="section-wrapper"> <div class="container-fluid d-none d-md-block" id="footer_content"> <div id="footer_icons" class="row"> <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-2"> <a href="https://www.threads.net/@linguascope" target="_blank" class="threads"><img src="./assets/newhomepage2024/images/social_threads.png" class="footer_icon img-fluid" alt="image"></a> </div> <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-2"> <a href="https://vimeo.com/linguascope" target="_blank"><img src="./assets/newhomepage2024/images/social_vimeo.png" class="footer_icon img-fluid" alt="image"></a> </div> <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-2"> <a href="https://www.facebook.com/Linguascope" target="_blank" class="facebook"><img src="./assets/newhomepage2024/images/social_facebook.png" class="footer_icon img-fluid" alt="image"></a> </div> <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-2"> <a href="/blog" target="_blank" class="blog"><img src="./assets/newhomepage2024/images/social_wordpress.png" class="footer_icon img-fluid" alt="image"></a> </div> <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-2"> <a href="https://www.instagram.com/linguascope/" target="_blank" class="instagram"><img src="./assets/newhomepage2024/images/social_instagram.png" class="footer_icon img-fluid" alt="image"></a> </div> <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-2"> <a href="https://bsky.app/profile/linguascope.com" target="_blank" class="bluesky"><img src="./assets/newhomepage2024/images/social_bluesky.png" class="footer_icon img-fluid" alt="image"></a> </div> </div> <div id="newsletter_msg" class="row text-center"> <div class="col-lg-12"> <p>Want to stay in the loop?</p> <a href="newsletter/index.php"><img src="assets/images/newsletter_btn.png" style="margin-bottom:20px;" class="img-fluid" /></a> </div> </div> <!--<div id="newsletter_form" class="row text-center"> <form action="https://linguascope.us8.list-manage.com/subscribe/post?u=aaf080832d60c211d9c8ee542&amp;id=32aafcf909" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div class="col-lg-12"> <div class="input-group mb-3"> <input type="email" id="mce-EMAIL" name="EMAIL" class="form-control" placeholder="Email Address" aria-label="Email Address" aria-describedby="mc-embedded-subscribe"> <div class="input-group-append"> <button class="btn btn-outline-secondary" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Subscribe</button> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none;color:#94b89d;"></div> <div class="response" id="mce-success-response" style="display:none;color:#94b89d;"></div> </div> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_aaf080832d60c211d9c8ee542_32aafcf909" tabindex="-1" value=""></div> </div> </div> </form> </div>--> <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script> <script type='text/javascript'>(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script> <div id="footer_links" class="row"> <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12"> <h6>PRODUCTS</h6> <p><a href="https://shop.linguascope.com/">Shop</a></p> <p><a href="apps/index.htm">Apps</a></p> <p><a href="https://www.educandy.com/">Educandy</a></p> </div> <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12"> <h6>SUPPORT</h6> <p><a href="info/faq.htm">FAQ</a></p> <p><a href="help/help.htm">Help</a></p> <p><a href="https://support.linguascope.com">Contact</a></p> </div> <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12"> <h6>LEGAL</h6> <p><a href="info/team.htm">About Us</a></p> <p><a href="https://assets.linguascope.com/terms.pdf">Terms &amp; Conditions</a></p> <p><a href="info/privacypolicy.htm">Privacy Policy</a></p> </div> </div> <div id="copyright" class="text-center"> <p> Copyright &copy; Linguascope <script type="text/javascript">var d = new Date(); document.write(d.getFullYear());</script> </p> </div> </div> <div class="container-fluid d-block d-md-none" id="footer_content_mobile"> <div id="newsletter_msg" class="row text-center"> <div class="col-lg-12"> <p>Want to stay in the loop?</p> <a href="newsletter/index.php" target="_blank"><img src="assets/images/newsletter_btn.png" style="margin-bottom:20px;" class="img-fluid" /></a> </div> </div> <!--<div id="newsletter_form" class="row text-center"> <form action="https://linguascope.us8.list-manage.com/subscribe/post?u=aaf080832d60c211d9c8ee542&amp;id=32aafcf909" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div class="col-lg-12"> <div class="input-group mb-3"> <input type="email" id="mce-EMAIL" name="EMAIL" class="form-control" placeholder="Email Address" aria-label="Email Address" aria-describedby="mc-embedded-subscribe"> <div class="input-group-append"> <button class="btn btn-outline-secondary" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Subscribe</button> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none;color:#94b89d;"></div> <div class="response" id="mce-success-response" style="display:none;color:#94b89d;"></div> </div> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_aaf080832d60c211d9c8ee542_32aafcf909" tabindex="-1" value=""></div> </div> </div> </form> </div>--> <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script> <script type='text/javascript'>(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script> <div id="footer_links"> <div class="mobile_footer_link_div"> <a class="mobile_footer_link" data-toggle="collapse" href="#footer_links_products" aria-expanded="false" aria-controls="footer_links_products"> PRODUCTS <span class="angle_status fas fa-angle-down" style="color:#fff;"></span> </a> </div> <div id="footer_links_products" class="row collapse mobile_footer_link_div"> <div class="col-12 follow_us_link_div"> <a href="https://shop.linguascope.com/" class="footer_links_mobile">Shop</a> </div> <div class="col-12 follow_us_link_div"> <a href="apps/index.htm" class="footer_links_mobile">Apps</a> </div> <div class="col-12 follow_us_link_div"> <a href="https://www.educandy.com/" class="footer_links_mobile">Educandy</a> </div> </div> <div class="mobile_footer_link_div"> <a class="mobile_footer_link" data-toggle="collapse" href="#footer_links_support" aria-expanded="false" aria-controls="footer_links_support"> SUPPORT <span class="angle_status fas fa-angle-down" style="color:#fff;"></span> </a> </div> <div id="footer_links_support" class="row collapse mobile_footer_link_div"> <div class="col-12 follow_us_link_div"> <a href="info/faq.htm" class="footer_links_mobile">FAQ</a> </div> <div class="col-12 follow_us_link_div"> <a href="help/help.htm" class="footer_links_mobile">Help</a> </div> <div class="col-12 follow_us_link_div"> <a href="https://support.linguascope.com" class="footer_links_mobile">Contact</a> </div> </div> <div class="mobile_footer_link_div"> <a class="mobile_footer_link" data-toggle="collapse" href="#footer_links_legal" aria-expanded="false" aria-controls="footer_links_legal"> LEGAL <span class="angle_status fas fa-angle-down" style="color:#fff;"></span> </a> </div> <div id="footer_links_legal" class="row collapse mobile_footer_link_div"> <div class="col-12 follow_us_link_div"> <a href="info/team.htm" class="footer_links_mobile">About Us</a> </div> <div class="col-12 follow_us_link_div"> <a href="https://assets.linguascope.com/terms.pdf" class="footer_links_mobile">Terms &amp; Conditions</a> </div> <div class="col-12 follow_us_link_div"> <a href="info/privacypolicy.htm" class="footer_links_mobile">Privacy Policy</a> </div> </div> <div class="mobile_footer_link_div"> <a class="mobile_footer_link" data-toggle="collapse" href="#footer_icons_mobile" aria-expanded="false" aria-controls="footer_icons_mobile"> FOLLOW US <span class="angle_status fas fa-angle-down" style="color:#fff;"></span> </a> </div> <div id="footer_icons_mobile" class="row collapse mobile_footer_link_div"> <div class="col-12 follow_us_link_div"> <a href="https://www.threads.net/@linguascope" target="_blank" class="threads"><img src="./assets/newhomepage2024/images/social_threads.png" class="footer_icon img-fluid" alt="image"><span class="footer_icons_mobile_title">Threads</span></a> </div> <div class="col-12 follow_us_link_div"> <a href="https://vimeo.com/linguascope" target="_blank"><img src="./assets/newhomepage2024/images/social_vimeo.png" class="footer_icon img-fluid" alt="image"><span class="footer_icons_mobile_title">Vimeo</span></a> </div> <div class="col-12 follow_us_link_div"> <a href="https://www.facebook.com/Linguascope" target="_blank" class="facebook"><img src="./assets/newhomepage2024/images/social_facebook.png" class="footer_icon img-fluid" alt="image"><span class="footer_icons_mobile_title">Facebook</span></a> </div> <div class="col-12 follow_us_link_div"> <a href="/blog" target="_blank" class="blog"><img src="./assets/newhomepage2024/images/social_wordpress.png" class="footer_icon img-fluid" alt="image"><span class="footer_icons_mobile_title">Wordpress</span></a> </div> <div class="col-12 follow_us_link_div"> <a href="https://www.instagram.com/linguascope/" target="_blank" class="instagram"><img src="./assets/newhomepage2024/images/social_instagram.png" class="footer_icon img-fluid" alt="image"><span class="footer_icons_mobile_title">Instagram</span></a> </div> <div class="col-12 follow_us_link_div"> <a href="https://twitter.com/linguascope" target="_blank" class="twitter"><img src="./assets/newhomepage2024/images/social_twitter.png" class="footer_icon img-fluid" alt="image"><span class="footer_icons_mobile_title">Twitter</span></a> </div> </div> </div> <div id="copyright" class="text-center"> <p> Copyright &copy; Linguascope <script type="text/javascript">var d = new Date(); document.write(d.getFullYear());</script> </p> </div> </div> </div> </section> </div><!--wrapper end--> <script> $(".mobile_footer_link").click(function () { if (($(this).find("span.angle_status")).hasClass("fa-angle-down")) { ($(this).find("span.angle_status")).removeClass("fa-angle-down").addClass("fa-angle-up"); } else if (($(this).find("span.angle_status")).hasClass("fa-angle-up")) { ($(this).find("span.angle_status")).removeClass("fa-angle-up").addClass("fa-angle-down"); } else { alert("if else failed") }; }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10