<html>
<head>
<title>Trinix Technologies</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/bootstrap-theme.css" type="text/css" />
<link rel="stylesheet" href="css/customnew.css" type="text/css"/>
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
<style type="text/css">
#f1_container {
position: relative;
float:left;
width: 200px;
height: 281px;
z-index: 1;
}
#f1_container {
perspective: 1000;
}
#f1_card {
width: 100%;
height: 100%;
transform-style: preserve-3d;
transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
transform: rotateY(180deg);
box-shadow: -5px 5px 5px #aaa;
}
.face {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.face.back {
display: block;
transform: rotateY(180deg);
box-sizing: border-box;
padding: 10px;
color: white;
text-align: center;
background-color: #030303;
}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="Home.html">Trinix Technologies</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="Home.html">Home</a>
</li>
<li>
<a class="page-scroll" href="services.html">Services</a>
</li>
<li>
<a class="page-scroll" href="portfolio.html">Portfolio</a>
</li>
<li>
<a class="page-scroll" href="about.html">About</a>
</li>
<li>
<a class="page-scroll" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="sample-background">
<div class="sample-back">
</div>
</div>
<div class="container serivices-top">
<!-- FEATURES -->
<div class="row">
<div class="col-sm-3">
<div class="panel panel-primary text-center">
<div class="panel-body ">
<img class="img-circle im-cricle" src="images/web.jpg"/>
<h4 class="text-primary neat-text">Web <br> Solutions</h4>
<p class="neat-text2">WEB - LOGO DESIGNING </p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="panel panel-primary text-center">
<div class="panel-body">
<img class="img-circle im-cricle" src="images/mobile.jpg"/>
<h4 class="text-primary neat-text">Mobile <br> Solutions</h4>
<p class="neat-text2">ANDROID - WINDOWS </p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="panel panel-primary text-center">
<div class="panel-body">
<img class="img-circle im-cricle" src="images/desktop.jpg"/>
<h4 class="text-primary neat-text">DESKTOP <br> APPLICATION </h4>
<p class="neat-text2">WINDOWS - WPF </p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="panel panel-primary text-center">
<div class="panel-body">
<img class="img-circle im-cricle" src="images/services.jpg"/>
<h4 class="text-primary neat-text">MAINTENANCE</h4>
<p class="neat-text2"> EXISTING APPLICATION MAINTENANCE </p>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
<!-- JavaScript -->
<script src="js/jquery-2.1.4.js"></script>
<script src="js/bootstrap.js"></script>
<script>
$(document).ready(function() {
$('.carousel').carousel({
interval: 5000
});
});
</script>
</body>
</html>