Skip to content

Commit

Permalink
use absolute paths for work
Browse files Browse the repository at this point in the history
- fix #91
  • Loading branch information
niklasravnsborg committed Nov 1, 2016
1 parent c21b968 commit 5ec5c02
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions _includes/clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3 id="clients">Clients</h3>
<div class="client-unit {% if forloop.first %}active-client{% endif %}">

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

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

Expand Down
2 changes: 1 addition & 1 deletion _includes/work.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 id="work">Work</h3>
{% for project in site.data.settings.projects %}
<label for="{{ project.folder }}">
<div class="thumb-unit" data-folder="{{ project.folder }}">
<img src="assets/img/work/{{project.folder}}/thumb.jpg" alt="{{ project.name }}" />
<img src="{{ site.github.url }}/assets/img/work/{{project.folder}}/thumb.jpg" alt="{{ project.name }}" />
</div>
<div class="thumb-overlay">
<strong>{{ project.name }}</strong>
Expand Down
10 changes: 5 additions & 5 deletions _includes/work/proj-1.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="assets/img/work/proj-1/img1.jpg" alt="Typo International">
<img src="{{ site.github.url }}/assets/img/work/proj-1/img1.jpg" alt="Typo International">

<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>

<img src="assets/img/work/proj-1/img2.jpg" alt="Typo International">
<img src="assets/img/work/proj-1/img3.jpg" alt="Typo International">
<img src="assets/img/work/proj-1/img4.jpg" alt="Typo International">
<img src="assets/img/work/proj-1/img5.jpg" alt="Typo International">
<img src="{{ site.github.url }}/assets/img/work/proj-1/img2.jpg" alt="Typo International">
<img src="{{ site.github.url }}/assets/img/work/proj-1/img3.jpg" alt="Typo International">
<img src="{{ site.github.url }}/assets/img/work/proj-1/img4.jpg" alt="Typo International">
<img src="{{ site.github.url }}/assets/img/work/proj-1/img5.jpg" alt="Typo International">
2 changes: 1 addition & 1 deletion _includes/work/proj-2.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg" alt="City In" />
<img src="{{ site.github.url }}/assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg" alt="City In" />
2 changes: 1 addition & 1 deletion _includes/work/proj-3.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="assets/img/work/proj-3/CrispyIcons-PetrasNargela.jpg" alt="Crispy Icons" />
<img src="{{ site.github.url }}/assets/img/work/proj-3/CrispyIcons-PetrasNargela.jpg" alt="Crispy Icons" />
2 changes: 1 addition & 1 deletion _includes/work/proj-4.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="assets/img/work/proj-4/flatmobile-AyoubElred.jpg" alt="Flat Mobile UX" />
<img src="{{ site.github.url }}/assets/img/work/proj-4/flatmobile-AyoubElred.jpg" alt="Flat Mobile UX" />
2 changes: 1 addition & 1 deletion _includes/work/proj-5.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="assets/img/work/proj-5/freshitup-JieyuXiong.jpg" alt="Fersh It Up" />
<img src="{{ site.github.url }}/assets/img/work/proj-5/freshitup-JieyuXiong.jpg" alt="Fersh It Up" />
2 changes: 1 addition & 1 deletion _includes/work/proj-6.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg" alt="Time Line Page" />
<img src="{{ site.github.url }}/assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg" alt="Time Line Page" />
10 changes: 5 additions & 5 deletions _includes/work/proj-7.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="assets/img/work/proj-7/img0.jpg" alt="Weather Dashboard">
<img src="assets/img/work/proj-7/img1.jpg" alt="Weather Dashboard">
<img src="assets/img/work/proj-7/img2.jpg" alt="Weather Dashboard">
<img src="assets/img/work/proj-7/img3.jpg" alt="Weather Dashboard">
<img src="assets/img/work/proj-7/img4.jpg" alt="Weather Dashboard">
<img src="{{ site.github.url }}/assets/img/work/proj-7/img0.jpg" alt="Weather Dashboard">
<img src="{{ site.github.url }}/assets/img/work/proj-7/img1.jpg" alt="Weather Dashboard">
<img src="{{ site.github.url }}/assets/img/work/proj-7/img2.jpg" alt="Weather Dashboard">
<img src="{{ site.github.url }}/assets/img/work/proj-7/img3.jpg" alt="Weather Dashboard">
<img src="{{ site.github.url }}/assets/img/work/proj-7/img4.jpg" alt="Weather Dashboard">
2 changes: 1 addition & 1 deletion _includes/work/proj-8.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src="assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg" alt="Stripes & Co" />
<img src="{{ site.github.url }}/assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg" alt="Stripes & Co" />
2 changes: 1 addition & 1 deletion form-success.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ <h1>Form submitted successfully!</h1>


