未验证 提交 4f1edc15 编写于 作者: A Allen Wang 提交者: GitHub

Update: update homepage event & fix bug. (#18)

* Update: update Homepage Event

* Update: fix homepage event layout bug
上级 2e5f82d1
......@@ -48,12 +48,31 @@
</tr>
</table>
</div>
<div class="home-card-news clear">
<div class="home-card-news">
<h1 class="tc">{{data.news.title}}</h1>
<div class="home-card-news-item" v-for="i in data.news.content">
<h4 class="mb10 mt0">{{i.header}}</h4>
<div class="sm mb10"><span style="color:#999;margin-right:10px">{{i.time}}</span></div>
<p class="mt0">{{i.content}}</p>
<div class="clear">
<div class="home-card-news-item">
<h4 class="mb10 mt0">{{data.news.content[0].header}}</h4>
<div class="sm mb10"><span style="color:#999;margin-right:10px">{{data.news.content[0].time}}</span></div>
<p class="mt0">{{data.news.content[0].content}}</p>
</div>
<div class="home-card-news-item">
<h4 class="mb10 mt0">{{data.news.content[1].header}}</h4>
<div class="sm mb10"><span style="color:#999;margin-right:10px">{{data.news.content[1].time}}</span></div>
<p class="mt0">{{data.news.content[1].content}}</p>
</div>
</div>
<div class="clear">
<div class="home-card-news-item">
<h4 class="mb10 mt0">{{data.news.content[2].header}}</h4>
<div class="sm mb10"><span style="color:#999;margin-right:10px">{{data.news.content[2].time}}</span></div>
<p class="mt0">{{data.news.content[2].content}}</p>
</div>
<div class="home-card-news-item">
<h4 class="mb10 mt0">{{data.news.content[3].header}}</h4>
<div class="sm mb10"><span style="color:#999;margin-right:10px">{{data.news.content[3].time}}</span></div>
<p class="mt0">{{data.news.content[3].content}}</p>
</div>
</div>
</div>
<div class="home-card-user tc">
......@@ -93,6 +112,7 @@ export default {
</script>
<style>
.clear:after{display:table; content:''; clear:both;}
.incubating{
font-size: 18px;vertical-align: top;
position: relative;
......
......@@ -25,6 +25,9 @@ user:
news:
title: Events & News
content:
- header: Welcome Yao Wang as a new PPMC.
content: Based on his contributions. Including created RocketBot as our secondary UI, new website and very cool trace view page in next release. he has been accepted as SkyWalking PPMC. Welcome aboard.
time: Dec. 22th, 2018
- header: Welcome Yixiong Cao as a new committer.
content: Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
time: Dec. 10th, 2018
......@@ -34,8 +37,4 @@ news:
- header: Welcome Jian Tan as a new committer.
content: Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
time: Dec. 2rd, 2018
- header: Release Apache SkyWalking APM 6.0.0-alpha
content: APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)
time: Nov. 14th, 2018
tags: SkyWalking APM, Observalibity Analysis Platform, New Release
---
......@@ -26,6 +26,9 @@ user:
news:
title: 事件 & 新闻
content:
- header: 欢迎王垚成为PPMC
content: 根据他的贡献,包括制作了RocketBot作为我们的第二套UI, 新的Skywalking官网和下一版本中非常酷的链路追踪页面.他已被接纳为SkyWalking PPMC。欢迎。
time: 2018年12月22日
- header: 欢迎曹奕雄成为committer
content: 根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
time: 2018年12月10日
......@@ -35,8 +38,4 @@ news:
- header: 欢迎谭建成为committer
content: 根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
time: 2018年12月2日
- header: 发布Apache SkyWalking 6.0.0-alpha版本
content: APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。
time: 2018年11月14日
tags: SkyWalking APM, Observalibity Analysis Platform, New Release
---
......@@ -2,7 +2,7 @@
## 欢迎王垚成为PPMC
###### 2018年12月22日
根据他的贡献,包括制作了[RocketBot](https://github.com/TinyAllen/rocketbot)作为我们的第二套UI, 新的[网站](http://skywalking.apache.org/)非常酷的链路追踪页面.他已被接纳为SkyWalking PPMC。欢迎。
根据他的贡献,包括制作了[RocketBot](https://github.com/TinyAllen/rocketbot)作为我们的第二套UI, 新的[Skywalking官网](http://skywalking.apache.org/) 和下一版本中非常酷的链路追踪页面.他已被接纳为SkyWalking PPMC。欢迎。
## 欢迎曹奕雄成为committer
###### 2018年12月10日
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册