Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding video link to BitOps to; README, index, getting-started #386

Merged
merged 8 commits into from
Jan 18, 2023
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ BitOps is an automated [orchestrator](docs/about.md) for deployment tools using

It leverages a way to describe infrastructure for many environments and IaC tools called an [Operations Repository](docs/operations-repo-structure.md).

[![Getting Started - Youtube](docs/assets/images/bitops-intro-video.png)](https://youtu.be/BiytYu3EefY)

---------------------

## Features
Expand Down
Binary file added docs/assets/images/bitops-intro-video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Getting Started

<iframe width="1280" height="500" src="https://www.youtube.com/embed/BiytYu3EefY" title="Intro to BitOps" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason not to put this embed on the front page of bitops.sh?

Copy link
Member

@arm4b arm4b Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge the Readme update here and do the landing page in the next PR: #389 as I'd like more there with the list of bitops values and to align that w video



---------------------
## What is BitOps?

Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ hide:
<div class="bitovi-row">
<div class="bitovi-column">
<h1>BitOps centralizes, organizes, and deploys your Infrastructure-as-Code</h1>
<div>
<a class="md-button md-button--primary" href="getting-started">Show me how</a>
<!--<a class="md-button md-button--primary" href="https://youtu.be/BiytYu3EefY">Show me a video</a>-->
</div>
<p>
<a href="license/"><img alt="LICENSE" src="https://img.shields.io/badge/license-MIT-green"></a>
<img alt="Python 3.8" src="https://img.shields.io/badge/python-3.8-blue">
Expand Down