-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
39 lines (30 loc) · 1.22 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
33
34
35
36
37
38
39
<?php
include "includes/header.php";
?>
<body>
<!-- Navigation -->
<?php include "includes/navigation.php";
?>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<h1 class="page-header">
About the Dev
<!-- <small>Secondary Text</small>-->
</h1>
<!-- Blog Posts -->
<h4>Hello there.</h4>
<p>My name is Amr Badr from Egypt in my senior year studying computer and communications engineering in Mansoura University, Egypt. I'm an enthusiastic web devloper constantly learning new web technologies and new frameworks
. Successfully built this CMS as i was learning PHP as well as my experience in designing pages in HTML 5 and CSS </p>
<blockquote>Amr Badr</blockquote>
</div>
<!-- Blog Sidebar Widgets Column -->
<?php
include "includes/sidebar.php"
?>
</div>
<!-- /.row -->
<hr>
<?php include "includes/footer.php"?>