-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
128 lines (117 loc) · 4.6 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>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Use title if it's in the page YAML frontmatter -->
<title>C42 Engineering: Expert Ruby and Rails engineering. Offshore.</title>
<meta name="description" content="We build expertly designed and engineered Ruby on Rails web applications, offshore.">
<meta name="keywords" content="Ruby on Rails, India, Agile, jRuby, Open-Source Software, tdd, bdd, continuous integration">
<meta name="viewport" content="width=device-width">
<link href="/img/logo.ico" rel="icon" type="image/ico" />
<link rel="shortcut icon" href="/favicon.ico?v=1.1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href="/css/application-6aad761f.css" rel="stylesheet" type="text/css" />
<script src="js/vendor/modernizr-2.6.1.min-68fdcc99.js"></script>
</head>
<body>
<header>
<h1>engineering perfection on rails</h1>
<img alt="C42 logo" class="logo" src="/img/logo-1691872b.png" />
<div class="navigation">
<ul>
<li class='home-nav selected'>
<a href="/">home</a>
</li>
<li class='portfolio-nav '>
<a href="/portfolio">portfolio</a>
</li>
<li class='products-nav '>
<a href="/products">products</a>
</li>
<li class='open_source-nav '>
<a href="/open_source">open source</a>
</li>
<li class='people-nav '>
<a href="/people">people</a>
</li>
<li class='careers-nav '>
<a href="/careers">careers</a>
</li>
<li class='blog-nav'>
<a href="http://blog.c42.in">blog</a>
</li>
<li class='about_us-nav '>
<a href="/about_us">about us</a>
</li>
<li class='contact-us-nav '>
<a href="/contact_us">contact us</a>
</li>
</ul>
</div>
</header>
<main>
<div class="content">
<div id="home">
<div>
<img class="hero" title="Copyright Julien Mangez: http://www.flickr.com/photos/julien-mangez/2818622582/" alt="Rails" src="/img/homepage-banner-738e7d9f.jpg" />
</div>
<div class="thePitch">
<div class="applications">
<h2>the right applications</h2>
<p class="snippet">We leverage our years of agile experience to build software you need.</p>
</div>
<div class="crafted">
<h2>carefully crafted</h2>
<p class="snippet">Because beautifully designed and engineered software makes all the difference in the world.</p>
</div>
<div class="delivered">
<h2>and delivered.</h2>
<p class="snippet">On time. Because your business, your time and our reputation is at stake.</p>
</div>
</div>
</div>
</div>
</main>
<footer>
<ul>
<li class="engineyard">
<a href="http://www.engineyard.com/partners">
<img alt="Engine Yard" title="EngineYard" src="/img/logo-engineyard-partner-5e90cf81.png" />
</a>
</li>
<li class="copyright">Copyright © 2013 C42 Engineering. All rights reserved.</li>
<li class="linked-in">
<a href="http://www.linkedin.com/companies/1004056/C42+Engineering">
<img alt="connect on linkedin" title="LinkedIn" src="/img/linkedin-icon-eaede38a.png" />
</a>
</li>
<li class="facebook">
<a href="http://www.facebook.com/pages/C42-Engineering/116320675071889">
<img alt="connect on facebook" title="Facebook" src="/img/facebook-icon-6516bc29.png" />
</a>
</li>
<li class="email">
<a href="mailto:[email protected]">
<img alt="contact us" title="[email protected]" src="/img/email-icon-a31ec0b3.png" />
</a>
</li>
</ul>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min-5ee64c85.js"><\/script>')</script>
<script src="js/plugins-d35b11c4.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<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-17074312-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>