-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from chkworks/redesign/full-width-video-new
Redesign/full width video new
- Loading branch information
Showing
11 changed files
with
161 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,25 @@ | ||
{% comment %} Create cards manually, or move them to json {% endcomment %} | ||
<div class="col-sm-6 col-xxl-4"> | ||
<div class="card text-center h-100"> | ||
<div class="bg-white d-flex" style="min-height: 200px"> | ||
<img class="card-img-top p-4" alt="logo" src="/images/sponsors/vvvv-logo.svg"> | ||
<div class="col-sm-6 col-xxl-4 mb-2"> | ||
<div class="card text-center h-100 rounded"> | ||
<div class="bg-white d-flex justify-content-center align-middle" style="min-height: 200px"> | ||
<a target="_blank" rel="noopener" href="https://visualprogramming.net/" class="d-flex"> | ||
<img class="card-img-top p-4" alt="logo" src="/images/sponsors/vvvv-logo.svg" /> | ||
</a> | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text" style="min-height: 80px">A visual live-programming environment that takes you from rapid prototyping to final production.</p> | ||
<a target="_blank" rel="noopener" href="https://visualprogramming.net/" 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">Golden</span> | ||
<span class="badge bg-primary me-1 mb-1">Technology</span> | ||
<span class="badge bg-info me-1 mb-1">Visualisation</span> | ||
<span class="badge bg-success me-1 mb-1">Partner</span> | ||
</p> | ||
<div class="card-body px-5 pb-5"> | ||
<p class="card-text">A visual live-programming environment that takes you from rapid prototyping to final production.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-6 col-xxl-4"> | ||
<div class="card text-center h-100"> | ||
<div class="bg-white d-flex justify-content-center" style="min-height: 200px"> | ||
<img class="card-img-top p-2" alt="Happenstance Games logo" src="/images/sponsors/HappenLogo.webp" style="width: 200px"> | ||
<div class="col-sm-6 col-xxl-4 mb-2"> | ||
<div class="card text-center h-100 rounded"> | ||
<div class="bg-white d-flex justify-content-center align-middle" style="min-height: 200px"> | ||
<a target="_blank" rel="noopener" href="https://store.steampowered.com/search/?publisher=Happenstance%20Games" class="d-flex"> | ||
<img class="card-img-top p-2" alt="Happenstance Games logo" src="/images/sponsors/HappenLogo.jpg" style="width: 200px" /> | ||
</a> | ||
</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="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> | ||
<span class="badge bg-info me-1 mb-1">VR</span> | ||
</p> | ||
<div class="card-body px-5 pb-5"> | ||
<p class="card-text">An indie game studio with a primary focus on virtual reality (VR) experiences.</p> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<div class="intro-section"> | ||
<div class="container-fluid p-0"> | ||
<div class="intro-video"> | ||
<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> | ||
</div> | ||
<div class="intro-content p-5 d-flex align-items-end"> | ||
<div class="container-xxl"> | ||
<div class="hero-video-text"> | ||
<h1 class="h1 mb-3 text-light mb-3 display-5 fw-bold">Stride Engine</h1> | ||
<p class="text-light mb-2 lead fw-normal">Stride is a free, open-source, cross-platform game engine. | ||
<p class="text-light mb-4 lead fw-normal">Use it to create 2D and 3D video games and interactive content <br /> for PC, mobile devices and Virtual Reality.</p> | ||
<div class="row g-3"> | ||
<div class="col-auto"> | ||
<a href="/download/" class="btn btn-lg btn-stride"> | ||
<i class="fa-solid fa-download"></i> Download {{ site.download-version }} | ||
</a> | ||
</div> | ||
<div class="col-auto"> | ||
<a href="{{ site.links.github-stride-url }}" class="btn btn-lg btn-outline-stride" target="_blank" rel="noopener"> | ||
<i class="fa-brands fa-github text-decoration-none"></i> Source Code (MIT) | ||
</a> | ||
</div> | ||
<div class="col-auto"> | ||
<a href="{{ site.links.open-collective-url }}" class="btn btn-lg btn-info" target="_blank" rel="noopener"> | ||
{% include svg-icons.html type:'open-collective' size:22 %} Donate to our Collective | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.