Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.54 KB

index.md

File metadata and controls

42 lines (37 loc) · 1.54 KB
layout
home
    <div class="cate-bar"><span id="cateBar"></span></div>

    <ul class="artical-list">
    {% for post in site.categories.blog %}
        <li>
            <h1 id="post-article">
                <a href="{{ post.url }}">{{ post.title }}</a>
            </h1>
            <div class="title-desc">{{ post.description }}</div>
        </li>
    {% endfor %}
    </ul>
</div>
<div class="aside">
    <div class="head" style="margin-top:15%">
    <img src="/images/headlogo.jpg" alt="headlogo" style="width:50%;margin-top:15%;margin-bottom:10%">
    <p>但行好事,莫问前程</p>
    <p>愿你我安好,世界和平</p>
    </div>
<div class="contact" style="margin-top:35%">
    <p style="font-family:arial;">Best wishes  for you and the world</p>
</div>
<div class="copyright" style="margin-button:5%">
	<p>You can find me on <a href="http://www.github.com/windard">Github</a></p>
</div>

</div>

Fork me on GitHub