<!DOCTYPE html>
<html>
<head>
<title> Jonas - tweemeter studio </title>
<link rel="stylesheet" href="https://xofile.com/css/style.php?key=XfVDJBfTfhhSB7CuVRI7">

<style>
@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  background: #fff;
  color: #2F2933;
}

h1, h2, h3, h4, h5, h6 {
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 300;
}

h1 {
  padding-top: 0;
  font-size: 36px;
}

h2 {
  font-size: 28.8px;
}

h3 {
  font-size: 21.6px;
}

a {
  color: #01A2A6;
  text-decoration: none;
}
a:hover {
  color: #29D9C2;
}
a:active, a:focus {
  color: inherit;
}

p {
  margin-bottom: 20px;
}

img, iframe, pre, code {
  max-width: 100%;
}

pre, code {
  overflow-x: scroll;
  background: #ececec;
  padding: 0 3px;
}

pre p {
  margin-bottom: 0;
  padding: 0 3px;
}

ul, ol {
  margin-bottom: 20px;
}

ul ul,
ol ol,
ul ul ul,
ol ol ol,
ul ul ul ul,
ol ol ol ol,
ul ul ul ul ul,
ol ol ol ol ol {
  margin-bottom: 0;
}

ul, ol {
  margin-left: 20px;
}

dd {
  padding-left: 20px;
}

table {
  width: 100%;
  text-align: left;
}
table th {
  padding: 10px 0;
  border-bottom: 1px solid #2F2933;
}
table tr:nth-child(even) {
  background: #eeebef;
}
table td {
  padding: 5px;
}

hr {
  height: 0;
  border: none;
  background: none;
  color: none;
  border-bottom: 1px solid #e1dde4;
  margin: 20px 0;
}

blockquote {
  margin: 20px 20px 20px 0;
  padding-left: 10px;
  font-size: 20px;
  line-height: 23px;
  font-style: italic;
  border-left: 5px solid #2F2933;
}
blockquote:before {
  content: ' " ';
  font-size: 50px;
  background: yellow;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.img-rounded {
  border-radius: 50%;
  max-width: 150px;
}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 99;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

#toggle span:after {
  top: 9px;
}

#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}

#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on + #menu {
  opacity: 1;
  display: block;
}

#menu {
  opacity: 0;
  display: none;
}

body > header {
  color: #fff;
  padding: 20px;
  background: #29D9C2;
  text-align: center;
  position: relative;
}
body > header h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  position: relative;
}
body > header h1:after {
  content: "☼";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  font-size: 20px;
  text-align: center;
  display: block;
  border: 1px solid;
  background: #29D9C2;
}
body > header h1, body > header h1 > a {
  color: #fff;
  font-size: 16px;
}
body > header h1:hover, body > header h1 > a:hover {
  color: #fff;
}
body > header span.cursive {
  display: block;
  font-family: 'Kaushan Script', cursive;
  font-size: 46px;
  padding: 0 4px 0 0;
  transform: rotate(-7deg);
  color: #fff;
  transition: all 300ms ease;
}
body > header span.cursive:hover {
  transform: rotate(367deg);
}
body > header nav[role="main"] ul,
body > header nav[role="main"] ul li,
body > header nav[role="main"] li a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
body > header nav[role="main"] li a {
  padding: 5px 10px;
  color: #2F2933;
  width: 100%;
}
body > header nav[role="main"] li a:hover {
  color: #fff;
  background: #2F2933;
}

