major content update
This commit is contained in:
parent
66862fff25
commit
43535ff819
10 changed files with 192 additions and 33 deletions
|
@ -216,7 +216,7 @@ title: {{site.title}}
|
|||
<div class="col-md-4 text-center">
|
||||
<a class="feature-left" {% if item.url %}href="{{item.url}}" {% endif %} target="_blank">
|
||||
<span class="icon">
|
||||
<img src="/img/{{item.icon}}">
|
||||
<img src="/img/{{item.icon}}" alt="{{item.name}}">
|
||||
</span>
|
||||
<div class="feature-copy">
|
||||
<h3>{{item.name}}</h3>
|
||||
|
@ -234,6 +234,7 @@ title: {{site.title}}
|
|||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-8 text-center heading">
|
||||
<h1>{{site.strings.skills.title}}</h1>
|
||||
<div>{{site.strings.skills.description}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-4 justify-content-center">
|
||||
|
@ -274,6 +275,7 @@ title: {{site.title}}
|
|||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-8 text-center heading">
|
||||
<h1>{{site.strings.interests.title}}</h1>
|
||||
<div>{{site.strings.interests.description}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
@ -290,6 +292,25 @@ title: {{site.title}}
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="commitment">
|
||||
<div class="container">
|
||||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-8 text-center heading">
|
||||
<h1>{{site.strings.commitment.title}}</h1>
|
||||
<div>{{site.strings.commitment.description}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{%- for item in site.strings.commitment.list %}
|
||||
<div class="col-lg-3 col-md-6 col-12 text-center p-3">
|
||||
<a {% if item.url %}href="{{item.url}}" {% endif %} target="_blank" class="commitment">
|
||||
<img src="/img/{{item.image}}" alt="{{item.name}}">
|
||||
</a>
|
||||
</div>
|
||||
{%- endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--<section id="contact" class="p-0 d-flex">-->
|
||||
<!-- <div class="video" style="background-image: url(img/sp-magic.png);">-->
|
||||
<!-- <div class="overlay"></div>-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue