-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
185 lines (159 loc) · 6.69 KB
/
contactus.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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>Codolutions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Codolutions public website">
<meta name="author" content="Codolutions">
<meta name="keywords" content="Codes,Solutions,Java,Android,.Net,C#,Windows Phone,Apple,iOS,Web,HTML5,Javascript,Node.js">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="/css/bootstrap-3.2.0.min.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="/css/font-awesome.min.css" rel="stylesheet">
<!-- Pretty Photo CSS -->
<link href="/css/prettyPhoto.css" rel="stylesheet">
<!-- Fasi Custom CSS -->
<link href="/css/theme.css" rel="stylesheet">
<!-- Slippery CSS -->
<link href="/js/slippry/slippry.css" rel="stylesheet">
<!-- Our Custom CSS -->
<link href="/css/custom.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- Top Starts -->
<div class="top">
<!-- Header Starts -->
<header>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="logo">
<a href="/index.html"><img src="/img/logo_big.png" class="logo-image"/></a>
</div>
</div>
<div class="navigation pull-right">
<a href="/index.html">Home</a>
<a href="/about.html">About</a>
<a href="https://codolutions.wordpress.com/" target="_blank">Blog</a>
<a href="/contactus.html">Contact</a>
</div>
</div>
</div>
</header>
<!-- Header Ends -->
<!-- Hero starts -->
<div class="hero">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro">
<!--<h2>Codes<span class="tblue">.</span>and<span class="tblue">.</span>Solutions</h2>-->
<p>Codes and Solutions, turning your ideas into business.</p><br/>
</div>
</div>
</div>
</div>
</div>
<!-- Hero ends -->
</div>
<!-- Top Ends -->
<!-- Contact starts -->
<div class="contact block">
<div class="container">
<!-- <div class="row">
<div class="col-md-12">
<div class="map">
<iframe height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/?ie=UTF8&ll=16.200457,77.355809&spn=0.022378,0.042272&t=m&z=15&output=embed"></iframe>
</div>
</div>
</div> -->
<div class="row">
<div class="col-md-8 col-sm-8">
<div class="well">
<legend>How to Contact Us</legend>
<strong>Help and Support</strong>
<p>Please follow instructions in the app to send support requests. The app typically has means to send diagnostics information that will help us understand and resolve the issue. A "doesn't work" email is not enough to understand what's wrong. A poor rating in the marketplace is even worse, it doesn't help at all.</p>
<p>As a shortcut check the links in the <a href="/index.html#products">products</a> section</p>
<br/>
<strong>Working with Us</strong>
<p>We are looking for passionate developers to help us take some projects off the ground. Take this as a part-time start up for the time being, growing and expanding. We are especially interested to hear from web and iOS developers.<p/>
<p>Simply <a href="mailto:[email protected]">drop us a line</a> and express your interest.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="well">
<fieldset>
<legend>Contact Details</legend>
<address>
<strong>Email Us</strong><br/>
<a href="mailto:[email protected]">[email protected]</a>
</address>
<address>
<strong>Follow Us</strong><br/>
<div class="social">
<a href="https://facebook.com/codolutions" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/codolutions" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://plus.google.com/+Codolutions" class="google-plus"><i class="fa fa-google-plus"></i></a>
</div>
</address>
</fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- contact ends -->
<!-- Footer starts -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 copy text-center">
<div class="copy-text">© 2014-2015 <a href="/index.html">Codolutions</a></div>
</div>
</div>
</div>
</footer>
<!-- Footer Ends -->
<!-- Scroll to top -->
<span class="totop"><a href="#.home"> <i class="fa fa-chevron-up"></i> </a></span>
<!-- Javascript files -->
<!-- jQuery -->
<script src="/js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="/js/bootstrap.min.js"></script>
<!-- JQuery PrettyPhoto Js -->
<script src="/js/jquery.prettyPhoto.js"></script>
<!-- Respond JS for IE8 -->
<script src="/js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="/js/html5shiv.js"></script>
<!-- Custom JS -->
<script src="/js/custom.js"></script>
<!-- JavaScript For This Page -->
<script type="text/JavaScript">
jQuery(".prettyphoto").prettyPhoto({
overlay_gallery: false, social_tools: false
});
</script>
<!-- Slippery -->
<script src="/js/slippry/slippry.min.js"></script>
<script>
jQuery('#CatchUpImages').slippry();
jQuery('#RadioJanvanImages').slippry();
jQuery('#RelayMeImages').slippry();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54313828-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>