Stage
This commit is contained in:
@@ -28,15 +28,11 @@
|
||||
<div class="pagebody-inner-section" id="pbi">
|
||||
<h1>Мои проекты</h1>
|
||||
<div class="project-container" id="pbic">
|
||||
{% for row in rows %}
|
||||
<div class="project-container-row">
|
||||
{% for project in row %}
|
||||
<div class="project-element">
|
||||
<h1> {{ project.title }}</h1>
|
||||
<img src="{{ url_for('static', filename='assets/{0}'.format(project.image))}}" width=200 height=200>
|
||||
<p> {{ project.description }} </p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% for project in projects %}
|
||||
<div class="project-element">
|
||||
<h1> {{ project.title }}</h1>
|
||||
<img src="{{ url_for('static', filename='assets/{0}'.format(project.image))}}" width=200 height=200>
|
||||
<p> {{ project.description }} </p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user