1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

85 Zeilen
5.2 KiB
Handlebars

{{!< default}}
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- All header backgrounds --}}
<div class="header-bg"></div>
<div class="header-overlay"></div>
<div class="below-header"></div>
{{!-- Header content --}}
<header class="header-text">
<div class="top-content">
<h1>Christiaan Goossens</h1>
<h2>Creating software for the web, mobile devices and the desktop while consulting in all things IT related.</h2>
<h4>Student at the Eindhoven University of Technology</br>CEO, Verictas</h4>
<a class="scroll-down icon-arrow-left" title="Please scroll down" id="scroll-arrow"><span class="hidden">Scroll Down</span></a>
<a class="mobile-button">Show more about me</a>
</div>
<div class="hidden-content">
<div class="cv-box">
<h5>Curriculum Vitae</h5>
<div class="grid">
<div class="col-7-12">
<h6>Education</h6>
<p>Eindhoven University of Technology<span class="right">2017 - now</span><span class="subtext">Computer Science and Engineering (Technische Informatica)</span></p>
<p>Radboud University Nijmegen<span class="right">2015-2016</span><span class="subtext">VWO Talent Programme</span></p>
<p>Stedelijk Gymnasium Nijmegen<span class="right">2011-2017</span><span class="subtext">Grammar school (Gymnasium, VWO), Nature & Technology (NT)</span></p>
<br/>
<h6>Experience</h6>
<p>CEO, <a href="https://verictas.nl">Verictas</a><span class="right">2015 - now</span><span class="subtext">Verictas is a Dutch IT company, that provides clear hosting and domainnames, develops applications and other types of (web)software, as well as consulting in IT matters.</span></p>
<p>Building websites freelance and practice<span class="right">2007-2015</span><span class="subtext">Practice makes perfect.</span></p>
<p>One-week Internship, <a href="https://www.d-centralize.nl/" target="_blank">d-centralize</a><span class="right">2016</span><span class="subtext">I spent a week with the great team at d-centralize to collaborate on a project and to familiarize with their code reviewing standards.</span></p><br/>
<h6>Languages</h6>
<div class="languages">
<br/>
<p>I speak Dutch and English fluently (CAE certificate, C2 level). I also babble a bit of German and French. I should also be able to read Latin with a dictionary, at least that's what I finished six years of grammar school for.</p>
</div>
</div>
<div class="col-4-12 push-1-12 profile">
<img class="profile-picture" alt="Profile Picture" src="{{asset "img/profile.jpg"}}">
<h6>Christiaan Goossens</h6>
<p>contact@christiaangoossens.nl</p>
<div class="full-width">
<p>I've been working with technology since I first read a technology magazine (yes, those old paper booklets) about 12 years ago.</p><br/>
<p>From my humble beginnings dragging around boxes in Microsoft Publisher 2007 to create websites, I have progressed to programming API's, full-blown software solutions for clients and consulting in IT matters, such as networking and security, at <a href="https://verictas.nl">Verictas</a>.</p><br/>
<p>At the moment I'm studying Computer Science and Engineering at the Eindhoven University of Technology to further improve my academic knowledge about IT, but I'm always up for a challenge!</p><br/>
<ul class="links">
<li><a href="https://www.linkedin.com/in/christiaangoossens/">Visit my profile at LinkedIn</a></li>
<li><a href="https://github.com/christiaangoossens">View my projects at GitHub</a></li>
<li><a href="https://git.verictas.com/christiaangoossens">View my projects at git.verictas.com</a></li>
<li><a href="mailto:contact@christiaangoossens.nl">Contact me at contact@christiaangoossens.nl</a></li>
</ul>
<p class="small-footer">You can also view the source code in HTML, JS and SCSS of this page <a href="https://git.verictas.com/christiaangoossens/chrg.nl">here</a>.</p>
</div>
</div>
</div>
</div>
<div class="tags">
<p>I'am working with<br/><small>(and possibly writing about)</small></p>
<ul>
{{#get "tags" limit="25"}}
{{#foreach tags}}
<a href="/tag/{{slug}}"><li>{{name}}</li></a>
{{/foreach}}
{{/get}}
</ul>
</div>
</div>
</header>
{{!-- The main content area on the homepage --}}
<main id="content" class="content index-content" role="main">
<div class="blog-title-container">
<h4 class="blog-title">Articles</h4>
</div>
{{!-- The tag below includes the post loop - partials/loop.hbs --}}
{{> "loop"}}
</main>