Skip to content

Commit b528685

Browse files
author
Johan Van den Rym
committed
Moved content to include
1 parent c9b7000 commit b528685

File tree

1 file changed

+1
-63
lines changed

1 file changed

+1
-63
lines changed

about.html

+1-63
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,4 @@
22
layout: page
33
title: About
44
---
5-
6-
{% capture m %}
7-
##Professional life##
8-
9-
I am certified as a web designer since 2002.
10-
11-
At my latest job at [ESN](http://www.esn.eu/company) (European Services Network), a leading provider of multilingual, multi-channel, multimedia communication services to the European institutions. I worked there since 2008 as a web integrator and a front-end web developer where I got to work on many exciting projects for the European Commission and the Flemish Government.
12-
13-
I dabble in user interface design, user experience, wire-framing and prototyping.
14-
I create mobile-friendly and responsive websites.
15-
I have a knack for accessibility, semantic mark-up.
16-
17-
Experience with feature-driven development, [Agile](http://www.allaboutagile.com/what-is-agile-10-key-principles/), [SCRUM](https://www.scrum.org/Resources/What-is-Scrum) and [JIRA](https://www.atlassian.com/software/jira/agile).
18-
Avid user of front-end tools like [SASS](http://sass-lang.com/), [Grunt](http://gruntjs.com/),... to speed-up, improve and organise workflow of a project. Embrace <abbr title="Keep it simple &amp; straightforward.">KISS</abbr> and <abbr title="Don't Repeat Yourself">DRY</abbr> principles.
19-
20-
Follow all latest UI design trends, accessibility and emerging technologies. Find [me](https://twitter.com/johanvdr) actively discussing any of these topics on Twitter.
21-
22-
##Skills##
23-
24-
###Web Stack###
25-
* [Linux](https://www.linux.com/learn/new-user-guides/376-linux-is-everywhere-an-overview-of-the-linux-operating-system) ([Ubuntu](https://help.ubuntu.com/12.04/installation-guide/i386/what-is-ubuntu.html)), [Terminal](https://help.ubuntu.com/community/UsingTheTerminal)
26-
* [Sublime](http://www.sublimetext.com/) editor
27-
28-
###Front-end tools###
29-
* <abbr title="HyperText Markup Language">HTML 5</abbr> &amp; <abbr title="Cascading Stylesheets">CSS 3</abbr>: Selectors, Media Queries, <abbr title="Object-Oriented CSS">OOCSS</abbr>, <abbr title="Block, Element, Modifier">BEM</abbr>, [AM Modules for CSS](http://amcss.github.io/)
30-
* <abbr title="Extensible Hypertext Markup Language">XHTML 1</abbr>, <abbr title="Extensible Markup Language">XML 1</abbr>
31-
* CSS pre-processors (<abbr title="Syntactically Awesome Style Sheets">SASS</abbr>)
32-
* <abbr title="Scalable Vector Graphics">SVG</abbr>
33-
* [Bootstrap](http://getbootstrap.com/) framework
34-
* [Jquery](http://jquery.com/), [Mootools](http://mootools.net/), [plain javascript](http://blog.adtile.me/2014/01/16/a-dive-into-plain-javascript/)
35-
* [Grunt](ttp://gruntjs.com/) (node.js), [Angular](https://angularjs.org/) JS (Routes)
36-
37-
###Web Standards and Accessibility###
38-
* <abbr title="World Wide Web Consortium">W3C</abbr> [standards](http://www.w3.org/standards/)
39-
* <abbr title="Web Accessibility Initiative - Accessible Rich Internet Applications (standards suite)">WAI-ARIA</abbr>
40-
* <a href="http://www.w3.org/TR/WCAG20/" title="Web Content Accessibility Guidelines">WCAG 2.0</a>, <a href="http://www.webaim.org/standards/508/checklist">Section 508</a> accessibility guidelines
41-
42-
###Visual Design Tools###
43-
* Photoshop, Fireworks, Gimp
44-
* Illustrator, Inkscape
45-
* Wire-framing and proto-typing: [Mindmeister](http://www.mindmeister.com/), [Axure](http://www.axure.com/)
46-
* Design in the browser
47-
48-
###Content Management Systems###
49-
* Drupal: +5 years of experience, participate in the [Drupal community](https://www.drupal.org/user/2514444), Drush, build custom themes (front-end and admin themes) with emphasis on Front-end performance , Drupal Coding Standards, Panels, Context, Views, phpTemplate (<abbr title="Hypertext Pre-processor">PHP</abbr> &amp; Drupal API), Composer
50-
* In-house ColdFusion CMS: building theme with Coldfusion and XML, static HTML site generator.
51-
* Jekyll: liquid template and Ruby on Rails, static HTML site generator.
52-
53-
###Software Development###
54-
* Agile: Scrum. Feature-driven development in a team of front-end developers, back-end developers and UX designers together with the Product Owner and Scrum Master . Daily stand-up meetings.
55-
* Project-based (waterfall)
56-
* Peer review, Quality control and - Assesment.
57-
58-
###Unit testing###
59-
* Selenium and Browser Stack (screenshot diffs UI)
60-
61-
###Languages###
62-
* Dutch (mother tongue)
63-
* English (Full professional proficiency)
64-
* French (Professional proficiency)
65-
66-
{% endcapture %}
67-
{{ m | markdownify }}
5+
{% markdown about.md %}

0 commit comments

Comments
 (0)