Gijs Jager
<developer/>

                
<?php

require_once 'life.php'

$name = 'Gijs';
$companyName = 'Dotbits';
$dateOfBirth = '1987-08-13';
$email = 'info@dotbits.nl';
$city = 'Utrecht';

echo "Hi, my name is {$name}";
// will output: Hi, my name is Gijs

if ('You want to have a great website' == true) {
    // send me an e-mail at info@dotbits.nl!
}
                
            
DOTBITS
🤖
info@dotbits.nl
kvk. 62997521
btw. NL112064656B02