Skip to content

Commit

Permalink
Site updated at 2013-01-28 09:31:21 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegao committed Jan 28, 2013
1 parent 0c1179c commit 0342a60
Show file tree
Hide file tree
Showing 45 changed files with 1,257 additions and 351 deletions.
155 changes: 155 additions & 0 deletions about/index.html
@@ -0,0 +1,155 @@

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title> - Mike Tech</title>
<meta name="author" content="Mike Gao">

<meta name="description" content="About Me This is Mike Gao, I am a rubyer &amp; Apple User About Blog This blog is for all my tech notes Contact me Email: mike.gao#gmail.com Weibo: @ &hellip;">

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<link href="/atom.xml" rel="alternate" title="Mike Tech" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.ico" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">

<link href='http://fonts.googleapis.com/css?family=Slackey' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Amethysta' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

<script type="text/javascript" src="/javascripts/jquery-tapir.js"></script>

<!-- remove or comment it to disable ajaxification -->
<script src="/javascripts/ajaxify.js"></script>


</head>


<body>
<div id="wrapper">
<header id="header" class="inner"><!-- for more effects see _animate.scss -->
<h1 class="animated bounceInDown">
<div id="headerbg">
Mike Gao
</div>
</h1>
<br>

<ul id="social-links" style="text-align:center">








</ul>


<!-- use full url including 'index.html' for navigation bar if you are using ajax -->
<ul id="nav">
<li id="ajax"><a href="/index.html">Home</a></li>
<li id="ajax"><a href="/about/index.html">About</a></li>
<li id="ajax"><a href="/blog/archives/index.html">Archives</a></li>
<li><a href="/atom.xml">RSS</a></li>

<li>
<div id="dark">
<form method="get" action="/search.html" id="search">
<input name="query" type="text" style="margin-top:20px;" size="40" placeholder="Search..." x-webkit-speech />
</form>
</div>
</li>

</ul>




</header>

<div id="toload">
<!-- begin toload -->
<div id="content" class="inner">
<article class="page">

<h1 class="title"></h1>

<div class="entry-content"><h2>About Me</h2>

<p> This is Mike Gao, I am a rubyer &amp; Apple User</p>

<h2>About Blog</h2>

<p> This blog is for all my tech notes</p>

<h2>Contact me</h2>

<ul>
<li> Email: mike.gao#gmail.com</li>
<li> Weibo: <a href="http://weibo.com/mikegao0611">@mikegao0611</a></li>
<li> Twitter: <a href="http://www.twitter.com/icegao">@icegao</a></li>
</ul>

</div>
</article>

<div class="share">
<div class="addthis_toolbox addthis_default_style ">


<a class="addthis_button_tweet"></a>


<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid="></script>
</div>




</div>
<footer id="footer">
<div style="display:inline">
Copyright &copy; 2013

Mike Gao
. Powered by <a href="http://octopress.org">Octopress</a> |
Theme <a href="http://github.com/panks/fabric">fabric</a> by <a href="http://panks.me">Pankaj Kumar</a>
</div>


</footer>
<script src="/javascripts/fabric.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->








<!-- end toload -->
</div>
</div>
<script src="/javascripts/jquery.ui.totop.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
;(function($){$().UItoTop({easingType:'easeOutCirc'});})(jQuery);
/*]]>*/
</script><!-- remove it to remove the scroll to top button -->
</body>
</html>

0 comments on commit 0342a60

Please sign in to comment.