-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
86 lines (68 loc) · 4.61 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
<?php $title_index = " GetLinux Contact Us "; ?>
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta name="google-site-verification" content="5Y5Rf1Gjosn_poKNupgWw2ZINrdsFzFji4Yj76hwYFg" />
<title><?php echo $title_index; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="how to, linux, howtoget,howtogetlinux,opensource,how to download linux,download linux,
free linux,what is linux, ubuntu, archlinux,kali,fadora,why linux is better, why linux is
best,debian,free download linux,download free linux,kernel,whylinux,index,about us,get
getstarted,know linux,tips and tricks,contact us,open source,package manager,ubuntu
software center "/>
<meta name="description" content="To get in touch with us please fill in the form, or find contact information of from the
list below or mail us on official mail. .">
<?php require('header.php');?>
<?php require('Style.css'); ?>
<!-- Divider -->
<div class="hr1" style="margin-bottom:30px;"></div>
<!-- Start Content -->
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-8">
<!-- Classic Heading -->
<h4 class="classic-title"><span>Get in Touch </span></h4>
<form action="" method="post">
Name :        <input type="text" name="name" ><br/><br/>
Email :        <input type="email" name="email" placeholder="abc@xyz.com"> <br/><br/>
Messages : <textarea cols="19" rows="3" placeholder=" Enter your messages here. " > </textarea> <br/><br/>
                                           
      
<input type="Submit" value="Submit" />
</form>
</div>
<div class="col-md-4">
<!-- Classic Heading -->
<h4 class="classic-title"><span>Information</span></h4>
<!-- Some Info -->
<p> <a href="http://www.howtogetlinux.in"> HowToGetLinux.in</a> is a Platform, from where you can easily
know about strength of Linux and why use it. </p>
<!-- Divider -->
<div class="hr1" style="margin-bottom:10px;"></div>
<!-- Info - Icons List -->
<ul class="icons-list">
<li><i class="icon-location-1"></i> <strong>Address:  </strong> IERT Campus, near prayag station,     Allahabad, India.</li>
<li><i class="icon-mail-1"></i> <strong>Email:  </strong> info@howtogetlinux.in</li>
<li><i class="icon-mobile-1"></i> <strong>Phone:  </strong> 0532-2544006 </li>
</ul>
<!-- Divider -->
<div class="hr1" style="margin-bottom:15px;"></div>
<!-- Classic Heading -->
<h4 class="classic-title"><span>Working Hours</span></h4>
<!-- Info - List -->
<ul class="list-unstyled">
<li><i class="icon icon-time"></i> <strong>Monday - Friday</strong> - 9am to 5pm</li>
<li><i class="icon icon-time"></i> <strong>Saturday</strong> - 9am to 2pm</li>
<li><i class="icon icon-time"></i> <strong>Sunday</strong> - Closed</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End content -->
<!-- Divider -->
<div class="hr1" style="margin-bottom:50px;"></div>
<?php require('footer.php');?>