1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-16 02:33:26 +02:00

Updated website

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2017-01-05 21:52:18 -08:00
parent 9fe724dedb
commit 8047be7f12
6 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,6 @@
{{ partial "head.html" . }}
<body class="docs">
<body>
<link rel="stylesheet" href="https://cdn.labstack.com/styles/docs.css">
{{ partial "topnav.html" . }}
<div class="w3-container w3-content">
{{ partial "sidenav.html" . }}

View File

@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body class="index">
<body>
{{ partial "topnav.html" . }}
<div class="hide-large">
{{ partial "sidenav.html" . }}
@ -37,6 +37,6 @@
</div>
</div>
</div>
{{ partial "footer.html" . }}
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -29,5 +29,6 @@ docsearch({
});
</script>
<script src="https://cdn.labstack.com/scripts/prism.js"></script>
<script src="https://cdn.labstack.com/scripts/base.js"></script>
<script src="https://cdn.labstack.com/scripts/docs.js"></script>
<script src="/scripts/main.js"></script>

View File

@ -25,7 +25,7 @@
<link rel="stylesheet" href="https://cdn.labstack.com/styles/w3.css">
<link rel="stylesheet" href="https://cdn.labstack.com/styles/prism.css">
<link rel="stylesheet" href="https://cdn.labstack.com/styles/base.css">
<link rel="stylesheet" href="https://cdn.labstack.com/styles/docs.css">
<link rel="stylesheet" href="https://cdn.labstack.com/styles/ad.css">
<link rel="stylesheet" href="/styles/main.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

View File

@ -1,7 +1,5 @@
<nav id="sidenav" class="w3-sidenav w3-border-right collapse">
<span class="w3-closenav w3-xxlarge hide-large" onclick="closeSidenav()">
&times;
</span>
<nav class="w3-sidenav w3-border-right collapse">
<span class="w3-closenav w3-xxlarge hide-large" onclick="closeSidenav()">&times;</span>
<button class="w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" onclick="location.href='/support-echo';">
<i class="fa fa-heart" aria-hidden="true"></i> Support Echo
</button>
@ -23,6 +21,6 @@
</a>
{{ end }}
{{ end }}
{{ end }}
{{ end }}
</div>
</nav>

View File

@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body class="single">
<body>
{{ partial "topnav.html" . }}
<div class="w3-container w3-content main">
<div class="w3-row">
@ -9,6 +9,6 @@
</div>
</div>
</div>
{{ partial "footer.html" . }}
{{ partial "footer.html" . }}
</body>
</html>