Skip to content

Commit

Permalink
update teacher image
Browse files Browse the repository at this point in the history
  • Loading branch information
QhdJiaYou committed May 13, 2024
1 parent e1bb443 commit 63fc7c7
Show file tree
Hide file tree
Showing 23 changed files with 319 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/en/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"text": "Guide",
"link": "https://www.volcengine.com/docs/6971/164533"
"link": "https://bio-os.gitbook.io/userguide"
},
{
"text": "Event",
Expand Down
5 changes: 2 additions & 3 deletions docs/zh/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"text": "指南",
"link": "https://www.volcengine.com/docs/6971/164533"
"link": "https://bio-os.gitbook.io/userguide"
},
{
"text": "活动",
Expand All @@ -15,8 +15,7 @@
},
{
"text": "关于",
"link": "/about/",
"activeMatch": "/about/"
"link": "https://www.volcengine.com/docs/6971/164533"
},
{
"text": "生态",
Expand Down
4 changes: 2 additions & 2 deletions src/components/comment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Slide = ({ imageSrc, dir }) => {
style={{ width: "50%" }}
>
<img
src={require(`../../images/${dir}/${name}.png`)}
src={require(`../../images/${dir}/${name}.svg`)}
style={{ width: "100%" }}
/>
</div>
Expand Down Expand Up @@ -50,7 +50,7 @@ const SlideWide = ({ imageSrc, dir }) => {
</Carousel>
);
};
const imageCommentSrc = getIncrementArray(8);
const imageCommentSrc = getIncrementArray(10);
const imageFirstBioOSSrc = getIncrementArray(81);

export const CommentCard = () => (
Expand Down
6 changes: 3 additions & 3 deletions src/components/home/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
position: absolute;
z-index: 3;
font-weight: 500;
font-size: 120px;
font-size: 110px;
color: white;
top: 37%;
right: 144px;
top: 38%;
right: 140px;
}
}

Expand Down
Binary file removed src/images/teacher/1.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/images/teacher/10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/2.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/3.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/4.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/5.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/6.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/7.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/teacher/8.png
Binary file not shown.
31 changes: 31 additions & 0 deletions src/images/teacher/8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/images/teacher/9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const CompetitionPage = () => {
backgroundImage: `url(${introBg})`,
backgroundSize: "100% auto",
backgroundRepeat: "no-repeat",
backgroundColor: '#F4F4FE'
}}
>
<div>
Expand Down

0 comments on commit 63fc7c7

Please sign in to comment.