Skip to content

Commit

Permalink
Added promo video to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
aramanenka committed Mar 2, 2024
1 parent 02ad3bf commit a35a206
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/app.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ body > nav{
}
}
body > .inner {
#video{
margin: 0 auto 30px auto;
display: block;
max-width: 100%;
}
@media (min-width: $siteWidth) {
width: $siteWidth;
margin: 0 auto;
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ <h2><a href="/" title="Go to Homepage">lsFusion</a></h2>
</div>
</nav>


<header id="homeheader">
<div class="inner">
<h1>
Expand All @@ -72,6 +71,9 @@ <h1>
</header>

<div class="inner">
<video src="/media/promo.mp4" controls id="video">
<source src="/media/promo.mp4" type="video/mp4">
</video>
<ul class="home-links1" id="blog">
<li>
<a href="https://habr.com/ru/company/lsfusion/blog/" target="_blank" class="inner" title="Click to read our blog">
Expand Down
Binary file added media/promo.mp4
Binary file not shown.

0 comments on commit a35a206

Please sign in to comment.