38 lines
1.9 KiB
HTML
38 lines
1.9 KiB
HTML
<section class="container my-5">
|
|
<h1 class="text-center mb-4">{pretty} Tutorials</h1>
|
|
<div class="row g-4">
|
|
<!-- Opera Section -->
|
|
<div class="col-md-8 offset-2">
|
|
{tutorialCrumbs}
|
|
<div class="card h-100 shadow-sm context-main-bg">
|
|
<div class="card-body text-center">
|
|
<i class="fab fa-{printed} fa-3x mb-3 atb-green"></i>
|
|
<h5 class="card-title text-center">{pretty}</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/{printed}/pin" class="text-decoration-none atb-green">
|
|
How to pin the extension to your toolbar
|
|
</a>
|
|
</li>
|
|
<li class="list-group-item context-second-bg mb-1">
|
|
<a href="{ROOT_URL}tutorials/{printed}/settings" class="text-decoration-none atb-green">
|
|
How to Open the extension settings page
|
|
</a>
|
|
</li>
|
|
<li class="list-group-item context-second-bg mb-1">
|
|
<a href="{ROOT_URL}tutorials/{printed}/import" class="text-decoration-none atb-green">
|
|
How to Import Bookmarks into the browser
|
|
</a>
|
|
</li>
|
|
<li class="list-group-item context-second-bg mb-1">
|
|
<a href="{ROOT_URL}tutorials/{printed}/export" class="text-decoration-none atb-green">
|
|
How to export Bookmarks from the browser
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |