diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..ff5606a --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +www.govwizely.com diff --git a/_includes/about_us b/_includes/about_us new file mode 100644 index 0000000..18397b3 --- /dev/null +++ b/_includes/about_us @@ -0,0 +1,5 @@ +

GovWizely, headquartered in Virginia, helps government agencies build applications with their data. We bring modern technologies and approaches to government projects and work with our clientele to fight bureaucratic roadblocks. + +

We leverage modern tools and approaches to software development bring these approaches to DC. Plus, we love big data, and the government, if anything, has a lot of data. + +

The founders have all worked in Silicon Valley for years, but have since retreated back to the East Coast. diff --git a/_includes/contact_us b/_includes/contact_us new file mode 100644 index 0000000..3b6ed62 --- /dev/null +++ b/_includes/contact_us @@ -0,0 +1,5 @@ +GovWizely, LLC
+10523-A Braddock Road
+Fairfax VA 22032
+703.995.9913
+info@govwizely.com \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 3c87ead..a6820ed 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,6 @@ - + + +

- - - -
-
-

- -Welcome to GovWizely

- -

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:

- - - -

-Services

- -

We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.

- -

-Open Source Projects

- -

ITA, Bluebox, Developer Portal. If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

- -

-About

- -

GovWizely delivers software solutions for Government organizations. If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

- -

-Jobs

- -

In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

- -

- -

-
\ No newline at end of file diff --git a/_includes/main.html b/_includes/main.html new file mode 100644 index 0000000..ea4cc7f --- /dev/null +++ b/_includes/main.html @@ -0,0 +1,62 @@ + + + +
+
+

+
SERVICES

+ + + + + + + + + + + +

{% include pre_project_planning %}

{% include product_development %}

{% include product_launch %}

{% include post_launch_support %}

+

+

+ + + +
+

+
OPEN SOURCE

+ +

{% include open_source %}

+ + + + + + + + + +

{% include open-source-big-data %}

{% include open-source-search %}

{% include open-source-ruby %}

{% include open-source-saas %}

+ +

+

+ + + +
+

+
ABOUT

+ +

{% include about_us %}

+ +

diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..0f4ccf3 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/_includes/newfooter.html b/_includes/newfooter.html new file mode 100644 index 0000000..f1f9db2 --- /dev/null +++ b/_includes/newfooter.html @@ -0,0 +1,17 @@ +

+ +
+ + + + + + + + \ No newline at end of file diff --git a/_includes/newpage.html b/_includes/newpage.html new file mode 100644 index 0000000..ab13401 --- /dev/null +++ b/_includes/newpage.html @@ -0,0 +1,40 @@ + + + + + + + + + + + Website + + + + + +
+
+ + +

+ +
+
+ + + +
+
+ +
diff --git a/_includes/open-source-big-data b/_includes/open-source-big-data new file mode 100644 index 0000000..84c051a --- /dev/null +++ b/_includes/open-source-big-data @@ -0,0 +1,3 @@ +

(Big) Data Software

+ +End users do not care about back end technologies, they just want to interact with the data and get answers. GovWizely will bring the best possible solution to its customer, whether it is Hadoop, a database, or searching flat files. \ No newline at end of file diff --git a/_includes/open-source-ruby b/_includes/open-source-ruby new file mode 100644 index 0000000..654fe88 --- /dev/null +++ b/_includes/open-source-ruby @@ -0,0 +1,3 @@ +

Ruby and CMS Free

+ +We use Ruby for our application development and leverage GitHub pages for CMS free web publishing when allowed. \ No newline at end of file diff --git a/_includes/open-source-saas b/_includes/open-source-saas new file mode 100644 index 0000000..75b6c1a --- /dev/null +++ b/_includes/open-source-saas @@ -0,0 +1,3 @@ +

SaaS Services

+ +GovWizely believes in leveraging SaaS services. While it may be difficult in the government to get them approved, we are willing to fight the fight to help move DC IT to modern best practices. \ No newline at end of file diff --git a/_includes/open-source-search b/_includes/open-source-search new file mode 100644 index 0000000..44f7151 --- /dev/null +++ b/_includes/open-source-search @@ -0,0 +1,3 @@ +

Search Software

