Ver Fonte

Added some walkthrough GIFs for the index page

sleepytaco há 3 anos atrás
pai
commit
fa62312872

BIN
apps/main/static/assets/imgs/dashboard.gif


BIN
apps/main/static/assets/imgs/features.gif


BIN
apps/main/static/assets/imgs/import.gif


BIN
apps/main/static/assets/imgs/organize.gif


BIN
apps/main/static/assets/imgs/playlist_stats.PNG


BIN
apps/main/static/assets/imgs/playlist_stats.gif


BIN
apps/main/static/assets/imgs/watching.gif


+ 1 - 1
apps/users/templates/about.html

@@ -23,7 +23,7 @@
     </h2>
     <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
       <div class="accordion-body">
-        <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
+        <strong>I built UnTube with the goal of making it easier to manage multiple YouTube playlists.</strong>
       </div>
     </div>
   </div>

+ 20 - 6
apps/users/templates/index.html

@@ -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">