Skip to content

Commit

Permalink
chore: add 9.21 beijing meetup to zh homepage (#1134)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers authored Sep 12, 2024
1 parent fce8ef1 commit 08c3ff2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ assets/scss/_styles_project.scss
.o-banner {
@include media-breakpoint-up(md) {
width: 100%;
position: fixed;
position: relative;
z-index: 10;
top: 4rem;
img {
width: calc(100vw - 15px);
margin-left: 0;
}
margin-left: -15px;
z-index: 10;
top: 4rem;
Expand All @@ -22,4 +28,8 @@ assets/scss/_styles_project.scss
padding: 0.5rem;
margin-bottom: initial;
}
img {
width: 100vw;
margin-left: -15px;
}
}
6 changes: 6 additions & 0 deletions layouts/partials/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

《CloudWeGo 技术白皮书》重磅推出 👉👉👉
[下载电子书](https://wenjuan.feishu.cn/m/cfm?t=sbiSTvnHOMRi-7dzf)
<a href="https://marketing.csdn.net/p/e860f70f46693ca5b329abf467de492c?pId=2689">

<div class="o-banner-img">
<img src="/img/home/activity/2024-09-21.jpeg">
</div>
</a>

</div>
{{ end -}}
Binary file added static/img/home/activity/2024-09-21.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08c3ff2

Please sign in to comment.