feat: Add demo video includes to incident management, monitoring, on-call, status page, and workflows views

This commit is contained in:
Nawaz Dhandala 2026-01-06 13:45:48 +00:00
parent 93a22c67fd
commit dfe6f9be14
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA
5 changed files with 10 additions and 5 deletions

View file

@ -62,9 +62,10 @@
<!-- Clean hero image -->
<div class="mt-16 sm:mt-20">
<div class="relative mx-auto max-w-5xl">
<div class="rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<div class="relative rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<img src="/img/incidents.png" alt="OneUptime incident management dashboard" width="2432" height="1442"
class="rounded-lg shadow-lg">
<%- include('./Partials/watch-demo.ejs', {videoId: "_fQ_F4EisBQ" }) -%>
</div>
</div>
</div>

View file

@ -62,9 +62,10 @@
<!-- Clean hero image -->
<div class="mt-16 sm:mt-20">
<div class="relative mx-auto max-w-5xl">
<div class="rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<div class="relative rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<img src="/img/monitor.png" alt="OneUptime monitoring dashboard" width="2432" height="1442"
class="rounded-lg shadow-lg">
<%- include('./Partials/watch-demo.ejs', {videoId: "_fQ_F4EisBQ" }) -%>
</div>
</div>
</div>

View file

@ -61,9 +61,10 @@
<!-- Clean hero image -->
<div class="mt-16 sm:mt-20">
<div class="relative mx-auto max-w-5xl">
<div class="rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<div class="relative rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<img src="/img/on-call-policies.png" alt="OneUptime on-call scheduling interface" width="2432" height="1442"
class="rounded-lg shadow-lg">
<%- include('./Partials/watch-demo.ejs', {videoId: "HzhKmCryYdc" }) -%>
</div>
</div>
</div>

View file

@ -66,9 +66,10 @@
<!-- Clean hero image -->
<div class="mt-16 sm:mt-20">
<div class="relative mx-auto max-w-5xl">
<div class="rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<div class="relative rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<img src="/img/status-pages.png" alt="OneUptime status page" width="2432" height="1442"
class="rounded-lg shadow-lg">
<%- include('./Partials/watch-demo.ejs', {videoId: "F6BNipy5VCk" }) -%>
</div>
</div>
</div>

View file

@ -61,9 +61,10 @@
<!-- Clean hero image -->
<div class="mt-16 sm:mt-20">
<div class="relative mx-auto max-w-5xl">
<div class="rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<div class="relative rounded-xl bg-gray-900/5 p-1.5 ring-1 ring-gray-900/10">
<img src="/img/workflow-builder.png" alt="OneUptime workflow automation builder" width="2432" height="1442"
class="rounded-lg shadow-lg">
<%- include('./Partials/watch-demo.ejs', {videoId: "z-b7_KQcUDY" }) -%>
</div>
</div>
</div>