Skip to content

Commit

Permalink
Merge pull request #756 from unitaryfund/755-embed-youtube-tutorial-o…
Browse files Browse the repository at this point in the history
…f-submission-workflow

Adding YouTube videos to FAQ and About pages.
  • Loading branch information
vprusso authored Dec 12, 2022
2 parents b0c0648 + 6b19b74 commit d1a9e4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,13 @@ form > span > .row > label {
width: 100%;
}

iframe {
display: block;
border-style:none;
margin-left: auto;
margin-right: auto;
}

/** Simple generic styling */

.text-center {
Expand Down
2 changes: 2 additions & 0 deletions src/views/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const About = () => {
<p>
Make transparent, accessible benchmarks available to everyone in the quantum computing community.
</p>
<iframe title='Metriq: the open source platform for community driven quantum benchmarks' width='420' height='315' src='https://www.youtube.com/embed/tg6Q5fnw2EE'>
</iframe>
</div>
<br />
<h1 className='text-center'>About</h1>
Expand Down
2 changes: 2 additions & 0 deletions src/views/FAQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const FAQ = () => {
<p>
A metriq <b>"submission"</b> can be an arXiv preprint, GitHub repository, or links to peer reviewed and published articles.
</p>
<iframe title='How to make a submission on Metriq: the platform for community driven quantum benchmarks' width='420' height='315' src='https://www.youtube.com/embed/XjLeutpo3v0'>
</iframe>
<p>
A submission can present or utilize one of more <b>"methods"</b> by which they accomplish one or more <b>"tasks"</b>, which are workloads of interest.
</p>
Expand Down

0 comments on commit d1a9e4a

Please sign in to comment.