Open link in new tab
This commit is contained in:
parent
00339a6b55
commit
8de90f3980
@ -4,7 +4,6 @@ title: Projects
|
|||||||
permalink: /projects/
|
permalink: /projects/
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
|
|
||||||
- title: Potato Ipsum
|
- title: Potato Ipsum
|
||||||
image: potatoipsum.png
|
image: potatoipsum.png
|
||||||
description: Lorem ipsum for potato fans.
|
description: Lorem ipsum for potato fans.
|
||||||
@ -14,16 +13,19 @@ projects:
|
|||||||
image: mirrors.png
|
image: mirrors.png
|
||||||
description: Friends at WPI wanted to <code>apt-get upgrade</code> and <code>pacman -Syu</code> at lightning speed, so I made it happen.
|
description: Friends at WPI wanted to <code>apt-get upgrade</code> and <code>pacman -Syu</code> at lightning speed, so I made it happen.
|
||||||
url: http://mirrors.acm.wpi.edu/
|
url: http://mirrors.acm.wpi.edu/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% for project in page.projects %}
|
{% for project in page.projects %}
|
||||||
<div class="projects-project">
|
<div class="projects-project">
|
||||||
<h2>{{ project.title }}</h2>
|
<h2>{{ project.title }}</h2>
|
||||||
|
|
||||||
<a href="{{ project.url }}"><img class="projects-screenshot" src="{{ "/img/" | append: project.image | prepend: site.baseurl }}"></a>
|
<a href="{{ project.url }}"
|
||||||
|
><img class="projects-screenshot" src="{{ "/img/" | append: project.image |
|
||||||
|
prepend: site.baseurl }}"></a
|
||||||
|
>
|
||||||
|
|
||||||
<p>{{ project.description }}</p>
|
<p>{{ project.description }}</p>
|
||||||
|
|
||||||
<p><a href="{{ project.url }}">Go to site →</a></p>
|
<p><a href="{{ project.url }}" target="_blank">Go to site →</a></p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user