+ +The team at GovWizely has experience with a wide variety of search software solutions, but lately, we primarily utilize Elastic Search. \ No newline at end of file diff --git a/_includes/open_source b/_includes/open_source new file mode 100644 index 0000000..4e63018 --- /dev/null +++ b/_includes/open_source @@ -0,0 +1 @@ +GovWizely focuses in the areas of data, search, and analytics. While many times those three words are thought of as separate industries, we view them all as necessary components to making data exploration easy. \ No newline at end of file diff --git a/_includes/post_launch_support b/_includes/post_launch_support new file mode 100644 index 0000000..811111e --- /dev/null +++ b/_includes/post_launch_support @@ -0,0 +1,3 @@ +

Post-Launch Support

+ +After a launch, we revisit our customer’s needs. While, we are “expendable” because we write the software in the way that anyone can take over, our projects tend to be complex. We have found that customers need non-software development functions, such as change managers, data analysts, librarians, or customer support. \ No newline at end of file diff --git a/_includes/pre_project_planning b/_includes/pre_project_planning new file mode 100644 index 0000000..4e6808d --- /dev/null +++ b/_includes/pre_project_planning @@ -0,0 +1,3 @@ +

Planning

+ +We ensure that a proper foundation exists at the start of a project. We focus on the business goals first, and that our customers have realistic expectations. GovWizely needs a client point person to be responsible for accepting and prioritizing work on a daily basis. \ No newline at end of file diff --git a/_includes/product_development b/_includes/product_development new file mode 100644 index 0000000..ede57e3 --- /dev/null +++ b/_includes/product_development @@ -0,0 +1,3 @@ +

Product Development

+ +We release software to our customer’s user base as fast as we can. We achieve this by using Agile, and our clients have daily interaction with the project team to accept and work. We use test driven development and employ third party tools that will evaluate and grade the code quality. \ No newline at end of file diff --git a/_includes/product_launch b/_includes/product_launch new file mode 100644 index 0000000..926b1d5 --- /dev/null +++ b/_includes/product_launch @@ -0,0 +1,3 @@ +

Product Launch

+ +When we release software, we want to make sure people use it! GovWizely will help with basic "marketing" tasks to make sure the audience knows about the impending solution and will be ready to use it. This immediate feedback is also important to drive the next iterations. \ No newline at end of file diff --git a/_includes/tagline b/_includes/tagline new file mode 100644 index 0000000..ab9d668 --- /dev/null +++ b/_includes/tagline @@ -0,0 +1,5 @@ +Enabling real-time big data exploration

+ +Elastic Search
+Hadoop
+SaaS Integrations
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 8aa2344..ef5903a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,6 +2,6 @@ layout: default --- -{% include header.html %} +{% include newpage.html %} {{ content }} -{% include footer.html %} +{% include newfooter.html %} diff --git a/_posts/2013-12-11-home.markdown b/_posts/2013-12-11-home.markdown deleted file mode 100644 index 7462e39..0000000 --- a/_posts/2013-12-11-home.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -permalink: "/home.html" -layout: default -title: Homepage -published: true ---- - -#Welcome to GovWizely - - -##About - - -####Services \ No newline at end of file diff --git a/_posts/2014-01-25-ruby-jobs.markdown b/_posts/2014-01-25-ruby-jobs.markdown new file mode 100644 index 0000000..c102f5a --- /dev/null +++ b/_posts/2014-01-25-ruby-jobs.markdown @@ -0,0 +1,40 @@ +--- +permalink: "/jobs.html" +layout: default +title: Ruby Jobs +published: true +--- + +# Ruby / Jekyll + +Wanted: Talented web developers who are equally excited to work with both Rails, Javascript and desire to learn new technologies. + +We seek people who want to turn see that $70 billion spent on IT turn into applications for taxpayers. + +All skill levels are needed. There is a lot of work to do. + +You must: + +* want to build robust, scalable applications +* passion to make customers happy +* collaborators who thrive in small teams +* willing to write code based on industry best practices + +To apply, email us a resume to . + +# Elastic Search + +Wanted: Talented developers who are excited about big data and search technologies. + +We seek people who want to turn see that $70 billion spent on IT turn into applications for taxpayers. + +All skill levels are needed, but some background understanding is necessary. There is a lot of work to do. + +You must: + +* want to build robust, scalable applications +* passion to make customers happy +* collaborators who thrive in small teams +* willing to write code based on industry best practices + +To apply, email us a resume to . diff --git a/_site/CNAME b/_site/CNAME new file mode 100644 index 0000000..ff5606a --- /dev/null +++ b/_site/CNAME @@ -0,0 +1 @@ +www.govwizely.com diff --git a/_site/home.html b/_site/home.html deleted file mode 100644 index 96cf6d2..0000000 --- a/_site/home.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - Website - - - - - -
-
- - - - -
- - -
-
-
- - - - -
-
-

