David Bauer
As a so called "Devsigner" I'm always interested in new opportunities and challenges.
I see my self at the sweet spot where code and design crisscross.
I've worked on different web-projects with various companies as an independent freelancer for several years.
I am improving my knowledge and my skills on a daily basis.
My priority is to seek for the optimal solution and bring progressive ideas to real life.
Click to get more Infos.
{% block content %}
{% include "navigation.twig"
with {
"nav_items": [ 'Home', Contact'],
}
%}
with {
"nav_items": [ 'Home', Contact'],
}
%}
{% include "info_text.twig"
with {
"txt" : info_01 ,
}
%}
with {
"txt" : info_01 ,
}
%}
{% include "button.twig"
with {
"button_txt": "get in touch",
}
%}
with {
"button_txt": "get in touch",
}
%}
{% include "list.twig"
with {
"list": info_list,
}
%}
with {
"list": info_list,
}
%}
{% include "footer.twig"
with {
"nav_footer_items": [ 'Home', Get in touch', 'git-icon'],
}
%}
with {
"nav_footer_items": [ 'Home', Get in touch', 'git-icon'],
}
%}
{% endblock %}