-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
28 lines (28 loc) · 1.19 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
/*
Template Name: about
*/
?>
<?php get_header(); ?>
<main>
<div class="container">
<div class="row aboutrow defaultrow">
<div class="col-md-4 col-sm-12 col-xs-12">
<img class="img-responsive" src="<?php bloginfo('template_directory')?>/build/images/maddie1.jpg">
</div>
<div class="col-md-8 col-sm-12 col-xs-12">
<h1>Hello there,</h1>
<p>
I'm Maddie, a budding frontend developer based in Sydney. I'm currently freelancing, whilst I complete my Bachelor of IT in
June of 2018.
In my 2 years as a coder, I have touched all parts of programming from backend to frontend, databases and
computer science.
I would now call myself a frontend enthusiast with a desire to learn and a passion for problem solving. I'm curious, eager
to learn and love a challenge!
Turning this passion into a career where I can continue to learn and grow has for a long time been a dream and I can't wait to see where it takes me.
</p>
</div>
</div>
</div>
</main>
<?php get_footer(); ?>