Skip to content

Commit

Permalink
resizable changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Apr 13, 2024
1 parent 36987e6 commit fc8ca31
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
color: #77cbf9;
}

.video-border {
.media-border {
width: 825px;
height: 459px;
border-radius: 5px;
Expand Down Expand Up @@ -81,6 +81,29 @@
body {
color: white;
background-color: #272727;
margin: 1rem 1.5rem;
}
}
@media screen and (max-width: 900px) {
html {
max-width: 100vw;
}

.hero {
width: 100%;
height: 100%;
}

.media-border {
width: 90vw;
height: 50vw;
margin: 0 auto;
}

.video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
</style>
Expand Down Expand Up @@ -116,7 +139,7 @@ <h3>Updates</h3>

<h2>My new app just got released! 🥳</h2>
<!-- <img class="hero" src="assets/hero_weather.webp" /> -->
<div class="video-border">
<div class="media-border">
<video id="hero-weather" class="video" loop muted>
<source src="assets/hero_weather.mp4" type="video/mp4" />
</video>
Expand All @@ -129,11 +152,13 @@ <h2>My new app just got released! 🥳</h2>
<!-- Section 2 -->
<h3 style="opacity: 0.75">28 Jun 2023 | Lively v2.0.7.0 Update</h3>
<h1>A New Smarter Lively</h1>
<img class="hero" src="assets/hero_art.webp" />
<div class="media-border">
<img class="hero" src="assets/hero_art.webp" />
</div>
<p>Lively just got smarter with AI.. introducing first of many to come AI feature "Depth Wallpapers"</p>

<h3 id="ai-depth-wallpapers">AI Depth Wallpapers</h3>
<div class="video-border">
<div class="media-border">
<video id="promo-depth-wallpapers" class="video" loop muted>
<source src="assets/promo_depthwallpaper.mp4" type="video/mp4" />
</video>
Expand All @@ -152,7 +177,7 @@ <h3 id="ai-depth-wallpapers">AI Depth Wallpapers</h3>
</p>

<h3 id="new-wallpapers">New "Living Room" Wallpaper</h3>
<div class="video-border">
<div class="media-border">
<video id="promo-new-wallpaper" class="video" loop muted>
<source src="assets/promo_livingroom.mp4" type="video/mp4" />
</video>
Expand All @@ -164,7 +189,7 @@ <h3 id="new-wallpapers">New "Living Room" Wallpaper</h3>
</p>

<h3 id="color-picker">Fancy ColorPicker</h3>
<div class="video-border">
<div class="media-border">
<video id="promo-color-picker" class="video" loop muted>
<source src="assets/promo_colorpicker.mp4" type="video/mp4" />
</video>
Expand Down

0 comments on commit fc8ca31

Please sign in to comment.