Skip to content

Commit

Permalink
Added about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelchris committed Apr 21, 2020
1 parent aefde09 commit 2dc640e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = function (eleventyConfig) {
// Copy `img/` to `_site/img`
eleventyConfig.addPassthroughCopy("img");
};
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
package-lock.json
package-lock.json
_site
5 changes: 5 additions & 0 deletions _includes/layouts/about.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: layouts/base.njk
templateClass: tmpl-about
---
{{ content | safe }}
14 changes: 14 additions & 0 deletions about.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: layouts/about.njk
permalink: /about/
---
<img src="/img/about.jpg" height="300" />

<h1>Hello world, I'm Chris! 🤟</h1>

<p>I'm Chris Bongers a webdeveloper, solution architect, blogger and lover of a beatiful girlfriend and dog.<p>
<p>I come from a mixed background being a full stack WordPress developer, a PHP Symfony developer and just your good old fullstack dev.</p>
<p>On the web I just love beatiful things, they must look amazing, be blazing fast and innovative.</p>
<p>I currently live in Cape Town, South Africa 🇿🇦 but my roots are in The Netherlands 🇳🇱.</p>
<br />
<p>Feel free to follow me on <a href="https://twitter.com/DailyDevTips1" target="_blank">Twitter</a>, <a href="https://www.linkedin.com/in/chrisbongers/" target="_blank">LinkedIn</a> or <a href="https://www.facebook.com/DailyDevTipsBlog" target="_blank">Facebook</a></p>
Binary file added img/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dc640e

Please sign in to comment.