-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
50 lines (39 loc) · 1.74 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
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body>
<?php include 'nav.php'; ?>
<div class="jumbotron">
<h1> Welcome to <strong>prince Technology</strong> .</h1>
<h6>Some infomations about prince Technology :)</h6>
</div>
<section class="my-5">
<div class="py-5">
<h3 class="text-center">About Us</h3>
</div>
<div class=container-fluid>
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="images/About-us-min.jpg" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h2 class="mx-5">I Am <strong>Prince Technology</strong></h2>
<p class="py-3 text-size"> Hii I Am prince. I Am Complete MY <strong>IT Engineering</strong> In Diploma From Polytechnic Ahemadabad. I Am Enjoying To Devlop Websites. I Made Many Responsive Websites. I Have also Some Knowledge In App Devlopment & Software Devlopment.</p>
<a href="about.php" class="btn btn-success">Check More Details</a>
</div>
</div>
</div>
</section>
<?php include 'footer.php'; ?>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>