<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="/css/home.css">
<link rel="icon" href="/img/icon/ico.png" sizes="16x16" type="image/png">
</head>
<body>
<!-- background-->
<div class="bg"></div>
<!-- background-->
<!--button with image-->
<div class="home">
<img src="/img/icon/home.png" alt="" width="80" height="80">
</a>
</div>
<div class="gallery">
<a href="/gallery/index.html">
<img src="/img/icon/gallery.png" alt="" width="80" height="80">
</a>
</div>
<div class="inf">
<a href="/infracture/index.html">
<img src="/img/icon/inf.png" alt="" width="80" height="80">
</a>
</div>
<div class="client">
<a href="/client/index.html">
<img src="/img/icon/clients.png" alt="" width="80" height="80">
</a>
</div>
<div class="contact">
<a href="/contact/index.html">
<img src="/img/icon/contact.png" alt="" width="80" height="80">
</a>
</div>
<!--button with image-->
<div class="h">
<p>Home</p>
</div>
<div class="g">
<p>Gallery</p> </a>
</div>
<div class="i">
<p>Infrastruture</p> </a>
</div>
<div class="c">
<p>
Client
</p></a>
</div>
<div class="con">
<p>
Contact
</p> </a>
</div>
</body>
</html>