Skip to content

Commit

Permalink
fix: zh community page style (#1105)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers authored Jul 12, 2024
1 parent a7edc83 commit 5b2a122
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ tech-doc-hugo

# lock file
package-lock.json
pnpm-lock.yaml
53 changes: 20 additions & 33 deletions content/zh/community/overview/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
parent: "社区"
---


<div class="newcommunitywrapper">
<div class="intro">
<div class="mobile" id="contributor"></div>
Expand Down Expand Up @@ -79,7 +78,6 @@ <h2>贡献者名单</h2>
</a>
</div>


<div class="community-section">
<h2>社区周报</h2>
<p class="community-content">
Expand All @@ -99,19 +97,11 @@ <h2>讨论</h2>
</p>
<div id="record"></div>
<div class="container">
<div class="community-resource">
<a href="">
<img src="/img/community/wechat.png" alt="WeChat">
</a>
<a href="https://github.com/cloudwego/hertz/blob/develop/images/wechat_group_cn.png">微信群 &nbsp;&#9654;</a>
<p>更便捷的交流方式:日常开发者交流、活动分享、技术答疑</p>
</div>

<div id="feishu" class="community-resource">
<a href="https://github.com/cloudwego/kitex/blob/develop/images/lark_group.png">
<img src="/img/community/feishu.png" alt="Feishu">
</a>
<a href="https://github.com/cloudwego/kitex/blob/develop/images/lark_group.png">飞书群 &nbsp;&#9654;</a>
<a href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=693v2544-2664-4421-b50f-7f1912p745r6">飞书群 &nbsp;&#9654;</a>
<p>更快速的企业支持:企业使用场景、技术问题可被快速跟进</p>
</div>

Expand All @@ -130,6 +120,7 @@ <h2>讨论</h2>
<p>更适合海外同学参与社区</p>
</div>
</div>

</div>

<div class="community-section">
Expand All @@ -142,30 +133,26 @@ <h2 class="home-section-title">会议记录</h2>
</div>
</div>
</div>
<div class="events">
<div class="event-container">
<h1 style="color:white !important; text-align: center">未来活动</h1>
</div>
</div>
<div class="community-section" id="activity">
<a href="https://juejin.cn/post/7210245454636990521">
<img
src="https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/8dd77b8c2b004c1bbee607862caf946b~tplv-k3u1fbpfcp-zoom-crop-mark:1512:1512:1512:851.awebp" alt="cloudwego-anniversary.png"
style="width: 100%"
/>
</a>
<h1 style="margin-top: 2%">演讲主题</h1>
<p>
字节跳动微服务体系下接口测试平台实践<br><code>陈佳庆</code><span> 字节跳动-开发者服务-研发工程师</span><br><br>
Kitex 在数美科技可用性治理的落地实践<br><code>代俊凯</code><span> 数美科技-架构师</span><br><br>
CloudWeGo在贪玩游戏 SDK 接口上的应用实践<br><code>李华松</code><span> 贪玩游戏-技术经理</span><br><br>
客服平台-流程引擎 Java 转 Go 的实践分享<br><code>王晨</code><span> 字节跳动-客服平台-架构工程师</span><br>
</p>
<div class="community-section" id="activity" style="width: 100%;">
<h2 class="home-section-title">往期活动</h2>
<ul class="list-group">
<li class="list-group-item border-0">
<a href="https://juejin.cn/live/1040934">CloudWeGo 开源一周年技术沙龙</a>

</li>
<li class="list-group-item border-0">
<a href="https://github.com/cloudwego/community/issues/36">🏅 2021-2022 CloudWeGo Awesome Contributor 评选</a>
</li>
<li class="list-group-item border-0">
<a href="CloudWeGo:从开源、开放到企业落地">https://live.juejin.cn/4354/cloudwegoday001</a>
</li>
<li class="list-group-item border-0">
<a href="https://juejin.cn/post/7132004535748263943">GitHub 9K Star!字节高性能开源微服务中间件 CloudWeGo 技术沙龙来了!</a>
</li>
</ul>
<a class="home-section-title" href="/zh/community/past_activities/">
<span class="full-button">
查看往期活动
查看更多往期活动
</span>
</a>
</div>


Binary file not shown.

0 comments on commit 5b2a122

Please sign in to comment.