<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="assets/js/functions.js"></script>
<script src="{{ site.github.url }}/assets/js/functions.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<title>{{ site.data.settings.title }}</title>

<link rel="stylesheet" href="assets/css/all.css">
<link rel="stylesheet" href="{{ site.github.url }}/assets/css/all.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

{% include analytics.html %}
Expand All @@ -36,6 +36,6 @@
{% include footer.html %}

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="assets/js/functions.js"></script>
<script src="{{ site.github.url }}/assets/js/functions.js"></script>
</body>
</html>
10 changes: 5 additions & 5 deletions work/proj-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Typo International Design Talks Stuff
---

![Typo International](assets/img/work/proj-1/img1.jpg)
![Typo International]({{ site.github.url }}/assets/img/work/proj-1/img1.jpg)

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.

![Typo International](assets/img/work/proj-1/img2.jpg)
![Typo International](assets/img/work/proj-1/img3.jpg)
![Typo International](assets/img/work/proj-1/img4.jpg)
![Typo International](assets/img/work/proj-1/img5.jpg)
![Typo International]({{ site.github.url }}/assets/img/work/proj-1/img2.jpg)
![Typo International]({{ site.github.url }}/assets/img/work/proj-1/img3.jpg)
![Typo International]({{ site.github.url }}/assets/img/work/proj-1/img4.jpg)
![Typo International]({{ site.github.url }}/assets/img/work/proj-1/img5.jpg)
2 changes: 1 addition & 1 deletion work/proj-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: City In Website Concept
---

![City In](assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg)
![City In]({{ site.github.url }}/assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg)
2 changes: 1 addition & 1 deletion work/proj-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Crispy Icons
---

![Crispy Icons](assets/img/work/proj-3/CrispyIcons-PetrasNargela.jpg)
![Crispy Icons]({{ site.github.url }}/assets/img/work/proj-3/CrispyIcons-PetrasNargela.jpg)
2 changes: 1 addition & 1 deletion work/proj-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Flat Mobile UI/UX Concept
---

![Flat Mobile UI/UX Concept](assets/img/work/proj-4/flatmobile-AyoubElred.jpg)
![Flat Mobile UI/UX Concept]({{ site.github.url }}/assets/img/work/proj-4/flatmobile-AyoubElred.jpg)
2 changes: 1 addition & 1 deletion work/proj-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Fresh It Up
---

![Fresh It Up](assets/img/work/proj-5/freshitup-JieyuXiong.jpg)
![Fresh It Up]({{ site.github.url }}/assets/img/work/proj-5/freshitup-JieyuXiong.jpg)
2 changes: 1 addition & 1 deletion work/proj-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Timeline Page
---

![Timeline Page](assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg)
![Timeline Page]({{ site.github.url }}/assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg)
10 changes: 5 additions & 5 deletions work/proj-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Weather Dashboard
---

![Weather Dashboard](assets/img/work/proj-7/img0.jpg)
![Weather Dashboard](assets/img/work/proj-7/img1.jpg)
![Weather Dashboard](assets/img/work/proj-7/img2.jpg)
![Weather Dashboard](assets/img/work/proj-7/img3.jpg)
![Weather Dashboard](assets/img/work/proj-7/img4.jpg)
![Weather Dashboard]({{ site.github.url }}/assets/img/work/proj-7/img0.jpg)
![Weather Dashboard]({{ site.github.url }}/assets/img/work/proj-7/img1.jpg)
![Weather Dashboard]({{ site.github.url }}/assets/img/work/proj-7/img2.jpg)
![Weather Dashboard]({{ site.github.url }}/assets/img/work/proj-7/img3.jpg)
![Weather Dashboard]({{ site.github.url }}/assets/img/work/proj-7/img4.jpg)
2 changes: 1 addition & 1 deletion work/proj-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: "Stripes & Co"
---

![Stripes & Co](assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg)
![Stripes & Co]({{ site.github.url }}/assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg)

0 comments on commit 5ec5c02

Please sign in to comment.