Skip to content

Commit 5ec5c02

Browse files
use absolute paths for work
- fix #91
1 parent c21b968 commit 5ec5c02

20 files changed

+38
-38
lines changed

_includes/clients.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 id="clients">Clients</h3>
1313
<div class="client-unit {% if forloop.first %}active-client{% endif %}">
1414

1515
<figure class="client-face">
16-
<img src="assets/img/clients/{{ client.avatar }}" alt="client-face">
16+
<img src="{{ site.github.url }}/assets/img/clients/{{ client.avatar }}" alt="client-face">
1717
<figcaption>
1818
<strong class="client-name">{{ client.name }}</strong>
1919
<em class="client-title">{{ client.title }}</em>
@@ -36,7 +36,7 @@ <h3 id="clients">Clients</h3>
3636

3737
<div class="clients-logos">
3838
{% for client in site.data.settings.clients %}
39-
<img class="client-logo {% if forloop.first %}active-client{% endif %}" src="assets/img/clients/{{ client.logo }}" align="{{ client.logo }}">
39+
<img class="client-logo {% if forloop.first %}active-client{% endif %}" src="{{ site.github.url }}/assets/img/clients/{{ client.logo }}" align="{{ client.logo }}">
4040
{% endfor %}
4141
</div>
4242

_includes/work.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3 id="work">Work</h3>
1414
{% for project in site.data.settings.projects %}
1515
<label for="{{ project.folder }}">
1616
<div class="thumb-unit" data-folder="{{ project.folder }}">
17-
<img src="assets/img/work/{{project.folder}}/thumb.jpg" alt="{{ project.name }}" />
17+
<img src="{{ site.github.url }}/assets/img/work/{{project.folder}}/thumb.jpg" alt="{{ project.name }}" />
1818
</div>
1919
<div class="thumb-overlay">
2020
<strong>{{ project.name }}</strong>

_includes/work/proj-1.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<img src="assets/img/work/proj-1/img1.jpg" alt="Typo International">
1+
<img src="{{ site.github.url }}/assets/img/work/proj-1/img1.jpg" alt="Typo International">
22

33
<p>TYPO: International Design Talks is an annual event held in Berlin, London, and San Francisco. This promotional project is developed to market the event for the designindustry. The use of patterns, sophisticated color scheme and typography are applied for the print and mobile application.</p>
44

5-
<img src="assets/img/work/proj-1/img2.jpg" alt="Typo International">
6-
<img src="assets/img/work/proj-1/img3.jpg" alt="Typo International">
7-
<img src="assets/img/work/proj-1/img4.jpg" alt="Typo International">
8-
<img src="assets/img/work/proj-1/img5.jpg" alt="Typo International">
5+
<img src="{{ site.github.url }}/assets/img/work/proj-1/img2.jpg" alt="Typo International">
6+
<img src="{{ site.github.url }}/assets/img/work/proj-1/img3.jpg" alt="Typo International">
7+
<img src="{{ site.github.url }}/assets/img/work/proj-1/img4.jpg" alt="Typo International">
8+
<img src="{{ site.github.url }}/assets/img/work/proj-1/img5.jpg" alt="Typo International">

_includes/work/proj-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg" alt="City In" />
1+
<img src="{{ site.github.url }}/assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg" alt="City In" />

_includes/work/proj-3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="assets/img/work/proj-3/CrispyIcons-PetrasNargela.jpg" alt="Crispy Icons" />
1+
<img src="{{ site.github.url }}/assets/img/work/proj-3/CrispyIcons-PetrasNargela.jpg" alt="Crispy Icons" />

_includes/work/proj-4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="assets/img/work/proj-4/flatmobile-AyoubElred.jpg" alt="Flat Mobile UX" />
1+
<img src="{{ site.github.url }}/assets/img/work/proj-4/flatmobile-AyoubElred.jpg" alt="Flat Mobile UX" />

_includes/work/proj-5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="assets/img/work/proj-5/freshitup-JieyuXiong.jpg" alt="Fersh It Up" />
1+
<img src="{{ site.github.url }}/assets/img/work/proj-5/freshitup-JieyuXiong.jpg" alt="Fersh It Up" />

_includes/work/proj-6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg" alt="Time Line Page" />
1+
<img src="{{ site.github.url }}/assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg" alt="Time Line Page" />

_includes/work/proj-7.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<img src="assets/img/work/proj-7/img0.jpg" alt="Weather Dashboard">
2-
<img src="assets/img/work/proj-7/img1.jpg" alt="Weather Dashboard">
3-
<img src="assets/img/work/proj-7/img2.jpg" alt="Weather Dashboard">
4-
<img src="assets/img/work/proj-7/img3.jpg" alt="Weather Dashboard">
5-
<img src="assets/img/work/proj-7/img4.jpg" alt="Weather Dashboard">
1+
<img src="{{ site.github.url }}/assets/img/work/proj-7/img0.jpg" alt="Weather Dashboard">
2+
<img src="{{ site.github.url }}/assets/img/work/proj-7/img1.jpg" alt="Weather Dashboard">
3+
<img src="{{ site.github.url }}/assets/img/work/proj-7/img2.jpg" alt="Weather Dashboard">
4+
<img src="{{ site.github.url }}/assets/img/work/proj-7/img3.jpg" alt="Weather Dashboard">
5+
<img src="{{ site.github.url }}/assets/img/work/proj-7/img4.jpg" alt="Weather Dashboard">

_includes/work/proj-8.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg" alt="Stripes & Co" />
1+
<img src="{{ site.github.url }}/assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg" alt="Stripes & Co" />

0 commit comments

Comments
 (0)