Add Gangnam Style easter egg to screenshots feature card
LinkPeek + uri2png caught the billion views world record moment.
This commit is contained in:
parent
6c8d9e9ad2
commit
63ab20bedd
1 changed files with 13 additions and 1 deletions
|
|
@ -475,6 +475,18 @@
|
|||
margin-top: 40px; font-size: 18px; color: #333;
|
||||
cursor: default; user-select: none;
|
||||
}
|
||||
/* 🎵 Oppa Gangnam Style - world record caught by linkpeek */
|
||||
.billion-views {
|
||||
display: inline-block;
|
||||
margin-left: 4px; font-size: 14px; color: #666;
|
||||
cursor: pointer; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
|
||||
user-select: none; text-decoration: none;
|
||||
position: relative; vertical-align: middle;
|
||||
}
|
||||
.billion-views:hover {
|
||||
color: #ff0000; transform: scale(1.5);
|
||||
text-shadow: 0 0 15px rgba(255,0,0,0.8);
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 768px) {
|
||||
|
|
@ -650,7 +662,7 @@
|
|||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>{{ t.about_feat_screenshots }}</h3>
|
||||
<p>{{ t.about_feat_screenshots_desc }}</p>
|
||||
<p>{{ t.about_feat_screenshots_desc }} <a href="/static/images/linkpeek-psy-gangnam-style-1-billion.png" target="_blank" class="billion-views" title="LinkPeek + uri2png caught a world record">🎵</a><a href="https://www.youtube.com/watch?v=9bZkp7q19f0" target="_blank" class="billion-views" title="Oppa Gangnam Style!">🎶</a></p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>{{ t.about_feat_hydra }}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue