-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
356 lines (337 loc) · 16.1 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vertice</title>
<meta name="author" content="">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Slider
================================================== -->
<link href="css/owl.carousel.css" rel="stylesheet" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" media="screen">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="tf-menu" class="navbar navbar-default navbar-fixed-top ">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><img src="img/logo.png" alt=""></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#tf-home" class="page-scroll">Features </a></li>
<li><a href="#tf-about" class="page-scroll">Why</a></li>
<li><a href="#tf-team" class="page-scroll">Enterprise</a></li>
<li><a href="#tf-services" class="page-scroll">Try Out</a></li>
<li class=" last-child"><a href="#" class="page-scroll" data-toggle="modal" data-target="#myModalNorm">LET'S TALK</a></li>
<!-- <li><a href="#tf-works" class="page-scroll">Portfolio</a></li>
<li><a href="#tf-testimonials" class="page-scroll">Testimonials</a></li>
<li><a href="#tf-contact" class="page-scroll">Contact</a></li>-->
<div class="modal fade" id="myModalNorm" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<button type="button" class="close"
data-dismiss="modal"> <span aria-hidden="true">×</span> <span class="sr-only">Close</span> </button>
<h4 class="modal-title" id="myModalLabel"> LET'S TALK </h4>
</div>
<!-- Modal Body -->
<div class="modal-body">
<form role="form" >
<div class="form-group">
<label for="exampleInputName1" class="h4 ">Name</label>
<input type="text" class="form-control"
id="exampleInputName1" name="name" placeholder="Enter name"/>
</div>
<div class="form-group">
<label for="exampleInputEmail1" class="h4 ">Email </label>
<input type="email" class="form-control"
id="exampleInputEmail1" name="password" placeholder="Enter email"/>
</div>
<label for="message" class="h4 ">Message</label>
<textarea id="message" name="message" class="form-control" rows="5" placeholder="Enter your message" required></textarea>
</form>
</div>
<!-- Modal Footer -->
<div class="modal-footer">
<button type="submit" id="submit_btn" onclick=function() class="btn btn-primary mod-submit"> Submit </button>
</div>
</div>
</div>
</div>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Home Page
==========================================-->
<div id="tf-home" class="text-center">
<div class="overlay">
<div class="content">
<h1>Your virtual office</h1>
<p class="lead">Second line of small description</strong></p>
<p>
<button type="submit" class="btn tf-btn btn-default"> <a href="http://console.megam.io/" > Create your virtual office</a></button>
</p>
<a href="#tf-about" class="mouse-scr"><img src="img/mouse.png" alt=""></a> </div>
</div>
</div>
<!-- About Us Page
==========================================-->
<div id="tf-about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="about-text">
<div class="section-title">
<h4>Rapid prototyping and easly managable clouds systems without any hassle , and thats our promise ! </h4>
<div class="clearfix"></div>
</div>
<div class="col-sm-4 text-center"> <img src="img/img1.jpg" class="img-responsive" alt="">
<p>One click IT workplace in cloud in minutes.</p>
</div>
<div class="col-sm-4 text-center"> <img src="img/img2.jpg" class="img-responsive" alt="">
<p>Easy provisioning and active cloud app lifecycle </p>
</div>
<div class="col-sm-4 text-center"> <img src="img/img3.jpg" class="img-responsive" alt="">
<p>Control over all the applications</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team Page
==========================================-->
<div id="tf-team" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<div class="col-sm-6 text-center">
<h2>Moving to cloud is easy. Run all business applications in a single click with absolutely no setup time. Introducing xyz, a business platform focuses on using cloud technology to increase revenues. </h2>
</div>
<div class="col-sm-6 text-center">
<p>
<button type="submit" class="btn tf-btn btn-default vrt-off-btn"><a href="https://drive.google.com/open?id=0B5ha35sst8q1aGc5bG81T25jcnVqZE9NZU1mWktpLXFwLWdR">Read WhitePaper</a></button>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section
==========================================-->
<div id="tf-services" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Align IT Operations and Developers</h2>
<div class="clearfix"></div>
<h6>Deploy applications 5-10x faster by finding the balance between control and speed that suits your team. </h6>
</div>
<div class="space"></div>
<div class="">
<div class="col-sm-4 service"> <img src="img/img4.jpg" alt="" class="img-responsive">
<h4><strong>IT Ops</strong><br>
<span>Enable Innovation with Control</span></h4>
<ul>
<li>Reduce direct support of individual developers, 35-48% resource savings</li>
<li>Control costs, maximize use of infrastructure with full visibility</li>
<li>Increase compliance with policies & reporting</li>
<li>Save time with easy troubleshooting in lifecycle editor, audit change history</li>
</ul>
</div>
<div class="col-sm-4 service"> <img src="img/img5.jpg" alt="" class="img-responsive">
<h4><strong>Developers</strong><br>
<span>Deliver Applications Faster</span></h4>
<ul>
<li>Transform your favorite development tools into reusable components</li>
<li>Enable continuous integration for rapid application development</li>
<li>Take advantage of a catalog of on-demand cloud applications</li>
<li>Collaborate in real-time on applications and infrastructure</li>
</ul>
</div>
<div class="col-sm-4 service"> <img src="img/img6.jpg" alt="" class="img-responsive">
<h4><strong>Management</strong><br>
<span>Outpace your Competition</span></h4>
<ul>
<li>Reduce number & frequency of failed builds</li>
<li>Mitigate shadow IT & rogue cloud strategies</li>
<li>Increase team efficiency with consistency and reusability</li>
<li>Greater cost control cost with visibility and quota control</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Clients Section
==========================================-->
<div id="tf-clients" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2>Enterprise Grade Features</h2>
<h3>Enable DevOps practices while maintaining stability through integration with corporate IT policies and governance. </h3>
</div>
<div class="col-sm-6"><img src="img/img7.png" class="img-responsive" alt="">
<h4>Getting on cloud is easy</h4>
</div>
<div class="col-sm-6"><img src="img/img8.png" class="img-responsive" alt="">
<h4>Extendable Apps marketplace</h4>
</div>
</div>
</div>
</div>
<!-- Portfolio Section
==========================================-->
<div id="tf-works">
<div class="container"> <!-- Container -->
<div class="section-title text-center center">
<h2>See what people are talking about us</h2>
<div class="clearfix"></div>
<div class="col-sm-6 text-center"> <img src="img/jonathan3.jpg" alt="" class="img-circle">
<p> Vertice is a very powerful Cloud Orchestrator that redefines DevOps into a beautiful user interface, being Open-Source has allowed us to work with Megam's team to deliver an amazing Commercial Cloud platform for Service Providers. </p>
<h4>Jonathan P <br>
<span>CEO & Founder of DET.io</span></h4>
</div>
<div class="col-sm-6 text-center"> <img src="img/mehul.jpeg" alt="" class="img-circle">
<p>MegamAfrica Open-Source cloud hosting has allowed us to work with Megam's team to deliver an amazing Commercial Cloud platform (virtual machines, containers, storage) for our African customers. </p>
<h4>Mehul Bhatt <br>
<span> Director of A & M Holdings Limited</span></h4>
</h4>
</div>
</div>
</div>
</div>
<!-- Contact Section
==========================================-->
<div id="tf-contact" class="text-center">
<div class="container">
<div class="row">
<div class="col-sm-9 col-sm-offset-1">
<form class="navbar-form navbar-center frm-cntrl" role="search">
<div class="form-group">
<label>Get updates</label>
</div>
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="name@domain.com">
</div>
<button type="submit" class="btn btn-default subscrp-btn">Subscribe</button>
</form>
</div>
<div class="col-sm-3 col-sm-offset-1"> <img src="img/footer-logo.png" alt="" class="footer-logo"></div>
<div class="col-sm-3 col-sm-offset-1">
<ul>
<li><a href="#">Virtual office</a></li>
<li> <a href="#">Backup-analytics</a> </li>
</ul>
</div>
<div class="col-sm-4">
<ul>
<li><a href="#">About</a></li>
<li><a href="http://devcenter.megam.io/"> Devcenter</a></li>
<li> <a href="http://docs.megam.io/discuss">Support</a> </li>
</ul>
</div>
</div>
</div>
</div>
<nav id="footer">
<div class="container">
<div class="text-center">
<p> © Megam INC 2016 All rights reserved. <a href="#">Design <img src="img/desgin-logo.png" alt=""></a> </p>
</div>
</div>
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script src="js/owl.carousel.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#submit_btn").click(function() {
var proceed = true;
//simple validation at client's end
//loop through each field and we simply change border color to red for invalid fields
$("#contact_form input[required=true], #contact_form textarea[required=true]").each(function(){
$(this).css('border-color','');
if(!$.trim($(this).val())){ //if this field is empty
$(this).css('border-color','red'); //change border color to red
proceed = false; //set do not proceed flag
}
//check invalid email
var email_reg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
if($(this).attr("type")=="email" && !email_reg.test($.trim($(this).val()))){
$(this).css('border-color','red'); //change border color to red
proceed = false; //set do not proceed flag
}
});
if(proceed) //everything looks good! proceed...
{
//get input field values data to be sent to server
post_data = {
'user_name' : $('input[name=name]').val(),
'user_email' : $('input[name=email]').val(),
'msg' : $('textarea[name=message]').val()
};
//Ajax post data to server
$.post('contact_me.php', post_data, function(response){
if(response.type == 'error'){ //load json data from server and output message
output = '<div class="error">'+response.text+'</div>';
}else{
output = '<div class="success">'+response.text+'</div>';
//reset values in all input fields
$("#contact_form input[required=true], #contact_form textarea[required=true]").val('');
$("#contact_form #contact_body").slideUp(); //hide form after success
}
$("#contact_form #contact_results").hide()(output).slideDown();
}, 'json');
}
});
//reset previously set border colors and hide all message on .keyup()
$("#contact_form input[required=true], #contact_form textarea[required=true]").keyup(function() {
$(this).css('border-color','');
$("#result").slideUp();
});
});
//reset previously set border colors and
</body>
</html>