Portfolio / templates /portfolio.html
simar007's picture
Upload 9 files
1106e39 verified
raw
history blame contribute delete
358 Bytes
{% extends "base.html" %}
{% block content %}
<div class="container">
<h2>My Portfolio</h2>
<p>Here you can showcase your projects, images, or links.</p>
<ul>
<li><a href="https://github.com/yourname" target="_blank">GitHub</a></li>
<li><a href="https://linkedin.com/in/yourname" target="_blank">LinkedIn</a></li>
</ul>
</div>
{% endblock %}