-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
29 lines (28 loc) · 1.07 KB
/
demo.html
File metadata and controls
29 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: Demo & Repository - Cassandra Docs
description: See Cassandra in action and explore the GitHub repositories.
---
<section class="py-20 bg-gris-perle text-anthracite">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 fade-in">
<h1 class="text-4xl md:text-5xl font-bold text-center mb-12">
See Cassandra in Action
</h1>
<div class="text-center mb-12">
<div class="bg-anthracite text-blanc rounded-lg p-8 mb-8">
<i class="fas fa-play-circle text-6xl text-bleu-glacier mb-4"></i>
<p class="text-lg mb-4">[Video Placeholder]</p>
<p>
Watch our full demonstration showcasing the complete workflow from
patient selection to AI analysis to VR visualization.
</p>
</div>
<a
href="https://github.com/cassandra-stack"
class="bg-bleu-arctique hover:bg-bleu-arctique/80 text-blanc px-8 py-3 rounded-full font-semibold transition inline-block"
>Explore the Code on GitHub</a
>
<p class="mt-4">→ github.com/cassandra-stack</p>
</div>
</div>
</section>