templates/page.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html class="no-js" lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <!-- Page Title-->
  6.       <title>The Smartfiles Network by LeReTo</title>
  7.       <!-- Meta Tags-->
  8.       <meta name="description" content="The Smartfiles Network by LeReTo | Combining EU and national case law datasets to enable a unique view of the interconnectedness of European case law.">
  9.       <meta name="keywords" content="Legal Network Analysis, Legal Tech, European Case Law, Citation Maps, Smart PDF-convolute">
  10.       <meta name="author" content="LeReTo">
  11.       <!-- Viewport Meta-->
  12.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  13.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  14.     <!-- Template Favicon & Icons Start -->
  15.     <link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64 96x96" href="img/favicon/favicon.ico" type="image/x-icon">
  16.     <link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-touch-icon-57x57.png">
  17.     <link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-touch-icon-60x60.png">
  18.     <link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
  19.     <link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-touch-icon-76x76.png">
  20.     <link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
  21.     <link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-touch-icon-120x120.png">
  22.     <link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-touch-icon-144x144.png">
  23.     <link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png">
  24.     <link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon-180x180.png">
  25.     <link rel="icon" type="image/png" sizes="192x192"  href="/android-icon-192x192.png">
  26.     <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  27.     <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
  28.     <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
  29.     <link rel="manifest" href="img/favicon/manifest.json">
  30.     <meta name="msapplication-config" content="img/favicon/browserconfig.xml">
  31.     <meta name="msapplication-TileColor" content="#ffffff">
  32.     <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
  33.     <meta name="theme-color" content="#ffffff">
  34.     <!-- Template Favicon & Icons End-->
  35.     <!-- Facebook / Linkedin Metadata Start -->
  36.     <meta property="og:image:height" content="300">
  37.     <meta property="og:image:width" content="573">
  38.     <meta property="og:title" content="The SmartFilesNetwork by LeReTo | Building smart files by citation graphs and PDF-convolutes">
  39.     <meta property="og:description" content="Combining EU and national case law datasets to enable a unique view of the interconnectedness of European case law.">
  40.     <meta property="og:url" content="https://smartfiles.lereto.at/">
  41.     <meta property="og:image" content="https://smartfiles.lereto.at/img/backgrounds/solution.gif">
  42.     <!-- Facebook / Linkedin Metadata End -->
  43.     <!-- Template Styles Start -->
  44.     <link rel="stylesheet" type="text/css" href="css/plugins.css">
  45.     <link rel="stylesheet" type="text/css" href="css/loaders/loader.css">
  46.     <link rel="stylesheet" type="text/css" href="css/main.css">
  47.     <!-- Template Styles End -->
  48.     <!-- Custom Browser Color Start -->
  49.     <meta name="theme-color" content="#191919">
  50.     <meta name="msapplication-navbutton-color" content="#191919">
  51.     <meta name="apple-mobile-web-app-status-bar-style" content="#191919">
  52.     <!-- Custom Browser Color End -->
  53.     <!-- Twitter Card Player Start
  54.     <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
  55.     <meta name="twitter:card" content="player" />
  56.     <meta name="twitter:site" content="@TwitterDev" />
  57.     <meta name="twitter:title" content="Sample Player Card" />
  58.     <meta name="twitter:description" content="This is a sample video. When you implement, make sure all links are secure." />
  59.     <meta name="twitter:image" content="https://yoursite.com/example.png" />
  60.     <meta name="twitter:player" content="https://yoursite.com/container.html" />
  61.     <meta name="twitter:player:width" content="480" />
  62.     <meta name="twitter:player:height" content="480" />
  63.     Twitter Card Player End -->
  64.     
  65.     <!-- Twitter Card Image Start -->
  66.     <meta name="twitter:card" content="summary_large_image">
  67.     <meta name="twitter:site" content="@LeReTo_">
  68.     <meta name="twitter:title" content="The Smartfiles Network | PDF-based legal research">
  69.     <meta name="twitter:description" content="Combining EU and national case law datasets to enable a unique view of the interconnectedness of European case law.">
  70.     <meta name="twitter:image" content="https://smartfiles.lereto.at/PERMALINK-ID.PNG">
  71.     <!-- Twitter Card Image End -->
  72.     
  73.     <!-- Begin Cookie Consent plugin by Silktide - https://silktide.com/cookieconsent -->
  74.     
  75.         <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
  76.         <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
  77.         <script>
  78.         onInitialise: function (status) {
  79.           var type = this.options.type;
  80.           var didConsent = this.hasConsented();
  81.           if (type == 'opt-in' && didConsent) {
  82.             // enable cookies
  83.           }
  84.           if (type == 'opt-out' && !didConsent) {
  85.             // disable cookies
  86.           }
  87.         },
  88.          
  89.         onStatusChange: function(status, chosenBefore) {
  90.           var type = this.options.type;
  91.           var didConsent = this.hasConsented();
  92.           if (type == 'opt-in' && didConsent) {
  93.             // enable cookies
  94.           }
  95.           if (type == 'opt-out' && !didConsent) {
  96.             // disable cookies
  97.           }
  98.         },
  99.          
  100.         onRevokeChoice: function() {
  101.           var type = this.options.type;
  102.           if (type == 'opt-in') {
  103.             // disable cookies
  104.           }
  105.           if (type == 'opt-out') {
  106.             // enable cookies
  107.           }
  108.         },
  109.         </script>
  110.         <script>
  111.         
  112.         window.addEventListener("load", function(){
  113.         window.cookieconsent.initialise({
  114.           "palette": {
  115.             "popup": {
  116.               "background": "#191919"
  117.             },
  118.             "button": {
  119.               "background": "#7ed4dd"
  120.             }
  121.           },
  122.           "type": "opt-out",
  123.           "content": {
  124.             "message": "SURPRISE! We use cookies to improve your experience on our site. By tapping on a link or OK, you agree to our and our partners' use of cookies.\n",
  125.             "dismiss": "OK",
  126.             "deny": "OPT OUT",
  127.             "link": "[GDPR & Cookies]",
  128.             "href": "https://smartfiles.lereto.at/docs/dse.pdf"
  129.           }
  130.         })});
  131.         </script>
  132.     <!-- End Cookie Consent plugin -->    
  133.     
  134.     
  135.   </head>
  136.   <body class="overflow-hidden">
  137.     <!-- Old Browsers Support Start-->
  138.     <!--[if lt IE 9]>
  139.       <script src="js/libs/es5-shim.min.js"></script>
  140.       <script src="js/libs/html5shiv.min.js"></script>
  141.       <script src="js/libs/html5shiv-printshiv.min.js"></script>
  142.       <script src="js/libs/respond.min.js"></script>
  143.     <![endif]-->
  144.     <!-- Old Browsers Support End-->
  145.     <!-- Loader Start-->
  146.     <div class="loader">
  147.       <!-- Loader Content Wrapper Start -->
  148.       <div class="loader_content">
  149.         <!-- Loader Logo Start -->
  150.         <div class="loader-logo-container">
  151.           <div class="loader-logo slideInDown">
  152.             <!-- Put Your Logo Here -->
  153.             <img src="img/logo_nobg_white_medium.png" alt="the smartfiles network">
  154.           </div>
  155.           <div class="loader-caption slideInUp">
  156.             <span class="loading-dots">
  157.               <span class="dot"></span>
  158.               <span class="dot"></span>
  159.               <span class="dot"></span>
  160.             </span>
  161.           </div>
  162.         </div>
  163.         <!-- Loader Logo End -->
  164.         <!-- Loader Content Start -->
  165.         <div class="loader-content">
  166.           <div class="col-12">
  167.             <div class="content">
  168.               <div class="loader-slogan">
  169.                 <!-- Put Your Slogan Here! -->
  170.                 <div id="slogan-strings">
  171.                   <p>PDF based legal research</p>
  172.                 </div>
  173.                 <span id="slogan"></span>
  174.               </div>
  175.             </div>
  176.           </div>
  177.         </div>
  178.         <!-- Loader Content End -->
  179.       </div>
  180.       <!-- Loader Content Wrapper Start -->
  181.       <div class="loader_background"></div>
  182.       <!-- Loader Morphing Shape Start -->
  183.       <div class="loader_shape">
  184.         <svg class="loader-transition-shape" width="100%" height="100%" viewBox="0 0 1440 800" preserveAspectRatio="none">
  185.           <path class="loader-morphing-path" d="M-22.4-87.7c-8.3,95.9,56.9,71.1,216.6,79c189.3,9.4,264.6-2.6,431.3-0.8c187.6,2,331.6-9.3,528.2-0.2c443.7,20.5,435.1-61.8,368.6-188.1C1455.9-324.1,34.5-746.7-22.4-87.7z"/>
  186.         </svg>
  187.       </div>
  188.       <!-- Loader Morphing Shape End -->
  189.     </div>
  190.     <!-- Loader End-->
  191.     <!-- Custom HTML Start-->
  192.     <!-- Menu Button Start -->
  193.     <div class="menu-button">
  194.       <a href="#" id="menu-trigger" class="menu-trigger">
  195.         <span></span>
  196.       </a>
  197.       <!-- Menu Button Morphing Shape Start -->
  198.       <svg class="menu-btn-morphing-object" width="100%" height="100%" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
  199.         <path class="menu-btn-morphing-path" d="M49.8,29.3c0,13.3-14.9,20.5-28.2,20.5S0.8,38.6,0.8,25.4S15.9,0.2,29.2,0.2S49.8,16,49.8,29.3z"/>
  200.       </svg>
  201.       <!-- Menu Button Morphing Shape End -->
  202.     </div>
  203.     <!-- Menu Button Start -->
  204.     <!-- Navigation Start-->
  205.     <div class="navigation">
  206.       <!-- Menu Content Wrapper Start -->
  207.       <div class="navigation_content">
  208.         <!-- Menu Close Button Start -->
  209.         <a href="#" id="menu-close" class="navigation_close"></a>
  210.         <!-- Menu Close Button End -->
  211.         <!-- Menu Logo Start -->
  212.         <div class="logo-wrapper">
  213.           <!-- Your Logo Here -->
  214.           <img src="img/logo_nobg_white.png" alt="the smartfiles network"></div>
  215.         <!-- Menu Logo End -->
  216.         <!-- Menu Content Start -->
  217.         <div class="menu-wrapper">
  218.           <nav>
  219.             <!-- Menu Start-->
  220.             <ul class="menu" id="menu">
  221.               <li data-menuanchor="main">
  222.                 <a href="#main">Home</a>
  223.               </li>
  224.               <li data-menuanchor="solution">
  225.                 <a href="#solution">Our Solution</a>
  226.               </li>
  227.               <li data-menuanchor="demo">
  228.                 <a href="#demo">Demo</a>
  229.               </li>
  230.               <li data-menuanchor="citationmap">
  231.                 <a href="#citationmap">Citation map</a>
  232.               </li>
  233.               <li data-menuanchor="PDFconvolute">
  234.                 <a href="#PDFconvolute">PDF convolute</a>
  235.               </li>
  236.               <li data-menuanchor="team">
  237.                 <a href="#team">Team</a>
  238.               </li>
  239.               <li data-menuanchor="contact">
  240.                 <a href="#contact">Contact (Imprint)</a>
  241.               </li>
  242.             </ul>
  243.             <!-- Menu End-->
  244.           </nav>
  245.           <!-- Socials Start-->
  246.           <ul class="menu-socials">
  247.             <br>
  248.             <li>
  249.               <a class="" href="https://twitter.com/LeReTo_" target="_blank">
  250.                 <i class="icon ion-social-twitter"></i>
  251.               </a>
  252.             </li>
  253.             <li>
  254.               <a class="" href="https://www.linkedin.com/company/18403075/" target="_blank">
  255.                 <i class="icon ion-social-linkedin"></i>
  256.               </a>
  257.             </li>
  258.             <li>
  259.               <a class="" href="https://www.facebook.com/lereto.at" target="_blank">
  260.                 <i class="icon ion-social-facebook"></i>
  261.               </a>
  262.             </li>
  263.           </ul>
  264.           <!-- Socials End-->
  265.         </div>
  266.         <!-- Menu Content End -->
  267.       </div>
  268.       <!-- Menu Content Wrapper End -->
  269.       <div class="navigation_background"></div>
  270.       <!-- Menu Morphing Shape Start -->
  271.       <div class="navigation_shape">
  272.         <svg class="menu-transition-shape" width="100%" height="100%" viewBox="0 0 1440 800" preserveAspectRatio="none">
  273.           <path class="menu-morphing-path" d="M-22.4-87.7c-8.3,95.9,56.9,71.1,216.6,79c189.3,9.4,264.6-2.6,431.3-0.8c187.6,2,331.6-9.3,528.2-0.2c443.7,20.5,435.1-61.8,368.6-188.1C1455.9-324.1,34.5-746.7-22.4-87.7z"/>
  274.         </svg>
  275.       </div>
  276.       <!-- Menu Morphing Shape End -->
  277.     </div>
  278.     <!-- Navigation End-->
  279.     <!-- Fullpage.js Sections Start-->
  280.     <div id="fullpage">
  281.       <!-- Main Section Start-->
  282.       <div class="section fp-auto-height-responsive main-section" data-anchor="main">
  283.         <!-- Main Section Background Start-->
  284.         <div class="main-section_background">
  285.           <svg class="main-background-shape" width="100%" height="100%" viewBox="0 0 1920 1080" preserveAspectRatio="none">
  286.             <path class="main-background-path" d="M-60.3,409.8c0,0,391.5-127.3,699.1,69C943,673,1423.5,734.1,1720.6,413.1s601.4,2.7,547.4-306.3
  287.                s-2076.2-363-2076.2-363l-450,372L-60.3,409.8z"/>
  288.             <path class="main-background-path" d="M-185,1003c40-274,382-198,562-124s762,234,1028,80s584-78,704,58s54,370-260,344s-528-192-1038-146
  289.                 S-254.4,1478.2-185,1003z"/>
  290.           </svg>
  291.         </div>
  292.         <!-- Main Section Background End-->
  293.         <!-- Logo Start -->
  294.         <div class="logo">
  295.           <!-- Your Logo Here -->
  296.           <img src="img/logo_nobg_white_text2_small60.png" alt="the smartfiles network">
  297.         </div>
  298.         <!-- Logo End -->
  299.         <!-- Main Section Content Start -->
  300.         <div class="main-section_content fullheight">
  301.           <div class="container-fluid p-0 fullheight">
  302.             <div class="row no-gutters fullheight">
  303.               <!-- Main Section Intro Start -->
  304.               <div class="col-12 col-xl-5 main-section_intro fullheight">
  305.                 <!-- Main Headline Start -->
  306.                 <div class="headline">
  307.                   <!-- Animated Headline Start -->
  308.                     <h1 class="animated-headline">
  309.                       <span id="typed-strings">
  310.                         <b>intuitive</b>
  311.                         <b>pdf based</b>
  312.                         <b>smart</b>
  313.                         <b>open</b>
  314.                       </span>
  315.                       <span id="typed"></span>
  316.                       <br>
  317.                       <span class="additional-text">legal research</span>
  318.                     </h1>
  319.                     <!-- Animated Headline End -->
  320.                   <span class="divider"></span>
  321.                   <p>Welcome to The Smartfiles Network! We are committed to making Legal Open Data as accessible as possible, in a beautiful and useful way. Have a go. </p>
  322.                   <div class="btn-holder">
  323.                     <a href="https://smartfiles.lereto.at/search" class="btn btn-light">
  324.                       <span class="btn-caption">START SEARCH</span>
  325.                       <span class="icon ion-ios-arrow-forward"></span>
  326.                     </a>
  327.                     <a href="#solution" class="btn btn-outline-light">
  328.                       <span class="btn-caption">Tell me more</span>
  329.                     </a>
  330.                   </div>
  331.                 </div>
  332.                 <!-- Main Headline End -->
  333.               </div>
  334.               <!-- Main Section Intro End -->
  335.               <!-- Main Section Media Start -->
  336.               <div class="col-12 col-xl-7 main-section_media fullheight">
  337.                 <!-- Homescreen Illustration Start -->
  338.                 <div class="illustration-holder fullheight">
  339.                   <div class="illustration">
  340.                     <svg class="home-svg-1" width="100%" height="100%" viewBox="0 0 1080 894" style="enable-background:new 0 0 1080 894;" xml:space="preserve">
  341.                       <!-- Background Morphing Object Object -->
  342.                       <path id="home-morphing-path-1" class="sundown" d="M1009.6,511.6c0,218.7-263.4,380.6-500.5,380.6S26.7,626.5,26.7,407.8S370.3,18.5,607.4,18.5S1009.6,292.9,1009.6,511.6z"/>
  343.                       <g>
  344.                         <!-- Morphing Object with Image -->
  345.                           <defs>
  346.                           <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  347.                             <svg viewBox="0 0 1440 899" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink">
  348.                                 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  349.                                     <g id="Group" transform="translate(720.000000, 449.000000) scale(1, -1) translate(-720.000000, -449.000000) " fill="#000000">
  350.                                         <path id="home-morphing-path-2" d="M1070.2,472.6c0,218.7-317.4,389.1-554.5,389.1S9.1,800.7,9.1,582.1S195.7,13,432.8,13S1070.2,253.9,1070.2,472.6z"/></path>
  351.                                     </g>
  352.                                 </g>
  353.                             </svg>
  354.                           </defs>
  355.                           <clipPath id="home-morphing-clippath">
  356.                               <use xlink:href="#home-morphing-path-2"  style="overflow:visible;"/>
  357.                           </clipPath>
  358.                           <g transform="matrix(1 0 0 1 1.862645e-09 0)" style="clip-path:url(#home-morphing-clippath);">
  359.                         
  360.                           <!-- Put Your Image Here in xlink:href="../path/to/image.jpg" size 1500x1242 Property -->
  361.                           <image style="overflow:visible;" width="1500" height="1242" xlink:href="img/backgrounds/bubbles.png"  transform="matrix(0.7198 0 0 0.7198 -2.581610e-02 -0.3868)"></image>
  362.                           </g>
  363.                       </g>
  364.                     </svg>
  365.                   </div>
  366.                 </div>
  367.                 <!-- Homescreen Illustration End -->
  368.               </div>
  369.               <!-- Main Section Media End -->
  370.             </div>
  371.           </div>
  372.         </div>
  373.         <!-- Main Section Content End-->
  374.         <!-- Socials Start -->
  375.         <div class="socials">
  376.           <ul>
  377.             <li>
  378.               <a class="" href="https://twitter.com/LeReTo_" target="_blank">
  379.                 <i class="icon ion-social-twitter"></i>
  380.               </a>
  381.             </li>
  382.             <li>
  383.               <a class="" href="https://www.linkedin.com/company/18403075/" target="_blank">
  384.                 <i class="icon ion-social-linkedin"></i>
  385.               </a>
  386.             </li>
  387.             <li>
  388.               <a class="" href="https://www.facebook.com/lereto.at" target="_blank">
  389.                 <i class="icon ion-social-facebook"></i>
  390.               </a>
  391.             </li>
  392.           </ul>
  393.         </div>
  394.         <!-- Socials End -->
  395.         <!-- Credits Start -->
  396.         <div class="credits">
  397.           <p><a href="#">LeReTo</a> 2019 all rights reserved</p>
  398.         </div>
  399.         <!-- Credits Start -->
  400.       </div>
  401.       <!-- Main Section End-->
  402.       <!-- About Section Start-->
  403.       <div class="section fp-auto-height-responsive content-section" data-anchor="solution">
  404.         <div class="container-fluid p-0 fullheight">
  405.           <div class="row m-0 flex-xl-row-reverse fullheight">
  406.             <!-- About Section Info Start -->
  407.             <div class="col-12 col-xl-6 p-0 content-section_info">
  408.               <div class="content-block">
  409.                 <!-- Section Title Start -->
  410.                 <div class="section-title">
  411.                   <h2>Our Solution.</h2>
  412.                   <span class="divider"></span>
  413.                   <span class="subtitle">The Smartfiles Network combines EU and national case law datasets to enable a unique view of the interconnectedness of European case law. </span>
  414.                   <p>Our intuitive tool pulls together information from different databases and so enables the user to see the connections and influences EU case law has on national case law. </p>
  415.                   <p>Simply drag-and-drop a file into our search window. We will analyse the document, find and link up all cited legal sources and permit the user to download all the original sources in one smart PDF-document. Additionally we create an interactive visualisation, which can be explored and downloaded.</p>
  416.                   <div class="btn-holder">
  417.                     <a href="https://smartfiles.lereto.at/search" class="btn">
  418.                       <span class="btn-caption">Start a Search</span>
  419.                       <span class="icon ion-ios-arrow-forward"></span>
  420.                     </a>
  421.                   </div>
  422.                 </div>
  423.                 <!-- Section Title End -->
  424.               </div>
  425.             </div>
  426.             <!-- About Section Info End -->
  427.             <!-- About Section Media Start -->
  428.             <div class="col-12 col-xl-6 p-0 content-section_media">
  429.               <!-- About Section Image Start -->
  430.               <div class="image image-about"></div>
  431.               <!-- About Section Image End -->
  432.             </div>
  433.             <!-- About Section Media End -->
  434.           </div>
  435.         </div>
  436.       </div>
  437.       <!-- About Section End-->
  438.       
  439.       <!-- Blockquote Section Start-->
  440.       <div class="section fp-auto-height-responsive content-section" data-anchor="blockquote">
  441.         <div class="container-fluid p-0 fullheight">
  442.           <div class="row m-0 flex-xl-row fullheight">
  443.             <!-- Blockquote Section Info Start -->
  444.             <div class="col-12 col-xl-6 p-0 content-section_info">
  445.               <!-- Blockquote Morphing Object Start -->
  446.               <div class="quote-object" id="quote-morphing">
  447.                 <svg class="quote-morphing-object" width="100%" height="100%" viewBox="0 0 600 600" xml:space="preserve">
  448.                   <path class="quote-morphing-path" d="M585.1,354.1c0,148.3-151.7,234-300,234S13.6,448.3,13.6,300S178.8,13.6,327.1,13.6S585.1,205.8,585.1,354.1z"/>
  449.                 </svg>
  450.               </div>
  451.               <!-- Blockquote Morphing Object End -->
  452.               <!-- Blockquote Start -->
  453.               <div class="content-block">
  454.                 <div class="blockquote-content">
  455.                   <blockquote cite="">
  456.                     <i class="ion-quote"></i>
  457.                     <p>Is European case law made of isolated <span>bubbles</span> or does it <span>blend</span> into national judicature?</p>
  458.                     <span class="divider"></span>
  459.                     <cite class="light-text-06">
  460.                       <span></span>
  461.                       <span></span>
  462.                     </cite>
  463.                     <br><br>
  464.                     <div class="btn-holder">
  465.                     <a href="https://smartfiles.lereto.at/search" class="btn btn-outline-light_sfn">
  466.                       <span class="btn-caption">Explore citation maps</span>
  467.                       <span class="icon ion-ios-arrow-forward"></span>
  468.                     </a>
  469.                     </div>
  470.                   </blockquote>
  471.                 </div>
  472.               </div>
  473.               <!-- Blockquote End -->
  474.             </div>
  475.             <!-- Blockquote Section Info End -->
  476.             <!-- Blockquote Section Media Start -->
  477.             
  478.             <div class="col-12 col-xl-6 main-section_media media-background fullheight">
  479.                     
  480.                 <!-- Background Effect Start LeReTo: https://youtu.be/shnE8F4J-jM -->
  481.                 <div class="video-background">
  482.                   <div class="" id="video-wrapper">
  483.                     <div id="bgndVideo" class="player" data-property="{ videoURL:'https://youtu.be/u7gC-3MBHbE', }"></div>
  484.                   </div>
  485.                 </div>
  486.                 <!-- Background Effect End -->
  487.                 
  488.                     <a href="https://youtu.be/u7gC-3MBHbE" class="btn" target="_blank">
  489.                       <span class="btn-caption">watch on youtube</span>
  490.                     </a>
  491.                 
  492.             </div>
  493.             <!-- Blockquote Section Media End -->
  494.           </div>
  495.         </div>
  496.       </div>
  497.       <!-- Blockquote Section End-->
  498.       <!-- Citation Map Section Start-->
  499.         <div class="section fp-auto-height-responsive content-section" data-anchor="citationmap">
  500.         <div class="container-fluid p-0 fullheight">
  501.             <div class="row m-0 flex-md-row-reverse fullheight">
  502.                 <!-- Citation Map Section Info Start -->
  503.                 <div class="col-12 col-xl-6 p-0 content-section_info">
  504.                   <div class="content-block">
  505.                     <!-- Section Title Start -->
  506.                     <div class="section-title">
  507.                       <h2>Citation Map.</h2>
  508.                       <span class="divider"></span>
  509.                       <span class="subtitle">The Smartfiles Network was developed in the belief that visualisation can simplify information and that it allows people to assimilate large chunks of it, in just one glance. </span>
  510.                       <p>Of course, it‘s never that easy. So here is a quick guide explaining how The Smartfiles Network works and how it should be read.</p>
  511.                       <br>
  512.                           <span class="divider"></span><br>
  513.                           <h3>How to read the map</h3>
  514.                           
  515.                           <p><span class="icon ion-ios-arrow-forward"></span> The red-rimmed circle represents the original PDF
  516.                           <br><span class="icon ion-ios-arrow-forward"></span> The turquoise circles are the the referenced case law
  517.                           <br><span class="icon ion-ios-arrow-forward"></span> The bigger the circle, the more often a document has been cited
  518.                           <br><span class="icon ion-ios-arrow-forward"></span> Explore the relevance: within your network or EU wide
  519.                           <br><span class="icon ion-ios-arrow-forward"></span> Click on a circle to get more information (metadata)
  520.                           </p>
  521.                           
  522.                       <div class="btn-holder">
  523.                         <a href="#PDFconvolute" class="btn">
  524.                           <span class="btn-caption">Smart PDF</span>
  525.                           <span class="icon ion-ios-arrow-forward"></span>
  526.                         </a>
  527.                       </div>
  528.                     </div>
  529.                     <!-- Section Title End -->
  530.                   </div>
  531.                 </div>
  532.                 <!-- Citation Map Section Info End -->
  533.                 <!-- Citation Map Section Media Start -->
  534.                 
  535.                 <div class="col-12 col-xl-6 p-0 content-section_media">
  536.                     <!-- About Section Image Start -->
  537.                     <div class="image image-citationmap"></div>
  538.                     <!-- About Section Image End -->
  539.                 </div>
  540.                 <!-- Citation Map Section Media End -->
  541.             </div>
  542.             <!-- Citation Map Section Info End -->
  543.             <!-- Citation Map Section Media End-->
  544.           </div>
  545.         </div>
  546.       <!-- Citation Map Section End-->
  547.       <!-- PDF convolute Section Start-->
  548.         <div class="section fp-auto-height-responsive content-section" data-anchor="PDFconvolute">
  549.             <div class="container-fluid p-0 fullheight">
  550.                 <div class="row m-0 fullheight">
  551.                     <!-- PDF convolute Section Info Start -->
  552.                         <div class="col-12 col-xl-6 p-0 content-section_info">
  553.                             <div class="content-block">
  554.                             <!-- Section Title Start -->
  555.                                 <div class="section-title">
  556.                                   <h2>Smart PDF.</h2>
  557.                                   <span class="divider"></span>
  558.                                   <span class="subtitle">The Portable Document Format is THE standard format for documents in the legal world.</span>
  559.                                   <p>We have taken the PDF file and made it smart. Our PDF convolute looks just like any other, but it contains all case law that was cited within. By clicking on a reference, the desired case law decision is shown. This function also allows the user to work offline. The downloaded PDF convolute is fully shareable, and can be forwarded to team members.</p>
  560.                                   
  561.                                   <span class="divider"></span><br>
  562.                                       <h3>Convolute features</h3>
  563.                                       <p><span class="icon ion-ios-arrow-forward"></span> Download your linked smart PDF convolute
  564.                                       <br><span class="icon ion-ios-arrow-forward"></span> Click on a reference to open it
  565.                                       <br><span class="icon ion-ios-arrow-forward"></span> Work offline and share it with others
  566.                                       <br><span class="icon ion-ios-arrow-forward"></span> Use the bookmark list to navigate in the document
  567.                                       </p>
  568.                                       
  569.                                   <div class="btn-holder">
  570.                                     <a href="#team" class="btn">
  571.                                       <span class="btn-caption">Our team</span>
  572.                                       <span class="icon ion-ios-arrow-forward"></span>
  573.                                     </a>
  574.                                   </div>
  575.                                 </div>
  576.                             <!-- Section Title End -->
  577.                             </div>
  578.                         </div>
  579.                     <!-- PDF convolute Section Info End -->
  580.                     <!-- PDF convolute Section Media Start-->                
  581.             
  582.                         <div class="col-12 col-xl-6 p-0 content-section_media">
  583.                           <!-- About Section Image Start -->
  584.                           <div class="image image-pdf"></div>
  585.                           <!-- About Section Image End -->
  586.                         </div>
  587.                     <!-- PDF convolute Section Media End -->
  588.                 </div>
  589.             </div>
  590.         </div>
  591.       <!-- PDF convolute Section End-->
  592.       
  593.       <!-- Team Section Start-->
  594.       <div class="section fp-auto-height-responsive content-section" data-anchor="team">
  595.         <div class="container-fluid p-0 fullheight">
  596.           <div class="row m-0 fullheight">
  597.             <!-- Team Section Info Start -->
  598.             <div class="col-12 col-xl-6 p-0 fullheight content-section_info">
  599.               <!-- Team Block Start -->
  600.               <div class="features fullheight">
  601.                 <div class="row m-0">
  602.                   <!-- Feature Image Start -->
  603.                   <div class="col-12 col-md-6 p-0 feature-image feature-image-team1"></div>
  604.                   <!-- Feature Image End -->
  605.                   <!-- Team Single Item Start -->
  606.                   <div class="col-12 col-md-6 feature-item">
  607.                     <div class="feature-item_description">
  608.                       <h3>Veronika Haberler<br>spotter-of-trends</h3>
  609.                       <span class="divider"></span>
  610.                       <p>Veronika co-founded the award-winning legal tech start up LeReTo.
  611.                       She knows what will be the issue before it‘s even an issue.</p><br>
  612.                     <div class="btn-holder">
  613.                     <a href="https://www.linkedin.com/in/veronika-haberler/" class="btn btn-outline-light_sfn">
  614.                       <span class="btn-caption">linkedin profile</span>
  615.                     </a>
  616.                     </div>
  617.                     </div>
  618.                   </div>
  619.                   <!-- Team Single Item End -->
  620.                 </div>
  621.                 <div class="row m-0 flex-md-row-reverse">
  622.                   <!-- Feature Image Start -->
  623.                   <div class="col-12 col-md-6 p-0 feature-image feature-image-team2"></div>
  624.                   <!-- Feature Image End -->
  625.                   <!-- Team Single Item Start -->
  626.                   <div class="col-12 col-md-6 feature-item">
  627.                     <div class="feature-item_description">
  628.                       <h3>Christian Artner<br>maker-of-stuff</h3>
  629.                       <span class="divider"></span>
  630.                       <p>Christian founded the Austrian tech firm cloudtech. He programms with passion for all technology, especially the non-boring kind.</p><br>
  631.                     <div class="btn-holder">
  632.                     <a href="https://www.linkedin.com/in/christian-artner-6a10a913a/" class="btn btn-outline-light_sfn">
  633.                       <span class="btn-caption">linkedin profile</span>
  634.                     </a>
  635.                     </div>
  636.                     </div>
  637.                   </div>
  638.                   <!-- Team Single Item End -->
  639.                 </div>
  640.               </div>
  641.               <!-- Team Block End-->
  642.             </div>
  643.             <!-- Team Section Info End -->
  644.             <!-- Team Section Media Start -->
  645.             <div class="col-12 col-xl-6 p-0 fullheight content-section_info">
  646.               <!-- Team Block Start -->
  647.               <div class="features fullheight">
  648.                 <div class="row m-0">
  649.                   <!-- Feature Image Start -->
  650.                   <div class="col-12 col-md-6 p-0 feature-image feature-image-team3"></div>
  651.                   <!-- Feature Image End -->
  652.                  <!-- Team Single Item Start -->
  653.                   <div class="col-12 col-md-6 feature-item">
  654.                     <div class="feature-item_description">
  655.                       <h3>Peter Melicharek<br>knower-of-stuff</h3>
  656.                       <span class="divider"></span>
  657.                       <p>Peter is a lawyer and co-founder of the award-winning legal tech start up LeReTo. He knows lots of stuff, and not just about the law and technology.</p><br>
  658.                     <div class="btn-holder">
  659.                     <a href="https://www.linkedin.com/in/peter-melicharek-1a419212/" class="btn btn-outline-light_sfn">
  660.                       <span class="btn-caption">linkedin profile</span>
  661.                     </a>
  662.                     </div>
  663.                     </div>
  664.                   </div>
  665.                   <!-- Team Single Item End -->
  666.                 </div>
  667.                 <div class="row m-0 flex-md-row-reverse">
  668.                   <!-- Feature Image Start -->
  669.                   <div class="col-12 col-md-6 p-0 feature-image feature-image-team4"></div>
  670.                   <!-- Feature Image End -->
  671.                   <!-- Team Single Item Start -->
  672.                   <div class="col-12 col-md-6 feature-item">
  673.                     <div class="feature-item_description">
  674.                       <h3>Jasmine Fassl<br>know-it-all</h3>
  675.                       <span class="divider"></span>
  676.                       <p>Jasmine has been a leader and project manager in the cultural sector in Europe for years. She knows enough to know that she definitely doesn‘t know it all. </p><br>
  677.                     <div class="btn-holder">
  678.                     <a href="https://www.linkedin.com/in/jasmine-f-103437a4/" class="btn btn-outline-light_sfn">
  679.                       <span class="btn-caption">linkedin profile</span>
  680.                     </a>
  681.                     </div>
  682.                     </div>
  683.                   </div>
  684.                   <!-- Team Single Item End -->
  685.                 </div>
  686.               </div>
  687.               <!-- Team Block End-->
  688.             </div>
  689.             <!-- Team Section Media End -->
  690.           </div>
  691.         </div>
  692.       </div>
  693.       <!-- Team Section End-->
  694.       <!-- Contact Section Start-->
  695.       <div class="section fp-auto-height-responsive content-section" data-anchor="contact">
  696.         <div class="container-fluid p-0 fullheight">
  697.           <div class="row no-gutters fullheight">
  698.             <!-- Contact Section Info Start -->
  699.             <div class="col-12 col-xl-6 content-section_info">
  700.               <div class="content-block">
  701.                 <!-- Section Title Start -->
  702.                 <div class="section-title">
  703.                   <h2>Get in touch.</h2>
  704.                   <span class="divider"></span>
  705.                   <span class="subtitle">We do things legally clever - since 2014!</span>
  706.                   <p>Based in Vienna, Austria, the multi-award-winning legal tech start-up LeReTo was founded. After a first product for the legal research market, process optimisation tools followed. Since then, the team has grown, but the passion for digitalisation, law, data and just making things easier for people has stayed the same.</p>
  707.                   <p>You can drop us a note and we’ll reply as soon as posible.</p>              
  708.                   <p>Contact us via email: <span>smartfiles [AT] lereto [DOT] at</span></p>
  709.                   <div class="btn-holder">
  710.                     <a href="mailto:smartfiles@lereto.at" class="btn">
  711.                       <span class="btn-caption">Drop a note</span>
  712.                       <span class="icon ion-android-create"></span>
  713.                     </a>
  714.                   </div>
  715.                   <div class="btn-holder">
  716.                     <a href="docs/dse.pdf" class="btn btn-outline-light_sfn">
  717.                       <span class="btn-caption">Imprint & Data Protection</span>
  718.                       <span class="icon ion-ios-arrow-forward"></span>
  719.                     </a>
  720.                   </div>
  721.                 </div>
  722.                 <!-- Section Title End -->
  723.               </div>
  724.             </div>
  725.             <!-- Contact Section Info End -->
  726.             <!-- Contact Section Media Start -->
  727.             <div class="col-12 col-xl-6 content-section_media">
  728.               <!-- Contact Section Image Start -->
  729.               <div class="image image-contact"></div>
  730.               <!-- Contact Section Image End -->
  731.             </div>
  732.             <!-- Contact Section Media End -->
  733.           </div>
  734.         </div>
  735.       </div>
  736.       <!-- Contact Section End-->
  737.     </div>
  738.     <!-- Fullpage.js Sections End-->
  739.     <!-- Notify Me Popup Start -->
  740.     <div class="popup popup-light notify">
  741.       <!-- Popup Content Wrapper Start -->
  742.       <div class="popup_content">
  743.         <!-- Close Button Start -->
  744.         <a href="#0" id="notify-close" class="popup_close notify-close"></a>
  745.         <!-- Close Button End -->
  746.         <div class="container-fluid p-0 fullheight">
  747.           <div class="row no-gutters justify-content-center fullheight">
  748.             <div class="col-12 col-xl-4 fullheight">
  749.               <!-- Notify Content Start -->
  750.               <div class="popup-wrapper">
  751.                 <!-- Notify Title Start -->
  752.                 <div class="popup-title">
  753.                   <p class="title">Get to know about our launch</p>
  754.                   <span class="divider"></span>
  755.                   <p class="subtitle">Subscribe to our newsletter and we will send you a notification about the launch of our brand new site.</p>
  756.                 </div>
  757.                 <!-- Notify Title End -->
  758.                 <!-- Notify Form Container Start -->
  759.                 <div class="form-container">
  760.                   <!-- Reply Messages Start-->
  761.                   <div class="reply-group reply-dark subscription-ok">
  762.                     <i class="icon ion-ios-checkmark txt-accent-color"></i>
  763.                     <p class="reply-group__title">Done!</p>
  764.                     <span class="reply-group__text">Thanks for subscribing. We will send you a notification about the launch of our brand new website.</span>
  765.                   </div>
  766.                   <div class="reply-group reply-dark subscription-error">
  767.                     <i class="icon ion-sad txt-accent-color"></i>
  768.                     <p class="reply-group__title">Ooops!</p>
  769.                     <span class="reply-group__text">Something went wrong. Please try again later.</span>
  770.                   </div>
  771.                   <!-- Reply Messages End-->
  772.                   <!-- Notify Contact Form Start-->
  773.                   <form class="form form-dark notify-form">
  774.                     <input class="input" type="email" placeholder="Email Adress*" required>
  775.                     <span class="inputs-description">*Required fields</span>
  776.                     <button class="btn" type="submit">
  777.                       <span class="btn-caption">Send</span>
  778.                       <span class="icon ion-android-send"></span>
  779.                     </button>
  780.                   </form>
  781.                   <!-- Notify Contact Form End-->
  782.                 </div>
  783.                 <!-- Notify Form Container End -->
  784.               </div>
  785.               <!-- Notify Content End -->
  786.             </div>
  787.           </div>
  788.         </div>
  789.       </div>
  790.       <!-- Popup Content Wrapper End -->
  791.       <div class="popup_background"></div>
  792.       <!-- Popup Morphing Shape Start -->
  793.       <div class="popup_shape">
  794.         <svg class="popup-transition-shape" width="100%" height="100%" viewBox="0 0 1440 800" preserveAspectRatio="none">
  795.           <path class="popup-morphing-path" d="M-22.4-87.7c-8.3,95.9,56.9,71.1,216.6,79c189.3,9.4,264.6-2.6,431.3-0.8c187.6,2,331.6-9.3,528.2-0.2c443.7,20.5,435.1-61.8,368.6-188.1C1455.9-324.1,34.5-746.7-22.4-87.7z"/>
  796.         </svg>
  797.       </div>
  798.       <!-- Popup Morphing Shape End -->
  799.     </div>
  800.     <!-- Notify Me Popup End -->
  801.     <!-- Write-a-Line Popup Start -->
  802.     <div class="popup popup-light writealine">
  803.       <!-- Popup Content Wrapper Start -->
  804.       <div class="popup_content">
  805.         <!-- Close Button Start -->
  806.         <a href="#0" id="writealine-close" class="popup_close writealine-close"></a>
  807.         <!-- Close Button End -->
  808.         <div class="container-fluid p-0 fullheight">
  809.           <div class="row no-gutters justify-content-center fullheight">
  810.             <div class="col-12 col-xl-4 fullheight">
  811.               <!-- Write-a-Line Content Start -->
  812.               <div class="popup-wrapper">
  813.                 <!-- Write-a-Line Title Start -->
  814.                 <div class="popup-title">
  815.                   <p class="title">Just say "Hello!"</p>
  816.                   <span class="divider"></span>
  817.                   <p class="subtitle">Drop us a line and we will get back as soon as possible.</p>
  818.                 </div>
  819.                 <!-- Write-a-Line Title End -->
  820.                 <!-- Write-a-Line Form Container Start -->
  821.                 <div class="form-container">
  822.                   <!-- Reply Group Start -->
  823.                   <div class="reply-group reply-dark">
  824.                     <i class="icon ion-ios-checkmark"></i>
  825.                     <p class="reply-group__title"><span>Done</span>!</p>
  826.                     <span class="reply-group__text">Thanks for your message. We will get back as soon as possible.</span>
  827.                   </div>
  828.                   <!-- Reply Group End -->
  829.                   <!-- Contact Form Start -->
  830.                   <form class="form form-dark writealine-form" id="writealine-form">
  831.                     <!-- Hidden Required Fields -->
  832.                     <input type="hidden" name="project_name" value="The Smartfiles Network"> <!-- Put Your Project Name Here -->
  833.                     <input type="hidden" name="admin_email" value="smartfiles@lereto.at"> <!-- Put Your Email Here -->
  834.                     <input type="hidden" name="form_subject" value="Contact Form Message"> <!-- Put Your Email Subject Here -->
  835.                     <!-- END Hidden Required Fields-->
  836.                     <input type="text" name="Name" placeholder="Your Name*" required>
  837.                     <input type="email" name="E-mail" placeholder="Email Adress*">
  838.                     <textarea name="Message" placeholder="A Few Words*" required></textarea>
  839.                     <span class="inputs-description">*Required fields</span>
  840.                     <!-- Send Button Start -->
  841.                     <button class="btn">
  842.                       <span class="btn-caption">Send</span>
  843.                       <span class="icon ion-android-send"></span>
  844.                     </button>
  845.                     <!-- Send Button End -->
  846.                   </form>
  847.                   <!-- Contact Form End -->
  848.                 </div>
  849.                 <!-- Write-a-Line Form Container End -->
  850.               </div>
  851.               <!-- Write-a-Line Content End -->
  852.             </div>
  853.           </div>
  854.         </div>
  855.       </div>
  856.       <!-- Popup Content Wrapper End -->
  857.       <div class="popup_background"></div>
  858.       <!-- Popup Morphing Shape Start -->
  859.       <div class="popup_shape">
  860.         <svg class="popup-transition-shape" width="100%" height="100%" viewBox="0 0 1440 800" preserveAspectRatio="none">
  861.           <path class="popup-morphing-path" d="M-22.4-87.7c-8.3,95.9,56.9,71.1,216.6,79c189.3,9.4,264.6-2.6,431.3-0.8c187.6,2,331.6-9.3,528.2-0.2c443.7,20.5,435.1-61.8,368.6-188.1C1455.9-324.1,34.5-746.7-22.4-87.7z"/>
  862.         </svg>
  863.       </div>
  864.       <!-- Popup Morphing Shape End -->
  865.     </div>
  866.     <!-- Write-a-Line Popup End -->
  867.     <!-- Custom HTML End-->
  868.     <!-- Root element of PhotoSwipe. Must have class pswp. -->
  869.     <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
  870.       <!-- Background of PhotoSwipe.
  871.       It's a separate element, as animating opacity is faster than rgba(). -->
  872.       <div class="pswp__bg"></div>
  873.       <!-- Slides wrapper with overflow:hidden. -->
  874.       <div class="pswp__scroll-wrap">
  875.         <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->
  876.         <!-- don't modify these 3 pswp__item elements, data is added later on. -->
  877.         <div class="pswp__container">
  878.             <div class="pswp__item"></div>
  879.             <div class="pswp__item"></div>
  880.             <div class="pswp__item"></div>
  881.         </div>
  882.         <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
  883.         <div class="pswp__ui pswp__ui--hidden">
  884.           <div class="pswp__top-bar">
  885.             <!--  Controls are self-explanatory. Order can be changed. -->
  886.             <div class="pswp__counter"></div>
  887.             <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
  888.             <button class="pswp__button pswp__button--share" title="Share"></button>
  889.             <!-- <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>  -->
  890.             <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
  891.             
  892.             <!-- element will get class pswp__preloader--active when preloader is running -->
  893.             <div class="pswp__preloader">
  894.                     <div class="pswp__preloader__icn">
  895.                       <div class="pswp__preloader__cut">
  896.                         <div class="pswp__preloader__donut"></div>
  897.                       </div>
  898.                     </div>
  899.             </div>
  900.           </div>
  901.             <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
  902.                 <div class="pswp__share-tooltip"></div>
  903.             </div>
  904.             <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
  905.             </button>
  906.             <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
  907.             </button>
  908.             <div class="pswp__caption">
  909.                 <div class="pswp__caption__center"></div>
  910.             </div>
  911.         </div>
  912.       </div>
  913.     </div>
  914.     <!-- Load Scripts Start-->
  915.     <script src="js/libs.min.js"></script>
  916.     <script src="js/gallery-init.js"></script>
  917.     <script src="js/punchy-custom.js"></script>
  918.     <!-- Load Scripts End-->
  919.     <!-- GOOGLE ANALYTICs -->
  920.         
  921.         <!-- Opt Out für GOOGLE ANALYTICs https://www.kloos.at/blog/google-analytics-datenschutzkonform-nutzen/ siehe auch unsere Seite datenschutz.html-->
  922.             <script>
  923.             // Set to the same value as the web property used on the site
  924.             var gaProperty = 'UA-66611028-1';
  925.             // Disable tracking if the opt-out cookie exists.
  926.             var disableStr = 'ga-disable-' + gaProperty;
  927.             if (document.cookie.indexOf(disableStr + '=true') > -1) {
  928.               window[disableStr] = true;
  929.             }
  930.             // Opt-out function
  931.             function gaOptout() {
  932.               document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  933.               window[disableStr] = true;
  934.             }
  935.             </script>
  936.         <script>
  937.         (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  938.         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  939.         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  940.         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  941.         ga('create', 'UA-66611028-1', 'auto');
  942.         ga('set', 'anonymizeIp', true);
  943.         ga('send', 'pageview');
  944.         </script>
  945.     <!-- GOOGLE ANALYTICs -->    
  946.   </body>
  947. </html>