Skip to content

Instantly share code, notes, and snippets.

View ziabs's full-sized avatar
:octocat:
ziabs.com

ziAbs ziabs

:octocat:
ziabs.com
View GitHub Profile
@ziabs
ziabs / index.html
Created June 12, 2023 16:47
Swiper - Timeline Progressbar
<div class="container">
<div class="swiper-container-wrapper swiper-container-wrapper--timeline">
<!-- Timeline -->
<ul class="swiper-pagination-custom">
<li class='swiper-pagination-switch first active'><span class='switch-title'>1911</span></li>
<li class='swiper-pagination-switch'><span class='switch-title'>1970</span></li>
<li class='swiper-pagination-switch'><span class='switch-title'>2021</span></li>
<li class='swiper-pagination-switch last'><span class='switch-title'>3000</span></li>
</ul>
<!-- Progressbar -->

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>