mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
homepage content purge
This commit is contained in:
@@ -38,6 +38,7 @@ def funcGen(pagename, pages):
|
||||
return flask.render_template('header.html', var=pages[pagename])
|
||||
except Exception:
|
||||
e = HTTPerror.InternalServerError()
|
||||
print(e)
|
||||
return page404(e)
|
||||
return dynamicRule
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% block content %} {% macro nameplate() %}
|
||||
<div>
|
||||
<h1 id="homeName" class="textGrad">Andrew's Really Cool Website</h1>
|
||||
<h1 id="homeName" class="textGrad">Andrew's Definitely Active Website</h1>
|
||||
<h2 class="textGrad">Here's a wizard on the moon:</h2>
|
||||
<div class="flex vertOnMobile">
|
||||
<div>
|
||||
@@ -50,7 +50,7 @@
|
||||
skills(var['skillList']) }}
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
{# <br />
|
||||
<div class="flex">
|
||||
<div class="pointer selfcenter" onClick="goto('duck')">
|
||||
<img
|
||||
@@ -66,7 +66,7 @@
|
||||
class="smallImg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div> #}
|
||||
<br />
|
||||
<div id="aboutCards" class="flex">
|
||||
<div class="chess">
|
||||
@@ -75,8 +75,8 @@
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
{% from 'partials/bookshelf.html' import bookshelf %} {{
|
||||
bookshelf(var.books) }}
|
||||
{# {% from 'partials/bookshelf.html' import bookshelf %} {{
|
||||
bookshelf(var.books) }} #}
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user