-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
30,352 additions
and
550 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,98 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Tech.</title> | ||
<link rel="stylesheet" href="/theme/css/main.css" /> | ||
<meta charset="utf-8" /> | ||
<!-- Set the viewport width to device width for mobile --> | ||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<!--[if IE]> | ||
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<title>Tech.</title> | ||
|
||
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/normalize.css" /> | ||
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/foundation.min.css" /> | ||
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/style.css" /> | ||
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/pygments.css" /> | ||
<script src="http://osdaniellee.github.io/theme/js/modernizr.js"></script> | ||
</head> | ||
|
||
<body id="index" class="home"> | ||
<header id="banner" class="body"> | ||
<h1><a href="/">Tech. </a></h1> | ||
<nav><ul> | ||
<li><a href="/category/python.html">Python</a></li> | ||
</ul></nav> | ||
</header><!-- /#banner --> | ||
<section id="content" class="body"> | ||
<h1>Archives for Tech.</h1> | ||
|
||
<dl> | ||
<dt>周六 12 三月 2016</dt> | ||
<dd><a href="/my-first-post.html">first blog for test</a></dd> | ||
</dl> | ||
</section> | ||
<section id="extras" class="body"> | ||
<div class="blogroll"> | ||
<h2>blogroll</h2> | ||
<ul> | ||
<li><a href="http://getpelican.com/">Pelican</a></li> | ||
<li><a href="http://python.org/">Python.org</a></li> | ||
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li> | ||
<li><a href="#">You can modify those links in your config file</a></li> | ||
</ul> | ||
</div><!-- /.blogroll --> | ||
<div class="social"> | ||
<h2>social</h2> | ||
<ul> | ||
|
||
<li><a href="#">You can add links in your config file</a></li> | ||
<li><a href="#">Another social link</a></li> | ||
</ul> | ||
</div><!-- /.social --> | ||
</section><!-- /#extras --> | ||
|
||
<footer id="contentinfo" class="body"> | ||
<address id="about" class="vcard body"> | ||
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. | ||
</address><!-- /#about --> | ||
|
||
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> | ||
</footer><!-- /#contentinfo --> | ||
<body> | ||
|
||
<!-- Nav Bar --> | ||
<nav> | ||
<div class="top-bar"> | ||
<div class="row"> | ||
<div class="large-9 large-centered columns"> | ||
<h1><a href="http://osdaniellee.github.io">Tech.</a></h1> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Show menu items and pages --> | ||
<div class="row"> | ||
<div class="large-9 columns"> | ||
<ul class="button-group navigation"> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- End Nav --> | ||
|
||
|
||
<!-- Main Page Content and Sidebar --> | ||
<div class="row"> | ||
|
||
<!-- Main Blog Content --> | ||
<div class="large-9 columns"> | ||
|
||
<h3>Archives</h3> | ||
|
||
<table class="table-archive"> | ||
<tbody> | ||
<tr> | ||
<td>2016-03-12</td> | ||
<td><a href='my-first-post.html'>first blog for test</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</div> | ||
<!-- End Main Content --> | ||
|
||
<!-- Sidebar --> | ||
<aside class="large-3 columns"> | ||
<h5 class="sidebar-title">Site</h5> | ||
<ul class="side-nav"> | ||
<li><a href="http://osdaniellee.github.io/archives.html">Archives</a> | ||
<li><a href="http://osdaniellee.github.io/tags.html">Tags</a> | ||
</ul> | ||
|
||
|
||
<h5 class="sidebar-title">Categories</h5> | ||
<ul class="side-nav"> | ||
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li> | ||
|
||
</ul> | ||
|
||
|
||
<h5 class="sidebar-title">Social</h5> | ||
<ul class="side-nav"> | ||
<li><a href="http://github.com/osDanielLee/osDanielLee.github.io">Github</a></li> | ||
</ul> | ||
|
||
</aside> <!-- End Sidebar --> | ||
|
||
</div> <!-- End Main Content and Sidebar --> | ||
|
||
|
||
<!-- Footer --> | ||
<footer class="row"> | ||
<div class="large-12 columns"> | ||
<hr /> | ||
<div class="row"> | ||
<div class="large-6 columns"> | ||
<!-- <p>Tech. by lidatong</p> --> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +0,0 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Tech. - Authors</title> | ||
<link rel="stylesheet" href="/theme/css/main.css" /> | ||
|
||
<!--[if IE]> | ||
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
</head> | ||
|
||
<body id="index" class="home"> | ||
<header id="banner" class="body"> | ||
<h1><a href="/">Tech. </a></h1> | ||
<nav><ul> | ||
<li><a href="/category/python.html">Python</a></li> | ||
</ul></nav> | ||
</header><!-- /#banner --> | ||
|
||
<section id="content" class="body"> | ||
<h1>Authors on Tech.</h1> | ||
<ul> | ||
<li><a href="/author/osdaniellee.html">osdaniellee</a> (1)</li> | ||
</ul> | ||
</section> | ||
|
||
<section id="extras" class="body"> | ||
<div class="blogroll"> | ||
<h2>blogroll</h2> | ||
<ul> | ||
<li><a href="http://getpelican.com/">Pelican</a></li> | ||
<li><a href="http://python.org/">Python.org</a></li> | ||
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li> | ||
<li><a href="#">You can modify those links in your config file</a></li> | ||
</ul> | ||
</div><!-- /.blogroll --> | ||
<div class="social"> | ||
<h2>social</h2> | ||
<ul> | ||
|
||
<li><a href="#">You can add links in your config file</a></li> | ||
<li><a href="#">Another social link</a></li> | ||
</ul> | ||
</div><!-- /.social --> | ||
</section><!-- /#extras --> | ||
|
||
<footer id="contentinfo" class="body"> | ||
<address id="about" class="vcard body"> | ||
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. | ||
</address><!-- /#about --> | ||
|
||
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> | ||
</footer><!-- /#contentinfo --> | ||
|
||
</body> | ||
</html> | ||
Oops, something went wrong.