.container {
  width: 100%;
  padding: 20px;
}
.container .calendar {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.container .calendar .calendar--item {
  border-bottom: 1px solid #afa5b6;
  margin-bottom: 20px;
}
.container .calendar .calendar--item_date {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background: lightgray;
  border-radius: 8px;
  box-shadow: 0 4px 0 #afa5b6;
}
.container .calendar .calendar--item_date_month {
  display: block;
  background: #9B0000;
  color: #fff;
  padding: 6px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.container .calendar .calendar--item_date_day,
.container .calendar .calendar--item_date_year {
  display: block;
}
.container .calendar .calendar--item_date_day {
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0;
}
.container .calendar .calendar--item_date_year {
  font-size: 16px;
}
.container .calendar .calendar--location {
  font-weight: bold;
  font-size: 20px;
}
.container .sidebar {
  text-align: left;
  border-top: 1px solid #afa5b6;
  padding: 20px;
}
.container .sidebar img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

footer {
  text-align: center;
  background: #2F2933;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 0;
}
footer p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.button {
    color: #666;
    background-color: #eee;
    font-weight: 300;
    font-size: 16px;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

@media screen and (min-width: 1024px) {
  body > header {
    padding: 40px;
  }
  body > header h1 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
    position: relative;
  }
  body > header h1:after {
    content: "☼";
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    font-size: 40px;
    text-align: center;
    display: block;
    border: 1px solid;
    background: #29D9C2;
  }
  body > header span.cursive {
    display: inline-block;
  }
  body > header #toggle {
    display: none;
  }
  body > header #menu {
    display: block;
    opacity: 1;
  }
  body > header nav[role="main"] ul,
  body > header nav[role="main"] ul li,
  body > header nav[role="main"] li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  body > header nav[role="main"] li {
    display: inline-block;
  }
  body > header nav[role="main"] li a {
    padding: 10px 20px;
  }

  .container {
    width: 1140px;
    padding: 40px;
    margin: 0 auto;
  }
  .container .calendar .calendar--item_date {
    float: left;
    margin-right: 20px;
  }
  .container .sidebar {
    text-align: center;
    border-top: none;
    border-left: 1px solid #e1dde4;
  }
  .container .sidebar aside {
    text-align: left;
  }
}
body {
  font-family: 'Oxygen', sans-serif;
  line-height: 1.55;
}

h1, h2, h3, h4, h5, h6,
.button {
  font-family: 'Fjalla One', sans-serif;
}

.claim {
  background-color: #00605B;
}

.scream {
  font-size: 24px;
  font-weight: bold;
}

.text-shadow, .claim--contents {
  text-shadow: 1px 0 1px rgba(18, 18, 18, 0.8);
}

.button {
  color: #fff;
  text-shadow: none;
}
.button i {
  padding-left: 0;
  transition: all 100ms ease-in-out;
}
.button:hover i {
  padding-left: 10px;
}

.button-giant {
  font-size: 20px;
}

.button.button-jonas {
  background: #29D9C2;
  color: #fff;
}
.button.button-jonas:hover {
  background: #FE6D01;
  color: #fff;
}
.button.button-jonas:active {
  background: #D65C06;
  color: #fff;
}

.button-giant {
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    padding: 0 70px;
}

.button-pill {
    border-radius: 200px;
}

.claim--contents {
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  background: url(https://picsum.photos/id/112/1600) center center no-repeat;
  background-attachment: scroll;
  background-size: 1920px 1080px;
  min-height: 100vh;
  padding: 2vh 2vw;
  text-align: center;
  color: #ffffff;
}
.claim--contents h1 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -.04em;
  color: #fff;
}
.claim--contents h2 {
  margin-bottom: 20px;
}

.container .grid {
  margin-top: 2em;
}

footer {
  text-align: left;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.closure {
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}
.closure p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .button-giant {
    font-size: 28px;
  }

  .claim--contents {
    align-content: center;
    padding: 0 20vw;
    background-attachment: fixed;
    background-size: cover;
  }
}

/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/


[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

[class*='col-'] {
	float: left;
  	min-height: 1px;
	padding-right: 20px; /* column-space */
}

[class*='col-'] [class*='col-']:last-child {
	padding-right: 0;
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 10px; /* column-space */
	}

	[class*='col-'] [class*='col-'] {
		padding-right: 0;
	}

	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin: 0 0 10px;
		padding-left: 0;
		padding-right: 10px; /* column-space */
		padding-bottom: 0;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}
</style>
</head>
<body>

