-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
40 lines (34 loc) · 1.26 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
<?php include('./constant/layout/head.php');?>
<?php include('./constant/layout/header.php');?>
<?php include('./constant/layout/sidebar.php');?>
<div class="page-wrapper">
<div class="container-fluid">
<div class="card">
<div class="card-body">
<div class="about-head text-center mb-5">
<h1 class="mb-2 mt-4 f-s-50 ">About Durgesh kr. prahapati</h1>
<span>Web Developer</span>
</div>
<div class="about">
<div class="row">
<div class="col-md-3">
<img src="assets/myimages/profile.jpg" class="img-fluid">
</div>
<div class="col-md-5">
<h3 class="mb-1" style="text-align: justify;">My name is Durgesh kumar prajapati. I am a student of B.Tech(CS) in college of Sr Institute of Management & Technology which are affiliated with DR.APJ Abdul kalam Technical University</h3>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><span>Technology Expert</span>HTML,CSS, JAVASCRIPT, PHP, MYSQL</li>
<li><span>Exprience</span> 1+ Years</li>
<li><span>Residence</span> India</li>
<li><span>Email</span> durgeshkumar4993.com</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('./constant/layout/footer.php');?>