-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.php
159 lines (147 loc) · 8.1 KB
/
contact.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?php include('header.php'); ?>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TVH7KX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TVH7KX');</script>
<!-- End Google Tag Manager -->
<!-- Load page -->
<div class="animationload">
<div class="loader"></div>
</div>
<!-- End load page -->
<div id="wraper">
<!-- Start Head section -->
<header class="head">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-8 col-sm-11 col-lg-11">
<img class="logo-page" src="assets/img/contact_l.png" alt="Ukieweb">
<!-- Title Page -->
<h2 class="title">Contact</h2>
<!-- Description Page -->
<h4 class="sub-title">Get in touch with me</h4>
</div>
<div class="col-xs-4 col-sm-1 col-lg-1 text-right">
<a href="index.php" class="btn-close hover-animate"></a>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</header>
<!-- End Head section -->
<!-- Start Content section -->
<section class="content padding-block border-bottom">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-6">
<h3 class="title title-contact">Contact info</h3>
<div class="block-grey">
<table>
<tr>
<td class="font-weight-m width-td">Address</td>
<td>Mumbai, Maharashtra</td>
</tr>
<tr>
<td class="font-weight-m">Phone</td>
<td><a href="tel:+91 8291751617">+91 8291751617</a></td>
</tr>
<tr>
<td class="font-weight-m">E-mail</td>
<td><a href="mailto:ajmaurya101@gmail.com">ajmaurya101@gmail.com</a></td>
</tr>
<tr>
<td class="font-weight-m">Twitter</td>
<td><a href="https://twitter.com/aalootechie" target="_blank">@aalootechie</a></td>
</tr>
<tr>
<td class="font-weight-m">Website</td>
<td><a href="http://www.ajmaurya.com">www.ajmaurya.com</a></td>
</tr>
</table>
<!-- social icon -->
<div class="social">
<ul class="animated" data-animation="fadeIn" data-animation-delay="600">
<!-- social icons -->
<li><a class="ukie-icons hover-animate" href="https://www.facebook.com/ajmaurya99" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a class="ukie-icons hover-animate" href="https://twitter.com/aalootechie" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a class="ukie-icons hover-animate" href="https://www.linkedin.com/in/ajaymauryaa" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a class="ukie-icons hover-animate" href="https://instagram.com/ajaymauryaa" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a class="ukie-icons hover-animate" href="https://github.com/ajmaurya99" target="_blank"><i class="fa fa-github-alt"></i></a></li>
</ul>
</div>
<!-- end social icon -->
</div>
</div>
<div class="col-xs-12 col-sm-12 col-lg-6">
<h3 class="title title-contact">Mail me at <br> <a href="mailto:ajmaurya101@gmail.com">ajmaurya101@gmail.com</a></h3>
<!-- Start Contact Form -->
<!--<div class="contact-form">
<form action="#" id="contact-form" method="post">
<input type="text" id="user-name" name="user-name" value="" placeholder="Name" />
<input type="email" id="user-email" name="user-email" value="" placeholder="Email" />
<input type="hidden" id="user-status" name="user-status" value="1" />
<textarea id="user-message" name="user-message" placeholder="Message"></textarea>
<div class="footer-form">
<input type="submit" id="submit-btn" class="btn btn-color hover-animate" value="Send Message" />
<div class="info-message-form">
<p>Please fill out all the fields!</p>
<span class="close-msg"><i class="fa fa-close"></i></span>
</div>
</div>
</form>
</div> -->
<!-- End Contact Form -->
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Content section -->
<!-- Start Map section -->
<div class="contact-map padding-block text-center">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<div id="map" class="map"></div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- End Map section -->
<?php include('footer.php'); ?>
</div>
<!-- Scroll to Top -->
<a href="contact.html#" class="btn scrollToTop"><i class="fa fa-angle-up"></i></a>
<!-- End Scroll to Top -->
<!-- Scripts -->
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="assets/boostrap-files/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.appear.js" type="text/javascript"></script>
<script src="assets/js/jquery.nicescroll.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.mixitup.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script src="assets/js/owl.carousel.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.inview.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.knob.min.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="assets/js/jquery.cookie.js" type="text/javascript"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
<script src="assets/js/contact_scripts.js" type="text/javascript"></script>
</body>
</html>