-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy bio.php
44 lines (28 loc) · 1.36 KB
/
my bio.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
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<title>Hello, world!</title>
</head>
<body>
<div class="jumbotron">
<h1 class="display-4"> <?php
echo "Omar Almukhtar ";
?>
</h1>
<p class="lead"><?php
echo "40 years old ";
echo "from IRAQ - BAGHDAD ";
?></p>
<hr class="my-4">
<p> <?php
echo " IT Specialist with over 10+ years of experience in information technology, network configuration, database, and software development. had an Associate Degree in Cisco Network from ACC with grade 3.95 and B.SC. Computer Science / Software Engineer from a technology university with Grade 3.08, currently study MPS web and mobile application development at FHSU";
?> </p>
</div>
</body>
</html>