-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (70 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<title>evendis</title>
<meta content='Open source software development and architecture services based in Singapore' name='description'>
<meta charset='UTF-8'>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" media="all" href="assets/application.css" />
</head>
<body>
<div id='header'>
<div class='inner_header'>
<div class='mainlogo'>
<a title="Return to the Evendis home page" href="/"><img src="assets/images/evendis-logo.png" /></a>
</div>
<div class='headline'>
</div>
<div class='menu'>
</div>
</div>
</div>
<div id='main-container'>
<div class='wrapper clearfix' id='main'>
<h1>We Don't Believe in Waiting</h1>
<h2>Do you have an idea you want to turn into reality?</h2>
<div>
<p>
Evendis is a software development company based in Singapore.
We build applications for the modern internet—wired, wireless, and mobile—that help
businesses and individuals do amazing things today with the technology of tomorrow.
</p>
<p>
We specialise in putting together high-performance teams to work with clients and turn ideas into reality.
Get us involved at the concept stage, or bring us in later to beef up delivery capability.
We can work on-premise or remote, and have particular experience in delivering for US clients.
</p>
<p>
Contact us at
<a href="mailto:[email protected]">[email protected]</a>
and we'll be happy to discuss how we can help you.
</p>
</div>
</div>
<div id='asides'>
</div>
</div>
<div id='footer'>
<ul class='nav'>
<li>
<a href="mailto:[email protected]">[email protected]</a>
|
</li>
<li>
<a href="https://github.com/evendis">GitHub</a>
</li>
</ul>
<div class='copyright'>Copyright © 2010-2024 Evendis Pte Ltd, all rights reserved.</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18097736-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>