<!DOCTYPE html>
<html lang="tr" >
<head>
<meta charset="UTF-8">
<title>Kurişler Orman Ürünleri</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class='split-pane col-xs-12 col-sm-6 uiux-side'>
<div>
<div class='text-content'>
<div class='big'>KERESTE ÜRÜNLERİ</div>
<div class="bold">FASON ÜRETİM | AĞAÇ İŞLEME | EMPRENYE İŞLEMLERİ</div>
</div>
<button>
<a href="kereste.html">Websiteyi Görüntüle</a>
</button>
</div>
</div>
<div class='split-pane col-xs-12 col-sm-6 frontend-side'>
<div>
<div class='text-content'>
<div class='big'>TINY HOUSE & BUNGALOV</div>
<div class="bold">Özel Üretim Ahşap Ev Çalışma Alanları</div>
</div>
<button>
<a href="bungalov.html">Websiteyi Görüntüle</a>
</button>
</div>
</div>
<div id='split-pane-or'>
<div>
<img src='https://kurisler.com/wp-content/uploads/2021/06/cropped-logo.png'>
</div>
</div>
<!-- partial -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://wa.me/905396317061" class="float" target="_blank">
<i class="fa fa-whatsapp my-float"></i>
</a>
<style type="text/css">
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float{
margin-top:16px;
}
</style>
</body>
</html>