-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
32 lines (24 loc) · 1.36 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
32
<?php require_once("header.php"); ?>
<!-- Page Heading -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">About Us
<small>Your Friendly Teachers</small>
</h1>
</div>
</div>
<!-- /.row -->
<div class="row teachers">
<div class="col-sm-6 col-md-3">
<img src="img/mel.jpg">
<h3>Melanie Thewlis</h3>
<p>I'm a web developer, originally from Australia and living in Berlin since 2010. I run a <a href="https://littlewebgiants.com">digital agency</a> with my partner, teach web development at ReDI and betahaus, and in my spare time I like to do <a href="https://melmo.me">creative things</a> with code.</p>
</div>
<div class="col-sm-6 col-md-3">
<img src="img/obay.jpg">
<h3>Obay Mardini</h3>
<p>I'm a software engineer who enjoys thinking about user experience as much as solving difficult technical problems.</p>
<p>I invite you to visit <a target="_blank" href="https://obaymardini.wordpress.com">my blog</a> and my <a target="_blank" href="https://www.linkedin.com/in/obaymardini">linkedIn account </a>for more insights!</p>
</div>
</div>
<?php require_once("footer.php"); ?>