This commit is contained in:
wentch
2015-12-31 11:14:24 +08:00
parent 3a619abdbe
commit b149f48110
8 changed files with 305 additions and 60 deletions

39
convert.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2>
<a href="/index.html" class="btn">RedKale</a>
<a href="/convert.html" class="btn">Convert 组件</a>
<a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
<p>敬请期待…… <br/>
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer>
</section>
</body>
</html>

View File

@@ -2,10 +2,9 @@
<html lang="en-us"> <html lang="en-us">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>RedKale by Wentch</title> <title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head> </head>
@@ -13,9 +12,14 @@
<section class="page-header"> <section class="page-header">
<h1 class="project-name">RedKale</h1> <h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2> <h2 class="project-tagline"></h2>
<a href="https://github.com/wentch/redkale" class="btn">查看源码</a> <a href="/index.html" class="btn">RedKale</a>
<a href="https://github.com/wentch/redkale/zipball/master" class="btn">Download .zip</a> <a href="/convert.html" class="btn">Convert 组件</a>
<a href="https://github.com/wentch/redkale/tarball/master" class="btn">Download .tar.gz</a> <a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section> </section>
<section class="main-content"> <section class="main-content">
@@ -61,11 +65,10 @@ RedKale 有如下主要特点: <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、不提供复杂的关联表操作与查询。 </p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、不提供复杂的关联表操作与查询。 </p>
<footer class="site-footer"> <footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> is maintained by <a href="https://github.com/wentch">wentch</a>.</span> <span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer> </footer>
</section> </section>
</body> </body>
</html> </html>

39
net.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2>
<a href="/index.html" class="btn">RedKale</a>
<a href="/convert.html" class="btn">Convert 组件</a>
<a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
<p>敬请期待…… <br/>
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer>
</section>
</body>
</html>

39
net_http.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2>
<a href="/index.html" class="btn">RedKale</a>
<a href="/convert.html" class="btn">Convert 组件</a>
<a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
<p>敬请期待…… <br/>
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer>
</section>
</body>
</html>

39
net_sncp.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2>
<a href="/index.html" class="btn">RedKale</a>
<a href="/convert.html" class="btn">Convert 组件</a>
<a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
<p>敬请期待…… <br/>
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer>
</section>
</body>
</html>

39
service.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2>
<a href="/index.html" class="btn">RedKale</a>
<a href="/convert.html" class="btn">Convert 组件</a>
<a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
<p>敬请期待…… <br/>
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer>
</section>
</body>
</html>

39
source.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>RedKale - Java 开源框架</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<h2 class="project-tagline"></h2>
<a href="/index.html" class="btn">RedKale</a>
<a href="/convert.html" class="btn">Convert 组件</a>
<a href="/service.html" class="btn">Service 组件</a>
<a href="/source.html" class="btn">Source 组件</a>
<a href="/net.html" class="btn">Net 组件</a>
<a href="/net_http.html" class="btn">HTTP 协议</a>
<a href="/net_sncp.html" class="btn">SNCP 协议</a>
<a href="https://github.com/wentch/redkale" class="btn">Github 源码</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Convert 组件介绍</h3>
<p>敬请期待…… <br/>
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/wentch/redkale">RedKale</a> © <a href="https://github.com/wentch">wentch</a> &nbsp;&nbsp;&nbsp;&nbsp;欢迎加入RedKale技术交流QQ群: 527523235</span>
</footer>
</section>
</body>
</html>

View File

@@ -61,19 +61,24 @@ a {
@media screen and (min-width: 64em) { @media screen and (min-width: 64em) {
.page-header { .page-header {
padding: 5rem 6rem; } } padding: 1rem 1rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) { @media screen and (min-width: 42em) and (max-width: 64em) {
.page-header { .page-header {
padding: 3rem 4rem; } } padding: 3rem 3rem; } }
@media screen and (max-width: 42em) { @media screen and (max-width: 42em) {
.page-header { .page-header {
padding: 2rem 1rem; } } padding: 2rem 2rem;
}
}
.project-name { .project-name {
margin-top: 0; margin-top: 0;
margin-bottom: 0.1rem; } margin-left: 2em;
margin-bottom: 0; }
@media screen and (min-width: 64em) { @media screen and (min-width: 64em) {
.project-name { .project-name {
@@ -85,7 +90,9 @@ a {
@media screen and (max-width: 42em) { @media screen and (max-width: 42em) {
.project-name { .project-name {
font-size: 1.75rem; } } font-size: 1.75rem;
}
}
.project-tagline { .project-tagline {
margin-bottom: 2rem; margin-bottom: 2rem;
@@ -227,6 +234,7 @@ a {
.site-footer-owner { .site-footer-owner {
display: block; display: block;
font-size: 0.9rem;
font-weight: bold; } font-weight: bold; }
.site-footer-credits { .site-footer-credits {