<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>Small Screen Design &raquo; New website coming soon!</title>
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="all,follow">
  <!-- Bootstrap CSS-->
  <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
  <!-- Google fonts - Roboto for copy, Montserrat for headings-->
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
  <!-- theme stylesheet-->
  <link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
  <!-- Custom stylesheet - for your changes-->
  <link rel="stylesheet" href="css/custom.css">
  <!-- Favicon-->
  <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
  <link rel="manifest" href="site.webmanifest">
  <link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
  <meta name="msapplication-TileColor" content="#2d89ef">
  <meta name="theme-color" content="#ffffff">

  <!-- Tweaks for older IEs-->
  <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  <script type="text/javascript" async="" src="js/ga.js"></script>
  <script>
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-2785909-4']);
    _gaq.push(['_trackPageview']);
    (function () {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  </script>
</head>

<body>
  <div class="container-fluid">
    <div class="row min-vh-100">
      <div class="col-xl-6 col-lg-6 col-12 p-4 p-lg-5 mx-auto d-flex align-items-center">
        <div>
          <p><img src="img/logo.svg" class="main-logo" alt="Small Screen Desing"></p>
          <h4 class="text-info mt-4">Coming soon</h4>
          <p class="lead">Hello! We are currently working on our new, shining website. Come back soon for updates…</p>
          <p><strong>Small Screen Design</strong> is a mobile design, mobile development, and <strong>user
              experience</strong> company that has been providing technical expertise since 2008. We are <strong>“made
              in Italy,”</strong> and our experience allows us to reach a wide variety of audiences. Through case
            studies, UX/UI design, research, skilled cross-platform development, and user testing, we help deliver
            strong messages, and engage your customers.</p>
          <p class="social">
            <a href="http://www.linkedin.com/company/small-screen-design" class="external link"><i
                class="fab fa-linkedin"></i></a>
            <!-- <a href="http://www.facebook.com/pages/Small-Screen-Design/182193515140427" class="external link"><i
                class="fab fa-facebook-f"></i></a> -->
            <!-- <a href="http://twitter.com/#!/SmallScrnDesign" class="external link"><i class="fab fa-twitter"></i></a> -->
            <a href="mailto:leo@smallscreendesign.com" class="link"><i class="fa fa-envelope"></i></a>
          </p>
          <p class="credit">&copy; 2023 Small Screen Design di <a href="http://lnkd.in/2W_8fZ" target="_blank">Leonardo
              Risuleo</a> | P.IVA - IT02919660791</p>
        </div>
      </div>
      <div style="background-image: url('img/photo.svg');" class="col-xl-6 col-lg-6 col-12 intro-right">
      </div>
    </div>
  </div>
  <!-- JavaScript files-->
  <script src="vendor/jquery/jquery.min.js"></script>
  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="js/front.js"></script>
  <!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
    integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>

</html>