Add mobile tutorials

This commit is contained in:
Joey Kimsey
2025-01-30 16:06:06 -05:00
parent 928d78ce44
commit 2301e212bf
9 changed files with 134 additions and 0 deletions

View File

@ -1,4 +1,42 @@
<section class="container my-5">
<h1 class="text-center mb-4">Mobile Tutorials</h1>
<div class="row g-4 mb-4">
<!-- Apple Section -->
<div class="col-md-6">
<div class="card h-100 shadow-sm context-main-bg">
<div class="card-body text-center">
<i class="fab fa-apple fa-3x mb-3 atb-green"></i>
<h5 class="card-title text-center">Apple</h5>
<hr>
<ul class="list-group list-group-flush rounded">
<li class="list-group-item context-second-bg mb-1">
<a href="{ROOT_URL}tutorials/mobile/iphone" class="text-decoration-none atb-green">
How to add the app to your iPhone home-screen.
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Opera Section -->
<div class="col-md-6">
<div class="card h-100 shadow-sm context-main-bg">
<div class="card-body text-center">
<i class="fab fa-android fa-3x mb-3 atb-green"></i>
<h5 class="card-title text-center">Android</h5>
<hr>
<ul class="list-group list-group-flush rounded">
<li class="list-group-item context-second-bg mb-1">
<a href="{ROOT_URL}tutorials/mobile/android" class="text-decoration-none atb-green">
How to add the app to your Android home-screen.
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<h1 class="text-center mb-4">Browser Tutorials</h1>
<div class="row g-4">
<!-- Opera Section -->