From 73a8f027710b7b1fcbfa303102047fdb2ef09bbb Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Tue, 1 Jul 2014 02:36:48 +0200 Subject: [PATCH] Removes animation temporaly --- css/gin.webflow.css | 4 +++- index.html | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/css/gin.webflow.css b/css/gin.webflow.css index 73cc64f4..1b678998 100755 --- a/css/gin.webflow.css +++ b/css/gin.webflow.css @@ -263,6 +263,7 @@ p { padding-top: 14px; border-radius: 40px; background-color: #eff1f4; + font-family:'Fontawesome webfont'; font-size: 20px; font-weight: 700; } @@ -607,4 +608,5 @@ html.w-mod-js.w-mod-no-ios *[data-ix="slicefromright"] { background-image: url('../images/12-quotes.png'); background-position: 8% 17%; } -} \ No newline at end of file +} + diff --git a/index.html b/index.html index a0144fc1..8ba5d0c9 100755 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + @@ -48,7 +48,7 @@
-
+

Low Overhead Powerful API

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 great. Gin uses httprouter internally, the fastest HTTP router for Golang. Httprouter was created by Julien Schmidt and it’s based in a Radix Tree algorithm.

@@ -85,7 +85,7 @@
-
+

Full Featured

@@ -163,7 +163,7 @@
-
+

How to contribute?

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 fork it in Github, add some changes and start posting Pull Requests, we would love to merge them.