Skip to content

Commit

Permalink
chore: add 5.25 Shanghai meetup to zh homepage (#1075)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <rogers@rogerogers.com>
  • Loading branch information
rogerogers committed May 20, 2024
1 parent 32e2737 commit fc7bc7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 9 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ 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 {
width: calc(100vw - 15px);
margin-left: 0;
}
}

background: $gray-100;
Expand All @@ -22,4 +25,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/f85014f7b5e19c5e6ce3042ca1e3def2?utm_source=cloudwego">

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

</div>
{{ end -}}
Binary file added static/img/home/activity/2024-05-25.jpeg
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 fc7bc7c

Please sign in to comment.