added skeleton of diary page

small-nav
Mimi Momo 4 years ago
parent 5d54db3a38
commit e917c6d958

@ -19,11 +19,11 @@ def presskit():
info = {'title': 'blessfrey - presskit', 'year': datetime.datetime.now()} info = {'title': 'blessfrey - presskit', 'year': datetime.datetime.now()}
return template('presskit.tpl', info) return template('presskit.tpl', info)
#@route('/diary') @route('/diary')
#def diary(): def diary():
# """diary page""" """diary page"""
# info = {} info = {'title': 'blessfrey - about the game', 'year': datetime.datetime.now()}
# return template('diary.tpl', info) return template('diary.tpl', info)
if __name__ == '__main__': if __name__ == '__main__':
run() run()

@ -0,0 +1,36 @@
<!DOCTYPE html>
% rebase('frame.tpl')
<div class="diary-dir"> </div>
<div class="dir-row"> </div>
<!--left column-->
<div class="diary-pages">
diary pages
</div>
<!--right column-->
<div class="about-box">
<h1>about blessfrey</h1>
It's a game.<br>
</div>
<div class="twitter-box">
<h1>follow on twitter</h1>
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
</div>
<div class="latest">
<h1>latest</h1>
<div class="latest-text">
latest text
</div>
</div>
<div class="disclosure">
<h1>disclosure</h1>
blessfrey.me is not using sponsored posts or affiliate links right now. Any that appear will be <a href="https://www.ftc.gov/tips-advice/business-center/guidance/ftcs-endorsement-guides-what-people-are-asking">properly</a> <a href="https://www.ftc.gov/sites/default/files/attachments/press-releases/ftc-publishes-final-guides-governing-endorsements-testimonials/091005revisedendorsementguides.pdf">disclosed</a>.<br>
<br>
blessfrey.me does not collect personal information + has no cookies. Just a simple dev site.<br>
</div>
Loading…
Cancel
Save