This commit is contained in:
wentch
2016-01-17 12:19:14 +08:00
parent 4f640fb0a6
commit aedca0246d
8 changed files with 75 additions and 19 deletions

View File

@@ -11,14 +11,14 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="index.html" class="btn">RedKale</a>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
</section>

View File

@@ -11,14 +11,14 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="index.html" class="btn">RedKale</a>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
</section>

View File

@@ -11,14 +11,14 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="index.html" class="btn">RedKale</a>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
</section>

View File

@@ -11,14 +11,14 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="index.html" class="btn">RedKale</a>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
</section>

View File

@@ -11,14 +11,14 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="index.html" class="btn">RedKale</a>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
</section>

View File

@@ -11,14 +11,14 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">RedKale</h1>
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="index.html" class="btn">RedKale</a>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" class="btn">Github 源码</a>
</section>

View File

@@ -17,7 +17,7 @@ a {
}
a:hover {
text-decoration: underline;
text-decoration: none;
}
.btn {
@@ -52,7 +52,9 @@ a:hover {
@media screen and (min-width: 42em) and (max-width: 80em) {
.btn {
padding: 0.6rem 0.9rem;
margin-top: 0;
padding: 0.4rem 0.6rem;
font-size: 0.95rem;
}
}
@@ -103,34 +105,48 @@ a:hover {
}
.project-name {
display: inline-block;
margin-top: 0;
margin-left:1.2rem;
padding-left: 6.4rem;
position:absolute;
float: left;
margin-left:0.6rem;
margin-right: 1rem;
padding-left: 2.4rem;
text-decoration: none;
text-decoration-color: #FFFFFF;
background: url(/logo_96.png) no-repeat left center ;
background-size: 1.98em;
letter-spacing: 0;
text-shadow: 0px 1px 0px #999, 0px 1px 0px #888, 0px 2px 0px #777, 0px 2px 0px #666, 0px 3px 0px #555, 0px 3px 0px #444, 0px 4px 0px #333, 0px 4px 7px #001135;
font-style: italic;
color: #E6E6E6;
width: 18rem;
}
@media screen and (min-width: 64em) {
@media screen and (min-width: 80em) {
.project-name {
font-size: 3.25rem;
}
}
@media screen and (min-width: 64em) and (max-width: 80em) {
.project-name {
margin-left:0.2rem;
font-size: 1.8rem;
background-size: 1.6em;
width: 11rem;
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem;
background-size: 1.6em;
}
}
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem;
background-size: 1.2em;
}
}

40
watch.html Normal file
View File

@@ -0,0 +1,40 @@
<!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">
<link rel="stylesheet" type="text/css" href="stylesheets/highlight.css" media="screen">
</head>
<body>
<section class="page-header">
<a href="index.html" class="project-name">RedKale</a>
<h2 class="project-tagline"></h2>
<a href="redkale.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="watch.html" class="btn">Watch 组件</a>
<a href="javadoc/index.html" target="_blank" class="btn">Javadoc API</a>
<a href="https://github.com/wentch/redkale" target="_blank" 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>Watch 组件介绍</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>