Last active
December 21, 2015 20:39
-
-
Save girvan/6362760 to your computer and use it in GitHub Desktop.
gina desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="fs-desc"> | |
<Br>邀稿請。 | |
<Br>MailA: <a href="http://fashion.piliapp.com/tool/show-email/[email protected]" target="_blank">[email protected]</a> | |
<Br>MailB: <a href="http://fashion.piliapp.com/tool/show-email/[email protected]" target="_blank">[email protected]</a> | |
<Br> | |
hey,I'am Gina ♥<Br><Br> | |
穿搭/時尚/保養/彩妝/貓咪/旅行 | |
<Br><Br> | |
163cm / 45kg <Br> | |
Camera / Sony RX100+Canon 5DIII <Br> | |
Design / Photoshop+Illustrator (AI)<Br> | |
</div> | |
<div id="nav"> | |
<li id="piliapp"><a href="http://fashion.piliapp.com/author/ginalacoco/">美妝牆</a></li> | |
<li id="facebook"><a href="https://www.facebook.com/Gina.Hello" target="_blank">facebook</a></li> | |
<li id="mail"><a href="http://fashion.piliapp.com/tool/show-email/[email protected]" target="_blank">mail</a></li> | |
<li id="mimig"><a id="" href="" target="_blank">mimig</a></li> | |
<li id="instagram"><a href="http://instagram.com/ginachiki" target="_blank">instagram</a></li> | |
<li id="lookbook"><a href="http://lookbook.nu/ginahello" target="_blank">lookbook</a></li> | |
</div> | |
<script> | |
(function($){ | |
var i = 0, n = $("#nav li").size(); | |
var rotate = function(){ | |
if(++i >= n) | |
i = 0; | |
$("#nav li.hover").removeClass("hover"); | |
$("#nav li:eq(" + i + ")").addClass("hover"); | |
setTimeout(function(){ rotate(); }, 1500); | |
}; | |
rotate(); | |
})(jQuery); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment