-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
45 lines (38 loc) · 1.9 KB
/
support.html
File metadata and controls
45 lines (38 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CodeHorizon - Support</title>
<meta name="author" content="Chintan Ghate">
<meta name="keywords" content="CodeHorizon, HackerRank, HackerEarth, CodeChef, Codeforces, TopCoder, Calendar, Algorithms">
<meta name="description" content="CodeHorizon Support Site">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Raleway:200,400,600">
<link rel="stylesheet" href="stylesheets/style.css">
<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-46474524-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>CodeHorizon</h1>
<h4 align="center">Where Code meets Opportunity.</h4>
<div class="support">
<h2>Get in touch!</h2>
<p>
Quick questions, fast answers ~ <a href="https://twitter.com/intent/tweet?screen_name=ChintanGhate&hashtags=CodeHorizon" target="_blank">@ChintanGhate</a>
</br>
Big questions, slower answers ~ <a href="mailto:chintanghate@gmail.com" target="_blank">chintanghate@gmail.com</a>
</p>
</div>
<div id="footer">
<a href="https://itunes.apple.com/us/app/codehorizon/id925056167?ls=1&mt=8" target="_blank">AppStore</a>
<a href="PressKit.zip">Press Kit</a>
<a href="/CodeHorizon">Home</a>
</div>
<div id="copyright"> © 2014 <a href="http://www.star-lord.me/" target="_blank"> Chintan Ghate </a></div>
</body>
</html>