Skip to content

Commit

Permalink
Merge pull request #185 from stride3d/master
Browse files Browse the repository at this point in the history
Test deployment
  • Loading branch information
VaclavElias authored Oct 9, 2023
2 parents ad51bdf + cef832d commit 7437740
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _includes/_top-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link py-2 px-0 px-lg-2" href="{{ site.links.youtube-url }}" target="_blank" rel="noopener" aria-label="YouTube link" title="Discord">
<a class="nav-link py-2 px-0 px-lg-2" href="{{ site.links.youtube-url }}" target="_blank" rel="noopener" aria-label="YouTube link" title="YouTube">
<i class="fa-brands fa-youtube text-decoration-none"></i>
<small class="d-lg-none">YouTube</small>
</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sponsor-generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<div class="card-body">
<p class="card-text" style="min-height: 80px">An indie game studio with a primary focus on virtual reality (VR) experiences.</p>
<a target="_blank" rel="noopener" href="https://store.steampowered.com/search/?publisher=Happenstance%20Games" class="btn btn-outline-secondary stretched-link">Visit</a>
<a target="_blank" rel="noopener" href="http://www.happenstancegames.com/" class="btn btn-outline-secondary stretched-link">Visit</a>
<p class="mt-4">
<span class="badge bg-stride me-1 mb-1">Sponsor</span>
<span class="badge bg-warning me-1 mb-1">Platinum</span>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="col-lg-6">
<div class="card h-100">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SlipyjcEb0g?controls=0&autoplay=1&mute=1&loop=1&playlist=SlipyjcEb0g" title="Stride YouTube demo" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/SlipyjcEb0g?controls=0&autoplay=1&mute=1&loop=1&playlist=SlipyjcEb0g&rel=0" title="Stride YouTube demo" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-body p-4">
<h1 class="h1 mb-3">Open-source C# Game Engine</h1>
Expand All @@ -36,7 +36,7 @@ <h1 class="h1 mb-3">Open-source C# Game Engine</h1>
<div class="col-lg-6">
<div class="card h-100">
<div class="ratio ratio-16x9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/m4bC4h0aXfA?autoplay=0" allowfullscreen title="Stride YouTube demo"></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/m4bC4h0aXfA?autoplay=0&rel=0" allowfullscreen title="Stride YouTube demo"></iframe>
</div>
<div class="card-body p-4">
<h2 class="h1 mb-3">Bet on the future</h2>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"lunr": "^2.3.9",
"markdown-it-anchor": "^8.6.6",
"markdown-it-table-of-contents": "^0.6.0",
"sass": "^1.68.0"
"sass": "^1.69.0"
}
}

0 comments on commit 7437740

Please sign in to comment.