Skip to content

Commit faa0fdb

Browse files
Shyaam KarodiyaShyaam Karodiya
authored andcommitted
Add GitHub pages web player and video asset via LFS
1 parent 2d8edc3 commit faa0fdb

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mp4 filter=lfs diff=lfs merge=lfs -text

assets/videos/Aegion-recording.mp4

-46.5 MB
Binary file not shown.

docs/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>EvoDoc-LLM Video Walkthrough</title>
7+
<style>
8+
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; background-color: #0d1117; color: #c9d1d9; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; margin: 0; padding: 20px; }
9+
h1 { color: #f0f6fc; margin-bottom: 20px; }
10+
video { max-width: 900px; width: 100%; border-radius: 6px; border: 1px solid #30363d; box-shadow: 0 8px 24px rgba(0,0,0,0.5); }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>EvoDoc-LLM Video Walkthrough</h1>
15+
<video src="../assets/videos/Aegion-recording.mp4" controls></video>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)