|
@@ -93,13 +93,13 @@
|
|
|
|
|
|
<div class="row featurette">
|
|
|
<div class="col-md-7 order-md-2">
|
|
|
- <h1>UnTube automatically gets statistics for every playlist.</h1>
|
|
|
- <p class="lead">For every playlist, statistics like playlist duration, number of unavailable videos, or whether the playlist has any duplicate videos are automatically generated.</p>
|
|
|
+ <h1>UnTube automatically gets statistics for all your playlists when you first log in.</h1>
|
|
|
+ <p class="lead">For all of your YouTube playlists, statistics like playlist duration, number of unavailable videos, or whether the playlist has any duplicate videos are automatically calculated.</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-md-5 order-md-1">
|
|
|
<div class="text-center">
|
|
|
- <img src="{% static 'assets/imgs/playlist_stats.PNG' %}" class="rounded" style="max-width:100%; height: auto">
|
|
|
+ <img src="{% static 'assets/imgs/playlist_stats.gif' %}" class="rounded" style="max-width:100%; height: auto">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
|
|
|
<div class="row featurette">
|
|
|
<div class="col-md-7">
|
|
|
- <h1 class="">Mark playlists as watching</h1>
|
|
|
+ <h1 class="">Mark playlists as watching.</h1>
|
|
|
<p class="lead">A small tool to keep track of the duration left for a playlist by letting you mark videos as watched.
|
|
|
Might serve as a motivator to finish any kind of academic playlist <i class="far fa-smile-wink fa-lg"></i> </p>
|
|
|
</div>
|
|
@@ -160,9 +160,9 @@
|
|
|
<div class="row featurette">
|
|
|
<div class="col-md-7 order-md-2">
|
|
|
<h1 class="">
|
|
|
- And lastly, you can import playlists you do not own into your collection.</h1>
|
|
|
+ There's a public playlist you like? Import them into your collection.</h1>
|
|
|
<p class="lead">
|
|
|
- All the features above would still apply to playlists you do not own.
|
|
|
+ You can import playlists you do not own into your UnTube collection. All the features above would still apply to playlists you do not own.
|
|
|
That means you can mark imported playlists as watching, tag them and also copy videos from imported playlists
|
|
|
into your own playlists.
|
|
|
</p>
|
|
@@ -177,6 +177,20 @@
|
|
|
|
|
|
<hr class="featurette-divider">
|
|
|
|
|
|
+ <div class="row featurette">
|
|
|
+ <div class="col-md-7">
|
|
|
+ <h1 class="">And lastly, a beautiful dashboard.</h1>
|
|
|
+ <p class="lead">Get greeted by some beautiful charts, view your most popular tags, and see a progress list of playlist you've marked as watching. </p>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-5">
|
|
|
+ <div class="text-center">
|
|
|
+ <img src="{% static 'assets/imgs/dashboard.gif' %}" class="rounded" style=" max-width:100%; height: auto">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <hr class="featurette-divider">
|
|
|
+
|
|
|
|
|
|
<div class="row featurette justify-content-center">
|
|
|
|