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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user