Fix correct URL to portfolio picture.
This commit is contained in:
parent
a754857cff
commit
12aa46f858
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<div id="about" class="section center-wrapper">
|
<div id="about" class="section center-wrapper">
|
||||||
<img id="me" src="{{ url_for('static', filename='img/ian.jpg') }}" alt="Picture of Ian Naval" class="center-wrapped" />
|
<img id="me" src="{{ url_for('static', filename='img/ian-280.jpg') }}" alt="Picture of Ian Naval" class="center-wrapped" />
|
||||||
|
|
||||||
<div id="skills-and-facts" class="about-section center-wrapped">
|
<div id="skills-and-facts" class="about-section center-wrapped">
|
||||||
<h3>Skills</h3>
|
<h3>Skills</h3>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user