Skip to content

Commit

Permalink
Fix image paths in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed May 7, 2024
1 parent 74eb00f commit 8669b85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/includes/about/outside-work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<r-grid columns="10" class="outside-work--list-wrapper">
<r-cell span="5" span-lg="row" class="outside-work--item">
{% image "/about/outside-work-02.png", "Playing a games",
{% image "about/outside-work-02.png", "Playing a games",
"(min-width: 1440px) 100vw, 50vw", 422, 515 %}

<p class="description">
Expand All @@ -29,7 +29,7 @@
</r-cell>

<r-cell span="5" span-lg="row" class="outside-work--item">
{% image "/about/outside-work-01.png", "Taking a photos",
{% image "about/outside-work-01.png", "Taking a photos",
"(min-width: 1440px) 100vw, 50vw", 422, 515 %}

<p class="description">
Expand All @@ -40,7 +40,7 @@
</r-cell>

<r-cell span="10" span-lg="row" class="outside-work--item">
{% image "/about/outside-work-03.png", "Playing with Mino and
{% image "about/outside-work-03.png", "Playing with Mino and
Mini", "(min-width: 1440px) 100vw, 50vw", 867, 515 %}

<p class="description">
Expand Down
4 changes: 2 additions & 2 deletions src/includes/about/speaking.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<div class="picture-container picture-speaking">
<div class="pic-frame">
{% image "/about/speaking-01.png", "Teaching in front of student of Telkom University",
{% image "about/speaking-01.png", "Teaching in front of student of Telkom University",
"(min-width: 1440px) 100vw, 50vw", 353, 222 %}
<ul>
<li></li>
Expand All @@ -26,7 +26,7 @@
</div>

<div class="pic-frame">
{% image "/about/speaking-02.png", "Teaching Design Fundamental in front of student",
{% image "about/speaking-02.png", "Teaching Design Fundamental in front of student",
"(min-width: 1440px) 100vw, 50vw", 358, 224 %}
<ul>
<li></li>
Expand Down

0 comments on commit 8669b85

Please sign in to comment.