the grid is all broken; escaped the diary nav arrows
parent
c34fbbd2cd
commit
71705e1448
@ -1,35 +1,37 @@
|
|||||||
<!--right column-->
|
<!--right column-->
|
||||||
<div class="about-box">
|
<div class="sidebar">
|
||||||
<h1>about</h1>
|
<div class="about-box">
|
||||||
blessfrey is a game.<br>
|
<h1>about</h1>
|
||||||
</div>
|
blessfrey is a game.<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
<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>
|
<br>
|
||||||
<a href="/contact" rel="nofollow">contact me</a><br>
|
<a href="/contact" rel="nofollow">contact me</a><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="latest">
|
<div class="latest">
|
||||||
<h1>latest</h1>
|
<h1>latest</h1>
|
||||||
<div class="latest-text">
|
<div class="latest-text">
|
||||||
<ul>
|
<ul>
|
||||||
% for l in latest:
|
% for l in latest:
|
||||||
<li>	<a href={{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
<li>	<a href={{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||||
% end
|
% end
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="disclosure">
|
<div class="disclosure">
|
||||||
<h1>disclosure</h1>
|
<h1>disclosure</h1>
|
||||||
blessfrey.me is not using sponsored posts or affiliate links right now.
|
blessfrey.me is not using sponsored posts or affiliate links right now.
|
||||||
<br>
|
<br>
|
||||||
blessfrey.me does not collect personal information + has no cookies.<br>
|
blessfrey.me does not collect personal information + has no cookies.<br>
|
||||||
<br>
|
<br>
|
||||||
If this changes, sponsored content 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>, cookies and analytics will comply with the GDPR and CCPA, etc.<br>
|
If this changes, sponsored content 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>, cookies and analytics will comply with the GDPR and CCPA, etc.<br>
|
||||||
<br>
|
<br>
|
||||||
Thank you for following the development of blessfrey.<br>
|
Thank you for following the development of blessfrey.<br>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue