Commit
·
67c8af5
1
Parent(s):
8d130c1
Add video section to landing page (without video files)
Browse files- Configure Git LFS for future video uploads
- Add video section HTML structure to Landing page
- Video player ready for demo-video.mp4 and video-poster.jpg
- .gitattributes +3 -0
.gitattributes
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|