-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
126 lines (67 loc) · 3.21 KB
/
about.php
File metadata and controls
126 lines (67 loc) · 3.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>About|Craft Bazaar</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/style1.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel = "icon" href ="images/icon.png" type = "image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ec25e11967ae56c521ace2d/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body>
<?php include 'navigationmenu.php'; ?>
<div class="jumbotron jumbotron-fluid text-center">
<h1 class="display-4">Craft Bazaar :)</h1>
<p class="lead">Crafting your Curiosity.</p>
</div>
<section class="my-3">
<div class="py-5">
<h2 class="text-center">About Us</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="box1"> <img src="images/IMG_388.jpeg" alt="">
<h3 class="title">Rahul Kalyankar</h3>
<ul class="icon">
<li><a href="https://www.facebook.com/rahul.kalyankar.58"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/rahulkalyankar_"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/rahul_kalyankar_10"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<h2 class="display-4">I am Rahul Kalyankar.</h2>
<i class="fa fa-quote-left fa-3x fa-pull-left fa-border"></i>
<p class="py-5">The story of CRAFT BAZAAR began with a visit to one of the ehibitions in Aurangabad. Our founders, moved by the cultural wealth and breathtaking beauty, decided to launch a digital space where art enthusiasts could find and buy their favorite pieces. Since 2020, our Online Art Shop has carried a varied selection, produced to the highest standard and offered at the most competitive prices. Check out our collection today.
</p>
<a href="contact.php" class="btn btn-success"> Contact Us </a>
</div>
</div>
</div>
</div>
</section>
<footer>
<p class="p-3 bg-dark text-white text-center">@RahulKalyankarProductions | All Rights Reserved</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>