-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
50 lines (44 loc) · 2.25 KB
/
about.php
File metadata and controls
50 lines (44 loc) · 2.25 KB
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
<?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 Mayuri K.</h1>
<span>Freelancer 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>
<!-- Author : Mayuri K.
for any PHP, Codeignitor, Laravel OR Python work contact me at email mayuri.infospace@gmail.com
Visit website - www.mayurik.com -->
<div class="col-md-5">
<h3 class="mb-1" style="text-align: justify;">A Computer Science master graduate, keen on stirring up creative mind and information into PHP project ideas and working as a freelancer for PHP projects with source code. She also work in Python, Codeignitor and Laravel. Mayuri K likes to learn new things related to her profession.</h3>
<h3 style="text-align: justify;">Soon she is going to launch an online course on PHP projects for beginners. You can contact her for any Project development, either academic or commercial Projects.</h3>
<h3 style="text-align: justify;"><b><mark>For students or anyone else who needs program or source code for thesis writing or any Professional Software Development, Website Development, at affordable cost contact at mayuri.infospace@gmail.com</mark></b></h3>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><span>Technology Expert</span>HTML, PHP, MySQL, Laravel, Python</li>
<li><span>Exprience</span> 5+ Years</li>
<li><span>Residence</span> India</li>
<li><span>Email</span> mayuri.infospace@gmail.com</li>
<li><span>Website</span>www.mayurik.com</li>
<li><span>Freelancer</span> Available</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('./constant/layout/footer.php');?>
<!-- Author Name- Mayuri K.
for any PHP, Codeignitor, Laravel OR Python work contact me at mayuri.infospace@gmail.com
Visit website - www.mayurik.com -->