-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (66 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
76
77
78
79
80
81
<!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">
<title>New Wave Coding LLC :: Totally Awesome Software</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="http://newwavecoding.com/favicon.ico"/>
<link rel="stylesheet" href="css/bootstrap.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<div class="masthead-brand"><h1 class="cover-heading hidden-xs">Totally Awesome Software</h1>
<h2 class="cover-heading visible-xs">Totally Awesome Software</h2></div>
</div>
</div>
<div class="inner cover">
<div><img src="img/[email protected]" class="img-responsive"></div>
<div style="margin:20px;font-size: 120%">Creators of</div>
<div><a href="https://carpool-kids.com" target="_blank"><img src="img/[email protected]" style="width:200px" class="img-responsive center-block"></a></div>
<div class="row">
<div class="col-xs-6"><a href="https://itunes.apple.com/us/app/carpool-kids/id835273420?mt=8&uo=4" target="_blank"><img src="img/app_store_badge.png" style="width:135px;margin-top: 20px" class="img-responsive pull-right"></a></div>
<div class="col-xs-6"><a href="https://play.google.com/store/apps/details?id=com.newwavecoding.carpool_kids" target="_blank"><img src="img/playstore_download.png" style="width:135px;margin-top: 20px" alt="Download on Google Play" class="img-responsive"></a></div>
</div>
<div class="row" style="margin-top: 20px">
<div class="col-xs-12">
<div style="font-size:120%">Contact Support: <u><a href="mailto:[email protected]?subject=Carpool-Kids%20Support">[email protected]</a></u></div>
</div>
</div>
<div class="mastfoot">
<div class="inner">
<div class="row">
<div class="col-md-12" style="padding-top: 10px">© 2023 New Wave Coding LLC</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>