Skip to content

Commit

Permalink
Better sized youtube embed. Fixed tabs/spaces mix
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 authored and Bankst committed Apr 26, 2024
1 parent 6c2d4c7 commit b6daa0e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<link rel="stylesheet" href="assets/css/main.css"/>

<meta name="title" content="PhotonVision">
<meta name="description" content="PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.">
<meta name="description" content="PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://photonvision.org/">
<meta property="og:title" content="PhotonVision">
<meta property="og:description" content="PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.">
<meta property="og:image" content="https://photonvision.org/images/PhotonVision-Icon-BG_2.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://photonvision.org/">
<meta property="og:title" content="PhotonVision">
<meta property="og:description" content="PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.">
<meta property="og:image" content="https://photonvision.org/images/PhotonVision-Icon-BG_2.png">

</head>
<body class="home">
Expand All @@ -31,7 +31,7 @@ <h1 id="logo"><a href="index.html"></a></h1> <!-- TODO: Make this go from invisi
<li><a href="https://docs.photonvision.org/en/latest/">Documentation</a></li>
<li><a href="https://discord.gg/wYxTwym">Discord</a></li>
<li><a href="https://github.com/PhotonVision/photonvision/">GitHub</a></li>
<li><a href="https://my-store-cec24b.creator-spring.com/">Merch</a></li>
<li><a href="https://my-store-cec24b.creator-spring.com/">Merch</a></li>
<li><a href="https://demo.photonvision.org" class="special_box">Demo</a></li>
</ul>
</nav>
Expand All @@ -42,9 +42,9 @@ <h1 id="logo"><a href="index.html"></a></h1> <!-- TODO: Make this go from invisi
<div class="content">
<header>
<h2>PhotonVision</h2>
<p>PhotonVision is the free, fast, and easy-to-use computer vision solution<br/>
for the FIRST® Robotics Competiton. Teams can download the<br/>
Raspberry Pi image and start tracking targets in minutes.</p>
<p>PhotonVision is the free, fast, and easy-to-use computer vision solution<br/>
for the FIRST® Robotics Competiton. Teams can download the<br/>
Raspberry Pi image and start tracking targets in minutes.</p>
<p><a href="downloads.html" class="button special">Download</a></p>
</header>
<span class="image"><img src="images/Logos\Icon\PNG\PhotonVision-Icon-noBG.png" alt="" /></span>
Expand Down Expand Up @@ -136,13 +136,13 @@ <h2>Gloworm Support</h2>
<h2>Champs 2024 Talk</h2>
<p><a href="https://docs.google.com/presentation/d/1Gh5InslM5p7aDxjzK8DHoEorpATOl-MQWWixY5GjGgs/edit#slide=id.p">Slide Deck</a></p>
<p><a href="https://github.com/PhotonVision/champs_2024">Code</a></p>
<p>
<iframe width="100%" height="75%" src="https://www.youtube.com/embed/Jcbeq8lhm6c?si=FJFmch5MhP86OYOi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</p>
</header>
<div class="box alt">
</div>
</div>
<div class="row uniform">
<iframe width="100%" height="50%" src="https://www.youtube.com/embed/Jcbeq8lhm6c?si=FJFmch5MhP86OYOi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<a href="#eight" class="goto-next scrolly">Next</a>
</section>

Expand All @@ -151,7 +151,7 @@ <h2>Champs 2024 Talk</h2>
<div class="container">
<header class="major">
<h2>FOSS</h2>
<p>PhotonVision is an open-source, community
<p>PhotonVision is an open-source, community
based vision system designed for use within the
FIRST® Robotics Competiton that aims to
provide easy and inexpensive vision tracking to
Expand Down

0 comments on commit b6daa0e

Please sign in to comment.