mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
feat: Add demo video includes to incident management, monitoring, on-call, status page, and workflows views
This commit is contained in:
parent
93a22c67fd
commit
dfe6f9be14
5 changed files with 10 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue