-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
31 lines (25 loc) · 1.82 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
29
30
31
<?php require 'header.php'; ?>
<div class="about-main-content">
<div class="about-header">
<div class="profile-photo-container">
<img src="images/izsi.jpg" alt="A photo of Izsi.">
</div>
<h1>
Hi,<br> I'm Izsi
</h1>
</div>
<div class="bio">
<p>I’m a web designer and developer. And a Yoobee School of Design graduate. </p>
<p>I enjoy helping clients turn their goals into a plan and making their ideas into digital spaces. I love problem solving and there’s always a new challenge in every project. The mindset I’ve learnt from this work is that there is never anything that can’t be done. Just some things take a little more time and determination.</p>
<p>I believe we can all make a huge difference in the world by using the skills we have and the work we are trained for, to help our planet and the people on it. My goal is to use my skills to support clients and work with companies who have a mission to do good in this world.</p>
<p>When I’m not working on my laptop, you’ll probably find me outdoors. I love being active, exploring new places, especially going tramping in the bush. I enjoy photography, cooking delicious food and trying to convince my backyard to grow vegetables.</p>
<p>Get in contact with me:</p>
<p>izsi.salmon@gmail.com</p>
</div>
<div class="contact-links">
<a href="https://www.linkedin.com/in/izsi-salmon/" target="_blank" class="contact-link"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/izsi-salmon" target="_blank" class="contact-link"><i class="fab fa-github"></i></a>
<a href="https://www.behance.net/izsi" target="_blank" class="contact-link"><i class="fab fa-behance-square"></i></a>
</div>
</div>
<?php require 'footer.php'; ?>