-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 1.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: main
description: Springlie's personal blog
keywords: springlie
title: hehehou
background-image: http://i.imgur.com/0eQ5v.jpg
---
<div id="divBanner">
☆ keep silent and<br />
<span style="font-size: 48px">
「hehehou」
</span><br />
<span style="font-size: 32px">
so few years
</span><br />
we live<br />
<br /><br />
</div>
<div id="divSeparator1"></div>
<div id="divSeparator2"></div>
<div id="divMiddle">
<div class="divCategory">
<h1 class="hTitle1">Blogs</h1>
<hr />
{% include Blogs.html %}
</div>
<div class="divCategory">
<h1 class="hTitle1">Posts</h1>
<hr />
{% include Posts.html %}
</div>
<div class="divCategory" style="margin-bottom:100px;">
<h1 class="hTitle2">Contact me</h1>
<hr />
{% include ContactMe.html %}
</div>
</div>
<div id="divRight">
<div class="divCategory">
<h1 class="hTitle1">Projects</h1>
<div class="divExtLinks">
<a href="https://github.com/springlie" target="_blank"><img src="/images/github.png" alt="github" title="GitHub" class="navDock" height="24" /></a>
</div>
<hr />
{% include Projects.html %}
</div>
<!--
<div class="divCategory" style="visibility:hidden">
<h1 class="hTitle2">About me</h1>
<hr />
include AboutMe.html
</div>
<div class="divCategory" style="visibility:hidden">
<h1 class="hTitle2">Links</h1>
<hr />
include Links.html
</div>
-->
<div id="div0"></div>
</div>