-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
119 lines (113 loc) · 7.59 KB
/
Copy pathindex.htm
File metadata and controls
119 lines (113 loc) · 7.59 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>AppCompass</title>
<meta name="description" content="AppCompass is an open-source Laraval framework for building and managing applications – and associated websites - that use SQL databases.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700">
<link rel="stylesheet" href="assets/css/main-min.css">
<!--script src="assets/js/dist/modernizr-custom.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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9423822-23', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="signup-container">
<img src="assets/images/content/compass_icon.svg" width="214" height="198" alt="AppCompass Icon" class="header-icon">
<h1 class="signup-title">AppCompass is coming soon!</h1>
<div class="signup-desc">
<p>Sign up for product updates and launch notifications.</p>
</div>
<form action="https://p3in.us1.list-manage.com/subscribe/post" method="POST" class="signup-form">
<input type="hidden" name="u" value="ded53ce951a1eccdf0287cc29">
<input type="hidden" name="id" value="b1992416c0">
<input type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="" placeholder="Email Address">
<button type="submit">Sign Up</button>
</form>
</div>
</header><!-- header -->
<main class="main">
<div class="app-content-bg">
<div class="app-content-container">
<section>
<h2>What is AppCompass?</h2>
<p>Plus 3 Interactive is a small development shop. To save our time and serve our clients better, we created <strong>AppCompass</strong>, an open-source Laraval framework platform for building and managing web applications – and associated websites - that use SQL databases.</p>
</section>
<section class="section-core">
<h2>The core components:</h2>
<div class="core-components">
<div class="core-components-container">
<div class="core-components-box">
<div class="core-component-header">
<img src="assets/images/content/modular_icon.svg" width="30" height="30" alt="Modular Icon">
<h3 class="core-component-title">Modular</h3>
</div>
<p>CLI package loading & management module.</p>
</div>
</div>
<div class="core-components-container">
<div class="core-components-box">
<div class="core-component-header">
<img src="assets/images/content/formbuilder_icon.svg" width="30" height="30" alt="Modular Icon">
<h3 class="core-component-title">FormBuilder</h3>
</div>
<p>Data structure management for building forms.</p>
</div>
</div>
<div class="core-components-container">
<div class="core-components-box">
<div class="core-component-header">
<img src="assets/images/content/resourcebuilder_icon.svg" width="30" height="30" alt="Modular Icon">
<h3 class="core-component-title">ResourceBuilder</h3>
</div>
<p>API structure management to establish end-points.</p>
</div>
</div>
<div class="core-components-container">
<div class="core-components-box">
<div class="core-component-header">
<img src="assets/images/content/pilotcp_icon.svg" width="30" height="30" alt="Modular Icon">
<h3 class="core-component-title">PilotCP</h3>
</div>
<p>Front-end control panel for visual control over data.</p>
</div>
</div>
</div>
</section>
<section>
<h2>And more...</h2>
<p>Other components we’ve built for AppCompass include <strong>Slingshot</strong> for auto deployment of apps and sites; a modern full-featured <strong>PilotCMS</strong>; a geographic information management package, <strong>Geo</strong>; and a convenient bonus, <strong>Blogger</strong>.</p>
<p>AppCompass is designed for Laravel developers, development shops, and companies managing multiple websites with complex web applications.</p>
</section>
</div>
</div>
<div class="signup-container">
<h1 class="signup-title">Get Early Access!</h1>
<div class="signup-desc">
<p>Sign up for product updates and launch notifications.</p>
</div>
<form action="https://p3in.us1.list-manage.com/subscribe/post" method="POST" class="signup-form">
<input type="hidden" name="u" value="ded53ce951a1eccdf0287cc29">
<input type="hidden" name="id" value="b1992416c0">
<input type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="" placeholder="Email Address">
<button type="submit">Sign Up</button>
</form>
</div>
</main><!-- main -->
<footer class="footer">
<p class="p3-logo"><a href="https://www.plus3interactive.com/"><img src="assets/images/content/p3_mark.svg" width="24" height="30" alt="Plus 3 Interactive"></a></p>
<p class="copyright">© 2017 Plus 3 Interactive, LLC All Rights Reserved</p>
</footer><!-- footer -->
</div><!-- wrapper -->
</body>
</html>