Add message to projects page
This commit is contained in:
BIN
src/__pycache__/contact.cpython-311.pyc
Executable file
BIN
src/__pycache__/contact.cpython-311.pyc
Executable file
Binary file not shown.
BIN
src/__pycache__/index.cpython-311.pyc
Executable file
BIN
src/__pycache__/index.cpython-311.pyc
Executable file
Binary file not shown.
BIN
src/__pycache__/projects.cpython-311.pyc
Executable file
BIN
src/__pycache__/projects.cpython-311.pyc
Executable file
Binary file not shown.
@@ -12,6 +12,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<h2>{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
<p>{{ description }}</p>
|
<p>{{ description }}</p>
|
||||||
|
<p style="text-align: center; font-weight: bold; font-style: italic;">This page is relatively new. I'm adding projects as fast as I can but feel free to <a href="/contact">contact me</a> if you want to know about something in particular.</p>
|
||||||
<section id="projects">
|
<section id="projects">
|
||||||
{% for row in articles %}
|
{% for row in articles %}
|
||||||
<div class="project">
|
<div class="project">
|
||||||
|
Reference in New Issue
Block a user