- -Welcome to GovWizely

- -

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:

- - - -

-Services

- -

We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.

- -

-Open Source Projects

- -

ITA, Bluebox, Developer Portal. If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

- -

-About

- -

GovWizely delivers software solutions for Government organizations. If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

- -

-Jobs

- -

In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

- -

- -

-
-

Welcome to GovWizely

- -

About

- -

Services

- - - - - - - - - - - - diff --git a/_site/images/capitol.jpg b/_site/images/capitol.jpg new file mode 100644 index 0000000..8c084af Binary files /dev/null and b/_site/images/capitol.jpg differ diff --git a/_site/images/commerce.JPG b/_site/images/commerce.JPG new file mode 100755 index 0000000..d87e902 Binary files /dev/null and b/_site/images/commerce.JPG differ diff --git a/_site/images/court.jpg b/_site/images/court.jpg new file mode 100755 index 0000000..fca43f4 Binary files /dev/null and b/_site/images/court.jpg differ diff --git a/_site/images/dc.jpg b/_site/images/dc.jpg new file mode 100755 index 0000000..6bd2773 Binary files /dev/null and b/_site/images/dc.jpg differ diff --git a/_site/images/flags.jpg b/_site/images/flags.jpg new file mode 100755 index 0000000..2a0960a Binary files /dev/null and b/_site/images/flags.jpg differ diff --git a/_site/images/rotunda.jpg b/_site/images/rotunda.jpg new file mode 100644 index 0000000..f6204d9 Binary files /dev/null and b/_site/images/rotunda.jpg differ diff --git a/_site/index.html b/_site/index.html index a152833..97ed7d0 100644 --- a/_site/index.html +++ b/_site/index.html @@ -8,7 +8,7 @@ - Website + GovWizely @@ -18,64 +18,117 @@
- +

+

Enabling real-time big data exploration

+ +Elastic Search
+Hadoop
+SaaS Integrations

-
+ +
-

+

+
SERVICES

+ -Welcome to GovWizely + + + + + + + + + +

Planning

-

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:

+We ensure that a proper foundation exists at the start of a project. We focus on the business goals first, and that our customers have realistic expectations. GovWizely needs a client point person to be responsible for accepting and prioritizing work on a daily basis.

Product Development

+We release software to our customer’s user base as fast as we can. We achieve this by using Agile, and our clients have daily interaction with the project team to accept and work. We use test driven development and employ third party tools that will evaluate and grade the code quality.

Product Launch

+When we release software, we want to make sure people use it! GovWizely will help with basic "marketing" tasks to make sure the audience knows about the impending solution and will be ready to use it. This immediate feedback is also important to drive the next iterations.

Post-Launch Support

+After a launch, we revisit our customer’s needs. While, we are “expendable” because we write the software in the way that anyone can take over, our projects tend to be complex. We have found that customers need non-software development functions, such as change managers, data analysts, librarians, or customer support.

-Services

+
-

We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.

+ -

-Open Source Projects

+
+

+
OPEN SOURCE

-

ITA, Bluebox, Developer Portal. If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

+

GovWizely focuses in the areas of data, search, and analytics. While many times those three words are thought of as separate industries, we view them all as necessary components to making data exploration easy.

+ + + + + + + + + +

(Big) Data Software

-

-About

+End users do not care about back end technologies, they just want to interact with the data and get answers. GovWizely will bring the best possible solution to its customer, whether it is Hadoop, a database, or searching flat files.

Search Software

-

GovWizely delivers software solutions for Government organizations. If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

+The team at GovWizely has experience with a wide variety of search software solutions, but lately, we primarily utilize Elastic Search.

Ruby and CMS Free

-

-Jobs

+We use Ruby for our application development and leverage GitHub pages for CMS free web publishing when allowed.

SaaS Services

-

In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

+GovWizely believes in leveraging SaaS services. While it may be difficult in the government to get them approved, we are willing to fight the fight to help move DC IT to modern best practices.

+

-
+ +
+

+
ABOUT

+ +

GovWizely, headquartered in Virginia, helps government agencies build applications with their data. We bring modern technologies and approaches to government projects and work with our clientele to fight bureaucratic roadblocks. +

We leverage modern tools and approaches to software development bring these approaches to DC. Plus, we love big data, and the government, if anything, has a lot of data. + +

The founders have all worked in Silicon Valley for years, but have since retreated back to the East Coast. +

+ +

+ +

+ +