<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
		<title>Seesaw: web-based applications development</title>
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		<meta http-equiv="content-Type" content="text/html; charset=UTF-8" />
		<meta name="description" content="Seesaw is web-based application development firm specialized in agile programming, user experience design and Ruby on Rails framework" />
		<meta name="keywords" content="web application, ruby, ruby on rails, development, agile programming, user experience design, consulting" />
		<meta http-equiv="Content-Language" content="EN" />
    <meta name="author" content="Seesaw S.r.l.">
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
	<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
	<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
	</head>
<body>

<div class="page top" id="done">
	<img src="images/page_background_bottom.jpg" class="image-bg top-bg" />
	<div class="logo half">
			<img src="images/seesaw_logo_transparent.png" alt="Seesaw" />
	</div>  
	<div class="half">
		<h2>The office door is closed: we are no longer taking new client projects at the moment.</h2>
		<div class="content-box">
			<h1>We are working on a new exciting idea, but we can't tell more.</h1>
		
		</div>
	<p>
			<span class="social-icon fb"><a href="http://www.facebook.com/pages/SeeSaw-Srl/181630688610846" onclick="window.open(this.href,'_blank');return false;" class="fb">FB</a></span>
			<span class="social-icon tw"><a href="http://twitter.com/seesaw_it" onclick="window.open(this.href,'_blank');return false;" class="tw">TW</a></span>
			<span class="social-icon in"><a href="http://www.linkedin.com/company/2477373?goback=.fcs_GLHD_seesaw_false_R_*2_*2_*2_2_*2_*2_*2_*2_*2_*2_*2&trk=ncsrch_hits" onclick="window.open(this.href,'_blank');return false;" class="in">IN</a></span>
			<span class="social-icon fk"><a href="http://www.flickr.com/photos/seesawstaff" onclick="window.open(this.href,'_blank');return false;" class="fk">FK</a></span>
			</p>
	</div>

			
	<div id="contact-us" class="footer">
			<span>Seesaw srl - p.iva 03609790237 - Via Monte Solarolo 4, 35141 Padua, Italy</span>
	</div>
	
</div>

	<script>
$(document).ready(function() {
  function filterPath(string) {
  return string
    .replace(/^\//,'')
    .replace(/(index|default).[a-zA-Z]{3,4}$/,'')
    .replace(/\/$/,'');
  }
  var locationPath = filterPath(location.pathname);
  var scrollElem = scrollableElement('html', 'body');

  $('a[href*=#]').each(function() {
    var thisPath = filterPath(this.pathname) || locationPath;
    if (  locationPath == thisPath
    && (location.hostname == this.hostname || !this.hostname)
    && this.hash.replace(/#/,'') ) {
      var $target = $(this.hash), target = this.hash;
      if (target) {
        var targetOffset = $target.offset().top;
        $(this).click(function(event) {
          event.preventDefault();
          $(scrollElem).animate({scrollTop: targetOffset}, 400, function() {
            location.hash = target;
          });
        });
      }
    }
  });

  // use the first element that is "scrollable"
  function scrollableElement(els) {
    for (var i = 0, argLength = arguments.length; i <argLength; i++) {
      var el = arguments[i],
          $scrollElement = $(el);
      if ($scrollElement.scrollTop()> 0) {
        return el;
      } else {
        $scrollElement.scrollTop(1);
        var isScrollable = $scrollElement.scrollTop()> 0;
        $scrollElement.scrollTop(0);
        if (isScrollable) {
          return el;
        }
      }
    }
    return [];
  }

});
	</script>
</body>
</html>