<link rel="stylesheet" href="https://raw.githubusercontent.com/ThisIsDallas/Simple-Grid/master/simplegrid.css">
<link href="https://fonts.googleapis.com/css?family=Fjalla+One|Oxygen" rel="stylesheet">
<div class="claim">
<div class="claim--contents">
<h1>At Jonas we bring your vision to extraordinary heights</h1>
<p class="scream">We offer added value to your products and services by
scaling your back-office to cloud inventories with proven
track records in performance industries with high overhead and low income but great funding from inexperienced hedgehogs ????</p>
<p><a href="#go" class="button button-jonas button-pill button-giant">See what we do</a></p>
</div>
</div> 
<div class="container" id="go">
<div class="grid grid-pad">
<div class="col-1-3 mobile-col-1-1">
<h1>Value Marketing</h1>
<p>Our team of professional Value Marketeers is
ready to help you succeed in your business, online
and offline with a targeted approach.</p>
<p><a href="#" class="button button-pill button-jonas">Read more <i class="fa fa-angle-right"></i></a></p>
</div>
<div class="col-1-3 mobile-col-1-1">
<h1>Total 360 View&trade;</h1>
<p>With our in-house developed Total 360 View
system we can bring live to your product research values.</p>
<p><a href="#" class="button button-pill button-jonas">Read more <i class="fa fa-angle-right"></i></a></p>
</div>
<div class="col-1-3 mobile-col-1-1">
<h1>Mobile Expertise</h1>
<p>We bring overseas experts for just $10 per hour in
to make sure your app gets the #1 spot on Windows Phone and
Blackberry.</p>
<p><a href="#" class="button button-pill button-jonas">Read more <i class="fa fa-angle-right"></i></a></p>
</div>
</div>
</div> 
<div class="claim">
<div class="claim--contents">
<h1>Our grass is in fact greener</h1>
<h2>We trim it ourselves</h2>
<p><a href="#go2" class="button button-jonas button-pill button-giant">How we trim our lawn</a></p>
</div>
</div> 
<div class="container" id="go2">
<div class="grid grid-pad">
<div class="col-1-3">
<p><img src="https://picsum.photos/id/237/200/" alt="" /></p>
</div>
<div class="col-2-3">
<h1>Value Marketing is the future of research development experts</h1>
<p>We believe we are ready for the future with our non-stop
conditional expertise centers throughout Beiroet and
Azerbaidjan. Through maximum effort and unparalleled
vision, we delve deeper in the hole of science than
any other companies in our field.</p>
<p>We have a proven track record. The online bulletin
board FamousMaximumEffort.com named us #1 expertise
center in 2001!</p>
<p><a href="#" target="_blank" class="button button-pill button-jonas">So Hot Right Now
<i class="fa fa-thermometer-three-quarters"></i></a></p>
</div>
</div>
<div class="grid grid-pad">
<div class="col-2-3">
<h1>In-House Software Development Teams</h1>
<p>We uphold our proud delivery cycle matching only
the greatest in this field and expertise. With a
vast team of 200+ seasoned experts in the field of
<strong>VisualBasic, COBALT and PHP</strong>
we can guarantee
fault-tolerant behaviour with any digit exchage.</p>
<p>We have a proven track record. The online bulletin
board FamousMaximumEffort.com named us #1 expertise
center in 2001!</p>
<p><a href="#" class="button button-pill button-jonas">View our Social Ranking on Klout <i class="fa fa-angle-right"></i></a></p>
</div>
<div class="col-1-3">
<p><img src="https://picsum.photos/id/237/200/" alt="" /></p>
</div>
</div>
<div class="grid grid-pad">
<div class="col-1-3">
<p><img src="https://picsum.photos/id/237/200/" alt="" /></p>
</div>
<div class="col-2-3">
<h1>Dribbble your way into successland!</h1>
<p>For years we had the pleasure of gaining hundreds
of repetitive comments from competing designers
and devlopers on any work we posted on one of the
five accounts we own. From "Wow, nice work!" to
"That's amazing", it was all there.</p>
<p>We have a proven track record. The online bulletin
board FamousMaximumEffort.com named us #1 expertise
center in 2001!</p>
<p><a href="#" class="button button-pill button-jonas">Get Dribbbl' with us <i class="fa fa-dribbble"></i></a></p>
</div>
</div>
</div> 
<footer>
<div class="grid grid-pad">
<div class="col-1-4">
<h1>Jonas, TLC</h1>
<p>7355608 Greatlane<br>
90210 Beverly Fjord<br>
New Vegas</p>
</div>
<div class="col-1-4">
<ul>
<li><a href="#">Company</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">References</a></li>
<li><a href="#">Whitepapers</a></li>
<li><a href="#">Offices</a></li>
</ul>
</div>
<div class="col-1-4">
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Managed Amazon Cloud</a></li>
<li><a href="#">PHP3 on AWS</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Resources</a></li>
</ul>
</div>
<div class="col-1-4">
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">Statement of Support</a></li>
<li><a href="#">Managed Services</a></li>
<li><a href="#">About</a></li>
<li>&copy; 2020 Jonas, LLC</li>
</ul>
</div>
</div>
</footer>

<script>

$(function () {
  $('a[href*="#"]:not([href="#"])').click(function () {
    if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
      var target = $(this.hash);
      target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
      if (target.length) {
        $('html, body').animate({
          scrollTop: target.offset().top },
        1000);
        return false;
      }
    }
  });
});



</script>
</body>
</html>