-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (137 loc) · 7.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#"><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>ThinkGo</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Canonical links -->
<link rel="canonical" href="https://thinkoner.github.io/index.html">
<!-- Alternative links -->
<link rel="alternative" hreflang="en" href="https://thinkoner.github.io/index.html">
<link rel="alternative" hreflang="zh-cn" href="https://thinkoner.github.io/zh-cn/index.html">
<!-- Icon -->
<link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/icon/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/icon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/icon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/icon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/icon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2f83cd">
<meta name="msapplication-TileImage" content="/icon/mstile-144x144.png">
<!-- CSS -->
<!-- build:css build/css/navy.css -->
<link rel="stylesheet" href="/css/navy.css">
<!-- endbuild -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- RSS -->
<link rel="alternate" href="/atom.xml" title="ThinkGo">
<!-- Open Graph -->
<meta name="description" content="ThinkGo is a fast, simple & powerful web framework written in Go (Golang).">
<meta property="og:type" content="website">
<meta property="og:title" content="ThinkGo">
<meta property="og:url" content="https://thinkoner.github.io/index.html">
<meta property="og:site_name" content="ThinkGo">
<meta property="og:description" content="ThinkGo is a fast, simple & powerful web framework written in Go (Golang).">
<meta property="og:locale" content="en">
<meta property="og:updated_time" content="2019-02-18T09:27:19.200Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="ThinkGo">
<meta name="twitter:description" content="ThinkGo is a fast, simple & powerful web framework written in Go (Golang).">
</head>
<body>
<div id="container">
<header id="header" class="wrapper">
<div id="header-inner" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">ThinkGo</a>
</h1>
<nav id="main-nav">
<a href="/docs/" class="main-nav-link">Docs</a><a href="/news/" class="main-nav-link">News</a>
<a href="https://github.com/thinkoner/thinkgo" class="main-nav-link"><i class="fa fa-github-alt"></i></a>
</nav>
<div id="lang-select-wrap">
<label id="lang-select-label"><i class="fa fa-globe"></i><span>English</span></label>
<select id="lang-select" data-canonical="">
<option value="en" selected>English</option>
<option value="zh-cn">简体中文</option>
</select>
</div>
<a id="mobile-nav-toggle">
<span class="mobile-nav-toggle-bar"></span>
<span class="mobile-nav-toggle-bar"></span>
<span class="mobile-nav-toggle-bar"></span>
</a>
</div>
</header>
<header id="banner" class="wrapper">
<div class="inner">
<h2 id="banner-title">a fast, simple & powerful web framework</h2>
<div id="banner-start">
<span id="banner-start-command">go get github.com/thinkoner/thinkgo</span><a id="banner-start-link" href="docs/"><i class="fa fa-arrow-right"></i></a>
</div>
<div id="banner-share"><!-- GitHub star -->
<a class="github-button" href="https://github.com/thinkoner/thinkgo" data-icon="octicon-star" data-show-count="true" aria-label="Star thinkoner/thinkgo on GitHub">Star</a>
<!-- GitHub fork -->
<a class="github-button" href="https://github.com/thinkoner/thinkgo/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork thinkoner/thinkgo on GitHub">Fork</a>
<script async defer src="https://buttons.github.io/buttons.js"></script></div>
</div>
</header>
<div id="content-wrap">
<div class="wrapper">
<div class="inner">
<ul id="intro-feature-list"><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-bolt"></i></div><h3 class="intro-feature-title">EASY TO USE</h3><p class="intro-feature-desc">Start your apps quickly.It's the only one Go web framework with rich support of the MVC Architectural Pattern.</p></div></li><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-pencil"></i></div><h3 class="intro-feature-title">MODULAR</h3><p class="intro-feature-desc">With powerful built-in modules including route, middleware, session, caching, logging, ORM supporting. You get the powerful foundation for any type of applications.</p></div></li><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-cloud-upload"></i></div><h3 class="intro-feature-title">Data Rendering</h3><p class="intro-feature-desc">API to send variety of HTTP response, including JSON, XML, HTML, File, Attachment.</p></div></li><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-cog"></i></div><h3 class="intro-feature-title">Service Oriented</h3><p class="intro-feature-desc">Thinkgo gives you the structure to build service oriented apps. It’s easy to build microservices with Thinkgo.</p></div></li></ul>
<div id="intro-get-started-wrap">
<a href="docs/" id="intro-get-started-link">Get started</a>
</div>
</div>
</div>
</div>
<footer id="footer" class="wrapper">
<div class="inner">
<div id="footer-copyright">
© 2019 <a href="https://github.com/thinkoner/thinkgo/graphs/contributors" target="_blank">TechLee</a><br>
Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>.
</div>
<div id="footer-links">
<a href="https://github.com/thinkoner/thinkgo" class="footer-link" target="_blank"><i class="fa fa-github-alt"></i></a>
</div>
</div>
</footer>
</div>
<div id="mobile-nav-dimmer"></div>
<nav id="mobile-nav">
<div id="mobile-nav-inner">
<ul id="mobile-nav-list">
<a href="/docs/" class="mobile-nav-link">Docs</a><a href="/news/" class="mobile-nav-link">News</a>
<li class="mobile-nav-item">
<a href="https://github.com/thinkoner/thinkgo" class="mobile-nav-link" rel="external" target="_blank">GitHub</a>
</li>
</ul>
</div>
<div id="mobile-lang-select-wrap">
<span id="mobile-lang-select-label"><i class="fa fa-globe"></i><span>English</span></span>
<select id="mobile-lang-select" data-canonical="">
<option value="en" selected>English</option>
<option value="zh-cn">简体中文</option>
</select>
</div>
</nav>
<!-- Scripts -->
<!-- Cookie -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.0/js.cookie.min.js"></script>
<!-- build:js build/js/main.js -->
<script src="/js/lang_select.js"></script>
<script src="/js/toc.js"></script>
<script src="/js/mobile_nav.js"></script>
<!-- endbuild -->
</body>
</html>