aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-12 12:15:57 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-12 12:15:57 +0100
commit30763fce71e58248be4a5f2e3a43d2dc7d8410b5 (patch)
tree073821027fce9b793bd68da085a3954d04107784
parent2bd3cb8ee2d4ca524d650081e2ff790e1641cacd (diff)
add badges page
-rw-r--r--_layouts/layout.html2
-rw-r--r--badges.md9
2 files changed, 10 insertions, 1 deletions
diff --git a/_layouts/layout.html b/_layouts/layout.html
index b337d70..7a80c91 100644
--- a/_layouts/layout.html
+++ b/_layouts/layout.html
@@ -12,7 +12,7 @@
<li class='seperator'>•</li>
<li><a href="/projects/">Projects</a></li>
<li class='seperator'>•</li>
- <li><a href="/blog/">Blog</a></li>
+ <li><a href="/badges/">Badges</a></li>
</ul>
</nav>
<main>
diff --git a/badges.md b/badges.md
new file mode 100644
index 0000000..4188488
--- /dev/null
+++ b/badges.md
@@ -0,0 +1,9 @@
+---
+layout: layout
+permalink: /badges/
+---
+Below you can see the badges that I earned, you can also view my
+[credly profile](https://credly.com/u/2193255).
+
+<iframe src="https://infvoplein.nl:8000/user/2193255" frameborder="0"
+ width="100%" height="800"></iframe> \ No newline at end of file