mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 12:12:12 +08:00
Removes animation temporaly
This commit is contained in:
parent
c7174a366e
commit
73a8f02771
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 great. Gin uses <strong>httprouter</strong> internally, the fastest HTTP router for
|
||||
Golang. Httprouter was created by Julien Schmidt and it’s based in a <a href="http://en.wikipedia.org/wiki/Radix_tree">Radix Tree</a> 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user