fixed box css; use credit css now; ideabox pads out rest of table if not enough words; added email; added more credits; added an about me blurb to contact; articles

This commit is contained in:
chimchooree
2021-03-04 23:06:45 -06:00
parent f1589d597d
commit 836971838e
73 changed files with 892 additions and 79 deletions
+6 -1
View File
@@ -14,10 +14,15 @@
% if j + i * limit < len(words):
<th>{{words[j + i * limit]}}</th>
% end
% if i >= ((math.ceil(len(words) / limit)) - 1) and j >= limit - 1:
% for k in range(limit - (len(words) % limit)):
<th> </th>
% end
% end
% end
% end
</tr>
% end
</table>
<br>
</div>
<div class="footer-row"> </div>