-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (102 loc) · 4.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Carbonware LK</title>
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Carbonware is a Tech-Startup, with a specialise in GPS based Tracking solutions in Sri Lanka." />
<meta name="keywords" content="Carbonware, CarbonwareLK, CarbonTracker, Sri Lanka, Carbon Tracker, Harsha Siriwardena, Ashen Gomez, GPS tracking, GPS fleet lanka" />
<!-- Included Bootstrap CSS Files -->
<link rel="stylesheet" href="js/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="js/bootstrap/css/bootstrap-responsive.min.css" />
<!-- Includes FontAwesome -->
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<div class="header pull-left">
<h1 class="heading">
<img src="img/carbonware-02.png" height="89" width="400">
</h1>
<!--
Carbonware ..
<div id="NewsletterFormContainer">
<form id="NewsletterForm" method="post" class="form form-inline">
<button id="subscribe" class="btn-large btn btn-inverse">subscribe <i class="icon-envelope icon-white"></i></button>
<input placeholder="leave your email to help us reach you" class="input-xxlarge" id="NewsletterEmail" name="NewsletterEmail" type="text">
</form>
</div>
-->
</div>
</div>
</div>
</div>
</header>
<div id="socials-bar"><!--
<a href="#" title="facebook page"><img src="img/socials/32/facebook.png" alt="facebook page"></a>
<a href="#" title="twitter page"><img src="img/socials/32/twitter.png" alt="twitter page"></a>
<a href="#" title="google plus page"><img src="img/socials/32/google%2b.png" alt="google plus page"></a>
<a href="#" title="linkedin page"><img src="img/socials/32/linkedin.png" alt="linkedin page"></a>
<a href="#" title="youtube page"><img src="img/socials/32/youtube.png" alt="youtube page"></a>
<a href="#" title="flick page"><img src="img/socials/32/flickr.png" alt="flickr page"></a>-->
</div>
<div class="background theme">
<div class="container">
<div class="row center vspace30">
<div class="span12">
<h1><span>Carbonware is a Tech-Startup.</span></h1>
<p>with a specialise in GPS based Tracking solutions.</p>
<p>Contact us : <a href="mailto:[email protected]" target="_top">[email protected]</a></p>
<p>Tel : +94 712217611 Harsha, +94 773772486 Ashen</p>
</div>
</div>
<!-- <div class="row vspace30">
<div class="span12 service center">
<div id="ContactFormContainer">
<form id="ContactForm" class="form span12" method="post">
<div class="controls">
<input id="ContactSubject" name="ContactSubject" type="text" placeholder="Subject" class="span12" />
</div>
<div class="controls">
<input id="ContactEmail" name="ContactEmail" type="text" placeholder="Email" class="span12" />
</div>
<div class="controls">
<textarea id="ContactMessage" name="ContactMessage" placeholder="Message" class="span12" rows="10"></textarea>
</div>
<div class="controls">
<button id="send" class="btn-large btn btn-inverse pull-left">Send</button>
</div>
</form>
</div>
</div>
</div>
-->
<div class="row center vspace30">
Products: <a href="http://carbonwarelk.github.io/tracker">Carbon Tracker</a><br/>
<hr/>
© Copyright 2013-2015 | Carbonware BR# WD14331 | Colombo, Sri Lanka
</div>
</div>
</div>
<script src="js/jquery-1.10.0.min.js"></script>
<script src="js/bootstrap/js/bootstrap.min.js"></script>
<script src="js/jquery-validate/assets/js/jquery.validate.min.js"></script>
<script src="js/script.js"></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-46076708-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>