added a contact page, linked from diary's twitter box
This commit is contained in:
@@ -141,5 +141,11 @@ def credits():
|
|||||||
info = {'css': 'box', 'title': 'blessfrey - credits', 'year': datetime.datetime.now()}
|
info = {'css': 'box', 'title': 'blessfrey - credits', 'year': datetime.datetime.now()}
|
||||||
return template('credits.tpl', info)
|
return template('credits.tpl', info)
|
||||||
|
|
||||||
|
@route('/contact')
|
||||||
|
def contact():
|
||||||
|
"""contact page"""
|
||||||
|
info = {'css': 'box', 'title': 'blessfrey - contact chimchooree', 'year': datetime.datetime.now()}
|
||||||
|
return template('contact.tpl', info)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
run()
|
run()
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
% rebase('frame.tpl')
|
||||||
|
<!--Content-->
|
||||||
|
<div class="contact-box">
|
||||||
|
<h1>Contact</h1>
|
||||||
|
<h2>General + Business</h2>
|
||||||
|
I would love to hear from you once blessfrey.me is functional and my dev email is set up. Won't be long.<br>
|
||||||
|
<br>
|
||||||
|
You can always reach me on Twitter as <a href="https://twitter.com/lilchimchooree" rel="nofollow">@lilchimchooree</a> through DMs or mentions.<br>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
<div class="footer-row"> </div>
|
||||||
+4
-2
@@ -95,6 +95,8 @@
|
|||||||
<div class="twitter-box">
|
<div class="twitter-box">
|
||||||
<h1>follow</h1>
|
<h1>follow</h1>
|
||||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||||
|
<br>
|
||||||
|
<a href="/contact" rel="nofollow">contact me</a><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="latest">
|
<div class="latest">
|
||||||
@@ -102,7 +104,7 @@
|
|||||||
<div class="latest-text">
|
<div class="latest-text">
|
||||||
<ul>
|
<ul>
|
||||||
% for l in latest:
|
% for l in latest:
|
||||||
<li>	<a href={{l[0]}}>{{!l[1]}}</a></li>
|
<li>	<a href={{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||||
% end
|
% end
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
@@ -111,7 +113,7 @@
|
|||||||
|
|
||||||
<div class="disclosure">
|
<div class="disclosure">
|
||||||
<h1>disclosure</h1>
|
<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>
|
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" rel="nofollow">properly</a> <a href="https://www.ftc.gov/sites/default/files/attachments/press-releases/ftc-publishes-final-guides-governing-endorsements-testimonials/091005revisedendorsementguides.pdf" rel="nofollow">disclosed</a>.<br>
|
||||||
<br>
|
<br>
|
||||||
blessfrey.me does not collect personal information + has no cookies. Just a simple dev site.<br>
|
blessfrey.me does not collect personal information + has no cookies. Just a simple dev site.<br>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user