-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
99 lines (97 loc) · 3.64 KB
/
contact.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Gaming Blog Bootstarp Website Template | Contact :: mr_sarkar</title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<script src="js/jquery-1.11.0.min.js"></script>
<link href="css/style.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href='//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="header">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<span class="menu"></span>
<div class="navigation">
<ul class="navig cl-effect-3" >
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="search-bar">
<input type="text" placeholder="Search" required="" />
<input type="submit" value="" />
</div>
<script>
$( "span.menu" ).click(function() {
$( ".navigation" ).slideToggle( "slow", function() {
// Animation complete.
});
});
</script>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="games">
<div class="container">
<div class="page-path">
<ul class="path-list">
<li><a href="index.html">Home</a></li> /
<li class="act">Contact</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="contact">
<h3 class="page-header">Cotntact Us</h3>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12071.681938475434!2d-93.25993179999999!3d40.851669550000004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87e9175fdc81fa0f%3A0x3e508b796d85b60e!2sNew+York%2C+IA+50238%2C+USA!5e0!3m2!1sen!2sin!4v1418810233989" frameborder="0" style="border:0"></iframe>
</div>
<div class="contact-box">
<form action="dayalkumarsarkar11@gmail.com" method="post">
<div class="text">
<input type="text" name="mr_sarkar" placeholder="Name" required="" />
<input type="text" name="Gaming blog" placeholder="Subject" required=""/>
<input type="text" name="dayalkumarsarkar121@gmail.com" placeholder="Email" required=""/>
</div>
<div class="text">
<textarea name="w3lMessage" placeholder="Message" required=""></textarea>
</div>
<div class="text-but">
<input type="submit" value="submit" />
</div>
</form>
</div>
<div class="address-box">
<h3 class="page-header">Address</h3>
<h4>It is a long established fact that a reader will be distracted</h4>
<p>Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here',</p>
<p>Lorem Ipsum is that it has a more-or-less normal distribution of letters,that it has a more-or-less normal distribution as opposed to using 'Content here, content here',</p>
<a href="mailto:example@email.com">123example@email.com</a>
<p>+001 111 9999 99</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- Footer Starts Here -->
<div class="footer">
<div class="container">
<ul class="social">
<li><i class="fa"></i></li>
<li><i class="fb"></i></li>
<li><i class="fc"></i></li>
</ul>
<p>© 2022 Gaming Blog. All Rights Reserved. Design by sarkar</p>
</div>
</div>
<!-- Footer Ends Here -->
</body>
</html>