-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (67 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CloudStack consultancy, training, support, development, bugfixing">
<meta name="keywords" content="scaleninja,cloud,cloudstack,apache cloudstack,cloudmonkey,suppport,consultancy,consultant,training,development,cloudstack consultancy,cloudstack consultant,cloudstack support,cloudstack development,cloudstack training,cloudstack solution">
<link rel="shortcut icon" href="ico/favicon.png">
<title>ScaleNinja</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".navbar-default">
<!-- begin:navbar -->
<!-- begin:home -->
<div id="home">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="home-content">
<img src="img/avatar.png" class="img-responsive img-profile">
<h2>Hi there!</h2>
<p>We're passionate Apache CloudStack™ developers, here to promote opensource CloudStack® clouds. We do feature development, maintenance and support on the project <strong><a href="http://cloudstack.apache.org/mailing-lists.html">mailing lists</a></strong>. We will be happy to help arrange CloudStack meetups, conferences or visit your offices to give talks and training on and around Apache CloudStack™.
<br><br>We work with CloudStack consultants such as <a href="http://shapeblue.com">ShapeBlue</a> to provide consultancy, product development, support and training around Apache CloudStack™.</p>
<br>
<p><a style="color:#fff" href="mailto:[email protected]?Subject=Hello"><i class="fa fa-envelope"></i></a>
<a style="color:#fff" href="https://www.linkedin.com/company/scaleninja"><i class="fa fa-linkedin"></i></a>
<!--a style="color:#fff" href="https://twitter.com/scaleninja"><i class="fa fa-twitter"></i></a>
<a style="color:#fff" href="https://facebook.com/scaleninja"><i class="fa fa-facebook"></i></a -->
<a style="color:#fff" href="https://github.com/scaleninja"><i class="fa fa-github"></i></a>
</p><br>
</div>
</div>
</div>
</div>
</div>
<!-- end:services -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script src="js/gmap3.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.easing.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-4103494-19', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>