Browse Source

feat: Quick tutorials added

Vaclav Elias 11 months ago
parent
commit
72d97f0228

+ 16 - 1
en/tutorials/index.md

@@ -58,9 +58,24 @@ New to Stride? Start with these tutorials to get familiar with the basics of the
                 </p>
                 <p class="card-text">These tutorials cover various intermediate principles of using C# when working with the Stride game engine 🎮.</p>
                 <p class="card-text">Learn more about UI basics, collision triggers, ray-casting, async scripts, scenes, animations, audio, camera and navigation.</p>
-                <p><span class="badge text-bg-success">New</span></p>
+                <!--<p><span class="badge text-bg-success">New</span></p>-->
             </div>
             <p class="px-3 mb-4">🚀 Jump to the <a class="stretched-link" href="csharpintermediate/index.md">C# intermediate tutorials</a></p>
         </div>
     </div>
+    <div class="col-xxl-4 col-md-6">
+        <div class="card h-100">
+            <img src="media/quick-tutorials.webp" class="card-img-top" alt="Stride Quick Tutorials">
+            <div class="card-body">
+                <h5 class="card-title">⚡ Quick Tutorials</h5>
+                <p>
+                    <span class="badge text-bg-info">1 lesson</span>
+                    <span class="badge text-bg-warning">4 minutes</span>
+                </p>
+                <p class="card-text">These quick tutorials provide bite-sized lessons to help you get up to speed with the Stride game engine in no time.</p>
+                <p class="card-text">Learn about setting up your first project, basic scripting, simple animations, quick UI tips, and more.</p>
+            </div>
+            <p class="px-3 mb-4">🚀 Jump to the <a class="stretched-link" href="quick-tutorials/index.md">Quick tutorials</a></p>
+        </div>
+    </div>
 </div>

+ 3 - 0
en/tutorials/media/quick-tutorials.webp

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f50f3e07532445bb68322c77be90aa1453dfb727fd765271b96188ab96313b1
+size 3836

+ 26 - 0
en/tutorials/quick-tutorials/index.md

@@ -0,0 +1,26 @@
+# ⚡ Quick Tutorials
+
+<span class="badge text-bg-info">1 lesson</span>
+<span class="badge text-bg-warning">4 minutes</span>
+
+These tutorials provide bite-sized lessons to help you get up to speed with the Stride game engine in no time.
+
+## Stride Quick tutorials YouTube series
+
+> [!Video https://www.youtube.com/embed/videoseries?si=K_DN2NtJCukdKEiY&list=PLRZx2y7uC8mMUf0W02IzQl5UcaB--vfft]
+
+<!--
+## All tutorials
+<div class="row g-4 mb-4">
+    <div class="col-md-6">
+        <div class="card h-100">
+            <img src="media/introduction.webp" class="card-img-top" alt="Introduction">
+            <div class="card-body">
+                <h2 class="card-title h5">Introduction</h2>
+                <p class="card-text">A brief introduction to the C# intermediate tutorials for the Stride game engine.</p>
+            </div>
+            <p class="px-3 mb-4">📺 Watch the <a class="stretched-link" href="introduction.md">Introduction</a> tutorial</p>
+        </div>
+    </div>
+</div>
+-->

+ 5 - 0
en/tutorials/toc.yml

@@ -94,3 +94,8 @@ items:
     href: csharpintermediate/third-person-camera.md
   - name: Navigation
     href: csharpintermediate/navigation.md
+- name: ⚡ Quick Tutorials
+  href: quick-tutorials/index.md
+  items:
+  - name: Custom dropdown properties
+    href: https://www.youtube.com/watch?v=hjScw6Xp2gY