This commit is contained in:
parent
a990552f03
commit
23c488547a
3 changed files with 22 additions and 10 deletions
|
@ -154,7 +154,11 @@ title: {{site.title}}
|
|||
<h3 class="timeline-title">{{item.degree}}</h3>
|
||||
{% endif %}
|
||||
<span class="company">{{item.institution}} - {{item.city}}</span>
|
||||
<p>{{item.description}}</p>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
{%- for description in item.descriptions %}
|
||||
<p>{{description | safe}}</p>
|
||||
{%- endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
@ -175,7 +179,7 @@ title: {{site.title}}
|
|||
<div class="row">
|
||||
{%- for item in site.strings.projects.list %}
|
||||
<div class="col-md-4 text-center">
|
||||
<a class="feature-left" href="{{item.url}}" target="_blank">
|
||||
<a class="feature-left" {% if item.url %}href="{{item.url}}"{% endif %} target="_blank">
|
||||
<span class="icon">
|
||||
<img src="/img/{{item.icon}}">
|
||||
</span>
|
||||
|
@ -239,7 +243,7 @@ title: {{site.title}}
|
|||
<div class="row">
|
||||
{%- for item in site.strings.interests.list %}
|
||||
<div class="col-lg-3 col-md-6 col-12 text-center p-3">
|
||||
<a href="{{item.url}}" target="_blank" class="interest interest-{{item.image}}">
|
||||
<a {% if item.url %}href="{{item.url}}"{% endif %} target="_blank" class="interest interest-{{item.image}}">
|
||||
<div class="desc">
|
||||
<h3>{{item.name}}</h3>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue