Removes animation temporaly

This commit is contained in:
Manu Mtz-Almeida 2014-07-01 02:36:48 +02:00
parent c7174a366e
commit 73a8f02771
2 changed files with 7 additions and 5 deletions

View File

@ -263,6 +263,7 @@ p {
padding-top: 14px;
border-radius: 40px;
background-color: #eff1f4;
font-family:'Fontawesome webfont';
font-size: 20px;
font-weight: 700;
}
@ -608,3 +609,4 @@ html.w-mod-js.w-mod-no-ios *[data-ix="slicefromright"] {
background-position: 8% 17%;
}
}

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com-->
<!-- Last Published: Mon Jun 30 2014 16:43:47 GMT+0000 (UTC) -->
<!-- Last Published: Tue Jul 01 2014 00:35:35 GMT+0000 (UTC) -->
<html data-wf-site="539b89a7a7990e780bfd7c67">
<head>
<meta charset="utf-8">
@ -48,7 +48,7 @@
</div>
</div>
<div class="section grey" id="features">
<div class="w-container" data-ix="slicefromleft">
<div class="w-container">
<h2 class="section-title">Low Overhead Powerful API</h2>
<p class="section-subtitle">You can add global, per-group, and per-route middlewares, thousands of nested groups, nice JSON validation and rendering. And the performance will be still&nbsp;great.&nbsp;Gin uses <strong>httprouter</strong> internally, the fastest HTTP router for
Golang. Httprouter was created by&nbsp;Julien Schmidt and its based in a <a href="http://en.wikipedia.org/wiki/Radix_tree">Radix Tree</a>&nbsp;algorithm.</p>
@ -85,7 +85,7 @@
</div>
</div>
<div class="section centered">
<div class="w-container" data-ix="slicefromright">
<div class="w-container">
<h2 class="section-title">Full Featured</h2>
<div class="w-row">
<div class="w-col w-col-4 w-col-small-4">
@ -163,7 +163,7 @@
</div>
</div>
<div class="section grey" id="features">
<div class="w-container" data-ix="slicefromleft">
<div class="w-container">
<h2 class="section-title">How to contribute?</h2>
<p class="section-subtitle">Gin uses a MIT license, this means that you can do whatever you want, but please, keep the reference to the original authors! To contribute you should <a href="https://github.com/gin-gonic/gin">fork it in Github</a>, add some changes and start posting
Pull Requests, we would love to merge them.</p>