Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jmkunnat
206_portfolio
Commits
18332496
Commit
18332496
authored
Apr 04, 2016
by
jmkunnat
Browse files
added a new page, contact me
parent
db5c41aa
Pipeline
#2173
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
18332496
...
...
@@ -61,6 +61,11 @@
{% else %}
<li><a
href=
"gallery"
>
Gallery
</a></li>
{% endif %}
{% if var == '/contact_me' or var == '/login_good' %}
<li
class=
"active"
><a
href=
"contact_me"
>
CONTACT ME
</a></li>
{% else %}
<li><a
href=
"contact_me"
>
Contact Me
</a></li>
{% endif %}
</ul>
</div>
...
...
templates/contact_me
0 → 100644
View file @
18332496
{% extends "templates/base.html" %}
{% block content %}
<div class="container">
<h1>Please help me!</h1>
<p>One of the most important things that someone learning how
to do something is for them to receive critical feedback about
what they are doing wrong or how to improve some aspect of
their work. I am certainly no exception! I would love to learn anything
or take into suggestion anything that you are willing to put forward.
Please use the email in the footer section to reach out to me
and give me a suggestion. Thank you!
</p>
</div>
{% endblock %}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment