Skip to content

Commit

Permalink
updating static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoVcode committed May 10, 2017
1 parent 68e2ddd commit c9372ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ins_webapp/src/main/resources/templates/home/home.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="banner banner-full-height overlay-white" style="background-image: url(/assets/img/banner2.jpg);">
<div class="container text-left">
<h1 class="text-teal"><strong>Insect</strong></h1>
<h5 class="text-uppercase">Introspective Ephemeral Reverse Proxy</h5>
<h5 class="text-uppercase">Introspective Ephemeral Reverse Proxy and Mocking Service</h5>
<br>
<p class="hidden-xs hidden-sm"><strong>Insect</strong> is made to aid the process of troubleshooting third party integrations via RESTful APIs. The solution particularly useful when working with SaaS platforms and for documenting purposes.</p>
<br>
Expand Down Expand Up @@ -154,6 +154,6 @@
<!-- Scripts -->
<script src="/assets/js/theDocs.all.min.js"></script>
<script src="/assets/js/custom.js"></script>
<script src="/assets/insect/js/home.js"></script>
<script src="/assets/insect/js/home.js?v={{{release_key}}}"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions ins_webapp/src/main/resources/templates/peek/peek.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link href="/assets/insect/css/tooltipster-sideTip-light.min.css" rel="stylesheet">
<link href="/assets/insect/css/jsoneditor.css" rel="stylesheet" type="text/css">
<link href="/assets/insect/css/toastr.min.css" rel="stylesheet" type="text/css">
<link href="/assets/insect/css/insect.css" rel="stylesheet">
<link href="/assets/insect/css/insect.css?v={{{release_key}}}" rel="stylesheet">

<!-- Fonts -->
<link href='//fonts.googleapis.com/css?family=Raleway:100,300,400,500%7CLato:300,400' rel='stylesheet' type='text/css'>
Expand Down Expand Up @@ -456,7 +456,7 @@
<script src="/assets/insect/js/ace.js"></script>
<script src="/assets/insect/js/jsoneditor-minimalist.js"></script>
<script src="/assets/insect/js/toastr.min.js"></script>
<script src="/assets/insect/js/peek.js"></script>
<script src="/assets/insect/js/mock.js"></script>
<script src="/assets/insect/js/peek.js?v={{{release_key}}}"></script>
<script src="/assets/insect/js/mock.js?v={{{release_key}}}"></script>
</body>
</html>

0 comments on commit c9372ee

Please sign in to comment.