update style and scripts
This commit is contained in:
parent
760a2d892b
commit
090e34e2f4
@ -32,8 +32,8 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<a href="https://www.instagram.com/zhgchgli/" target="_blank" class="link-button" alt="ZhgChgLi's Instgaram">
|
<a href="https://www.instagram.com/zhgchgli/" target="_blank" class="link-button" alt="ZhgChgLi's Instagram">
|
||||||
<i class="fa-brands fa-instagram"></i> Instgaram
|
<i class="fa-brands fa-instagram"></i> Instagram
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<a href="https://github.com/ZhgChgLi" target="_blank" class="icon-button" alt="ZhgChgLi's Github">
|
<a href="https://github.com/ZhgChgLi" target="_blank" class="icon-button" alt="ZhgChgLi's GitHub">
|
||||||
<i class="fa-brands fa-github"></i>
|
<i class="fa-brands fa-github"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -70,10 +70,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
Welcome <a href="https://google.com">to</a> visit my website, follow me on Medium or GitHub, or stay in touch on Instagram or LinkedIn.
|
Welcome to my website! Follow me on Medium or GitHub, or stay connected on Instagram or LinkedIn.
|
||||||
|
|
||||||
|
|
||||||
<div class="copyright">© 2024 ZhgChgLi. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a></div>
|
<div class="copyright">© 2024 <a href="https://zhgchg.li" target="_blank">ZhgChgLi</a>. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script>
|
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script>
|
||||||
|
0
_output/scripts.js
Normal file
0
_output/scripts.js
Normal file
@ -16,6 +16,7 @@ body {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 20px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -22,7 +22,6 @@ if Dir.exist?(destination_dir)
|
|||||||
|
|
||||||
if File.file?(file_path)
|
if File.file?(file_path)
|
||||||
FileUtils.rm(file_path)
|
FileUtils.rm(file_path)
|
||||||
puts "Deleted: #{file_path}"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
0
themes/default/scripts.js
Normal file
0
themes/default/scripts.js
Normal file
@ -16,6 +16,7 @@ body {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 20px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user