|
@@ -44,6 +44,10 @@
|
|
p,a,div,span,h1,h2,h3,h4,h5,h6{
|
|
p,a,div,span,h1,h2,h3,h4,h5,h6{
|
|
font-family: 'Noto Sans TC', sans-serif !important;
|
|
font-family: 'Noto Sans TC', sans-serif !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .oil{
|
|
|
|
+ display:none;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
@@ -431,7 +435,6 @@
|
|
Contact Section
|
|
Contact Section
|
|
============================-->
|
|
============================-->
|
|
<section id="contact" class="padd-section wow fadeInUp">
|
|
<section id="contact" class="padd-section wow fadeInUp">
|
|
-
|
|
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="section-title text-center">
|
|
<div class="section-title text-center">
|
|
<h2>查看源碼</h2>
|
|
<h2>查看源碼</h2>
|
|
@@ -474,7 +477,7 @@
|
|
<!--==========================
|
|
<!--==========================
|
|
Footer
|
|
Footer
|
|
============================-->
|
|
============================-->
|
|
- <footer class="footer">
|
|
|
|
|
|
+ <footer class="footer" style="position: relative;">
|
|
<div class="copyrights">
|
|
<div class="copyrights">
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="credits">
|
|
<div class="credits">
|
|
@@ -488,9 +491,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+ <img class="oil" style="position: absolute; right: 0px; bottom: 0px; width: 30em;" src="img/oil/mascot.png">
|
|
</footer>
|
|
</footer>
|
|
-
|
|
|
|
|
|
+ <img class="oil" style="position: absolute; width: 30em;bottom: 0px; right: 0px;" src="img/oil/welcome.png">
|
|
|
|
|
|
|
|
|
|
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
|
|
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
|
|
@@ -519,6 +522,10 @@
|
|
}else if (userLang == "zh-TW"){
|
|
}else if (userLang == "zh-TW"){
|
|
$("#lang").text("中文(台灣)");
|
|
$("#lang").text("中文(台灣)");
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if (window.location.hash == "#oil"){
|
|
|
|
+ $(".oil").show();
|
|
|
|
+ }
|
|
</script>
|
|
</script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|