Skip to content

Commit 155adf1

Browse files
committed
adding more files
1 parent a488b22 commit 155adf1

46 files changed

Lines changed: 13 additions & 11 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/App.tsx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ import { GlCheckList } from "gitlanding/GlCheckList";
1111
/*iimport { GlSlider } from "gitlanding/GlSlider";
1212
import { GlReviewSlide } from "gitlanding/GlReviewSlide";*/
1313
import { GlHeader } from "gitlanding/GlHeader";
14-
/*import videoSafari from "./assets/videos/vsafari.mp4";
15-
import videoChrome from "./assets/videos/vchrome.webm";*/
16-
import imageSrc from "./assets/test-images/test6.jpeg";
17-
import contribImageSrc from "./assets/illustrations/contribution.png";
18-
import sspcloudMp4 from "./assets/videos/sspcloud.mp4";
14+
import mesaLogoPng from "./assets/img/mesa_logo2_200pt.png";
15+
import mesaMp4 from "./assets/videos/mesa1.mp4";
1916
import tileSvgUrl from "./assets/svg/redash.svg";
2017
import { OnyxiaUi } from "theme";
2118

@@ -89,12 +86,17 @@ function Body() {
8986
title="MESA"
9087
subTitle={"Modules for Experiments in Stellar Astrophysics"}
9188
hasLinkToSectionBellow={true}
92-
hasAnimation={false}
9389
illustration={{
94-
type: "image",
95-
src: imageSrc
90+
type: "video",
91+
hasShadow: false,
92+
sources: [
93+
{
94+
src: mesaMp4,
95+
type: "video/mp4"
96+
}
97+
]
9698
}}
97-
//illustrationZoomFactor={1.2}
99+
hasAnimation={true}
98100
/>
99101

100102
<GlCards>
@@ -160,7 +162,7 @@ function Body() {
160162
hasShadow: false,
161163
sources: [
162164
{
163-
src: sspcloudMp4,
165+
src: mesaMp4,
164166
type: "video/mp4"
165167
}
166168
]
@@ -233,7 +235,7 @@ function Body() {
233235
}}
234236
illustration={{
235237
type: "image",
236-
src: contribImageSrc,
238+
src: mesaLogoPng,
237239
hasShadow: false
238240
}}
239241
hasAnimation={true}

src/assets/img/Onyxia.png

-32.8 KB
Binary file not shown.

src/assets/img/cover.jpg

-86.5 KB
Binary file not shown.

src/assets/img/crabe.jpg

-155 KB
Binary file not shown.

src/assets/img/elk.png

-48.9 KB
Binary file not shown.

src/assets/img/gameController.png

-13.8 KB
Binary file not shown.

src/assets/img/gitlanding-logo.png

-19.2 KB
Binary file not shown.

src/assets/img/grenouille.jpg

-54.1 KB
Binary file not shown.

src/assets/img/grimoire01.png

-592 Bytes
Binary file not shown.

src/assets/img/grimoire02.png

-452 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)