homepage content purge

This commit is contained in:
2025-05-09 15:49:17 -05:00
parent f437dd4271
commit 850e27a8e2
2 changed files with 6 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ def funcGen(pagename, pages):
return flask.render_template('header.html', var=pages[pagename]) return flask.render_template('header.html', var=pages[pagename])
except Exception: except Exception:
e = HTTPerror.InternalServerError() e = HTTPerror.InternalServerError()
print(e)
return page404(e) return page404(e)
return dynamicRule return dynamicRule

View File

@@ -1,6 +1,6 @@
{% block content %} {% macro nameplate() %} {% block content %} {% macro nameplate() %}
<div> <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> <h2 class="textGrad">Here's a wizard on the moon:</h2>
<div class="flex vertOnMobile"> <div class="flex vertOnMobile">
<div> <div>
@@ -50,7 +50,7 @@
skills(var['skillList']) }} skills(var['skillList']) }}
</div> </div>
</div> </div>
<br /> {# <br />
<div class="flex"> <div class="flex">
<div class="pointer selfcenter" onClick="goto('duck')"> <div class="pointer selfcenter" onClick="goto('duck')">
<img <img
@@ -66,7 +66,7 @@
class="smallImg" class="smallImg"
/> />
</div> </div>
</div> </div> #}
<br /> <br />
<div id="aboutCards" class="flex"> <div id="aboutCards" class="flex">
<div class="chess"> <div class="chess">
@@ -75,8 +75,8 @@
</div> </div>
<br /> <br />
<div> <div>
{% from 'partials/bookshelf.html' import bookshelf %} {{ {# {% from 'partials/bookshelf.html' import bookshelf %} {{
bookshelf(var.books) }} bookshelf(var.books) }} #}
</div> </div>
<br /> <br />
<div> <div>