-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
107 lines (82 loc) · 4.9 KB
/
about.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
---
---
<!DOCTYPE html>
<html>
<head>
<title>Connexta: About Us </title>
{% include head.html %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/parallax.js"></script>
<meta http-equiv="refresh" content="0; URL=https://connexta.com/">
</head>
<body>
<div class="content-wrap">
{% include header.html %}
<section class="graphic-title-heading about-graphic-heading medium">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>About Us</h1>
<h3 style="color:white">Unlocking the world's complex information</h3>
</div>
</div>
</div>
</section>
<section class="mission-statement-wrap medium white">
<div class="mission-box">
<h2 class="section-title">Mission & Values at Connexta</h2>
<em><p>Connecting a community of people and technologies. <br/>Creating innovative, high quality solutions. <br/>Contributing back to those we serve. </p></em>
<p style="margin-bottom: 0;">At Connexta, our focus is our customers; creating a suite of solutions through open collaboration that solve complex problems in any environment.</p>
</div>
</section>
<section class="value-statements-wrap parallax-window" data-parallax="scroll" data-image-src="images/about.jpg">
<div class="value-flexbox">
<div class="value-statement">
<div class="square-flexbox">
<div class="value-content">
<h2>Innovation</h2>
<p>Acting on creative ideas, we look to the future, adapting and evolving solutions that incorporate new technology and address future customer needs. We give back to the community through open standards and open source software. </p>
</div>
</div>
</div>
</div>
<div class="value-flexbox">
<div class="value-statement">
<div class="square-flexbox">
<div class="value-content">
<h2>Agility</h2>
<p>Our agility enables us to do things differently today than we have in the past. It instills change in days and weeks, not months. As a company, as teams, and as individuals, we are driven to constantly improve. We openly expose what we do, how we do it, and what we produce. </p>
</div>
</div>
</div>
</div>
<div class="value-flexbox">
<div class="value-statement">
<div class="square-flexbox">
<div class="value-content">
<h2>Transparency</h2>
<p>We work across the Intelligence Community to build a foundation of trust through extensive open collaboration and the adoption of open standards. This model permits rapid identification of technology gaps and offers successful solutions for our customers.</p>
</div>
</div>
</div>
</div>
</section>
<section class="mission-statement-wrap2 tall white">
<div class="container">
<h2 class="no-top-margin">What We Do</h2>
<p>Connexta delivers tools that enable information sharing between disparate systems in a manner that permits both ease of integration and modification. We provide users with data and tools from a secure, small infrastructure, removing the burden from search and retrieval across multiple systems throughout the intelligence enterprise. </p>
<p style="margin-bottom: 0px;">We provide users with workspaces tailored to their specific needs. From task sharing to work-flow management, Connexta solutions enable users to focus on their job rather than searching for the information needed to complete the mission.</p>
</div>
</section>
<section class="our-story-wrap tall" data-parallax="scroll" data-image-src="images/our-story.jpg">
<div class="container">
<h2 class="no-top-margin">Our Story</h2>
<p>Connexta is a software development company headquartered in Phoenix, Arizona. We were founded with the primary purpose of solving emerging data interoperability needs in the Intelligence Community. Our long history in this community allowed us to truly hear the concerns of our customers in the Department of Defense. Their frustration became our frustration as we found the answer to their fundamental concerns in open standards and open source development. It is a model that is non-traditional in defense contracting, but we saw it as a vital requirement to national security and supporting our coalition partners. We left our traditional roles to become pioneers in a new movement: Open Source Software development for the Intelligence community.</p>
<p>Through this movement, we have welcomed many new contributors to the effort both as customer sponsors and as Connexta developers. They all recognize that this is part of a growing ecosystem able to leverage a single contribution by one member to benefit all users. Connexta team members are committers and contributors across many open source projects.</p>
<p>Our team is passionate about building software and committed to technical excellence and quality.</p>
</div>
</section>
{% include footer.html %}
</div><!-- /content-wrap -->
</body>
</html>