Skip to content

Commit

Permalink
chore: add 3.30 beijing meetup to zh homepage (#1009)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers authored Mar 7, 2024
1 parent 765cdfb commit ace1993
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ assets/scss/_styles_project.scss
.o-banner {
@include media-breakpoint-up(md) {
width: 100%;
position: fixed;
margin-left: -15px;
position: relative;
z-index: 10;
top: 4rem;
img {
margin-left: 0;
}
}

background: $gray-100;
Expand All @@ -22,4 +24,8 @@ assets/scss/_styles_project.scss
padding: 0.5rem;
margin-bottom: initial;
}
img {
max-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/6e2a074625656ad010e58f8d18c12dc6?utm_source=cloudwego">

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

</div>
{{ end -}}
Binary file added static/img/home/activity/2024-03-30.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 ace1993

Please sign in to comment.