urmic_digital_encoder_decoder/encoder/footer.php

99 lines
1.5 KiB
PHP
Executable File

<footer class="site-footer">
<div class="footer-inner">
<div class="footer-left">
Crafted with <span class="heart"></span> by
<strong>ShreeBhattJi</strong>
<span class="muted">( Devdatt Bhatt )</span>
</div>
<div class="footer-right">
<a href="tel:+918000741919">+91-8000-74-1919</a>
</div>
</div>
</footer>
<style>
.site-footer {
margin-top: 40px;
padding: 18px 24px;
background: linear-gradient(180deg, #020617, #020617);
border-top: 1px solid rgba(255, 255, 255, .08);
color: #cbd5e1;
font-size: 14px;
}
.footer-inner {
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.footer-left strong {
color: #e2e8f0;
}
.footer-right a {
text-decoration: none;
color: #38bdf8;
font-weight: 500;
}
.footer-right a:hover {
text-decoration: underline;
}
.muted {
color: #94a3b8;
font-weight: 400;
}
.heart {
color: #ef4444;
animation: pulse 1.5s infinite;
}
@keyframes pulse {
0% {
opacity: .6
}
50% {
opacity: 1
}
100% {
opacity: .6
}
}
/* mobile */
@media(max-width:600px) {
.footer-inner {
flex-direction: column;
text-align: center;
}
}
</style>
</div> <!-- closes page-wrap from header -->
</body>
</html>
<!--
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
-->