Add mobile tutorials
This commit is contained in:
@ -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 -->
|
||||
|
Reference in New Issue
Block a user