forked from chhrrr/RAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
58 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
#parse('/tcom/template.rap.vm') | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>欢迎使用RAP </title> | ||
#includeNewRapStatic | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>欢迎使用RAP </title> | ||
#includeNewRapStatic | ||
<style type="text/css"> | ||
.marketing { text-align: center; color: #5a5a5a; } | ||
.marketing h1 { margin: 60px 0 10px; font-size: 40px; font-weight: 200; line-height: 1; letter-spacing: -1px; } | ||
.marketing h2 { font-weight: 200; margin-bottom: 5px; } | ||
.marketing p { font-size: 16px; line-height: 1.5; } | ||
.marketing .marketing-byline { margin-bottom: 40px; font-size: 20px; font-weight: 300; line-height: 25px; color: #999; } | ||
.hero-unit h1{margin-top: 40px; margin-bottom: 20px;} | ||
.hero-unit {margin-bottom: 100px; margin-top: 100px; text-align: center;} | ||
.label { | ||
color: #666; | ||
} | ||
.row-fluid p, .row-fluid h2 {text-align: center;} | ||
.row-fluid p {color: #999;} | ||
.extra {margin-top: 100px; text-align: center; margin-bottom: 100px;} | ||
.extra p {margin-top: 20px;} | ||
.hero-unit h1{margin-top: 40px; margin-bottom: 20px;} | ||
.hero-unit {margin-bottom: 100px; margin-top: 100px; text-align: center;} | ||
.label { | ||
color: #666; | ||
} | ||
.row-fluid p, .row-fluid h2 {text-align: center;} | ||
.row-fluid p {color: #999;} | ||
.extra {margin-top: 100px; text-align: center; margin-bottom: 100px;} | ||
.extra p {margin-top: 20px;} | ||
</style> | ||
</head> | ||
<body> | ||
#bodyNewStart | ||
</head> | ||
<body> | ||
#bodyNewStart | ||
<!-- title block begin --> | ||
<div class="hero-unit"> | ||
<h1>RAP(Rigel Automation Platform)</h1> | ||
|
@@ -40,7 +40,7 @@ | |
|
||
<!-- feature block begin --> | ||
<div class="row-fluid"> | ||
<div class="row"> | ||
<div class="row"> | ||
<div class="col-sm-3" style="margin-left: 4%;"> | ||
<img src="${staticRoot}/img/home_img_1.png" class=""> | ||
<h2>接口版本管理</h2> | ||
|
@@ -59,10 +59,10 @@ | |
</div> | ||
</div> | ||
<div class="extra"> | ||
<h1>相关链接</h1> | ||
<p>对于RAP平台的任何问题,欢迎邮件至<a href="mailto:huoyong.msb@taobao.com">[email protected]</a></p> | ||
<p>RAP是THX平台中的产品,想了解THX更多内容,请访问:<a href="http://thx.alibaba-inc.com" target="_blank">http://thx.alibaba-inc.com</a></p> | ||
<p>RAP Github Repo: <a href="http://github.com/thx/RAP" target="_blank">http://github.com/thx/RAP</a></p> | ||
<h1>相关链接</h1> | ||
<p>对于RAP平台的任何问题,欢迎邮件至<a href="mailto:zhifu.wzf@alibaba-inc.com">思竹</a> 或 <a href="mailto:[email protected]">霍雍g</a></p> | ||
<p>RAP是THX平台中的产品,想了解THX更多内容,请访问:<a href="http://thx.alibaba-inc.com" target="_blank">http://thx.alibaba-inc.com</a></p> | ||
<p>RAP Github Repo: <a href="http://github.com/thx/RAP" target="_blank">http://github.com/thx/RAP</a></p> | ||
</div> | ||
<!-- feature block end --> | ||
|
||
|
@@ -100,6 +100,6 @@ | |
--> | ||
<!-- case block end --> | ||
|
||
#bodyEnd | ||
</body> | ||
#bodyEnd | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters