-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
132 lines (120 loc) · 6.52 KB
/
contact.html
File metadata and controls
132 lines (120 loc) · 6.52 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
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Marstech Buzz</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be used to make the world a better place." />
<meta name="keywords" content="Marstech, HTML, CSS, JavaScript, PHP,Blog, eco-friendly, Blockchain, Technology, Coding, web-development, website, app, android, ios" />
<meta name="author" content="Marstech" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.svg" />
<link href='https://fonts.googleapis.com/css2?family=Nunito&display=swap' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href='css/clear.css' />
<link rel="stylesheet" type="text/css" href='css/common.css' />
<link rel="stylesheet" type="text/css" href='css/font-awesome.min.css' />
<link rel="stylesheet" type="text/css" href='css/carouFredSel.css' />
<link rel="stylesheet" type="text/css" href='css/sm-clean.css' />
<link rel="stylesheet" type="text/css" href='style.css' />
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body class="contact page page-template-default">
<!-- Preloader Gif -->
<table class="doc-loader">
<tbody>
<tr>
<td>
<img src="images/logo.gif" alt="Loading...">
</td>
</tr>
</tbody>
</table>
<!-- Left Sidebar -->
<div id="sidebar" class="sidebar">
<div class="menu-left-part">
<div class="search-holder">
<label>
<input type="search" class="search-field" placeholder="Type here to search..." value="" name="s" title="Search for:">
</label>
</div>
<div class="site-info-holder">
<h1 class="site-title">Marstech Buzz</h1>
<p class="site-description">
Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be used for the betterment of a business.
</p>
</div>
<nav id="header-main-menu">
<ul class="main-menu sm sm-clean">
<li><a href="index.html">Home</a></li>
<li><a href="innovationhub.html">Innovation Hub</a></li>
<li><a href="about.html">About</a></li>
<li><a href="allcategories.html">All Categories</a></li>
<li><a href="allposts.html">All Posts</a></li>
<li><a href="contact.html" class="current">Contact</a></li>
</ul>
</nav>
<footer>
<div class="footer-info">
More information about Marstech click <a href="http://www.marstech.org.in/">here</a>.
</div>
</footer>
</div>
<div class="menu-right-part">
<div class="logo-holder">
<a href="index.html">
<img src="images/logo.svg" alt="Marstech Buzz">
</a>
</div>
<div class="toggle-holder">
<div id="toggle">
<div class="menu-line"></div>
</div>
</div>
<div class="social-holder">
<div class="social-list">
<a href="https://instagram.com/_marstech_?igshid=17j16ujd711ki"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/marstech-3-8936b6188"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/marstech.co.in"><i class="fa fa-facebook"></i></a>
<a href="error404.html"><i class="fa fa-twitter"></i></a>
<a href="error404.html"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
<div class="fixed scroll-top"><i class="fa fa-caret-square-o-up" aria-hidden="true"></i></div>
</div>
<div class="clear"></div>
</div>
<!-- Contact Content -->
<div id="content" class="site-content">
<article>
<div class="content-1070 center-relative entry-content">
<div class="content-900 center-relative">
<h1 class="entry-title">Contact</h1>
<div>
<div class="contact-form">
<form action="https://formspree.io/marstechweb@gmail.com" method="POST">
<p><input id="name" type="text" name="your-name" placeholder="Name" style="padding-top: 6px;"></p>
<p><input id="contact-email" type="email" name="your-email" placeholder="Email"></p>
<p><input id="subject" type="text" name="your-subject" placeholder="Subject"></p>
<p><textarea id="message" name="your-message" placeholder="Message"></textarea></p>
<p><input type="submit" value="SEND"></p>
</form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</article>
</div>
<!--Load JavaScript-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type='text/javascript' src='js/imagesloaded.pkgd.js'></script>
<script type='text/javascript' src='js/jquery.nicescroll.min.js'></script>
<script type='text/javascript' src='js/jquery.smartmenus.min.js'></script>
<script type='text/javascript' src='js/jquery.carouFredSel-6.0.0-packed.js'></script>
<script type='text/javascript' src='js/jquery.mousewheel.min.js'></script>
<script type='text/javascript' src='js/jquery.touchSwipe.min.js'></script>
<script type='text/javascript' src='js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='js/main.js'></script>
</body>
</html>