Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsleaf committed Nov 25, 2024
1 parent d3c6fd8 commit fcd40fd
Show file tree
Hide file tree
Showing 32 changed files with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG" />
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG" />
<meta property="og:url" content="URL OF THE WEBSITE" />
<meta name="description" content="3DVG">
<meta property="og:title" content="CSVG" />
<meta property="og:description" content="Constraint Satisfaction Visual Grounding" />
<meta property="og:url" content="https://sunsleaf.github.io/CSVG/" />
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image:width" content="1200" />
Expand All @@ -26,7 +26,7 @@


<title>CSVG</title>
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="static/images/graduation-cap.png">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">

<link rel="stylesheet" href="static/css/bulma.min.css">
Expand Down Expand Up @@ -190,19 +190,37 @@ <h2 class="title is-3">Example Queries</h2>
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/carousel1.mp4" type="video/mp4">
<source src="static/videos/video_00.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video2">
<video poster="" id="video2" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/carousel2.mp4" type="video/mp4">
<source src="static/videos/video_01.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video3">
<video poster="" id="video3" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/carousel3.mp4" type="video/mp4">
<source src="static/videos/video_02.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video4">
<video poster="" id="video4" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/video_03.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video5">
<video poster="" id="video5" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/video_04.mp4" type="video/mp4">
</video>
</div>
<div class="item item-video6">
<video poster="" id="video6" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/video_05.mp4" type="video/mp4">
</video>
</div>
</div>
Expand Down
Loading

0 comments on commit fcd40fd

Please sign in to comment.