Add build step
This commit is contained in:
61
index.html
61
index.html
@@ -10,15 +10,17 @@
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
|
||||
<link href="all.css" rel="stylesheet">
|
||||
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700" rel="stylesheet">
|
||||
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> -->
|
||||
<!-- <link href="css/animate.css" rel="stylesheet"> -->
|
||||
|
||||
<!-- <link href="dist/all.css" rel="stylesheet"> -->
|
||||
@@ -246,32 +248,32 @@
|
||||
<div class="col-md-6 col-sm-6 border-box2 " data-animation="fadeInUp">
|
||||
<img src="img/zooblack.png" class="img-responsive center-block" alt="zooblack">
|
||||
<p class="product">Zoblak</p>
|
||||
<p class="hint">Agritech IoT Solution</p>
|
||||
<p class="hint product-hint">Agritech IoT Solution</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 border-box2 space-left" data-animation="fadeInUp">
|
||||
<img src="img/kiwi.png" class="img-responsive center-block" alt="kiwi">
|
||||
<p class="product">KIVI</p>
|
||||
<p class="hint">Kivi.ba - real-estate search website</p>
|
||||
<p class="hint product-hint">Kivi.ba - real-estate search website</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 border-box2 space-top" data-animation="fadeInUp">
|
||||
<img src="img/ribica.png" class="img-responsive center-block" alt="ribica">
|
||||
<p class="product">Ribica</p>
|
||||
<p class="hint">Online shop for baby products</p>
|
||||
<p class="hint product-hint">Online shop for baby products</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 border-box2 space-top-left" data-animation="fadeInUp">
|
||||
<img src="img/emis.png" class="img-responsive center-block" alt="emis">
|
||||
<p class="product">EMIS</p>
|
||||
<p class="hint">Students registry for Ministry of Education</p>
|
||||
<p class="hint product-hint">Students registry for Ministry of Education</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 border-box2 space-top" data-animation="fadeInUp">
|
||||
<img src="img/vsm.png" class="img-responsive center-block" alt="vsm">
|
||||
<p class="product">VSM</p>
|
||||
<p class="hint">Social Media Manager</p>
|
||||
<p class="hint product-hint">Social Media Manager</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 border-box2 space-top-left" data-animation="fadeInUp">
|
||||
<img src="img/analytical.png" class="img-responsive center-block" alt="analytical">
|
||||
<p class="product">Simulation Finance</p>
|
||||
<p class="hint">Financial forecasting SaaS</p>
|
||||
<p class="hint product-hint">Financial forecasting SaaS</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Left and right controls -->
|
||||
@@ -552,7 +554,26 @@
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- javascript libraries -->
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> -->
|
||||
<!-- <script src="js/jquery-1.11.2.min.js"></script> -->
|
||||
<!-- <script src="js/bootstrap.min.js"></script> -->
|
||||
<!-- <script src="js/owl.carousel.min.js"></script> -->
|
||||
<!-- <script src="js/modernizr-2.5.3.min.js"></script> -->
|
||||
<!-- <script src="js/jquery.appear.js"></script> -->
|
||||
<!-- <script src="js/jquery.easing.min.js"></script> -->
|
||||
<!-- <script src="js/jquery.bcSwipe.min.js"></script> -->
|
||||
<!-- <script src="js/custom.js"></script> -->
|
||||
|
||||
<!-- all bundles -->
|
||||
<script src="all.js"></script>
|
||||
<script>
|
||||
|
||||
var sent = false;
|
||||
window.addEventListener('scroll', function(e) {
|
||||
var scrollTop = $(window).scrollTop();
|
||||
@@ -565,25 +586,7 @@ window.addEventListener('scroll', function(e) {
|
||||
ga('send', 'pageview');
|
||||
sent = true;
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- javascript libraries -->
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> -->
|
||||
<script src="js/jquery-1.11.2.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/owl.carousel.min.js"></script>
|
||||
<!-- <script src="js/modernizr-2.5.3.min.js"></script> -->
|
||||
<!-- <script src="js/jquery.appear.js"></script> -->
|
||||
<!-- <script src="js/jquery.easing.min.js"></script> -->
|
||||
<script src="js/jquery.bcSwipe.min.js"></script>
|
||||
<script src="js/custom.js"></script>
|
||||
|
||||
<!-- all bundles -->
|
||||
<!-- <script src="dist/all.js"></script> -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user