jeffs-pelican-theme/test/includes/testtimeline.html
2025-04-04 17:56:24 -03:00

67 lines
1.7 KiB
HTML

<!-- The Timeline -->
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Start</span>
<span class="time-wrapper"><span class="time">Jul 2022</span></span>
</div>
<div class="desc">
I created my Pelican Theme and posted it to Github
</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Website</span>
<span class="time-wrapper"><span class="time">July 2023</span></span>
</div>
<div class="desc">
I created my page describing how I set up my pelican site. Note: I should update that </div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Github</span>
<span class="time-wrapper"><span class="time">July 2023</span></span>
</div>
<div class="desc">
I moved my theme to my own self-hosted repo </div>
</div>
</li>
<!-- Item 4 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Gitea</span>
<span class="time-wrapper"><span class="time">2024</span></span>
</div>
<div class="desc">
"Hackers" defaced my gitea server so I made it private. Well they didn't hack it, I left registrations open like a noob.
</div>
</div>
</li>
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Pelican</span>
<span class="time-wrapper"><span class="time">Mar 2025</span></span>
</div>
<div class="desc">
I made this theme and started testing it.</div>
</div>
</li>
</ul>