Skip to content

Commit 8ed5d90

Browse files
committed
✨ fix project overview .mdx
1 parent d240fe6 commit 8ed5d90

1 file changed

Lines changed: 26 additions & 16 deletions

File tree

docs/pages/projects/index.mdx

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ This initiative brings together passionate developers to explore and build decen
6464

6565
### CNC AI Models
6666

67-
<video
68-
autoPlay
69-
loop
70-
muted
71-
playsInline
72-
disablePictureInPicture
73-
disableRemotePlayback
74-
style={{ maxWidth: "100%", height: "auto" }}
75-
>
76-
<source src="/portfolio/ai.webm" type="video/webm" />
77-
</video>
78-
7967
Accessible AI models hosted on a dedicated platform for *CNC crew members*
8068

8169
[Access the platform CNC AI platform](https://ai.omicsverse.fr)
@@ -93,20 +81,25 @@ Accessible AI models hosted on a dedicated platform for *CNC crew members*
9381
- Blockchain-enabled AI (On-chain data analysis & Smart Contract interaction)
9482
- High-uptime monitoring and distributed systems reliability
9583

96-
### CNC Cloud Services
97-
9884
<video
9985
autoPlay
10086
loop
10187
muted
10288
playsInline
10389
disablePictureInPicture
10490
disableRemotePlayback
105-
style={{ maxWidth: "100%", height: "auto" }}
91+
style={{
92+
width: "100%",
93+
maxHeight: "25vh", // Tu bloques la hauteur ici
94+
objectFit: "cover", // Empêche la déformation (essentiel !)
95+
height: "auto"
96+
}}
10697
>
107-
<source src="/portfolio/cloud.webm" type="video/webm" />
98+
<source src="/portfolio/ai.webm" type="video/webm" />
10899
</video>
109100

101+
### CNC Cloud Services
102+
110103
Enterprise-grade Nextcloud instance for secure collaboration.
111104

112105
[Access the platform CNC Cloud Services](https://cloud.omicsverse.fr)
@@ -119,6 +112,23 @@ Enterprise-grade Nextcloud instance for secure collaboration.
119112
- Experimental decentralized file storage via IPFS integration
120113
- Integration with our IA services at [ia.omicsverse.fr](https://ia.omicsverse.fr)
121114

115+
<video
116+
autoPlay
117+
loop
118+
muted
119+
playsInline
120+
disablePictureInPicture
121+
disableRemotePlayback
122+
style={{
123+
width: "100%",
124+
maxHeight: "25vh", // Tu bloques la hauteur ici
125+
objectFit: "cover", // Empêche la déformation (essentiel !)
126+
height: "auto"
127+
}}
128+
>
129+
<source src="/portfolio/cloud.webm" type="video/webm" />
130+
</video>
131+
122132
## References
123133

124134
<p id="ref-1">

0 commit comments

Comments
 (0)