Author
|
zPlus <-->
2016-12-31 19:26:22
|
Committer
|
zPlus <-->
2016-12-31 19:26:22
|
Commit
|
6098ced
(patch)
|
Tree
|
8d68501
|
Parent(s)
|
|
Add Happy New Year 2017 ASCII art in homepage
commits diff:
a9835b7..6098ced
2 files changed,
29 insertions,
0 deletions
—
download
Diffstat
Diff options
+13/-0
M css/reset.styl
176
|
176
|
|
white-space pre-wrap
|
177
|
177
|
|
white-space -moz-pre-wrap
|
178
|
178
|
|
white-space -o-pre-wrap
|
|
179
|
+ |
|
|
180
|
+ |
pre.new_year
|
|
181
|
+ |
background-color transparent
|
|
182
|
+ |
color #BF0000
|
|
183
|
+ |
font-family "Courier 10 Pitch", Courier, monospace
|
|
184
|
+ |
font-size .8em
|
|
185
|
+ |
font-webkit bold
|
|
186
|
+ |
margin 0 0 2em 0
|
|
187
|
+ |
text-align center
|
|
188
|
+ |
white-space pre
|
|
189
|
+ |
white-space pre-wrap
|
|
190
|
+ |
white-space -moz-pre-wrap
|
|
191
|
+ |
white-space -o-pre-wrap |
|
191
|
< |
\ No newline at end of file
|
+16/-0
M template/index.twig
9
|
9
|
|
</div>
|
10
|
10
|
|
#}
|
11
|
11
|
|
|
|
12
|
+ |
<pre class="new_year">
|
|
13
|
+ |
.''.
|
|
14
|
+ |
. *''* :_\/_:
|
|
15
|
+ |
_\(/_ .:.*_\/_* : /\ :
|
|
16
|
+ |
./)\ ':'* /\ * : '..'.
|
|
17
|
+ |
' *''* * '.\'/.' _\(/_'
|
|
18
|
+ |
*_\/_* -= o =- /)\
|
|
19
|
+ |
* /\ * .'/.\'. '
|
|
20
|
+ |
*..* :
|
|
21
|
+ |
____ ___ _ _____
|
|
22
|
+ |
|___ \ / _ \/ |___ |
|
|
23
|
+ |
__) | | | | | / /
|
|
24
|
+ |
/ __/| |_| | | / /
|
|
25
|
+ |
|_____|\___/|_|/_/
|
|
26
|
+ |
</pre>
|
|
27
|
+ |
|
12
|
28
|
|
{% for post in posts %}
|
13
|
29
|
|
|
14
|
30
|
|
<div class="post">
|