Update with new layout and content
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..d36aad7
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,3 @@
+{
+    "configurations": []
+}
\ No newline at end of file
diff --git a/assets/main.css b/assets/main.css
new file mode 100644
index 0000000..819e0eb
--- /dev/null
+++ b/assets/main.css
@@ -0,0 +1,505 @@
+/**
+ * Reset some basic elements
+ */
+body, h1, h2, h3, h4, h5, h6,
+p, blockquote, pre, hr,
+dl, dd, ol, ul, figure {
+  margin: 0;
+  padding: 0; }
+
+/**
+ * Basic styling
+ */
+body {
+  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+  color: #111;
+  background-color: #fdfdfd;
+  -webkit-text-size-adjust: 100%;
+  -webkit-font-feature-settings: "kern" 1;
+  -moz-font-feature-settings: "kern" 1;
+  -o-font-feature-settings: "kern" 1;
+  font-feature-settings: "kern" 1;
+  font-kerning: normal;
+  display: flex;
+  min-height: 100vh;
+  flex-direction: column; }
+
+/**
+ * Set `margin-bottom` to maintain vertical rhythm
+ */
+h1, h2, h3, h4, h5, h6,
+p, blockquote, pre,
+ul, ol, dl, figure,
+.highlight {
+  margin-bottom: 15px; }
+
+/**
+ * `main` element
+ */
+main {
+  display: block;
+  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }
+
+/**
+ * Images
+ */
+img {
+  max-width: 100%;
+  vertical-align: middle; }
+
+/**
+ * Figures
+ */
+figure > img {
+  display: block; }
+
+figcaption {
+  font-size: 14px; }
+
+/**
+ * Lists
+ */
+ul, ol {
+  margin-left: 30px; }
+
+li > ul,
+li > ol {
+  margin-bottom: 0; }
+
+/**
+ * Headings
+ */
+h1, h2, h3, h4, h5, h6 {
+  font-weight: 400; }
+
+/**
+ * Links
+ */
+a {
+  color: #2a7ae2;
+  text-decoration: none; }
+  a:visited {
+    color: #1756a9; }
+  a:hover {
+    color: #111;
+    text-decoration: underline; }
+  .social-media-list a:hover {
+    text-decoration: none; }
+    .social-media-list a:hover .username {
+      text-decoration: underline; }
+
+/**
+ * Blockquotes
+ */
+blockquote {
+  color: #828282;
+  border-left: 4px solid #e8e8e8;
+  padding-left: 15px;
+  font-size: 18px;
+  letter-spacing: -1px;
+  font-style: italic; }
+  blockquote > :last-child {
+    margin-bottom: 0; }
+
+/**
+ * Code formatting
+ */
+pre,
+code {
+  font-size: 15px;
+  border: 1px solid #e8e8e8;
+  border-radius: 3px;
+  background-color: #eef; }
+
+code {
+  padding: 1px 5px; }
+
+pre {
+  padding: 8px 12px;
+  overflow-x: auto; }
+  pre > code {
+    border: 0;
+    padding-right: 0;
+    padding-left: 0; }
+
+/**
+ * Wrapper
+ */
+.wrapper {
+  max-width: -webkit-calc(800px - (30px * 2));
+  max-width: calc(800px - (30px * 2));
+  margin-right: auto;
+  margin-left: auto;
+  padding-right: 30px;
+  padding-left: 30px; }
+  @media screen and (max-width: 800px) {
+    .wrapper {
+      max-width: -webkit-calc(800px - (30px));
+      max-width: calc(800px - (30px));
+      padding-right: 15px;
+      padding-left: 15px; } }
+
+/**
+ * Clearfix
+ */
+.wrapper:after, .footer-col-wrapper:after {
+  content: "";
+  display: table;
+  clear: both; }
+
+/**
+ * Icons
+ */
+.svg-icon {
+  width: 16px;
+  height: 16px;
+  display: inline-block;
+  fill: #828282;
+  padding-right: 5px;
+  vertical-align: text-top; }
+
+.social-media-list li + li {
+  padding-top: 5px; }
+
+/**
+ * Tables
+ */
+table {
+  margin-bottom: 30px;
+  width: 100%;
+  text-align: left;
+  color: #3f3f3f;
+  border-collapse: collapse;
+  border: 1px solid #e8e8e8; }
+  table tr:nth-child(even) {
+    background-color: #f7f7f7; }
+  table th, table td {
+    padding: 10px 15px; }
+  table th {
+    background-color: #f0f0f0;
+    border: 1px solid #dedede;
+    border-bottom-color: #c9c9c9; }
+  table td {
+    border: 1px solid #e8e8e8; }
+
+/**
+ * Site header
+ */
+.site-header {
+  border-top: 5px solid #424242;
+  border-bottom: 1px solid #e8e8e8;
+  min-height: 55.95px;
+  position: relative; }
+
+.site-title {
+  font-size: 26px;
+  font-weight: 300;
+  line-height: 54px;
+  letter-spacing: -1px;
+  margin-bottom: 0;
+  float: left; }
+  .site-title, .site-title:visited {
+    color: #424242; }
+
+.site-nav {
+  float: right;
+  line-height: 54px; }
+  .site-nav .nav-trigger {
+    display: none; }
+  .site-nav .menu-icon {
+    display: none; }
+  .site-nav .page-link {
+    color: #111;
+    line-height: 1.5; }
+    .site-nav .page-link:not(:last-child) {
+      margin-right: 20px; }
+  @media screen and (max-width: 600px) {
+    .site-nav {
+      position: absolute;
+      top: 9px;
+      right: 15px;
+      background-color: #fdfdfd;
+      border: 1px solid #e8e8e8;
+      border-radius: 5px;
+      text-align: right; }
+      .site-nav label[for="nav-trigger"] {
+        display: block;
+        float: right;
+        width: 36px;
+        height: 36px;
+        z-index: 2;
+        cursor: pointer; }
+      .site-nav .menu-icon {
+        display: block;
+        float: right;
+        width: 36px;
+        height: 26px;
+        line-height: 0;
+        padding-top: 10px;
+        text-align: center; }
+        .site-nav .menu-icon > svg {
+          fill: #424242; }
+      .site-nav input ~ .trigger {
+        clear: both;
+        display: none; }
+      .site-nav input:checked ~ .trigger {
+        display: block;
+        padding-bottom: 5px; }
+      .site-nav .page-link {
+        display: block;
+        padding: 5px 10px;
+        margin-left: 20px; }
+        .site-nav .page-link:not(:last-child) {
+          margin-right: 0; } }
+
+/**
+ * Site footer
+ */
+.site-footer {
+  border-top: 1px solid #e8e8e8;
+  padding: 30px 0; }
+
+.footer-heading {
+  font-size: 18px;
+  margin-bottom: 15px; }
+
+.contact-list,
+.social-media-list {
+  list-style: none;
+  margin-left: 0; }
+
+.footer-col-wrapper {
+  font-size: 15px;
+  color: #828282;
+  margin-left: -15px; }
+
+.footer-col {
+  float: left;
+  margin-bottom: 15px;
+  padding-left: 15px; }
+
+.footer-col-1 {
+  width: -webkit-calc(35% - (30px / 2));
+  width: calc(35% - (30px / 2)); }
+
+.footer-col-2 {
+  width: -webkit-calc(20% - (30px / 2));
+  width: calc(20% - (30px / 2)); }
+
+.footer-col-3 {
+  width: -webkit-calc(45% - (30px / 2));
+  width: calc(45% - (30px / 2)); }
+
+@media screen and (max-width: 800px) {
+  .footer-col-1,
+  .footer-col-2 {
+    width: -webkit-calc(50% - (30px / 2));
+    width: calc(50% - (30px / 2)); }
+
+  .footer-col-3 {
+    width: -webkit-calc(100% - (30px / 2));
+    width: calc(100% - (30px / 2)); } }
+@media screen and (max-width: 600px) {
+  .footer-col {
+    float: none;
+    width: -webkit-calc(100% - (30px / 2));
+    width: calc(100% - (30px / 2)); } }
+/**
+ * Page content
+ */
+.page-content {
+  padding: 30px 0;
+  flex: 1; }
+
+.page-heading {
+  font-size: 32px; }
+
+.post-list-heading {
+  font-size: 28px; }
+
+.post-list {
+  margin-left: 0;
+  list-style: none; }
+  .post-list > li {
+    margin-bottom: 30px; }
+
+.post-meta {
+  font-size: 14px;
+  color: #828282; }
+
+.post-link {
+  display: block;
+  font-size: 24px; }
+
+/**
+ * Posts
+ */
+.post-header {
+  margin-bottom: 30px; }
+
+.post-title {
+  font-size: 42px;
+  letter-spacing: -1px;
+  line-height: 1; }
+  @media screen and (max-width: 800px) {
+    .post-title {
+      font-size: 36px; } }
+
+.post-content {
+  margin-bottom: 30px; }
+  .post-content h2 {
+    font-size: 32px; }
+    @media screen and (max-width: 800px) {
+      .post-content h2 {
+        font-size: 28px; } }
+  .post-content h3 {
+    font-size: 26px; }
+    @media screen and (max-width: 800px) {
+      .post-content h3 {
+        font-size: 22px; } }
+  .post-content h4 {
+    font-size: 20px; }
+    @media screen and (max-width: 800px) {
+      .post-content h4 {
+        font-size: 18px; } }
+
+/**
+ * Syntax highlighting styles
+ */
+.highlight {
+  background: #fff; }
+  .highlighter-rouge .highlight {
+    background: #eef; }
+  .highlight .c {
+    color: #998;
+    font-style: italic; }
+  .highlight .err {
+    color: #a61717;
+    background-color: #e3d2d2; }
+  .highlight .k {
+    font-weight: bold; }
+  .highlight .o {
+    font-weight: bold; }
+  .highlight .cm {
+    color: #998;
+    font-style: italic; }
+  .highlight .cp {
+    color: #999;
+    font-weight: bold; }
+  .highlight .c1 {
+    color: #998;
+    font-style: italic; }
+  .highlight .cs {
+    color: #999;
+    font-weight: bold;
+    font-style: italic; }
+  .highlight .gd {
+    color: #000;
+    background-color: #fdd; }
+  .highlight .gd .x {
+    color: #000;
+    background-color: #faa; }
+  .highlight .ge {
+    font-style: italic; }
+  .highlight .gr {
+    color: #a00; }
+  .highlight .gh {
+    color: #999; }
+  .highlight .gi {
+    color: #000;
+    background-color: #dfd; }
+  .highlight .gi .x {
+    color: #000;
+    background-color: #afa; }
+  .highlight .go {
+    color: #888; }
+  .highlight .gp {
+    color: #555; }
+  .highlight .gs {
+    font-weight: bold; }
+  .highlight .gu {
+    color: #aaa; }
+  .highlight .gt {
+    color: #a00; }
+  .highlight .kc {
+    font-weight: bold; }
+  .highlight .kd {
+    font-weight: bold; }
+  .highlight .kp {
+    font-weight: bold; }
+  .highlight .kr {
+    font-weight: bold; }
+  .highlight .kt {
+    color: #458;
+    font-weight: bold; }
+  .highlight .m {
+    color: #099; }
+  .highlight .s {
+    color: #d14; }
+  .highlight .na {
+    color: #008080; }
+  .highlight .nb {
+    color: #0086B3; }
+  .highlight .nc {
+    color: #458;
+    font-weight: bold; }
+  .highlight .no {
+    color: #008080; }
+  .highlight .ni {
+    color: #800080; }
+  .highlight .ne {
+    color: #900;
+    font-weight: bold; }
+  .highlight .nf {
+    color: #900;
+    font-weight: bold; }
+  .highlight .nn {
+    color: #555; }
+  .highlight .nt {
+    color: #000080; }
+  .highlight .nv {
+    color: #008080; }
+  .highlight .ow {
+    font-weight: bold; }
+  .highlight .w {
+    color: #bbb; }
+  .highlight .mf {
+    color: #099; }
+  .highlight .mh {
+    color: #099; }
+  .highlight .mi {
+    color: #099; }
+  .highlight .mo {
+    color: #099; }
+  .highlight .sb {
+    color: #d14; }
+  .highlight .sc {
+    color: #d14; }
+  .highlight .sd {
+    color: #d14; }
+  .highlight .s2 {
+    color: #d14; }
+  .highlight .se {
+    color: #d14; }
+  .highlight .sh {
+    color: #d14; }
+  .highlight .si {
+    color: #d14; }
+  .highlight .sx {
+    color: #d14; }
+  .highlight .sr {
+    color: #009926; }
+  .highlight .s1 {
+    color: #d14; }
+  .highlight .ss {
+    color: #990073; }
+  .highlight .bp {
+    color: #999; }
+  .highlight .vc {
+    color: #008080; }
+  .highlight .vg {
+    color: #008080; }
+  .highlight .vi {
+    color: #008080; }
+  .highlight .il {
+    color: #099; }
diff --git a/assets/minima-social-icons.svg b/assets/minima-social-icons.svg
new file mode 100644
index 0000000..fa7399f
--- /dev/null
+++ b/assets/minima-social-icons.svg
@@ -0,0 +1,33 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+
+<symbol id="dribbble" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2.67-.543zm-7.747-1.72c.155-.266 2.03-3.37 5.555-4.51.09-.03.18-.056.27-.08-.173-.39-.36-.778-.555-1.16-3.413 1.02-6.723.977-7.023.97l-.003.208c0 1.755.665 3.358 1.756 4.57zM1.31 6.61c.307.005 3.122.017 6.318-.832-1.132-2.012-2.353-3.705-2.533-3.952-1.912.902-3.34 2.664-3.784 4.785zM6.4 1.368c.188.253 1.43 1.943 2.548 4 2.43-.91 3.46-2.293 3.582-2.468C11.323 1.827 9.736 1.176 8 1.176c-.55 0-1.087.066-1.6.19zm6.89 2.322c-.145.194-1.29 1.662-3.816 2.694.16.325.31.656.453.99.05.117.1.235.147.352 2.274-.286 4.533.172 4.758.22-.015-1.613-.59-3.094-1.543-4.257z"/></symbol>
+
+<symbol id="facebook" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.48-1.195 1.18v1.54h2.39l-.31 2.42h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0" fill-rule="nonzero"/></symbol>
+
+<symbol id="flickr" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 8c0 2.05 1.662 3.71 3.71 3.71 2.05 0 3.713-1.66 3.713-3.71S5.76 4.29 3.71 4.29C1.663 4.29 0 5.95 0 8zm8.577 0c0 2.05 1.662 3.71 3.712 3.71C14.33 11.71 16 10.05 16 8s-1.662-3.71-3.71-3.71c-2.05 0-3.713 1.66-3.713 3.71z"/></symbol>
+
+<symbol id="github" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/></symbol>
+
+<symbol id="googleplus" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.09 7.273v1.745h2.89c-.116.75-.873 2.197-2.887 2.197-1.737 0-3.155-1.44-3.155-3.215S3.353 4.785 5.09 4.785c.99 0 1.652.422 2.03.786l1.382-1.33c-.887-.83-2.037-1.33-3.41-1.33C2.275 2.91 0 5.19 0 8s2.276 5.09 5.09 5.09c2.94 0 4.888-2.065 4.888-4.974 0-.334-.036-.59-.08-.843H5.09zm10.91 0h-1.455V5.818H13.09v1.455h-1.454v1.454h1.455v1.455h1.46V8.727H16"/></symbol>
+
+<symbol id="instagram" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372.526-.204.973-.478 1.417-.923.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942-.204-.526-.478-.973-.923-1.417-.444-.445-.89-.72-1.417-.923-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.05 3.233c-.04.78-.17 1.203-.28 1.485-.15.374-.32.64-.6.92-.28.28-.55.453-.92.598-.28.11-.71.24-1.49.276-.85.038-1.1.047-3.24.047s-2.39-.01-3.24-.05c-.78-.04-1.21-.17-1.49-.28-.38-.15-.64-.32-.92-.6-.28-.28-.46-.55-.6-.92-.11-.28-.24-.71-.28-1.49-.03-.84-.04-1.1-.04-3.23s.01-2.39.04-3.24c.04-.78.17-1.21.28-1.49.14-.38.32-.64.6-.92.28-.28.54-.46.92-.6.28-.11.7-.24 1.48-.28.85-.03 1.1-.04 3.24-.04zm0 2.452c-2.27 0-4.108 1.84-4.108 4.108 0 2.27 1.84 4.108 4.108 4.108 2.27 0 4.108-1.84 4.108-4.108 0-2.27-1.84-4.108-4.108-4.108zm0 6.775c-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667 1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667zm5.23-6.937c0 .53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96z"/></symbol>
+
+<symbol id="linkedin" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51v1.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.377zm1.188 8.68H2.37V6h2.376v7.635zM14.816 0H1.18C.528 0 0 .516 0 1.153v13.694C0 15.484.528 16 1.18 16h13.635c.652 0 1.185-.516 1.185-1.153V1.153C16 .516 15.467 0 14.815 0z" fill-rule="nonzero"/></symbol>
+
+<symbol id="pinterest" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.91-1.376-3.25-3.342-3.25-2.276 0-3.61 1.71-3.61 3.47 0 .69.263 1.43.593 1.83.066.08.075.15.057.23-.06.25-.196.8-.223.91-.035.15-.115.18-.268.11C3.516 10.46 2.89 9 2.89 7.82c0-2.52 1.834-4.84 5.287-4.84 2.774 0 4.932 1.98 4.932 4.62 0 2.76-1.74 4.98-4.16 4.98-.81 0-1.57-.42-1.84-.92l-.5 1.9c-.18.698-.67 1.57-1 2.1.75.23 1.54.357 2.37.357 4.41 0 8-3.58 8-8s-3.59-8-8-8z" fill-rule="nonzero"/></symbol>
+
+<symbol id="rss" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/></symbol>
+
+<symbol id="stackoverflow" class="svg-icon" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.658 14.577v-4.27h1.423V16H1.23v-5.693h1.42v4.27h10.006zm-8.583-1.423h7.16V11.73h-7.16v1.424zm.173-3.235l6.987 1.46.3-1.38L4.55 8.54l-.302 1.38zm.906-3.37l6.47 3.02.602-1.3-6.47-3.02-.602 1.29zm1.81-3.19l5.478 4.57.906-1.08L7.87 2.28l-.9 1.078zM10.502 0L9.338.863l4.27 5.735 1.164-.862L10.5 0z"/></symbol>
+
+<symbol id="twitter" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z" fill-rule="nonzero"/></symbol>
+
+<symbol id="youtube" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 7.345c0-1.294.16-2.59.16-2.59s.156-1.1.636-1.587c.608-.637 1.408-.617 1.764-.684C3.84 2.36 8 2.324 8 2.324s3.362.004 5.6.166c.314.038.996.04 1.604.678.48.486.636 1.588.636 1.588S16 6.05 16 7.346v1.258c0 1.296-.16 2.59-.16 2.59s-.156 1.102-.636 1.588c-.608.638-1.29.64-1.604.678-2.238.162-5.6.166-5.6.166s-4.16-.037-5.44-.16c-.356-.067-1.156-.047-1.764-.684-.48-.487-.636-1.587-.636-1.587S0 9.9 0 8.605v-1.26zm6.348 2.73V5.58l4.323 2.255-4.32 2.24z"/></symbol>
+
+<symbol id="mastodon" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
+  <path transform="scale(0.07)" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915"/>
+  <path transform="scale(0.07)" fill="#FFF" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675"/>
+</symbol>
+
+
+</svg>
diff --git a/codewind-install.html b/codewind-install.html
new file mode 100644
index 0000000..a64504f
--- /dev/null
+++ b/codewind-install.html
@@ -0,0 +1,253 @@
+<!DOCTYPE html>
+<html lang="en">
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112407000-2"></script>
+<script>
+window.dataLayer = window.dataLayer || [];
+function gtag(){dataLayer.push(arguments);}
+gtag('js', new Date());
+
+gtag('config', 'UA-112407000-2');
+</script>
+
+<head>
+        <base url=""></base>
+	<title>Codewind technical preview install instruction | Codewind</title>
+	<meta charset="utf-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="description" content="Codewind technical preview">
+	<meta name="keywords" content="Codewind technical preview, Codewind, introduction, about, getting started, install, setup, use, uninstall"/>
+	<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
+	<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600&display=swap" rel="stylesheet">
+	<!-- Bootstrap CSS CDN -->
+	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+	integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+	<link rel="stylesheet" href="/css/styles.css">
+	
+
+    
+</head>
+
+<body data-spy="scroll" data-target="#toc">
+    <div class="main">
+        <!-- Bootstrap NavBar -->
+<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top">
+        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
+            data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
+            aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <a class="navbar-brand" href="/">
+            <img src="images/header-logo.svg" class="cw-header-logo" alt="">
+        </a>
+        <div class="collapse navbar-collapse justify-content-end cw-navbar-padding" id="navbarNavDropdown">
+            <ul class="navbar-nav cw-navbar-nav">
+                <!-- li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="#">Docs</a>
+                </li -->
+                <li class="nav-item cw-navbar-item" id="download-li">
+                    <button onClick="window.location.href='https://microclimate.dev/download/codewind';" type="button" class="btn cw-download-button">Download</button>
+                    <a href="https://microclimate.dev/download/codewind" class="nav-link cw-nav-link cw-download-link" href="#">Download</a>
+                </li>
+
+
+                <li class="nav-item cw-navbar-item" id="github-stars-button">
+                    <!-- Place this tag where you want the button to render. -->
+                    <a class="github-button" href="https://github.com/eclipse/codewind-eclipse" data-size="large"
+                        data-show-count="true" aria-label="Star eclipse/codewind-eclipse on GitHub">Star</a>
+                </li>
+                <!-- Smaller devices menu END -->
+
+            </ul>
+        </div>
+    </nav>
+    <!-- NavBar END -->
+
+
+
+<!-- Bootstrap row -->
+<div class="cw-main-content">
+	<div class="row" id="body-row">
+
+		<div class="col-xl-2 col-lg-2 col-md-12">
+		</div>
+
+		<!-- MAIN -->
+		<div class="col-xl-8 col-lg-8 col-md-12">
+
+			<div role="main" style="padding-top: 20px;">
+				<!-- Eclipse Codewind proposal https://projects.eclipse.org/proposals/eclipse-codewind -->
+
+<h1 id="introducing-eclipse-codewind">Introducing Eclipse Codewind</h1>
+
+<p>Welcome to a technical preview of Eclipse Codewind, an evolution of Microclimate!</p>
+
+<p>Our first Microclimate release was over a year ago now, and we’ve talked to customers about what’s important to them and learned how to build tools for cloud native applications. As a result of this experience we’ve taken stock and decided to go in a new direction.</p>
+
+<p>Two of the major decisions we’ve made are to switch to the powerful <a href="https://www.eclipse.org/che/">Eclipse Che</a> for our cloud-hosted IDE and evolve our CI/CD pipeline to be based on <a href="https://tekton.dev">Tekton Pipelines</a>. However, today is special for another reason - an initial preview of how we expect our support for local IDEs to evolve.</p>
+
+<p><img src="/images/evolution.png" alt="Microclimate evolution" title="Microclimate evolution" width="100%" /></p>
+
+<p>Developers expect high-quality open source tools to be available in their IDE of choice. To deliver on this, we’ve started putting the local Microclimate installation on a diet and contributed it to a new Eclipse project that we’ve helped to form: Eclipse Codewind. Today we’re happy to announce a first glimpse of what Codewind will look like. This preview shows the state of the codebase as it begins the move to Eclipse.</p>
+
+<p>Why Eclipse? That’s easy - it’s because the Eclipse Foundation has a strong history and community around building vendor-agnostic developer tools. Eclipse also hosts two of the main IDEs that we plan to extend, making it a natural fit for Codewind.</p>
+
+<p>The initial contribution for Codewind is coming from Microclimate. The Eclipse plug-in and Visual Studio Code extension are already open source and licensed under EPL 2. The common library that these depend on (a Docker container for now) has been relicensed under EPL 2 and is in the process of being legally cleared to release at Eclipse. All future releases of Codewind will come from the Eclipse codebase - we hope to see you there soon!</p>
+
+<h2 id="limitations">Limitations</h2>
+
+<p>This preview is only available to use on Apple Mac (macOS).</p>
+
+<p>You must run a local installer (which installs almost 1 Gb of Docker containers - we’re working on it!) in addition to the IDE plug-in/extension.</p>
+
+<p>Projects must be located in <code class="highlighter-rouge">&lt;user&gt;/microclimate-workspace</code>.</p>
+
+<h2 id="prerequisites">Prerequisites</h2>
+
+<ul>
+  <li>Docker</li>
+  <li>Git</li>
+  <li>VS Code or Eclipse</li>
+  <li>Either uninstall Microclimate or prevent the Microclimate images from running. For more information about uninstalling Microclimate, see <a href="https://microclimate.dev/uninstalllinuxmac">Uninstalling Microclimate on Linux or Mac/OS</a>.</li>
+</ul>
+
+<h2 id="installing-codewind">Installing Codewind</h2>
+
+<h4 id="downloading-the-release-binary-on-macos">Downloading the release binary on MacOS</h4>
+<ol>
+  <li>Download <a href="https://microclimate.dev/download/codewind" class="download-link trackdownload">codewind</a> to a folder on your system.</li>
+  <li>Make the <code class="highlighter-rouge">codewind</code> file usable with the <code class="highlighter-rouge">chmod +x codewind</code> command.</li>
+  <li>Enter the <code class="highlighter-rouge">./codewind install</code> command in the Terminal.</li>
+  <li>Run the <code class="highlighter-rouge">./codewind</code> command to see the available commands.</li>
+</ol>
+
+<h4 id="installing-the-vs-code-extension">Installing the VS Code extension</h4>
+<ol>
+  <li>Install VS Code Version 1.27 or later.</li>
+  <li>Install the <a href="https://marketplace.visualstudio.com/items?itemName=IBM.codewind">Codewind VS Code extension</a> from the VS Code Marketplace or by searching for <code class="highlighter-rouge">Codewind</code> in the VS Code Extensions view.</li>
+  <li><strong>Optional:</strong> If you plan to work on Java projects, also install the Java Extension Pack.</li>
+  <li>After installing the extension, the Codewind view is available in the Explorer view and the Command Palette. In the VS Code Explorer view group, open the Codewind view, or enter <code class="highlighter-rouge">Focus on Codewind</code> into the Command Palette.</li>
+</ol>
+
+<h4 id="installing-the-eclipse-plug-in">Installing the Eclipse plug-in</h4>
+<ol>
+  <li>Download and install the <a href="https://www.eclipse.org/downloads/packages/release/">latest Eclipse IDE for Java EE Developers</a> or use an existing installation. The earliest supported version of the Eclipse IDE is Version 2019-03 (4.11).</li>
+  <li>Obtain the plug-in in one of the following ways:
+    <ul>
+      <li><a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=4638524" title="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client"><img src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png" alt="Drag this install button to your running Eclipse workspace. Note: You need to have the Eclipse Marketplace Client." /></a> Drag this install button to your running Eclipse workspace. Note: You need to have the Eclipse Marketplace Client.</li>
+      <li>Open the <a href="https://marketplace.eclipse.org/content/codewind">Eclipse IDE</a> and go to <strong>Help</strong>&gt;<strong>Eclipse Marketplace</strong>. Then, search for <code class="highlighter-rouge">Codewind</code>. Click <strong>Install</strong> and finish the wizard and accept licenses as prompted.</li>
+    </ul>
+  </li>
+  <li>When the installation is complete, restart Eclipse.</li>
+  <li>Open the Codewind Explorer view. Go to <strong>Window</strong>&gt;<strong>Show View</strong>&gt;<strong>Other</strong> and type <code class="highlighter-rouge">Codewind</code> in the filter field.</li>
+  <li>Then, select <strong>Codewind Explorer</strong> and click <strong>Open</strong>.</li>
+</ol>
+
+<h2 id="getting-started">Getting started</h2>
+
+<p>You can use Codewind to develop Node.js, Spring, and Liberty projects.</p>
+
+<h4 id="getting-started-with-codewind-in-eclipse">Getting started with Codewind in Eclipse</h4>
+
+<p><strong>Creating a project in Codewind</strong></p>
+<ol>
+  <li>To create a project, right-click the <strong>Project Explorer</strong> view. When the menu appears, click <strong>New</strong>&gt;<strong>Project</strong>.</li>
+  <li>In the <strong>New Project</strong> window, click the <code class="highlighter-rouge">Codewind</code> folder and <strong>New Codewind Project</strong>.</li>
+  <li>Name your project, select a template, and click <strong>Finish</strong>.</li>
+</ol>
+
+<p><strong>Binding a project in Codewind</strong></p>
+<ol>
+  <li>From the <strong>Project Explorer</strong> view, select a node. When the menu appears, click <strong>Codewind</strong>&gt;<strong>Add Project</strong>.</li>
+  <li>In the <strong>Add Project to Codewind</strong> window, select a langauge and, if applicable, a project type.</li>
+  <li>Click <strong>Finish</strong>. The project builds.</li>
+</ol>
+
+<h4 id="getting-started-with-codewind-in-vs-code">Getting started with Codewind in VS Code</h4>
+
+<p>In the <code class="highlighter-rouge">README</code> file on the <code class="highlighter-rouge">codewind-vscode</code> repository, see the <a href="https://github.com/microclimate-dev2ops/codewind-vscode#how-to-use"><strong>How to use</strong></a> section to begin working with Codewind in VS Code.</p>
+
+<h2 id="deactivating-codewind">Deactivating Codewind</h2>
+
+<p>With Codewind, you have a single connection that is either active or inactive. To deactivate Codewind, click the <strong>Codewind (Local)</strong> menu and click <strong>Deactivate Connection</strong>.</p>
+
+			</div>
+
+
+		</div>
+		<div class="col-xl-2 col-lg-2 col-md-12 ">
+		</div>
+
+	</div>
+	<!-- Main Col END -->
+	<!-- footer row -->
+<footer>
+    <div class="row" id="footer-div">
+        <div class="col-lg-4 col-md-4 footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img src="images/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+                <div>@EclipseCodewind</div>
+            </div>
+        </div>
+        
+        <div class="col-lg-4 col-md-4 footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img src="images/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+                <div>@Codewind</div>
+            </div>
+        </div>
+        <div class="col-lg-4 col-md-4 footer-col text-center">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img src="images/email-icon.svg" class="cw-logo" /></a>
+                </div>
+                <div>@Codewind</div>
+            </div>
+        </div>
+
+    </div>
+</footer>
+<!-- footer row END -->
+</div>
+<!-- Jquery -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
+    integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
+</script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+    integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
+</script>
+
+
+
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+    integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
+</script>
+
+
+<!-- Font Awesome JS -->
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
+    integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous">
+</script>
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js"
+    integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
+</script>
+<!-- Place this tag in your head or just before your close body tag. -->
+<script async defer src="https://buttons.github.io/buttons.js"></script>
+
+<script src="js/jquery.matchHeight-min.js"></script>
+<script
+    src="/js/index.js">
+</script>
+</div>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/css/styles.css b/css/styles.css
new file mode 100644
index 0000000..607a3f3
--- /dev/null
+++ b/css/styles.css
@@ -0,0 +1,584 @@
+/* main */
+
+body {
+    font-family: 'IBM Plex Sans', sans-serif;
+    font-weight: 300;
+
+}
+
+.main {
+    margin: auto;
+}
+
+.cw-main-content {
+    position: absolute;
+    top: 115px;
+    right: 0px;
+    bottom: 0px;
+    overflow-y: scroll;
+}
+
+/* end main */
+/* Header nav bar */
+.cw-banner {
+    background: #fff;
+    color: #fff;
+    font-size: 20px;
+    border-bottom: 10px solid #005E8A;
+    height: 115px;
+    margin: auto;
+}
+
+.cw-nav-link {
+    color: #0083CA !important;
+}
+
+.cw-nav-link:hover {
+    font-weight: 400;
+}
+
+.cw-header-logo {
+    position: relative;
+    left: 80px;
+}
+
+.cw-navbar-padding {
+    padding-right: 80px;
+}
+
+.cw-navbar-nav {
+    font-size: 16px;
+    display: table;
+}
+
+.cw-navbar-item {
+    display: table-cell;
+    vertical-align: middle;
+}
+
+.cw-download-button:hover {
+    background: #015b8c;
+    color: #fff;
+}
+
+.cw-download-button {
+    background: #0083CA;
+    color: #fff;
+    text-align: center;
+    width: 135px;
+    height: 44px;
+    border-radius: 0px;
+}
+
+.cw-download-link {
+    display: none;
+}
+
+#github-stars-button {
+    padding-left: 32px;
+}
+
+.cw-header-link {
+    padding-left: 32px;
+}
+
+#download-li {
+    padding-left: 75px;
+}
+
+/* end header nav bar */
+
+/* hero */
+
+#hero-body {
+    height: 615px;
+    margin: auto;
+    color: #fff;
+    position: relative;
+    background-image: linear-gradient(180deg, #0083CA 0%, #003462 100%, #D8D8D8 100%);
+}
+
+#hero-main {
+    margin-left: calc(50% - 664px);
+    margin-right: calc(50% - 664px);
+    display: flex;
+    position: relative;
+}
+
+#hero-main-title {
+    font-size: 48px;
+}
+
+#hero-main-title>span {
+    font-weight: 400;
+}
+
+#hero-main-hero-eclipse {
+    position: absolute;
+    top: 75px;
+    left: 261px;
+}
+
+#hero-main-hero-eclipse img {
+    max-width: 378px;
+    width: 100%;
+}
+
+#hero-main-hero-che {
+    position: absolute;
+    top: 58px;
+    left: 416px;
+}
+
+#hero-main-hero-che img {
+    max-width: 378px;
+    width: 100%
+}
+
+#hero-main-hero-vscode img {
+    max-width: 545px;
+    -moz-box-shadow: -5px 5px 15px 0px #3a3a3a;
+    -webkit-box-shadow: -5px 5px 15px 0px #3a3a3a;
+    box-shadow: -5px 5px 15px 0px #3a3a3a;
+    width: 100%;
+}
+
+#hero-main-headline {
+    font-size: 21px;
+}
+
+#hero-main-hero {
+    left: 50px;
+    position: relative;
+    max-width: 784px;
+    width: 100%;
+    top: 129px;
+    font-size: 12px;
+}
+
+#hero-main-fulltext {
+    font-size: 14px;
+    line-height: 23px;
+}
+
+#hero-main-text {
+    padding-top: 87px;
+    max-width: 494px;
+}
+
+#get-started-button:hover {
+    background: #015b8c;
+}
+
+#get-started-button {
+    background: #0083CA;
+    border: 2px solid #FFFFFF;
+    font-weight: 400;
+    color: #FFFFFF;
+    width: 135px;
+    height: 44px;
+    border-radius: 0px;
+    margin-top: 20px;
+    text-align: center;
+}
+
+#hero-city-svg {
+    width: 100%;
+}
+
+#hero-city {
+    position: absolute;
+    bottom: 0px;
+    width: 100%;
+    pointer-events:none;
+}
+
+#hero-turbine {
+    position: absolute;
+    bottom: 0px;
+    width: 100%;
+    pointer-events:none;
+}
+
+#hero-turbine-svg {
+    top: 100px;
+    max-width: 581px;
+    left: 17px;
+    margin-left: calc(50% - 700px);
+}
+/* end hero */
+
+/* getting started */
+#getting-started-div {
+    margin: 20px 82px 40px 82px;
+}
+
+.cw-getting-started-header {
+    font-size: 36px;
+    padding-top: 20px;
+    padding-bottom: 20px;
+}
+
+.cw-getting-started-col {
+    border-right: 3px solid #0083CA;
+}
+
+.cw-getting-started-img-holder {
+    height: 100px;
+    width: 100%;
+
+}
+.cw-logo {
+    max-height: 50px;
+}
+.cw-logo-32 {
+    height: 32px;
+    margin-top: 32px;
+}
+
+.cw-logo-93 {
+    height: 93px;
+}
+
+.cw-getting-started-col-header {
+    font-size: 21px;
+    font-weight: 400;
+    color: #0083CA;
+}
+
+.cw-getting-started-col-text-first {
+    padding-right: 45px;
+    text-align: left;
+}
+
+.cw-getting-started-col-text-middle {
+    padding-right: 45px;
+    text-align: left;
+    padding-left: 45px;
+}
+
+.cw-getting-started-col-text-last {
+    padding-left: 45px;
+    text-align: left;
+}
+
+/* end geting started */
+
+/* value props */
+
+#value-props-div {
+    background: #fff;
+    padding: 40px;
+}
+.row {
+    margin-left: 0px;
+    margin-right: 0px;
+}
+.cw-value-props-div-first {
+    padding-top: 25px;
+}
+
+
+.cw-value-props-col {
+    padding-left: 40px;
+    padding-right: 40px;
+}
+
+.cw-value-props-col-header {
+    font-size: 28px;
+    font-weight: 400;
+    padding-left: 40px;
+    padding-right: 40px;
+    color: #0083CA;
+    text-align: center;
+}
+
+.cw-value-props-div-text {
+
+    color: #0083CA;
+    text-align: center;
+    padding: 25px 40px;
+}
+
+/* end value props */
+
+/* key features */
+.cw-key-features-col-header {
+    font-size: 21px;
+    font-weight: 400;
+    color: #fff;
+}
+
+.cw-key-features-col-text {
+    padding: 20px;
+    color: #fff;
+}
+
+#key-features-div {
+    background: #0083CA;
+    padding: 20px 82px 40px 82px;
+}
+
+.cw-key-features-header {
+    font-size: 36px;
+    padding-top: 20px;
+    padding-bottom: 20px;
+    color: #fff;
+}
+
+/* end key features */
+
+
+/* footer */
+
+#footer-div {
+    background: #005E8A;
+    color: #fff;
+}
+
+.footer-col {
+    padding: 40px;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+}
+
+/* end footer */
+
+/* Extra large devices (large laptops and desktops, 1440px and up) */
+@media only screen and (max-width: 1440px) {
+
+    /* hero section */
+    #hero-main-text {
+        max-width: 400px;
+    }
+
+    #hero-main img {
+        width: 350px;
+    }
+
+    #hero-main-hero-eclipse {
+        left: 100px;
+    }
+
+    #hero-main-hero-che {
+        top: 150px;
+        left: 200px;
+    }
+
+    #hero-main-hero-eclipse>div {
+        text-align: right;
+    }
+
+    #hero-main-hero {
+        max-width: 550px;
+        top: 75px;
+    }
+
+    #hero-main {
+        margin-left: calc(50% - 500px);
+        margin-right: calc(50% - 500px);
+    }
+    #hero-turbine-svg {
+        
+        margin-left: calc(50% - 550px);
+    }
+
+    /* end hero section */
+}
+
+/* Extra large devices (large laptops and desktops, 1200px and up) */
+@media only screen and (max-width: 1200px) {
+
+    /* hero section */
+    #hero-main-text {
+        max-width: 400px;
+    }
+
+    #hero-main img {
+        width: 280px;
+    }
+
+    #hero-main-hero-eclipse {
+        left: 80px;
+    }
+
+    #hero-main-hero-che {
+        top: 150px;
+        left: 160px;
+    }
+
+    #hero-main-hero {
+        max-width: 440px;
+        top: 75px;
+    }
+
+    #hero-main {
+        margin-left: calc(50% - 445px);
+        margin-right: calc(50% - 445px);
+    }
+
+    #hero-turbine-svg {
+        
+        margin-left: calc(50% - 480px);
+    }
+
+    /* end hero section */
+}
+
+/* Large devices (laptops/desktops, 992px and up) */
+@media only screen and (max-width: 992px) {
+
+    /* hero section */
+    #hero-main-text {
+        max-width: 100%;
+    }
+
+    #hero-main img {
+        width: calc(100% - 160px);
+    }
+
+    #hero-main-hero-eclipse {
+        left: 80px;
+        top: 90px;
+    }
+
+    #hero-main-hero-eclipse img {
+        max-width: unset;
+        width: calc(100% - 80px);
+    }
+
+    #hero-main-hero-che {
+        top: 180px;
+        left: 160px;
+    }
+
+    #hero-main-hero-che img {
+        max-width: unset;
+        width: 100%;
+    }
+
+    #hero-main-hero-eclipse>div {
+        text-align: left;
+    }
+
+    #hero-main-hero {
+        max-width: 100%;
+        top: 75px;
+        left: 0px;
+    }
+
+    #hero-main {
+        margin-left: 15%;
+        margin-right: 15%;
+        display: block;
+    }
+
+    #hero-body {
+        height: 1000px;
+    }
+
+    #hero-turbine-svg {
+        
+        margin-left: calc(50% - 100px);
+    }
+    /* end hero section */
+
+    /* value props */
+    .cw-getting-started-col {
+        border-right: unset;
+    }
+    .cw-value-props-col {
+        padding-bottom: 40px;
+    }
+    .cw-getting-started-col {
+        padding-bottom: 40px;
+    }
+    /* topbar logo */
+    .cw-header-logo {
+        position: unset;
+        left: unset;
+
+    }
+
+    /* nav bar*/ 
+    #github-stars-button {
+        display: none;
+    }
+    .cw-banner {
+        height: unset;
+    }
+
+    .cw-navbar-nav {
+        display: flex;
+    }
+
+    .cw-header-link {
+        padding-left: 0px;
+    }
+    #download-li {
+        padding-left: 0px;
+    }
+
+    .cw-download-button {
+        display: none;
+    }
+
+    .cw-download-link {
+        display: block;
+    }
+}
+
+/* Medium devices (landscape tablets, 768px and up) */
+@media only screen and (max-width: 768px) {
+    /*hero*/
+
+
+    #hero-body {
+        height: 900px;
+    }
+
+    /* end hero */
+}
+
+/* Small devices (portrait tablets and large phones, 600px and up) */
+@media only screen and (max-width: 600px) {
+
+    /*hero*/
+    #hero-main-title {
+        font-size: 40px;
+    }
+
+    #hero-main img {
+        width: calc(100% - 60px);
+    }
+
+    #hero-main-hero {
+        top: 50px;
+    }
+    #hero-main-hero-eclipse {
+        left: 80px;
+        top: 100px;
+    }
+
+    #hero-main-hero-eclipse img {
+        max-width: unset;
+        width: calc(100% - 30px);
+    }
+
+    #hero-main-hero-che {
+        top: 200px;
+        left: 160px;
+    }
+
+    #hero-main-hero-che img {
+        max-width: unset;
+        width: 100%;
+    }
+
+    #hero-body {
+        height: 800px;
+    }
+
+    /* end hero */
+}
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..81d3d46
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/favicon.png b/favicon.png
deleted file mode 100644
index 92d3dc6..0000000
--- a/favicon.png
+++ /dev/null
Binary files differ
diff --git a/feed.xml b/feed.xml
new file mode 100644
index 0000000..52ce4c0
--- /dev/null
+++ b/feed.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2019-06-20T15:16:15-05:00</updated><id>/feed.xml</id><title type="html">Codewind</title><subtitle>Eclipse Codewind</subtitle></feed>
\ No newline at end of file
diff --git a/images/container-icon.svg b/images/container-icon.svg
new file mode 100644
index 0000000..74858f3
--- /dev/null
+++ b/images/container-icon.svg
@@ -0,0 +1,10 @@
+
+<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-239.000000, -1394.000000)" fill="#0083CA">
+            <g id="value-props" transform="translate(-1.000000, 1105.000000)">
+                <path d="M259.312496,307.313466 C257.900042,307.313466 256.75008,308.461866 256.75008,309.875883 C256.75008,311.288337 257.900042,312.436737 259.312496,312.436737 L268.687191,312.436737 C270.099645,312.436737 271.249608,311.288337 271.249608,309.875883 C271.249608,308.461866 270.099645,307.313466 268.687191,307.313466 L259.312496,307.313466 Z M243.68738,301.499593 L284.311058,301.499593 L286.873474,301.499593 L286.873474,290.126526 L241.126526,290.126526 L241.126526,301.499593 L243.68738,301.499593 Z M284.875102,302.626119 L284.875102,336.437518 C284.875102,336.748446 284.623547,337 284.311058,337 L243.68738,337 C243.376453,337 243.124898,336.748446 243.124898,336.437518 L243.124898,302.626119 L240.562482,302.626119 C240.251554,302.626119 240,302.374565 240,302.063637 L240,289.564044 C240,289.251554 240.251554,289 240.562482,289 L287.435956,289 C287.748446,289 288,289.251554 288,289.564044 L288,302.063637 C288,302.374565 287.748446,302.626119 287.435956,302.626119 L284.875102,302.626119 Z M283.748576,302.626119 L244.251424,302.626119 L244.251424,335.873474 L283.748576,335.873474 L283.748576,302.626119 Z M268.687191,313.563263 L259.312496,313.563263 C257.278188,313.563263 255.625116,311.908629 255.625116,309.875883 C255.625116,307.841574 257.278188,306.186941 259.312496,306.186941 L268.687191,306.186941 C270.7215,306.186941 272.374571,307.841574 272.374571,309.875883 C272.374571,311.908629 270.7215,313.563263 268.687191,313.563263 Z" id="Fill-4"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/container2-icon.svg b/images/container2-icon.svg
new file mode 100644
index 0000000..9a8841b
--- /dev/null
+++ b/images/container2-icon.svg
@@ -0,0 +1,10 @@
+
+<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-530.000000, -2016.000000)" fill="#ffffff">
+            <g id="key-features" transform="translate(78.000000, 1560.000000)">
+                <path d="M471.312496,474.313466 C469.900042,474.313466 468.75008,475.461866 468.75008,476.875883 C468.75008,478.288337 469.900042,479.436737 471.312496,479.436737 L480.687191,479.436737 C482.099645,479.436737 483.249608,478.288337 483.249608,476.875883 C483.249608,475.461866 482.099645,474.313466 480.687191,474.313466 L471.312496,474.313466 Z M455.68738,468.499593 L496.311058,468.499593 L498.873474,468.499593 L498.873474,457.126526 L453.126526,457.126526 L453.126526,468.499593 L455.68738,468.499593 Z M496.875102,469.626119 L496.875102,503.437518 C496.875102,503.748446 496.623547,504 496.311058,504 L455.68738,504 C455.376453,504 455.124898,503.748446 455.124898,503.437518 L455.124898,469.626119 L452.562482,469.626119 C452.251554,469.626119 452,469.374565 452,469.063637 L452,456.564044 C452,456.251554 452.251554,456 452.562482,456 L499.435956,456 C499.748446,456 500,456.251554 500,456.564044 L500,469.063637 C500,469.374565 499.748446,469.626119 499.435956,469.626119 L496.875102,469.626119 Z M495.748576,469.626119 L456.251424,469.626119 L456.251424,502.873474 L495.748576,502.873474 L495.748576,469.626119 Z M480.687191,480.563263 L471.312496,480.563263 C469.278188,480.563263 467.625116,478.908629 467.625116,476.875883 C467.625116,474.841574 469.278188,473.186941 471.312496,473.186941 L480.687191,473.186941 C482.7215,473.186941 484.374571,474.841574 484.374571,476.875883 C484.374571,478.908629 482.7215,480.563263 480.687191,480.563263 Z" id="Fill-4"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/email-icon.svg b/images/email-icon.svg
new file mode 100644
index 0000000..9bbb125
--- /dev/null
+++ b/images/email-icon.svg
@@ -0,0 +1,19 @@
+
+<svg width="119px" height="77px" viewBox="0 0 119 77" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0.0008 0 118.3918 0 118.3918 76.1089 0.0008 76.1089"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-1162.000000, -2189.000000)">
+            <g id="social" transform="translate(-1.000000, 2128.000000)">
+                <g id="email-icon" transform="translate(1163.000000, 61.000000)">
+                    <mask id="mask-2" fill="white">
+                        <use xlink:href="#path-1"></use>
+                    </mask>
+                    <g id="Clip-2"></g>
+                    <path d="M43.7358,41.2259 L53.9108,50.3429 C56.8538,52.9729 61.5378,52.9729 64.4808,50.3429 L74.6558,41.2259 L113.4148,73.2899 L4.9768,73.2899 L43.7358,41.2259 Z M115.5728,4.6679 L115.5728,71.4399 L76.7698,39.3309 L115.5728,4.6679 Z M2.8188,4.6679 L41.6228,39.3309 L2.8188,71.4399 L2.8188,4.6679 Z M4.9328,2.8189 L113.4588,2.8189 L62.5878,48.2729 C60.8068,49.8649 57.5858,49.8649 55.8038,48.2729 L4.9328,2.8189 Z M4.2278,-0.0001 C1.9108,-0.0001 0.0008,1.9109 0.0008,4.2279 L0.0008,71.8799 C0.0008,74.1989 1.9108,76.1089 4.2278,76.1089 L114.1638,76.1089 C116.4818,76.1089 118.3918,74.1989 118.3918,71.8799 L118.3918,4.2279 C118.3918,1.9109 116.4818,-0.0001 114.1638,-0.0001 L4.2278,-0.0001 Z" id="Fill-1" fill="#FEFEFE" mask="url(#mask-2)"></path>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/evolution.png b/images/evolution.png
new file mode 100644
index 0000000..cd0eb16
--- /dev/null
+++ b/images/evolution.png
Binary files differ
diff --git a/images/favicon-16x16.png b/images/favicon-16x16.png
new file mode 100644
index 0000000..fa951f3
--- /dev/null
+++ b/images/favicon-16x16.png
Binary files differ
diff --git a/images/favicon-32x32.png b/images/favicon-32x32.png
new file mode 100644
index 0000000..e046e82
--- /dev/null
+++ b/images/favicon-32x32.png
Binary files differ
diff --git a/images/github-logo.svg b/images/github-logo.svg
new file mode 100644
index 0000000..1f3a32b
--- /dev/null
+++ b/images/github-logo.svg
@@ -0,0 +1,27 @@
+
+<svg width="212px" height="58px" viewBox="0 0 212 58" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0.0001 0.8064 41.5641 0.8064 41.5641 58 0.0001 58"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-782.000000, -2198.000000)">
+            <g id="social" transform="translate(-1.000000, 2128.000000)">
+                <g id="github-logo" transform="translate(783.000000, 69.000000)">
+                    <g id="Group-3" transform="translate(0.000000, 0.194500)">
+                        <mask id="mask-2" fill="white">
+                            <use xlink:href="#path-1"></use>
+                        </mask>
+                        <g id="Clip-2"></g>
+                        <path d="M40.7341,25.2854 L22.9621,25.2854 C22.5041,25.2854 22.1311,25.6574 22.1311,26.1164 L22.1311,34.8054 C22.1311,35.2644 22.5041,35.6374 22.9621,35.6374 L29.8951,35.6374 L29.8951,46.4314 C29.8951,46.4314 28.3381,46.9634 24.0351,46.9634 C18.9571,46.9634 11.8641,45.1074 11.8641,29.5104 C11.8641,13.9094 19.2501,11.8564 26.1841,11.8564 C32.1861,11.8564 34.7721,12.9134 36.4181,13.4234 C36.9341,13.5814 37.4131,13.0664 37.4131,12.6074 L39.3951,4.2124 C39.3951,3.9974 39.3231,3.7384 39.0781,3.5634 C38.4101,3.0864 34.3331,0.8064 24.0351,0.8064 C12.1701,0.8064 0.0001,5.8524 0.0001,30.1184 C0.0001,54.3844 13.9331,58.0004 25.6751,58.0004 C35.3971,58.0004 41.2951,53.8464 41.2951,53.8464 C41.5381,53.7114 41.5641,53.3714 41.5641,53.2164 L41.5641,26.1164 C41.5641,25.6574 41.1931,25.2854 40.7341,25.2854" id="Fill-1" fill="#FEFEFE" mask="url(#mask-2)"></path>
+                    </g>
+                    <path d="M132.3239,3.9076 C132.3239,3.4446 131.9579,3.0716 131.4989,3.0716 L121.4929,3.0716 C121.0349,3.0716 120.6639,3.4446 120.6639,3.9076 C120.6639,3.9096 120.6669,23.2456 120.6669,23.2456 L105.0679,23.2456 L105.0679,3.9076 C105.0679,3.4446 104.6999,3.0716 104.2429,3.0716 L94.2359,3.0716 C93.7809,3.0716 93.4099,3.4446 93.4099,3.9076 L93.4099,56.2706 C93.4099,56.7326 93.7809,57.1076 94.2359,57.1076 L104.2429,57.1076 C104.6999,57.1076 105.0679,56.7326 105.0679,56.2706 L105.0679,33.8726 L120.6669,33.8726 C120.6669,33.8726 120.6389,56.2686 120.6389,56.2706 C120.6389,56.7326 121.0109,57.1076 121.4679,57.1076 L131.4979,57.1076 C131.9569,57.1076 132.3229,56.7326 132.3239,56.2706 L132.3239,3.9076 Z" id="Fill-4" fill="#FEFEFE"></path>
+                    <path d="M59.6169,10.7787 C59.6169,7.1747 56.7279,4.2637 53.1639,4.2637 C49.6039,4.2637 46.7129,7.1747 46.7129,10.7787 C46.7129,14.3787 49.6039,17.2987 53.1639,17.2987 C56.7279,17.2987 59.6169,14.3787 59.6169,10.7787" id="Fill-6" fill="#FEFEFE"></path>
+                    <path d="M58.902,45.225 L58.902,21.054 C58.902,20.595 58.531,20.22 58.074,20.22 L48.098,20.22 C47.641,20.22 47.231,20.692 47.231,21.151 L47.231,55.78 C47.231,56.797 47.866,57.1 48.686,57.1 L57.673,57.1 C58.66,57.1 58.902,56.617 58.902,55.764 L58.902,45.225 Z" id="Fill-8" fill="#FEFEFE"></path>
+                    <path d="M170.3542,20.2982 L160.4242,20.2982 C159.9682,20.2982 159.5982,20.6742 159.5982,21.1362 L159.5982,46.8112 C159.5982,46.8112 157.0752,48.6562 153.4952,48.6562 C149.9152,48.6562 148.9632,47.0312 148.9632,43.5262 L148.9632,21.1362 C148.9632,20.6742 148.5942,20.2982 148.1382,20.2982 L138.0602,20.2982 C137.6052,20.2982 137.2332,20.6742 137.2332,21.1362 L137.2332,45.2212 C137.2332,55.6352 143.0372,58.1832 151.0202,58.1832 C157.5702,58.1832 162.8512,54.5642 162.8512,54.5642 C162.8512,54.5642 163.1032,56.4712 163.2162,56.6962 C163.3312,56.9222 163.6262,57.1512 163.9472,57.1512 L170.3582,57.1222 C170.8132,57.1222 171.1862,56.7462 171.1862,56.2852 L171.1832,21.1362 C171.1832,20.6742 170.8122,20.2982 170.3542,20.2982" id="Fill-10" fill="#FEFEFE"></path>
+                    <path d="M193.5778,48.6244 C190.1338,48.5204 187.7978,46.9574 187.7978,46.9574 L187.7978,30.3744 C187.7978,30.3744 190.1018,28.9624 192.9308,28.7094 C196.5058,28.3894 199.9518,29.4694 199.9518,37.9994 C199.9518,46.9944 198.3958,48.7704 193.5778,48.6244 M197.4948,19.1224 C191.8548,19.1224 188.0178,21.6384 188.0178,21.6384 L188.0178,3.9074 C188.0178,3.4444 187.6488,3.0714 187.1928,3.0714 L177.1578,3.0714 C176.7018,3.0714 176.3308,3.4444 176.3308,3.9074 L176.3308,56.2704 C176.3308,56.7324 176.7018,57.1074 177.1588,57.1074 L184.1218,57.1074 C184.4348,57.1074 184.6728,56.9464 184.8478,56.6634 C185.0198,56.3824 185.2698,54.2494 185.2698,54.2494 C185.2698,54.2494 189.3738,58.1384 197.1418,58.1384 C206.2618,58.1384 211.4908,53.5124 211.4908,37.3714 C211.4908,21.2314 203.1388,19.1224 197.4948,19.1224" id="Fill-12" fill="#FEFEFE"></path>
+                    <path d="M87.6618,20.2152 L80.1548,20.2152 C80.1548,20.2152 80.1438,10.3002 80.1438,10.2982 C80.1438,9.9232 79.9508,9.7362 79.5158,9.7362 L69.2878,9.7362 C68.8908,9.7362 68.6768,9.9102 68.6768,10.2922 L68.6768,20.5402 C68.6768,20.5402 63.5508,21.7772 63.2038,21.8772 C62.8588,21.9782 62.6038,22.2962 62.6038,22.6762 L62.6038,29.1152 C62.6038,29.5782 62.9748,29.9512 63.4328,29.9512 L68.6768,29.9512 L68.6768,45.4442 C68.6768,56.9502 76.7478,58.0812 82.1938,58.0812 C84.6828,58.0812 87.6598,57.2812 88.1508,57.1002 C88.4488,56.9912 88.6218,56.6832 88.6218,56.3502 L88.6298,49.2662 C88.6298,48.8042 88.2398,48.4302 87.8008,48.4302 C87.3628,48.4302 86.2438,48.6082 85.0918,48.6082 C81.4048,48.6082 80.1548,46.8932 80.1548,44.6742 L80.1548,29.9512 L87.6618,29.9512 C88.1188,29.9512 88.4898,29.5782 88.4898,29.1152 L88.4898,21.0492 C88.4898,20.5872 88.1188,20.2152 87.6618,20.2152" id="Fill-14" fill="#FEFEFE"></path>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/header-logo.svg b/images/header-logo.svg
new file mode 100644
index 0000000..8c4f55c
--- /dev/null
+++ b/images/header-logo.svg
@@ -0,0 +1,30 @@
+
+<svg width="269px" height="71px" viewBox="0 0 269 71" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0.1383 0.893 71.245 0.893 71.245 72 0.1383 72"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-80.000000, -19.000000)">
+            <g id="header">
+                <g id="codewind-logo" transform="translate(80.000000, 18.000000)">
+                    <path d="M19.8676,56.286 C18.4476,58.105 15.6076,59.79 11.3066,59.79 C4.8766,59.79 0.0006,54.82 0.0006,48.301 C0.0006,41.694 4.9236,36.771 11.6646,36.771 C15.6136,36.771 18.4476,38.812 19.1576,39.522 L17.4736,42.362 C16.8986,41.787 14.7686,40.057 11.7066,40.057 C7.8916,40.057 4.0786,42.896 4.0786,48.348 C4.0786,53.317 7.5816,56.51 11.7946,56.51 C15.3446,56.51 17.3806,55.09 18.4006,53.939 L19.8676,56.286 Z" id="Fill-1" fill="#0083C9"></path>
+                    <path d="M41.5131,48.3065 C41.5131,43.5185 38.0511,40.1035 33.9731,40.1035 C29.4951,40.1035 26.3451,43.5645 26.3451,48.4415 C26.3451,53.1415 29.9361,56.5555 33.8851,56.5555 C38.4091,56.5555 41.5131,53.2295 41.5131,48.3065 M33.9731,59.7895 C27.4081,59.7895 22.2671,54.7325 22.2671,48.3005 C22.2671,41.8235 27.4121,36.7715 34.0201,36.7715 C40.5851,36.7715 45.6381,41.9575 45.6381,48.3005 C45.6381,54.6435 40.5381,59.7895 33.9731,59.7895" id="Fill-3" fill="#0083C9"></path>
+                    <path d="M66.5726,42.7148 C65.4646,41.1598 63.0226,40.1448 60.6296,40.1448 C56.2396,40.1448 53.3536,43.3838 53.3536,48.5698 C53.3536,53.6278 57.0326,56.5098 61.2046,56.5098 C62.7596,56.5098 64.8426,56.1568 66.5726,55.0018 L66.5726,42.7148 Z M66.5726,22.8008 L70.4746,22.8008 L70.4746,56.9498 C67.6346,58.9028 64.3546,59.7898 61.2046,59.7898 C55.0846,59.7898 49.2286,56.0638 49.2286,48.5698 C49.2286,41.5178 53.8866,36.7718 60.4946,36.7718 C62.6656,36.7718 64.9716,37.4348 66.5726,38.7668 L66.5726,22.8008 Z" id="Fill-5" fill="#0083C9"></path>
+                    <path d="M92.6957,45.8192 C92.1207,42.4922 90.3007,39.9632 86.4877,39.9632 C83.2077,39.9632 80.3207,41.7352 79.4347,45.8192 L92.6957,45.8192 Z M95.9747,56.4632 C94.7317,58.1052 91.2757,59.7902 86.7937,59.7902 C80.1387,59.7902 75.3507,55.2652 75.3507,48.3892 C75.3507,41.6062 79.9167,36.7712 86.5697,36.7712 C93.3997,36.7712 96.6387,42.1392 96.6387,47.9022 L96.6387,49.0572 L79.2997,49.0572 C79.2997,49.5912 79.3877,50.1202 79.4347,50.3892 C80.2327,54.7782 83.7357,56.5552 87.6377,56.5552 C91.2757,56.5552 93.6227,54.9132 94.6017,53.8502 L95.9747,56.4632 Z" id="Fill-7" fill="#0083C9"></path>
+                    <polygon id="Fill-9" fill="#0083C9" points="120.5902 60.1474 113.9832 42.2274 107.4172 60.1474 107.3702 60.1474 98.8982 38.2844 101.0692 38.2844 107.4532 55.0064 113.9312 37.1754 113.9782 37.1754 120.6732 55.0064 127.0572 38.2844 129.0992 38.2844 120.6262 60.1474"></polygon>
+                    <path d="M133.3636,59.1728 L133.3636,38.2788 L135.3166,38.2788 L135.3166,59.1678 L133.3636,59.1678 L133.3636,59.1728 Z M134.3376,33.8488 C133.3636,33.8488 132.5656,33.0508 132.5656,32.1178 C132.5656,31.0558 133.3636,30.2988 134.3376,30.2988 C135.3586,30.2988 136.109625,31.0558 136.109625,32.1178 C136.1146,33.0458 135.3586,33.8488 134.3376,33.8488 L134.3376,33.8488 Z" id="Fill-11" fill="#0083C9"></path>
+                    <path d="M157.5785,59.1728 L157.5785,46.3998 C157.5785,41.5648 155.7185,39.7038 151.3245,39.7038 C147.9555,39.7038 145.4685,41.5648 144.4475,42.6318 L144.4475,59.1728 L142.4945,59.1728 L142.4945,38.2788 L144.4475,38.2788 L144.4475,40.5378 C145.6445,39.4768 147.9975,37.7448 151.6355,37.7448 C156.6455,37.7448 159.5275,40.1868 159.5275,45.5958 L159.5275,59.1678 L157.5785,59.1728 Z" id="Fill-13" fill="#0083C9"></path>
+                    <path d="M182.432,43.0722 C181.282,41.0312 178.265,39.5692 175.115,39.5692 C169.969,39.5692 166.512,43.0312 166.512,49.0622 C166.512,55.0072 170.861,57.8872 175.825,57.8872 C177.778,57.8872 180.26,57.3542 182.432,55.8042 L182.432,43.0722 Z M182.432,22.8012 L184.385,22.8012 L184.385,56.8202 C181.945,58.7742 178.887,59.7012 175.825,59.7012 C170.016,59.7012 164.471,56.3752 164.471,49.0572 C164.471,42.1392 168.86,37.7512 175.115,37.7512 C177.867,37.7512 180.701,38.7242 182.432,40.4142 L182.432,22.8012 Z" id="Fill-15" fill="#0083C9"></path>
+                    <polygon id="Fill-17" fill="#0083C9" points="239.475 65.3241 248.6 56.1981 238.63 41.1861"></polygon>
+                    <g id="Group-21" transform="translate(197.000000, 0.107100)">
+                        <mask id="mask-2" fill="white">
+                            <use xlink:href="#path-1"></use>
+                        </mask>
+                        <g id="Clip-20"></g>
+                        <path d="M32.5873,41.2395 L9.4603,38.6335 L10.9113,36.3115 L36.4063,35.5605 L32.5873,41.2395 Z M40.4433,36.1095 L41.4543,36.1095 L41.5633,39.1725 L47.1753,39.3695 L53.9993,53.6915 L71.2453,36.4465 L51.5433,16.7445 L42.2883,34.3685 L39.2153,28.2485 L49.2113,14.4125 L35.6913,0.8925 L0.1383,36.4465 L35.6913,72.0005 L38.8013,68.8905 L40.4433,36.1095 Z" id="Fill-19" fill="#0083C9" mask="url(#mask-2)"></path>
+                    </g>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/hero-che-noshadow.png b/images/hero-che-noshadow.png
new file mode 100644
index 0000000..3707773
--- /dev/null
+++ b/images/hero-che-noshadow.png
Binary files differ
diff --git a/images/hero-che.png b/images/hero-che.png
new file mode 100644
index 0000000..cf3e809
--- /dev/null
+++ b/images/hero-che.png
Binary files differ
diff --git a/images/hero-city.svg b/images/hero-city.svg
new file mode 100644
index 0000000..a6c47a3
--- /dev/null
+++ b/images/hero-city.svg
@@ -0,0 +1,19 @@
+
+<svg width="1440px" height="210px" viewBox="0 0 1440 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0 0 1440.421 0 1440.421 209.877 0 209.877"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(0.000000, -520.000000)">
+            <g id="above-fold" transform="translate(-1.000000, 115.000000)">
+                <g id="city-scape" transform="translate(0.000000, 405.000000)">
+                    <mask id="mask-2" fill="white">
+                        <use xlink:href="#path-1"></use>
+                    </mask>
+                    <g id="Clip-2"></g>
+                    <path d="M1077.503,87.658 L1079.183,87.658 L1079.183,86.191 L1077.503,86.191 L1077.503,87.658 Z M1077.503,90.907 L1079.183,90.907 L1079.183,89.44 L1077.503,89.44 L1077.503,90.907 Z M387.282,67.716 L388.963,67.716 L388.963,66.249 L387.282,66.249 L387.282,67.716 Z M387.282,70.964 L388.963,70.964 L388.963,69.498 L387.282,69.498 L387.282,70.964 Z M1408.331,77.983 L1407.809,77.983 L1406.848,77.983 L1406.848,80.393 L1389.513,80.393 L1389.513,83.607 L1383.729,81.1 L1383.729,84.609 L1383.729,84.786 L1383.729,85.247 L1383.729,86.488 L1383.729,88.873 L1383.729,89.05 L1383.729,89.511 L1383.729,90.751 L1383.729,93.137 L1383.729,93.315 L1383.729,93.776 L1383.729,95.016 L1383.729,97.402 L1383.729,97.578 L1383.729,98.039 L1383.729,99.279 L1383.729,101.665 L1383.729,101.843 L1383.729,102.303 L1383.729,103.544 L1383.729,105.93 L1383.729,106.107 L1383.729,106.568 L1383.729,107.808 L1383.729,110.159 L1357.102,110.159 L1357.102,71.235 L1350.56,71.235 L1350.56,65.687 L1343.407,65.687 L1343.407,60.844 L1343.473,60.844 C1343.745,60.844 1343.966,60.649 1343.966,60.408 C1343.966,60.169 1343.745,59.974 1343.473,59.974 L1343.407,59.974 L1332.008,50.793 L1332.119,50.793 L1332.119,48.213 L1329.94,48.213 L1329.338,36.743 C1329.296,36.745 1329.257,36.749 1329.214,36.749 C1329.21,36.749 1329.206,36.748 1329.202,36.748 L1328.6,48.213 L1326.42,48.213 L1326.42,50.793 L1315.021,59.974 L1314.955,59.974 C1314.683,59.974 1314.462,60.169 1314.462,60.408 C1314.462,60.649 1314.683,60.844 1314.955,60.844 L1315.021,60.844 L1315.021,65.687 L1308.65,65.687 L1308.65,90.934 L1308.599,90.934 L1308.599,71.235 L1302.057,71.235 L1302.057,91.572 L1286.75,91.572 L1286.75,87.072 L1281.582,87.072 L1281.582,82.087 L1277.593,82.087 L1277.593,69.267 L1275.645,69.267 L1275.645,82.087 L1273.697,82.087 L1273.697,73.718 L1271.749,73.718 L1271.749,82.087 L1225.355,82.087 L1225.355,87.072 L1220.188,87.072 L1220.188,114.365 L1189.048,114.365 L1189.048,111.852 L1189.048,110.401 L1189.048,109.862 L1189.048,109.654 L1189.048,106.863 L1189.048,105.412 L1189.048,104.874 L1189.048,104.666 L1189.048,101.876 L1189.048,100.425 L1189.048,99.886 L1189.048,99.679 L1189.048,96.889 L1189.048,95.438 L1189.048,94.899 L1189.048,94.692 L1189.048,91.901 L1189.048,90.449 L1189.048,89.911 L1189.048,89.704 L1189.048,86.913 L1189.048,85.462 L1189.048,84.923 L1189.048,84.716 L1189.048,81.926 L1189.048,80.475 L1189.048,79.936 L1189.048,79.729 L1189.048,76.939 L1189.048,75.488 L1189.048,74.948 L1189.048,74.741 L1189.048,71.95 L1189.048,70.5 L1189.048,69.96 L1189.048,69.753 L1189.048,66.963 L1189.048,65.512 L1189.048,64.973 L1189.048,64.766 L1189.048,60.661 L1189.048,60.639 L1184.542,60.639 L1184.542,56.903 L1181.33,56.903 L1181.33,54.084 L1175.417,56.59 L1174.669,56.59 L1174.669,59.409 L1161.163,59.409 L1161.163,63.168 L1156.657,63.168 L1156.657,67.273 L1156.657,67.48 L1156.657,68.019 L1156.657,69.47 L1156.657,72.26 L1156.657,72.467 L1156.657,73.006 L1156.657,74.457 L1156.657,77.247 L1156.657,77.454 L1156.657,77.994 L1156.657,79.445 L1156.657,82.236 L1156.657,82.443 L1156.657,82.981 L1156.657,84.041 L1137.95,78.302 L1137.458,78.302 L1113.939,85.517 L1113.939,84.409 L1112.486,84.409 L1112.486,82.944 L1113.939,82.944 L1113.939,81.161 L1112.486,81.161 L1112.486,79.695 L1113.939,79.695 L1113.939,77.912 L1112.486,77.912 L1112.486,76.446 L1113.939,76.446 L1113.939,74.663 L1112.486,74.663 L1112.486,73.197 L1113.939,73.197 L1113.939,71.414 L1112.486,71.414 L1112.486,69.947 L1113.939,69.947 L1113.939,68.165 L1112.486,68.165 L1112.486,66.698 L1113.939,66.698 L1113.939,64.916 L1112.486,64.916 L1112.486,63.449 L1113.939,63.449 L1113.939,61.667 L1112.486,61.667 L1112.486,60.201 L1113.939,60.201 L1113.939,58.419 L1112.486,58.419 L1112.486,56.952 L1113.939,56.952 L1113.939,55.17 L1112.486,55.17 L1112.486,53.703 L1113.939,53.703 L1113.939,51.921 L1112.486,51.921 L1112.486,49.347 L1106.824,49.347 L1106.824,41.128 L1104.589,41.128 L1104.589,32.712 L1102.019,33.106 L1102.019,31.128 L1089.055,31.128 L1089.055,35.091 L1086.484,35.485 L1086.484,41.128 L1084.249,41.128 L1084.249,49.347 L1079.183,49.347 L1079.183,51.921 L1077.283,51.921 L1077.283,53.703 L1079.183,53.703 L1079.183,55.17 L1077.283,55.17 L1077.283,56.952 L1079.183,56.952 L1079.183,58.419 L1077.283,58.419 L1077.283,60.201 L1079.183,60.201 L1079.183,61.667 L1077.283,61.667 L1077.283,63.449 L1079.183,63.449 L1079.183,64.916 L1077.283,64.916 L1077.283,66.698 L1079.183,66.698 L1079.183,68.165 L1077.283,68.165 L1077.283,69.947 L1079.183,69.947 L1079.183,71.414 L1077.283,71.414 L1077.283,73.197 L1079.183,73.197 L1079.183,74.663 L1077.283,74.663 L1077.283,76.446 L1079.183,76.446 L1079.183,77.912 L1077.283,77.912 L1077.283,79.695 L1079.183,79.695 L1079.183,81.161 L1077.283,81.161 L1077.283,82.944 L1079.183,82.944 L1079.183,84.409 L1077.503,84.409 L1077.503,83.144 L1074.905,83.144 L1074.905,91.01 L1043.948,91.01 L1043.948,64.479 L1037.677,64.479 L1037.677,48.167 L1037.581,48.167 L1027.366,37.619 L1024.861,37.619 L1024.861,29.247 L1024.802,29.247 L1023.852,21.501 L1023.833,21.501 L1022.883,29.247 L1022.822,29.247 L1022.822,37.619 L1020.318,37.619 L1010.104,48.167 L1010.007,48.167 L1010.007,64.479 L1003.735,64.479 L1003.735,78.648 L974.736,78.648 L974.736,76.732 L974.736,75.098 L974.736,72.503 L974.736,70.868 L974.736,68.274 L974.736,66.639 L974.736,64.044 L974.736,62.41 L974.736,59.815 L974.736,58.181 L974.736,55.586 L974.736,53.951 L974.736,51.357 L974.736,49.722 L974.736,47.127 L974.736,45.493 L974.736,42.899 L974.736,32.219 L970.114,32.219 C969.939,30.377 968.207,28.925 966.071,28.925 L963.806,28.925 L963.806,19.943 L962.899,19.943 L962.899,28.925 L960.634,28.925 C958.498,28.925 956.766,30.377 956.59,32.219 L951.969,32.219 L951.969,62.53 L939.848,75.981 L939.848,96.59 L918.812,96.59 L918.812,69.527 L912.051,69.527 L912.051,64.908 L912.139,64.908 C912.399,64.908 912.609,64.723 912.609,64.494 C912.609,64.265 912.399,64.079 912.139,64.079 L912.051,64.079 L883.664,64.079 L883.576,64.079 C883.316,64.079 883.105,64.265 883.105,64.494 C883.105,64.723 883.316,64.908 883.576,64.908 L883.664,64.908 L883.664,69.527 L876.903,69.527 L876.903,111.124 L840.493,111.124 L840.493,77.447 L820.489,77.447 L820.489,37.56 L791.012,17.154 L791.012,77.447 L771.009,77.447 L771.009,54.257 L737.319,54.257 L737.319,41.271 L733.108,41.271 L733.108,54.257 L703.63,54.257 L703.63,31.068 L696.261,31.068 L696.261,54.257 L684.68,54.257 L684.68,20.863 L649.938,20.863 L649.938,67.243 L614.144,67.243 L614.144,91.181 L589.562,91.181 L589.562,49.583 L582.801,49.583 L582.801,44.965 L582.889,44.965 C583.149,44.965 583.359,44.78 583.359,44.551 C583.359,44.322 583.149,44.136 582.889,44.136 L582.801,44.136 L578.487,44.136 L578.487,36.672 L574.753,36.672 L570.463,33.271 L568.283,33.271 L567.681,22.338 C567.677,22.338 567.673,22.339 567.669,22.339 C567.626,22.339 567.587,22.335 567.545,22.334 L566.942,33.271 L564.763,33.271 L560.473,36.672 L556.738,36.672 L556.738,44.136 L554.414,44.136 L554.326,44.136 C554.066,44.136 553.855,44.322 553.855,44.551 C553.855,44.78 554.066,44.965 554.326,44.965 L554.414,44.965 L554.414,49.583 L547.653,49.583 L547.653,76.647 L526.618,76.647 L526.618,56.037 L514.497,42.588 L514.497,12.276 L509.875,12.276 C509.699,10.434 507.968,8.983 505.831,8.983 L503.565,8.983 L503.565,-0.001 L502.66,-0.001 L502.66,8.983 L500.395,8.983 C498.259,8.983 496.526,10.434 496.351,12.276 L491.729,12.276 L491.729,22.955 L491.729,25.55 L491.729,27.184 L491.729,29.78 L491.729,31.413 L491.729,34.008 L491.729,35.643 L491.729,38.238 L491.729,39.872 L491.729,42.467 L491.729,44.101 L491.729,46.697 L491.729,48.33 L491.729,50.925 L491.729,52.56 L491.729,55.155 L491.729,56.789 L491.729,58.705 L462.729,58.705 L462.729,44.535 L456.458,44.535 L456.458,28.224 L456.361,28.224 L446.146,17.677 L443.643,17.677 L443.643,9.304 L443.583,9.304 L442.632,1.558 L442.614,1.558 L441.664,9.304 L441.604,9.304 L441.604,17.677 L439.1,17.677 L428.885,28.224 L428.788,28.224 L428.788,44.535 L422.517,44.535 L422.517,71.067 L391.56,71.067 L391.56,63.2 L388.963,63.2 L388.963,64.467 L387.282,64.467 L387.282,63 L389.183,63 L389.183,61.218 L387.282,61.218 L387.282,59.751 L389.183,59.751 L389.183,57.969 L387.282,57.969 L387.282,56.502 L389.183,56.502 L389.183,54.72 L387.282,54.72 L387.282,53.253 L389.183,53.253 L389.183,51.471 L387.282,51.471 L387.282,50.004 L389.183,50.004 L389.183,48.222 L387.282,48.222 L387.282,46.755 L389.183,46.755 L389.183,44.974 L387.282,44.974 L387.282,43.507 L389.183,43.507 L389.183,41.725 L387.282,41.725 L387.282,40.258 L389.183,40.258 L389.183,38.476 L387.282,38.476 L387.282,37.009 L389.183,37.009 L389.183,35.227 L387.282,35.227 L387.282,33.76 L389.183,33.76 L389.183,31.978 L387.282,31.978 L387.282,29.404 L382.216,29.404 L382.216,21.185 L379.981,21.185 L379.981,15.541 L377.411,15.148 L377.411,11.185 L364.446,11.185 L364.446,13.163 L361.876,12.769 L361.876,21.185 L359.641,21.185 L359.641,29.404 L353.979,29.404 L353.979,31.978 L352.525,31.978 L352.525,33.76 L353.979,33.76 L353.979,35.227 L352.525,35.227 L352.525,37.009 L353.979,37.009 L353.979,38.476 L352.525,38.476 L352.525,40.258 L353.979,40.258 L353.979,41.725 L352.525,41.725 L352.525,43.507 L353.979,43.507 L353.979,44.974 L352.525,44.974 L352.525,46.755 L353.979,46.755 L353.979,48.222 L352.525,48.222 L352.525,50.004 L353.979,50.004 L353.979,51.471 L352.525,51.471 L352.525,53.253 L353.979,53.253 L353.979,54.72 L352.525,54.72 L352.525,56.502 L353.979,56.502 L353.979,57.969 L352.525,57.969 L352.525,59.751 L353.979,59.751 L353.979,61.218 L352.525,61.218 L352.525,63 L353.979,63 L353.979,64.467 L352.525,64.467 L352.525,65.574 L329.007,58.36 L328.515,58.36 L309.808,64.098 L309.808,63.038 L309.808,62.499 L309.808,62.292 L309.808,59.502 L309.808,58.051 L309.808,57.512 L309.808,57.304 L309.808,54.514 L309.808,53.063 L309.808,52.525 L309.808,52.317 L309.808,49.527 L309.808,48.075 L309.808,47.536 L309.808,47.329 L309.808,43.225 L305.303,43.225 L305.303,39.466 L291.797,39.466 L291.797,36.648 L291.048,36.648 L285.136,36.648 L285.136,39.466 L281.924,39.466 L281.924,43.203 L277.418,43.203 L277.418,43.225 L277.418,47.329 L277.418,47.536 L277.418,48.075 L277.418,49.527 L277.418,52.317 L277.418,52.525 L277.418,53.063 L277.418,54.514 L277.418,57.304 L277.418,57.512 L277.418,58.051 L277.418,59.502 L277.418,62.292 L277.418,62.499 L277.418,63.038 L277.418,64.489 L277.418,67.28 L277.418,67.487 L277.418,68.026 L277.418,69.477 L277.418,72.267 L277.418,72.474 L277.418,73.013 L277.418,74.464 L277.418,77.255 L277.418,77.462 L277.418,78 L277.418,79.451 L277.418,82.242 L277.418,82.449 L277.418,82.988 L277.418,84.44 L277.418,87.23 L277.418,87.438 L277.418,87.976 L277.418,89.427 L277.418,92.217 L277.418,92.425 L277.418,92.964 L277.418,94.414 L277.418,96.929 L246.277,96.929 L246.277,69.636 L241.109,69.636 L241.109,64.651 L194.716,64.651 L194.716,56.281 L192.769,56.281 L192.769,64.651 L190.82,64.651 L190.82,51.83 L188.873,51.83 L188.873,64.651 L184.884,64.651 L184.884,69.636 L179.716,69.636 L179.716,81.61 L164.408,81.61 L164.408,53.799 L157.867,53.799 L157.867,73.497 L157.814,73.497 L157.814,48.249 L151.444,48.249 L151.444,43.407 L151.51,43.407 C151.782,43.407 152.003,43.212 152.003,42.972 C152.003,42.732 151.782,42.537 151.51,42.537 L151.444,42.537 L140.045,33.357 L140.045,28.27 L137.865,28.27 L137.264,16.805 C137.259,16.805 137.255,16.806 137.251,16.806 C137.209,16.806 137.169,16.801 137.128,16.8 L136.525,28.27 L134.346,28.27 L134.346,33.357 L134.457,33.357 L123.058,42.537 L122.992,42.537 C122.72,42.537 122.499,42.732 122.499,42.972 C122.499,43.212 122.72,43.407 122.992,43.407 L123.058,43.407 L123.058,48.249 L115.905,48.249 L115.905,53.799 L109.364,53.799 L109.364,92.723 L82.735,92.723 L82.735,90.371 L82.735,89.131 L82.735,88.67 L82.735,88.493 L82.735,86.108 L82.735,84.866 L82.735,84.406 L82.735,84.229 L82.735,81.843 L82.735,80.603 L82.735,80.142 L82.735,79.964 L82.735,77.579 L82.735,76.338 L82.735,75.878 L82.735,75.7 L82.735,73.315 L82.735,72.074 L82.735,71.613 L82.735,71.437 L82.735,69.051 L82.735,67.81 L82.735,67.35 L82.735,67.172 L82.735,63.663 L76.952,63.663 L76.952,60.449 L59.617,60.449 L59.617,58.039 L58.656,58.039 L58.135,58.039 L58.135,47.805 L0,47.805 L0,105.316 L0,111.209 L0,111.605 L0,114.833 L0,114.9 L0,132.136 L0,141.806 L0,145.1 L0,147.52 L0,148.79 L0,171.508 L0,171.628 L0,209.877 L1440.421,209.877 L1440.421,191.572 L1440.421,191.451 L1440.421,168.734 L1440.421,167.463 L1440.421,165.043 L1440.421,161.748 L1440.421,152.079 L1440.421,134.843 L1440.421,134.777 L1440.421,131.547 L1440.421,131.153 L1440.421,125.258 L1440.421,67.748 L1408.331,67.748 L1408.331,77.983 Z" id="Fill-1" fill="#231F20" mask="url(#mask-2)"></path>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/hero-eclipse-noshadow.png b/images/hero-eclipse-noshadow.png
new file mode 100644
index 0000000..d0bf8da
--- /dev/null
+++ b/images/hero-eclipse-noshadow.png
Binary files differ
diff --git a/images/hero-eclipse.png b/images/hero-eclipse.png
new file mode 100644
index 0000000..c573faa
--- /dev/null
+++ b/images/hero-eclipse.png
Binary files differ
diff --git a/images/hero-turbines.svg b/images/hero-turbines.svg
new file mode 100644
index 0000000..7c68dc2
--- /dev/null
+++ b/images/hero-turbines.svg
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 595.28 373.35" style="enable-background:new 0 0 595.28 373.35;" xml:space="preserve">
+<style type="text/css">
+	.st0{opacity:0.15;}
+	.st1{fill:url(#SVGID_1_);}
+	.st2{fill:url(#SVGID_2_);}
+	.st3{fill:url(#SVGID_3_);}
+	.st4{fill:url(#SVGID_4_);}
+	.st5{fill:url(#SVGID_5_);}
+	.st6{fill:url(#SVGID_6_);}
+	.st7{fill:url(#SVGID_7_);}
+	.st8{fill:url(#SVGID_8_);}
+	.st9{fill:url(#SVGID_9_);}
+	.st10{fill:url(#SVGID_10_);}
+</style>
+<g class="st0">
+	<g>
+		<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="146.7535" y1="149.0972" x2="146.7535" y2="363.1902">
+			<stop  offset="0" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+		</linearGradient>
+		<polygon class="st1" points="149.53,191.61 147.27,191.61 146.52,191.61 144.26,191.61 137.35,360.96 146.38,360.96 
+			147.13,360.96 156.15,360.96 		"/>
+		<g>
+			<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="75.1124" y1="21.157" x2="75.1124" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st2" d="M142,190.37L7.48,200.1c0,0-0.57,5.35,4.66,5.31c9.49-0.07,116.61,0.61,116.61,0.61l6.73-10.01l7.28-1.27
+				L142,190.37z"/>
+			<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="191.5559" y1="21.157" x2="191.5559" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st3" d="M151.69,201.05l76.71,110.93c0,0,4.89-2.23,2.21-6.71c-4.88-8.14-58.72-100.76-58.72-100.76l-12.04-0.71
+				l-4.79-5.63L151.69,201.05z"/>
+			<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="181.817" y1="21.157" x2="181.817" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st4" d="M155.7,187.94l59.11-121.22c0,0-4.34-3.18-6.93,1.36c-4.7,8.24-59.07,100.55-59.07,100.55l5.28,10.84
+				l-2.55,6.93L155.7,187.94z"/>
+			<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="149.1435" y1="21.157" x2="149.1435" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st5" d="M138.78,192.83c-0.04-5.72,4.56-10.4,10.29-10.44c5.72-0.04,10.4,4.57,10.44,10.29
+				c0.04,5.72-4.57,10.4-10.29,10.44C143.49,203.16,138.82,198.55,138.78,192.83z"/>
+		</g>
+	</g>
+</g>
+<g class="st0">
+	<g>
+		<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="380.0048" y1="199.033" x2="380.0048" y2="362.6649">
+			<stop  offset="0" style="stop-color:#FFFFFF"/>
+			<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+		</linearGradient>
+		<polygon class="st6" points="387.21,240.92 383.72,240.92 382.55,240.92 379.07,240.92 365.47,360.96 379.42,360.96 
+			380.58,360.96 394.54,360.96 		"/>
+		<g>
+			<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="368.5088" y1="21.157" x2="368.5088" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st7" d="M387.42,216.68L357.3,10.24c0,0-8.32-0.28-7.67,7.78C350.8,32.64,361.8,198,361.8,198l16.2,9.26l2.78,11.09
+				L387.42,216.68z"/>
+			<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="293.186" y1="21.157" x2="293.186" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st8" d="M372.04,232.83L209.52,363.65c0,0,3.99,7.3,10.6,2.65c12-8.44,148.85-101.91,148.85-101.91l-0.25-18.66
+				l8.14-8.02L372.04,232.83z"/>
+			<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="490.2198" y1="21.157" x2="490.2198" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st9" d="M392.73,237.54l193.67,77.58c0,0,4.41-7.05-2.88-10.54c-13.24-6.33-161.77-79.82-161.77-79.82l-16.14,9.36
+				l-10.98-3.17L392.73,237.54z"/>
+			<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="384.5561" y1="21.157" x2="384.5561" y2="879.6052">
+				<stop  offset="0" style="stop-color:#FFFFFF"/>
+				<stop  offset="1" style="stop-color:#335AA9;stop-opacity:0"/>
+			</linearGradient>
+			<path class="st10" d="M383.28,211.98c8.83-0.7,16.56,5.88,17.26,14.7c0.71,8.83-5.87,16.56-14.7,17.26
+				c-8.83,0.71-16.56-5.88-17.27-14.71C367.87,220.42,374.45,212.69,383.28,211.98z"/>
+		</g>
+	</g>
+</g>
+</svg>
diff --git a/images/hero-vscode-noshadow.png b/images/hero-vscode-noshadow.png
new file mode 100644
index 0000000..59ffae7
--- /dev/null
+++ b/images/hero-vscode-noshadow.png
Binary files differ
diff --git a/images/hero-vscode.png b/images/hero-vscode.png
new file mode 100644
index 0000000..81c882c
--- /dev/null
+++ b/images/hero-vscode.png
Binary files differ
diff --git a/images/ide-icon.svg b/images/ide-icon.svg
new file mode 100644
index 0000000..ce8f6b0
--- /dev/null
+++ b/images/ide-icon.svg
@@ -0,0 +1,32 @@
+
+<svg width="70px" height="31px" viewBox="0 0 70 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0 0.308291121 22.4688695 0.308291121 22.4688695 16.9997682 0 16.9997682"></polygon>
+        <polygon id="path-3" points="0 0.308628539 22.4689462 0.308628539 22.4689462 16.9997682 0 16.9997682"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-846.000000, -1940.000000)">
+            <g id="key-features" transform="translate(78.000000, 1560.000000)">
+                <g id="Group-13" transform="translate(768.000000, 380.000000)">
+                    <g id="Group-3">
+                        <mask id="mask-2" fill="white">
+                            <use xlink:href="#path-1"></use>
+                        </mask>
+                        <g id="Clip-2"></g>
+                        <path d="M1.38168667,16.9997682 C0.946986667,16.9997682 0.51842,16.7919045 0.24932,16.4063136 C-0.18768,15.7765409 -0.03588,14.9095409 0.588186667,14.4690864 L20.29612,0.559995455 C20.9224867,0.118768182 21.78192,0.273313636 22.2196867,0.900768182 C22.65592,1.53054091 22.5048867,2.39831364 21.8800533,2.83954091 L2.17212,16.7470864 C1.93138667,16.9178591 1.65462,16.9997682 1.38168667,16.9997682" id="Fill-1" fill="#ffffff" mask="url(#mask-2)"></path>
+                    </g>
+                    <g id="Group-6" transform="translate(0.000000, 14.000000)">
+                        <mask id="mask-4" fill="white">
+                            <use xlink:href="#path-3"></use>
+                        </mask>
+                        <g id="Clip-5"></g>
+                        <path d="M21.08663,16.9997682 C20.8144633,16.9997682 20.5376967,16.9194045 20.2961967,16.7494045 L0.588263333,2.83799545 C-0.0358033333,2.39831364 -0.187603333,1.53054091 0.249396667,0.900768182 C0.68793,0.273313636 1.54659667,0.119540909 2.17219667,0.559995455 L21.88013,14.4698591 C22.5049633,14.9103136 22.6559967,15.7773136 22.2197633,16.4063136 C21.9498967,16.79345 21.5220967,16.9997682 21.08663,16.9997682" id="Fill-4" fill="#ffffff" mask="url(#mask-4)"></path>
+                    </g>
+                    <path d="M68.585547,17 C68.3053711,17 68.0228408,16.9165801 67.7771964,16.7426575 L47.6029632,2.57858671 C46.9625612,2.12922098 46.8087391,1.24544215 47.255294,0.604053233 C47.7034184,-0.0373356803 48.5855408,-0.192370792 49.2228036,0.256994938 L69.3970368,14.4226396 C70.0374388,14.8704314 70.1912609,15.7542102 69.744706,16.3955992 C69.4700238,16.7883023 69.0305322,17 68.585547,17" id="Fill-7" fill="#ffffff"></path>
+                    <path d="M48.4147535,31 C47.9689967,31 47.530303,30.7898763 47.255629,30.3955992 C46.8083027,29.7549972 46.9629049,28.8727924 47.6032879,28.4234266 L67.77692,14.2569949 C68.4125942,13.8076292 69.2970447,13.9626643 69.744371,14.6040532 C70.1916973,15.2454421 70.0370951,16.129221 69.3967121,16.5770127 L49.22308,30.7450184 C48.9782277,30.9173671 48.694921,31 48.4147535,31" id="Fill-9" fill="#ffffff"></path>
+                    <path d="M28.412593,31 C28.2116885,31 28.0084296,30.9577283 27.8153729,30.8677053 C27.109068,30.5389255 26.8030025,29.7005372 27.1326115,28.9952263 L40.3067682,0.813321632 C40.6387316,0.108793585 41.4776649,-0.196501902 42.1847546,0.132277853 C42.8902748,0.461057608 43.197125,1.30022879 42.8675161,2.00475684 L29.6941441,30.1866615 C29.4540004,30.6986186 28.944676,31 28.412593,31" id="Fill-11" fill="#ffffff"></path>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/inner-loop.svg b/images/inner-loop.svg
new file mode 100644
index 0000000..08e378e
--- /dev/null
+++ b/images/inner-loop.svg
@@ -0,0 +1,10 @@
+
+<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-185.000000, -1831.000000)" fill="#ffffff">
+            <g id="key-features" transform="translate(78.000000, 1560.000000)">
+                <path d="M151.967537,287.991875 C153.923864,289.937187 155,292.424687 155,294.998125 C155,297.571562 153.922309,300.060625 151.967537,302.004375 C149.930344,304.029375 147.082939,305.052812 144.299294,305.052812 C141.706927,305.052812 139.170544,304.166875 137.386833,302.37625 L123.711203,288.635625 C120.481241,285.390312 114.414761,285.545 110.98108,288.9575 C109.2829,290.646562 108.346725,292.798125 108.346725,295.018437 C108.346725,297.237187 109.2829,299.390312 110.98108,301.077812 C114.403875,304.480937 120.470356,304.62 123.708093,301.365312 L126.375105,298.685625 L121.66779,298.685625 L121.66779,297.562187 L128.448066,297.562187 L128.448066,304.373125 L127.326832,304.373125 L127.326832,299.645 L124.661375,302.321562 C122.845007,304.146562 120.263526,305.05125 117.638502,305.05125 C114.867297,305.05125 112.047884,304.041875 110.032463,302.040312 C108.077691,300.096562 107,297.602812 107,295.018437 C107,292.434062 108.076136,289.940312 110.032463,287.995 C113.965334,284.087187 120.939999,283.935625 124.664485,287.677812 L138.340115,301.418437 C141.542085,304.634062 147.585239,304.4575 151.020476,301.043437 C152.7171,299.354375 153.653275,297.2075 153.653275,294.998125 C153.653275,292.78875 152.7171,290.641875 151.020476,288.952812 C147.58835,285.541875 141.512538,285.393437 138.279466,288.643437 L134.586082,292.354375 C134.453897,292.485625 134.28128,292.55125 134.110218,292.55125 C133.937601,292.55125 133.764984,292.485625 133.6328,292.354375 C133.369986,292.090312 133.369986,291.660625 133.6328,291.396562 L137.326184,287.685625 C141.056891,283.93875 148.034666,284.080937 151.967537,287.991875 Z M107.673362,272.125 L107.673362,271 L154.326638,271 L154.326638,272.125 L107.673362,272.125 Z M107.673362,278.375 L107.673362,277.25 L130.998445,277.25 L130.998445,278.375 L107.673362,278.375 Z M107.673362,319 L107.673362,317.875 L154.326638,317.875 L154.326638,319 L107.673362,319 Z M130.998445,312.75 L130.998445,311.625 L154.325083,311.625 L154.325083,312.75 L130.998445,312.75 Z" id="Fill-6"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/knowledge-icon.svg b/images/knowledge-icon.svg
new file mode 100644
index 0000000..e655928
--- /dev/null
+++ b/images/knowledge-icon.svg
@@ -0,0 +1,10 @@
+
+<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-693.000000, -1389.000000)" fill="#0083CA">
+            <g id="value-props" transform="translate(-1.000000, 1105.000000)">
+                <path d="M734.946067,329 C734.596432,332.210429 732.560628,334.970109 729.2418,336.67 C728.469046,337.068 728.41582,338.024 728.419763,339.438 L728.419763,344 L727.000419,344 L727.000419,339.444 C726.996476,338.08 726.988591,336.212 728.601123,335.386 C731.416706,333.942593 733.164495,331.651841 733.515246,329 L731.494642,329 C727.195321,328.871239 723,324.764753 723,320.713732 L723,291.829662 C723,289.640725 723.704453,287.970793 725.358642,286.241433 C728.317736,283.254177 734.11034,283.254177 737.063547,286.23351 C738.494038,287.677614 739.282868,289.597144 739.282868,291.641473 C739.282868,292.548743 739.127849,293.430261 738.829585,294.258293 C741.496302,293.277728 744.712453,293.95521 746.780679,296.041138 C748.924302,298.207074 749.574895,301.490986 748.450288,304.311927 C749.712293,304.678427 750.862951,305.360276 751.808178,306.316961 C753.142873,307.668027 753.906704,309.410192 753.991127,311.270872 C753.995147,311.292599 753.995147,311.312352 753.997157,311.332104 C753.999167,311.415065 754.001177,311.49605 753.999167,311.577035 C754.001177,311.671846 753.999167,311.766658 753.997157,311.86147 C753.995147,311.885173 753.993137,311.908875 753.991127,311.930603 C753.835744,315.080057 751.703172,317.82859 748.668399,318.811874 C748.852856,319.420953 748.961523,320.056072 748.990189,320.705809 C748.994113,320.725618 748.994113,320.745428 748.996075,320.767218 C748.998038,320.852398 749,320.935598 749,321.020778 C749,321.113882 748.998038,321.205005 748.996075,321.296129 C748.994113,321.3199 748.994113,321.339709 748.990189,321.3615 C748.901887,323.326591 748.08166,325.236216 746.696302,326.680321 C745.257962,328.175929 743.384,329 741.421736,329 L734.946067,329 Z M700.848045,304.05688 C701.684833,303.956581 702.538725,303.987855 703.371834,304.159237 C703.934657,304.277805 704.481399,304.455657 705,304.688841 L704.396975,305.981232 C703.976868,305.791523 703.53063,305.647266 703.074342,305.552411 C702.644184,305.463485 702.201966,305.418034 701.763768,305.418034 L701.761758,305.418034 C700.039118,305.418034 698.429043,306.085967 697.231034,307.301289 C696.123479,308.421757 695.500354,309.870263 695.450102,311.419552 L695.450102,311.755494 C695.533946,314.347409 697.26196,316.623515 699.740856,317.445925 C700.087777,316.695462 700.552593,315.999842 701.12614,315.383325 C702.556559,313.845958 704.474178,313 706.526265,313 L706.526265,314.464159 C704.856143,314.464159 703.297103,315.1515 702.131721,316.404169 C701.06183,317.557194 700.455753,319.047789 700.407033,320.640061 L700.407033,320.995933 C700.457702,322.691917 701.135884,324.349263 702.29542,325.597865 C703.458854,326.8485 704.961378,327.535841 706.526265,327.535841 L721,327.535841 L721,329 L714.447406,329 C714.698817,331.942505 716.091286,334.08872 718.596256,335.386 C720.064639,336.146 721.007762,337.798 721,339.594 L721,344 L719.594054,344 L719.594054,339.59 C719.599911,338.332 718.959447,337.188 717.961649,336.67 C714.947146,335.109706 713.293135,332.531543 713.035594,329 L706.526265,329 C704.577465,329 702.71831,328.154042 701.28984,326.618709 C699.912038,325.136248 699.099389,323.175902 699.009744,321.158617 C699.005846,321.136248 699.005846,321.115913 699.003898,321.09151 C699.001949,320.997966 699,320.904423 699,320.808846 C699,320.721403 699.001949,320.635994 699.003898,320.548551 C699.005846,320.526182 699.005846,320.505846 699.009744,320.485511 C699.034478,319.906016 699.119364,319.337849 699.261498,318.788698 C696.264029,317.785594 694.163056,315.053973 694.008873,311.927418 C694.006863,311.905681 694.004853,311.881967 694.002843,311.858253 C694.000833,311.763399 693.998823,311.668545 694.000833,311.57369 C693.998823,311.492669 694.000833,311.411647 694.002843,311.32865 C694.004853,311.308888 694.004853,311.289127 694.008873,311.267389 C694.093296,309.405872 694.857127,307.662922 696.191822,306.311247 C697.097232,305.393131 698.219489,304.732534 699.429686,304.35849 C698.461811,301.56279 699.154782,298.387789 701.248829,296.266098 C703.349456,294.141636 706.623964,293.455674 709.328472,294.452336 C708.341935,291.696385 708.937843,288.482455 711.118191,286.277291 C714.119657,283.240903 719.000527,283.240903 722,286.277291 L720.98556,287.304215 C718.544129,284.832737 714.574062,284.834754 712.132631,287.304215 C709.691199,289.773676 709.691199,293.79462 712.132631,296.266098 C712.411651,296.55057 712.411651,297.010568 712.132631,297.293023 C711.851617,297.577495 711.397212,297.577495 711.118191,297.293023 C708.750501,294.900228 704.626973,294.900228 702.263268,297.293023 C700.514453,299.065283 699.966873,301.740402 700.848045,304.05688 Z M748.126603,317.488968 C750.676254,316.705151 752.464568,314.395434 752.549898,311.758757 L752.549898,311.422965 C752.499646,309.874375 751.876521,308.426521 750.770976,307.306558 C749.924732,306.449302 748.873459,305.86463 747.723692,305.594022 L746.218141,305.424151 C745.781953,305.426126 745.347775,305.469581 744.925658,305.558467 C744.46937,305.653279 744.023132,305.797472 743.603025,305.987095 L743,304.695286 C743.518601,304.462207 744.065343,304.284435 744.626156,304.167896 C745.134707,304.063208 745.653308,304.007901 746.173919,304.00395 C746.19402,304.001975 746.216131,304 746.238242,304 C746.519018,304 746.797287,304.014467 747.072217,304.043041 L747.035774,304.026303 C748.091472,301.67889 747.589132,298.873881 745.781887,297.049436 C743.376151,294.622786 739.467321,294.622786 737.063547,297.049436 C736.786868,297.328749 736.341434,297.328749 736.064755,297.049436 C735.927396,296.91077 735.858717,296.728524 735.858717,296.546278 C735.858717,296.36205 735.927396,296.181785 736.064755,296.041138 C737.228377,294.866441 737.870038,293.303481 737.870038,291.641473 C737.870038,289.979465 737.228377,288.416504 736.064755,287.239827 C733.660981,284.819119 728.769057,284.819119 726.367245,287.239827 C724.981887,288.689874 724.41283,290.021065 724.41283,291.829662 L724.41283,320.713732 C724.41283,324.006053 727.997887,327.468734 731.516226,327.573724 L741.421736,327.573724 C742.997434,327.573724 744.51034,326.902186 745.681811,325.685889 C746.851321,324.469593 747.532226,322.855127 747.583245,321.203024 L747.583245,320.85636 C747.534189,319.305285 746.925887,317.853257 745.846642,316.730064 C744.67517,315.509806 743.103396,314.840249 741.421736,314.840249 L741.421736,313.413973 C743.489962,313.413973 745.42083,314.238043 746.85917,315.735633 C747.369467,316.265506 747.79394,316.855361 748.126603,317.488968 Z" id="Fill-16"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/kubernetes.svg b/images/kubernetes.svg
new file mode 100644
index 0000000..f801315
--- /dev/null
+++ b/images/kubernetes.svg
@@ -0,0 +1,23 @@
+
+<svg width="82px" height="79px" viewBox="0 0 82 79" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0 0.227059854 81.1849831 0.227059854 81.1849831 79 0 79"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-1140.000000, -1382.000000)">
+            <g id="value-props" transform="translate(-1.000000, 1105.000000)">
+                <g id="Group-8" transform="translate(1141.000000, 276.000000)">
+                    <g id="Group-3" transform="translate(0.000000, 0.773200)">
+                        <mask id="mask-2" fill="white">
+                            <use xlink:href="#path-1"></use>
+                        </mask>
+                        <g id="Clip-2"></g>
+                        <path d="M40.3114,0.2341 C39.5934,0.2701 38.8904,0.4481 38.2434,0.7571 L10.0184,14.2431 C8.5394,14.9501 7.4644,16.2861 7.0984,17.8741 L0.1354,48.1671 C-0.1896,49.5761 0.0754,51.0561 0.8684,52.2701 C0.9634,52.4181 1.0664,52.5591 1.1754,52.6961 L20.7104,76.9861 C21.7354,78.2581 23.2884,79.0011 24.9304,79.000101 L56.2584,78.9931 C57.9004,78.9941 59.4534,78.2541 60.4784,76.9821 L80.0064,52.6891 C81.0314,51.4161 81.4154,49.7481 81.0494,48.1591 L74.0764,17.8671 C73.7094,16.2791 72.6354,14.9421 71.1554,14.2351 L42.9284,0.7571 C42.1144,0.3681 41.2134,0.1881 40.3114,0.2341" id="Fill-1" fill="#0083CA" mask="url(#mask-2)"></path>
+                    </g>
+                    <path d="M40.537,49.8384 C40.77,49.8294 41.008,49.8774 41.233,49.9854 C41.529,50.1284 41.758,50.3524 41.901,50.6214 L41.933,50.6214 L46.232,58.3894 C45.675,58.5764 45.101,58.7354 44.515,58.8694 C41.226,59.6154 37.949,59.3904 34.981,58.3784 L39.269,50.6244 L39.277,50.6244 C39.534,50.1444 40.022,49.8574 40.537,49.8384 L40.537,49.8384 Z M33.17,46.2614 C33.841,46.2704 34.443,46.7354 34.599,47.4194 C34.672,47.7394 34.6369033,48.0564 34.516,48.3364 L34.541,48.3684 L31.162,56.5334 C28.004,54.5074 25.487,51.4724 24.141,47.7474 L32.862,46.2684 L32.877,46.2854 C32.975,46.2684 33.073,46.2594 33.17,46.2614 L33.17,46.2614 Z M47.943,46.2254 C48.059,46.2194 48.174,46.2294 48.287,46.2504 L48.301,46.2324 L57.098,47.7194 C55.81,51.3364 53.347,54.4694 50.056,56.5664 L46.641,48.3174 L46.651,48.3044 C46.338,47.5744 46.651,46.7204 47.373,46.3724 C47.558,46.2834 47.751,46.2344 47.943,46.2254 L47.943,46.2254 Z M39.23,38.9984 L41.948,38.9984 L43.638,41.1094 L43.031,43.7444 L40.591,44.9184 L38.143,43.7414 L37.537,41.1064 L39.23,38.9984 Z M55.477,32.6094 C56.463,34.2064 57.209,35.9914 57.653,37.9264 C58.093,39.8374 58.203,41.7454 58.021,43.5894 L49.475,41.1274 L49.467,41.0924 C48.701,40.8824 48.231,40.1044 48.409,39.3224 C48.482,39.0034 48.652,38.7334 48.882,38.5324 L48.879,38.5144 L55.477,32.6094 Z M25.658,32.6064 L32.292,38.5394 L32.285,38.5754 C32.884,39.0964 32.973,39.9994 32.473,40.6264 C32.268,40.8824 31.994,41.0554 31.7,41.1354 L31.693,41.1634 L23.188,43.6184 C22.756,39.6604 23.688,35.8134 25.658,32.6064 L25.658,32.6064 Z M42.71,24.4184 C46.553,24.8914 50.107,26.6314 52.831,29.2994 L45.612,34.4174 L45.587,34.4064 C44.946,34.8744 44.043,34.7584 43.544,34.1324 C43.339,33.8754 43.231,33.5744 43.219,33.2704 L43.212,33.2664 L42.71,24.4184 Z M38.475,24.4184 L37.974,33.2804 L37.937,33.2984 C37.904,34.0914 37.252,34.7244 36.45,34.7244 C36.122,34.7244 35.819,34.6184 35.573,34.4394 L35.558,34.4464 L28.293,29.2954 C30.526,27.0994 33.383,25.4774 36.675,24.7294 C37.275,24.5924 37.877,24.4914 38.475,24.4184 L38.475,24.4184 Z M40.591,11.3164 C39.658,11.3164 38.901,12.1554 38.901,13.1924 C38.901,13.2084 38.905,13.2244 38.905,13.2394 C38.903,13.3804 38.897,13.5504 38.901,13.6734 C38.924,14.2714 39.054,14.7284 39.133,15.2784 C39.274,16.4584 39.393,17.4354 39.32,18.3444 C39.249,18.6864 38.996,18.9994 38.771,19.2174 L38.731,19.9324 C37.718,20.0164 36.697,20.1694 35.678,20.4014 C31.292,21.3974 27.515,23.6564 24.64,26.7074 C24.453,26.5794 24.127,26.3464 24.03,26.2744 C23.728,26.3154 23.424,26.4074 23.026,26.1764 C22.27,25.6674 21.582,24.9654 20.749,24.1194 C20.367,23.7144 20.091,23.3284 19.637,22.9394 C19.534,22.8504 19.377,22.7304 19.262,22.6394 C18.907,22.3574 18.488,22.2094 18.085,22.1944 C17.565,22.1774 17.065,22.3804 16.738,22.7904 C16.156,23.5204 16.343,24.6354 17.153,25.2814 C17.162,25.2874 17.17,25.2934 17.179,25.2994 C17.29,25.3904 17.427,25.5054 17.528,25.5814 C18.01,25.9364 18.45,26.1184 18.93,26.4014 C19.939,27.0254 20.777,27.5414 21.441,28.1654 C21.701,28.4424 21.746,28.9294 21.781,29.1404 L22.322,29.6234 C19.424,33.9854 18.082,39.3734 18.875,44.8634 L18.168,45.0694 C17.981,45.3104 17.718,45.6894 17.442,45.8024 C16.573,46.0764 15.595,46.1764 14.414,46.3004 C13.859,46.3464 13.381,46.3184 12.793,46.4304 C12.663,46.4544 12.483,46.5024 12.342,46.5354 L12.327,46.5384 C12.319,46.5404 12.309,46.5444 12.302,46.5464 C11.307,46.7864 10.667,47.7014 10.873,48.6034 C11.078,49.5054 12.051,50.0544 13.053,49.8384 C13.06,49.8364 13.07,49.8364 13.078,49.8344 C13.09,49.8314 13.1,49.8264 13.11,49.8234 C13.25,49.7924 13.425,49.7594 13.547,49.7264 C14.125,49.5714 14.544,49.3444 15.063,49.1454 C16.182,48.7434 17.107,48.4084 18.009,48.2784 C18.386,48.2494 18.782,48.5114 18.979,48.6214 L19.716,48.4954 C21.411,53.7484 24.962,57.9954 29.459,60.6594 L29.152,61.3964 C29.263,61.6824 29.385,62.0684 29.302,62.3514 C28.974,63.2014 28.412,64.0994 27.773,65.1004 C27.463,65.5624 27.146,65.9204 26.867,66.4494 C26.8,66.5764 26.715,66.7714 26.65,66.9044 C26.216,67.8334 26.535,68.9034 27.369,69.3054 C28.208,69.7084 29.25,69.2824 29.7,68.3524 C29.701,68.3514 29.703,68.3504 29.704,68.3484 C29.705,68.3474 29.704,68.3464 29.704,68.3454 C29.768,68.2124 29.859,68.0394 29.913,67.9154 C30.153,67.3664 30.232,66.8974 30.4,66.3664 C30.848,65.2434 31.094,64.0664 31.709,63.3314 C31.877,63.1304 32.152,63.0534 32.436,62.9774 L32.819,62.2834 C36.739,63.7884 41.128,64.1924 45.511,63.1974 C46.511,62.9704 47.476,62.6764 48.409,62.3234 C48.516,62.5144 48.717,62.8814 48.77,62.9734 C49.059,63.0674 49.376,63.1164 49.633,63.4964 C50.094,64.2834 50.408,65.2144 50.792,66.3374 C50.96,66.8674 51.043,67.3384 51.282,67.8864 C51.337,68.0114 51.428,68.1874 51.492,68.3194 C51.942,69.2534 52.987,69.6814 53.827,69.2754 C54.661,68.8744 54.98,67.8044 54.546,66.8754 C54.481,66.7414 54.392,66.5474 54.325,66.4204 C54.046,65.8924 53.729,65.5364 53.42,65.0744 C52.78,64.0734 52.25,63.2424 51.922,62.3924 C51.784,61.9534 51.944,61.6814 52.052,61.3964 C51.987,61.3224 51.85,60.9084 51.769,60.7144 C56.443,57.9544 59.89,53.5504 61.509,48.4624 C61.727,48.4974 62.107,48.5644 62.23,48.5894 C62.484,48.4214 62.719,48.2024 63.177,48.2384 C64.078,48.3694 65.004,48.7044 66.122,49.1054 C66.641,49.3044 67.06,49.5354 67.638,49.6904 C67.76,49.7234 67.935,49.7534 68.075,49.7834 C68.086,49.7864 68.096,49.7924 68.107,49.7944 C68.115,49.7964 68.125,49.7964 68.133,49.7984 C69.135,50.0144 70.107,49.4654 70.312,48.5644 C70.518,47.6614 69.879,46.7464 68.884,46.5064 C68.738,46.4734 68.533,46.4174 68.392,46.3914 C67.805,46.2794 67.326,46.3074 66.771,46.2614 C65.591,46.1374 64.612,46.0364 63.743,45.7634 C63.389,45.6254 63.137,45.2034 63.014,45.0294 L62.332,44.8314 C62.685,42.2724 62.59,39.6094 61.978,36.9434 C61.36,34.2544 60.268,31.7944 58.812,29.6274 C58.987,29.4684 59.318,29.1764 59.411,29.0894 C59.439,28.7864 59.415,28.4694 59.729,28.1334 C60.393,27.5094 61.231,26.9914 62.241,26.3674 C62.721,26.0854 63.164,25.9034 63.645,25.5484 C63.755,25.4684 63.903,25.3414 64.017,25.2494 C64.828,24.6034 65.015,23.4874 64.433,22.7584 C63.85,22.0284 62.724,21.9604 61.913,22.6074 C61.798,22.6974 61.641,22.8174 61.538,22.9064 C61.084,23.2964 60.804,23.6824 60.422,24.0864 C59.589,24.9334 58.9,25.6394 58.144,26.1484 C57.817,26.3384 57.337,26.2734 57.119,26.2594 L56.476,26.7184 C52.813,22.8764 47.825,20.4204 42.453,19.9424 C42.438,19.7174 42.419,19.3114 42.414,19.1884 C42.194,18.9784 41.929,18.7984 41.861,18.3444 C41.788,17.4354 41.911,16.4584 42.053,15.2784 C42.131,14.7284 42.262,14.2714 42.284,13.6734 C42.289,13.5364 42.281,13.3394 42.28,13.1924 C42.28,12.1554 41.523,11.3164 40.591,11.3164 L40.591,11.3164 Z" id="Fill-4" fill="#ffffff"></path>
+                    <path d="M40.537,49.8384 C40.77,49.8294 41.008,49.8774 41.233,49.9854 C41.529,50.1284 41.758,50.3524 41.901,50.6214 L41.933,50.6214 L46.232,58.3894 C45.675,58.5764 45.101,58.7354 44.515,58.8694 C41.226,59.6154 37.949,59.3904 34.981,58.3784 L39.269,50.6244 L39.277,50.6244 C39.534,50.1444 40.022,49.8574 40.537,49.8384 Z M33.17,46.2614 C33.841,46.2704 34.443,46.7354 34.599,47.4194 C34.672,47.7394 34.6369033,48.0564 34.516,48.3364 L34.541,48.3684 L31.162,56.5334 C28.004,54.5074 25.487,51.4724 24.141,47.7474 L32.862,46.2684 L32.877,46.2854 C32.975,46.2684 33.073,46.2594 33.17,46.2614 Z M47.943,46.2254 C48.059,46.2194 48.174,46.2294 48.287,46.2504 L48.301,46.2324 L57.098,47.7194 C55.81,51.3364 53.347,54.4694 50.056,56.5664 L46.641,48.3174 L46.651,48.3044 C46.338,47.5744 46.651,46.7204 47.373,46.3724 C47.558,46.2834 47.751,46.2344 47.943,46.2254 Z M39.23,38.9984 L41.948,38.9984 L43.638,41.1094 L43.031,43.7444 L40.591,44.9184 L38.143,43.7414 L37.537,41.1064 L39.23,38.9984 Z M55.477,32.6094 C56.463,34.2064 57.209,35.9914 57.653,37.9264 C58.093,39.8374 58.203,41.7454 58.021,43.5894 L49.475,41.1274 L49.467,41.0924 C48.701,40.8824 48.231,40.1044 48.409,39.3224 C48.482,39.0034 48.652,38.7334 48.882,38.5324 L48.879,38.5144 L55.477,32.6094 Z M25.658,32.6064 L32.292,38.5394 L32.285,38.5754 C32.884,39.0964 32.973,39.9994 32.473,40.6264 C32.268,40.8824 31.994,41.0554 31.7,41.1354 L31.693,41.1634 L23.188,43.6184 C22.756,39.6604 23.688,35.8134 25.658,32.6064 Z M42.71,24.4184 C46.553,24.8914 50.107,26.6314 52.831,29.2994 L45.612,34.4174 L45.587,34.4064 C44.946,34.8744 44.043,34.7584 43.544,34.1324 C43.339,33.8754 43.231,33.5744 43.219,33.2704 L43.212,33.2664 L42.71,24.4184 Z M38.475,24.4184 L37.974,33.2804 L37.937,33.2984 C37.904,34.0914 37.252,34.7244 36.45,34.7244 C36.122,34.7244 35.819,34.6184 35.573,34.4394 L35.558,34.4464 L28.293,29.2954 C30.526,27.0994 33.383,25.4774 36.675,24.7294 C37.275,24.5924 37.877,24.4914 38.475,24.4184 Z M40.591,11.3164 C39.658,11.3164 38.901,12.1554 38.901,13.1924 C38.901,13.2084 38.905,13.2244 38.905,13.2394 C38.903,13.3804 38.897,13.5504 38.901,13.6734 C38.924,14.2714 39.054,14.7284 39.133,15.2784 C39.274,16.4584 39.393,17.4354 39.32,18.3444 C39.249,18.6864 38.996,18.9994 38.771,19.2174 L38.731,19.9324 C37.718,20.0164 36.697,20.1694 35.678,20.4014 C31.292,21.3974 27.515,23.6564 24.64,26.7074 C24.453,26.5794 24.127,26.3464 24.03,26.2744 C23.728,26.3154 23.424,26.4074 23.026,26.1764 C22.27,25.6674 21.582,24.9654 20.749,24.1194 C20.367,23.7144 20.091,23.3284 19.637,22.9394 C19.534,22.8504 19.377,22.7304 19.262,22.6394 C18.907,22.3574 18.488,22.2094 18.085,22.1944 C17.565,22.1774 17.065,22.3804 16.738,22.7904 C16.156,23.5204 16.343,24.6354 17.153,25.2814 C17.162,25.2874 17.17,25.2934 17.179,25.2994 C17.29,25.3904 17.427,25.5054 17.528,25.5814 C18.01,25.9364 18.45,26.1184 18.93,26.4014 C19.939,27.0254 20.777,27.5414 21.441,28.1654 C21.701,28.4424 21.746,28.9294 21.781,29.1404 L22.322,29.6234 C19.424,33.9854 18.082,39.3734 18.875,44.8634 L18.168,45.0694 C17.981,45.3104 17.718,45.6894 17.442,45.8024 C16.573,46.0764 15.595,46.1764 14.414,46.3004 C13.859,46.3464 13.381,46.3184 12.793,46.4304 C12.663,46.4544 12.483,46.5024 12.342,46.5354 L12.327,46.5384 C12.319,46.5404 12.309,46.5444 12.302,46.5464 C11.307,46.7864 10.667,47.7014 10.873,48.6034 C11.078,49.5054 12.051,50.0544 13.053,49.8384 C13.06,49.8364 13.07,49.8364 13.078,49.8344 C13.09,49.8314 13.1,49.8264 13.11,49.8234 C13.25,49.7924 13.425,49.7594 13.547,49.7264 C14.125,49.5714 14.544,49.3444 15.063,49.1454 C16.182,48.7434 17.107,48.4084 18.009,48.2784 C18.386,48.2494 18.782,48.5114 18.979,48.6214 L19.716,48.4954 C21.411,53.7484 24.962,57.9954 29.459,60.6594 L29.152,61.3964 C29.263,61.6824 29.385,62.0684 29.302,62.3514 C28.974,63.2014 28.412,64.0994 27.773,65.1004 C27.463,65.5624 27.146,65.9204 26.867,66.4494 C26.8,66.5764 26.715,66.7714 26.65,66.9044 C26.216,67.8334 26.535,68.9034 27.369,69.3054 C28.208,69.7084 29.25,69.2824 29.7,68.3524 C29.701,68.3514 29.703,68.3504 29.704,68.3484 C29.705,68.3474 29.704,68.3464 29.704,68.3454 C29.768,68.2124 29.859,68.0394 29.913,67.9154 C30.153,67.3664 30.232,66.8974 30.4,66.3664 C30.848,65.2434 31.094,64.0664 31.709,63.3314 C31.877,63.1304 32.152,63.0534 32.436,62.9774 L32.819,62.2834 C36.739,63.7884 41.128,64.1924 45.511,63.1974 C46.511,62.9704 47.476,62.6764 48.409,62.3234 C48.516,62.5144 48.717,62.8814 48.77,62.9734 C49.059,63.0674 49.376,63.1164 49.633,63.4964 C50.094,64.2834 50.408,65.2144 50.792,66.3374 C50.96,66.8674 51.043,67.3384 51.282,67.8864 C51.337,68.0114 51.428,68.1874 51.492,68.3194 C51.942,69.2534 52.987,69.6814 53.827,69.2754 C54.661,68.8744 54.98,67.8044 54.546,66.8754 C54.481,66.7414 54.392,66.5474 54.325,66.4204 C54.046,65.8924 53.729,65.5364 53.42,65.0744 C52.78,64.0734 52.25,63.2424 51.922,62.3924 C51.784,61.9534 51.944,61.6814 52.052,61.3964 C51.987,61.3224 51.85,60.9084 51.769,60.7144 C56.443,57.9544 59.89,53.5504 61.509,48.4624 C61.727,48.4974 62.107,48.5644 62.23,48.5894 C62.484,48.4214 62.719,48.2024 63.177,48.2384 C64.078,48.3694 65.004,48.7044 66.122,49.1054 C66.641,49.3044 67.06,49.5354 67.638,49.6904 C67.76,49.7234 67.935,49.7534 68.075,49.7834 C68.086,49.7864 68.096,49.7924 68.107,49.7944 C68.115,49.7964 68.125,49.7964 68.133,49.7984 C69.135,50.0144 70.107,49.4654 70.312,48.5644 C70.518,47.6614 69.879,46.7464 68.884,46.5064 C68.738,46.4734 68.533,46.4174 68.392,46.3914 C67.805,46.2794 67.326,46.3074 66.771,46.2614 C65.591,46.1374 64.612,46.0364 63.743,45.7634 C63.389,45.6254 63.137,45.2034 63.014,45.0294 L62.332,44.8314 C62.685,42.2724 62.59,39.6094 61.978,36.9434 C61.36,34.2544 60.268,31.7944 58.812,29.6274 C58.987,29.4684 59.318,29.1764 59.411,29.0894 C59.439,28.7864 59.415,28.4694 59.729,28.1334 C60.393,27.5094 61.231,26.9914 62.241,26.3674 C62.721,26.0854 63.164,25.9034 63.645,25.5484 C63.755,25.4684 63.903,25.3414 64.017,25.2494 C64.828,24.6034 65.015,23.4874 64.433,22.7584 C63.85,22.0284 62.724,21.9604 61.913,22.6074 C61.798,22.6974 61.641,22.8174 61.538,22.9064 C61.084,23.2964 60.804,23.6824 60.422,24.0864 C59.589,24.9334 58.9,25.6394 58.144,26.1484 C57.817,26.3384 57.337,26.2734 57.119,26.2594 L56.476,26.7184 C52.813,22.8764 47.825,20.4204 42.453,19.9424 C42.438,19.7174 42.419,19.3114 42.414,19.1884 C42.194,18.9784 41.929,18.7984 41.861,18.3444 C41.788,17.4354 41.911,16.4584 42.053,15.2784 C42.131,14.7284 42.262,14.2714 42.284,13.6734 C42.289,13.5364 42.281,13.3394 42.28,13.1924 C42.28,12.1554 41.523,11.3164 40.591,11.3164 Z" id="Stroke-6" stroke="#ffffff" stroke-width="0.25"></path>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/logo-che.png b/images/logo-che.png
new file mode 100755
index 0000000..5085c0b
--- /dev/null
+++ b/images/logo-che.png
Binary files differ
diff --git a/images/logo-eclipse.png b/images/logo-eclipse.png
new file mode 100755
index 0000000..1bab232
--- /dev/null
+++ b/images/logo-eclipse.png
Binary files differ
diff --git a/images/logo-vscode.png b/images/logo-vscode.png
new file mode 100755
index 0000000..6cee1d0
--- /dev/null
+++ b/images/logo-vscode.png
Binary files differ
diff --git a/images/logo.png b/images/logo.png
new file mode 100644
index 0000000..975d09a
--- /dev/null
+++ b/images/logo.png
Binary files differ
diff --git a/images/logo.svg b/images/logo.svg
new file mode 100644
index 0000000..976e6ff
--- /dev/null
+++ b/images/logo.svg
@@ -0,0 +1,20 @@
+
+<svg width="72px" height="73px" viewBox="0 0 72 73" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0.1383 0.893 71.245 0.893 71.245 72 0.1383 72"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-277.000000, -18.000000)">
+            <g id="header">
+                <g id="codewind-logo" transform="translate(80.000000, 18.000000)">
+                    <g id="Group-21" transform="translate(197.000000, 0.107100)">
+                        <mask id="mask-2" fill="white">
+                            <use xlink:href="#path-1"></use>
+                        </mask>
+                        <g id="Clip-20"></g>
+                    </g>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/monitoring-icon.svg b/images/monitoring-icon.svg
new file mode 100644
index 0000000..89791f4
--- /dev/null
+++ b/images/monitoring-icon.svg
@@ -0,0 +1,10 @@
+
+<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-1201.000000, -1959.000000)" fill="#ffffff">
+            <g id="key-features" transform="translate(78.000000, 1560.000000)">
+                <path d="M1134.5,420 C1135.87805,420 1137,421.121951 1137,422.5 C1137,423.878049 1135.87805,425 1134.5,425 C1133.12195,425 1132,423.878049 1132,422.5 C1132,421.121951 1133.12195,420 1134.5,420 L1134.5,420 Z M1148.78049,433.355075 C1149.54421,433.793965 1150,434.59555 1150,435.500762 C1150,436.878391 1148.87805,438 1147.5,438 C1146.12195,438 1145,436.878391 1145,435.500762 C1145,434.121609 1146.12195,433 1147.5,433 C1147.96494,433 1148.40244,433.12039 1148.78049,433.355075 L1148.78049,433.355075 Z M1159,410.500762 C1159,409.121609 1160.12195,408 1161.5,408 C1162.04421,408 1162.56555,408.17068 1162.99848,408.484608 C1163.63415,408.966169 1164,409.700701 1164,410.500762 C1164,411.878391 1162.87805,413 1161.5,413 C1161.16006,413 1160.82317,412.926852 1160.50915,412.783603 C1159.59299,412.396525 1159,411.500457 1159,410.500762 L1159,410.500762 Z M1123,399 L1123,446.43083 C1123,446.745455 1123.25421,447 1123.56842,447 L1171,447 L1171,445.86166 L1124.13684,445.86166 L1124.13684,423.284585 L1130.95158,423.284585 C1131.22789,425.071146 1132.75947,426.44664 1134.62105,426.44664 C1135.47053,426.44664 1136.24579,426.149407 1136.87421,425.667194 L1144.30474,433.10751 C1143.82316,433.736759 1143.52632,434.513043 1143.52632,435.365217 C1143.52632,437.422134 1145.19684,439.094862 1147.25263,439.094862 C1149.30842,439.094862 1150.97895,437.422134 1150.97895,435.365217 C1150.97895,434.228458 1150.44526,433.188142 1149.60053,432.501976 L1160.47789,413.643478 C1160.79842,413.735178 1161.12684,413.798419 1161.46316,413.798419 C1163.32474,413.798419 1164.85632,412.422925 1165.13263,410.636364 L1170.93684,410.636364 L1170.93684,409.498024 L1165.12474,409.498024 C1164.97947,408.536759 1164.49158,407.667194 1163.69263,407.06166 C1163.03895,406.587352 1162.27,406.337549 1161.46316,406.337549 C1159.40737,406.337549 1157.73684,408.010277 1157.73684,410.068775 C1157.73684,411.349407 1158.40947,412.484585 1159.44842,413.15336 L1148.62158,431.926482 C1148.19211,431.752569 1147.73895,431.633992 1147.25263,431.633992 C1146.45842,431.633992 1145.72421,431.886957 1145.11947,432.313834 L1137.66842,424.851383 C1138.09316,424.24585 1138.34737,423.512253 1138.34737,422.715415 C1138.34737,420.658498 1136.67684,418.98419 1134.62105,418.98419 C1132.75947,418.98419 1131.22789,420.359684 1130.95158,422.146245 L1124.13684,422.146245 L1124.13684,399 L1123,399 Z" id="Fill-1"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/slack-logo.svg b/images/slack-logo.svg
new file mode 100644
index 0000000..41e7f27
--- /dev/null
+++ b/images/slack-logo.svg
@@ -0,0 +1,31 @@
+
+<svg width="249px" height="63px" viewBox="0 0 249 63" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <polygon id="path-1" points="0 62.9972 248.791 62.9972 248.791 0.0002 0 0.0002"></polygon>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-435.000000, -2197.000000)">
+            <g id="social" transform="translate(-1.000000, 2128.000000)">
+                <g id="slack-logo" transform="translate(436.000000, 69.000000)">
+                    <path d="M79.5755,49.597 L82.6655,42.391 C86.0475,44.891 90.4605,46.215 94.8715,46.215 C98.1055,46.215 100.1665,44.965 100.1665,43.054 C100.0935,37.759 80.6805,41.878 80.5335,28.569 C80.4595,21.805 86.4895,16.583 95.0215,16.583 C100.0955,16.583 105.1695,17.833 108.7725,20.701 L105.8875,28.063 C102.5715,25.936 98.4765,24.452 94.5815,24.452 C91.9335,24.452 90.1685,25.702 90.1685,27.321 C90.2415,32.542 109.8025,29.674 110.0225,42.396 C110.0225,49.307 104.1375,54.16 95.7565,54.16 C89.5765,54.156 83.9155,52.684 79.5755,49.597" id="Fill-1" fill="#FEFEFE"></path>
+                    <path d="M198.8451,39.7806 C197.3051,42.5016 194.3851,44.3396 191.0351,44.3396 C186.0811,44.3396 182.0631,40.3236 182.0631,35.3666 C182.0631,30.4106 186.0781,26.3946 191.0351,26.3946 C194.3851,26.3946 197.3051,28.2316 198.8451,30.9536 L207.4321,26.1956 C204.2161,20.4586 198.0781,16.5786 191.0351,16.5786 C180.6581,16.5786 172.2461,24.9906 172.2461,35.3666 C172.2461,45.7436 180.6581,54.1556 191.0351,54.1556 C198.0811,54.1556 204.2161,50.2746 207.4311,44.5376 L198.8451,39.7806 Z" id="Fill-3" fill="#FEFEFE"></path>
+                    <mask id="mask-2" fill="white">
+                        <use xlink:href="#path-1"></use>
+                    </mask>
+                    <g id="Clip-6"></g>
+                    <polygon id="Fill-5" fill="#FEFEFE" mask="url(#mask-2)" points="114.348 53.4182 125.085 53.4182 125.085 0.9382 114.348 0.9382"></polygon>
+                    <polygon id="Fill-7" fill="#FEFEFE" mask="url(#mask-2)" points="211.6087 0.9378 211.6087 53.4208 222.3467 53.4208 222.3467 37.6958 235.0697 53.4208 248.7917 53.4208 232.6137 34.7408 247.6147 17.3128 234.4797 17.3128 222.3467 31.8008 222.3467 0.9378"></polygon>
+                    <path d="M156.9183,17.3128 L156.9183,21.5788 C155.1523,18.6358 150.8143,16.5788 146.2543,16.5788 C136.8403,16.5788 129.4133,24.8868 129.4133,35.3308 C129.4133,45.7728 136.8403,54.1558 146.2543,54.1558 C150.8133,54.1558 155.1523,52.0968 156.9153,49.1548 L156.9153,53.4178 L167.6503,53.4178 L167.6503,17.3128 L156.9183,17.3128 Z M156.9183,39.8518 C155.3733,42.4248 152.1393,44.3358 148.5353,44.3358 C143.5823,44.3358 139.5643,40.3208 139.5643,35.3648 C139.5643,30.4088 143.5823,26.3928 148.5353,26.3928 C152.1393,26.3928 155.3733,28.3768 156.9183,31.0248 L156.9183,39.8518 Z" id="Fill-8" fill="#FEFEFE" mask="url(#mask-2)"></path>
+                    <path d="M13.263,39.7874 C13.263,43.4494 10.293,46.4194 6.631,46.4194 C2.969,46.4194 0,43.4494 0,39.7874 C0,36.1254 2.969,33.1564 6.631,33.1564 L13.263,33.1564 L13.263,39.7874 Z" id="Fill-9" fill="#DF225B" mask="url(#mask-2)"></path>
+                    <path d="M16.5785,39.7874 C16.5785,36.1254 19.5475,33.1564 23.2095,33.1564 C26.8715,33.1564 29.8415,36.1254 29.8415,39.7874 L29.8415,56.3654 C29.8415,60.0274 26.8715,62.9974 23.2095,62.9974 C19.5475,62.9974 16.5785,60.0274 16.5785,56.3654 L16.5785,39.7874 Z" id="Fill-10" fill="#DF225B" mask="url(#mask-2)"></path>
+                    <path d="M23.2093,13.263 C19.5473,13.263 16.5783,10.293 16.5783,6.631 C16.5783,2.969 19.5473,0 23.2093,0 C26.8713,0 29.8413,2.969 29.8413,6.631 L29.8413,13.263 L23.2093,13.263 Z" id="Fill-11" fill="#39C5EE" mask="url(#mask-2)"></path>
+                    <path d="M23.2093,16.5784 C26.8713,16.5784 29.8413,19.5474 29.8413,23.2094 C29.8413,26.8714 26.8713,29.8414 23.2093,29.8414 L6.6313,29.8414 C2.9693,29.8414 0.0003,26.8714 0.0003,23.2094 C0.0003,19.5474 2.9693,16.5784 6.6313,16.5784 L23.2093,16.5784 Z" id="Fill-12" fill="#39C5EE" mask="url(#mask-2)"></path>
+                    <path d="M49.7347,23.2093 C49.7347,19.5473 52.7047,16.5783 56.3657,16.5783 C60.0277,16.5783 62.9977,19.5473 62.9977,23.2093 C62.9977,26.8713 60.0277,29.8413 56.3657,29.8413 L49.7347,29.8413 L49.7347,23.2093 Z" id="Fill-13" fill="#2FB67D" mask="url(#mask-2)"></path>
+                    <path d="M46.4193,23.2093 C46.4193,26.8713 43.4493,29.8413 39.7873,29.8413 C36.1253,29.8413 33.1563,26.8713 33.1563,23.2093 L33.1563,6.6313 C33.1563,2.9693 36.1253,0.0003 39.7873,0.0003 C43.4493,0.0003 46.4193,2.9693 46.4193,6.6313 L46.4193,23.2093 Z" id="Fill-14" fill="#2FB67D" mask="url(#mask-2)"></path>
+                    <path d="M39.7875,49.7347 C43.4495,49.7347 46.4195,52.7047 46.4195,56.3657 C46.4195,60.0277 43.4495,62.9977 39.7875,62.9977 C36.1255,62.9977 33.1565,60.0277 33.1565,56.3657 L33.1565,49.7347 L39.7875,49.7347 Z" id="Fill-15" fill="#EAB12C" mask="url(#mask-2)"></path>
+                    <path d="M39.7875,46.4192 C36.1255,46.4192 33.1565,43.4492 33.1565,39.7872 C33.1565,36.1252 36.1255,33.1562 39.7875,33.1562 L56.3655,33.1562 C60.0275,33.1562 62.9975,36.1252 62.9975,39.7872 C62.9975,43.4492 60.0275,46.4192 56.3655,46.4192 L39.7875,46.4192 Z" id="Fill-16" fill="#EAB12C" mask="url(#mask-2)"></path>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/so-logo.svg b/images/so-logo.svg
new file mode 100644
index 0000000..64a489e
--- /dev/null
+++ b/images/so-logo.svg
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 600.09 117.87" style="enable-background:new 0 0 600.09 117.87;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#FFFFFF;}
+	.st1{fill:#BCBBBB;}
+	.st2{fill:#F48024;}
+</style>
+<path class="st0" d="M135.87,72.91l-6.83-0.61c-5.36-0.43-7.44-2.59-7.44-6.23c0-4.32,3.29-7.01,9.51-7.01
+	c4.41,0,8.3,1.04,11.33,3.37l4.07-4.07c-3.81-3.11-9.26-4.58-15.31-4.58c-9.08,0-15.66,4.67-15.66,12.46
+	c0,7.01,4.41,10.73,12.72,11.42l7.01,0.61c4.93,0.43,7.09,2.51,7.09,6.23c0,5.02-4.33,7.53-11.33,7.53c-5.28,0-9.86-1.38-13.23-4.93
+	l-4.15,4.15c4.67,4.5,10.29,6.14,17.47,6.14c10.29,0,17.3-4.76,17.3-12.97C148.42,76.46,143.31,73.6,135.87,72.91z M189.13,53.79
+	c-6.83,0-11.13,1.35-14.9,6.12c-0.05,0.06,4.09,4.09,4.09,4.09c2.51-3.55,5.28-4.84,10.73-4.84c7.78,0,10.9,3.11,10.9,9.34v4.07
+	h-12.8c-9.51,0-14.7,4.84-14.7,12.28c0,3.37,1.12,6.57,3.2,8.65c2.68,2.77,6.14,3.89,12.02,3.89c5.71,0,8.82-1.12,12.28-4.58v4.07
+	h6.23V67.98C206.17,58.72,200.55,53.79,189.13,53.79z M199.94,81.82c0,3.55-0.69,5.97-2.16,7.35c-2.68,2.59-5.88,2.86-9.51,2.86
+	c-6.75,0-9.77-2.34-9.77-7.27c0-4.93,3.11-7.52,9.52-7.52h11.94V81.82z M230.56,59.33c4.07,0,6.57,1.21,9.77,4.76
+	c0,0,4.17-4.05,4.14-4.09c-4.37-4.67-8.07-6.2-13.91-6.2c-10.73,0-18.86,7.27-18.86,21.8c0,14.53,8.13,21.8,18.86,21.8
+	c5.88,0,9.6-1.56,14.01-6.31l-4.24-4.07c-3.2,3.55-5.71,4.84-9.77,4.84c-4.15,0-7.61-1.64-9.86-4.84
+	c-1.99-2.77-2.77-6.06-2.77-11.42c0-5.36,0.78-8.65,2.77-11.42C222.95,60.97,226.41,59.33,230.56,59.33z M283.9,54.25h-7.76
+	l-19.3,18.79l0.03-37.75h-6.23v61.59h6.23l-0.03-15.53l7.55-7.58l14.27,23.11h7.7l-17.66-27.43L283.9,54.25z M313.16,52.03
+	c-6.55,0-10.98,2.55-13.7,5.45c-4,4.17-5.02,9.19-5.02,17.19c0,8.08,1.02,13.1,5.02,17.27c2.72,2.89,7.15,5.45,13.7,5.45
+	c6.55,0,11.06-2.55,13.79-5.45c4-4.17,5.02-9.19,5.02-17.27c0-8-1.02-13.02-5.02-17.19C324.23,54.59,319.72,52.03,313.16,52.03z
+	 M318.36,85.48c-1.28,1.28-2.98,1.96-5.19,1.96s-3.83-0.68-5.11-1.96c-2.3-2.3-2.55-6.21-2.55-10.81c0-4.6,0.25-8.43,2.55-10.72
+	c1.28-1.28,2.89-1.96,5.11-1.96s3.91,0.68,5.19,1.96c2.3,2.3,2.55,6.13,2.55,10.72C320.91,79.26,320.65,83.18,318.36,85.48z
+	 M361.43,52.54l-8.93,27.4l-9.02-27.4h-11.66l16.34,44.33h8.68l16.25-44.33H361.43z M391.9,52.03c-11.49,0-19.32,8.17-19.32,22.64
+	c0,17.96,10.04,22.72,20.51,22.72c8,0,12.34-2.47,16.85-6.98l-6.72-6.55c-2.81,2.81-5.19,4.17-10.04,4.17c-6.21,0-9.7-4.17-9.7-9.87
+	h27.74v-4.94C411.22,61.05,404.24,52.03,391.9,52.03z M383.48,70.58c0.08-1.96,0.34-3.15,1.02-4.77c1.19-2.64,3.66-4.59,7.4-4.59
+	c3.74,0,6.21,1.96,7.4,4.59c0.68,1.62,0.94,2.81,1.02,4.77H383.48z M427.54,56.8v-4.25h-10.81v44.33h11.06V70.16
+	c0-5.62,3.74-8.17,7.15-8.17c2.72,0,4.13,0.91,5.84,2.61l8.37-8.39c-3.06-3.06-6.13-4.17-10.47-4.17
+	C433.92,52.03,429.66,54.25,427.54,56.8z M452.58,47.92v48.91h11.06V61.88h8.17v-8.42h-8.17V48.6c0-2.55,1.28-4,3.91-4h4.26v-9.36
+	h-6.3C456.5,35.24,452.58,41.63,452.58,47.92z M517.36,52.03c-6.55,0-10.98,2.55-13.7,5.45c-4,4.17-5.02,9.19-5.02,17.19
+	c0,8.08,1.02,13.1,5.02,17.27c2.72,2.89,7.15,5.45,13.7,5.45c6.55,0,11.06-2.55,13.79-5.45c4-4.17,5.02-9.19,5.02-17.27
+	c0-8-1.02-13.02-5.02-17.19C528.42,54.59,523.91,52.03,517.36,52.03z M522.55,85.48c-1.28,1.28-2.98,1.96-5.19,1.96
+	c-2.21,0-3.83-0.68-5.11-1.96c-2.3-2.3-2.55-6.21-2.55-10.81c0-4.6,0.25-8.43,2.55-10.72c1.28-1.28,2.89-1.96,5.11-1.96
+	c2.21,0,3.91,0.68,5.19,1.96c2.3,2.3,2.55,6.13,2.55,10.72C525.1,79.26,524.85,83.18,522.55,85.48z M588.43,52.54l-7.15,27.4
+	l-9.1-27.4h-8.08l-9.02,27.4l-7.15-27.4h-11.74l13.62,44.33h9.11l9.28-27.83l9.28,27.83h9.1l13.53-44.33H588.43z M488.14,83.52
+	V35.24h-11.06V84.2c0,6.3,3.83,12.68,12.93,12.68h6.3v-9.36h-4.25C489.24,87.52,488.14,86.16,488.14,83.52z M165.69,61.01l5.76-5.76
+	h-11.79v-14h-6.23v44.2c0,6.31,3.63,11.42,10.9,11.42h4.41v-5.36h-3.29c-3.98,0-5.8-2.34-5.8-6.23V61.01H165.69z"/>
+<polygon class="st1" points="84.07,107.35 84.07,75.8 94.59,75.8 94.59,117.87 0,117.87 0,75.8 10.52,75.8 10.52,107.35 "/>
+<path class="st2" d="M22.09,72.9l51.46,10.81l2.16-10.29L24.25,62.61L22.09,72.9z M28.9,48.26l47.67,22.2L81,60.92l-47.67-22.2
+	L28.9,48.26z M42.09,24.87l40.4,33.65l6.73-8.08l-40.4-33.65L42.09,24.87z M68.17,0l-8.44,6.28l31.38,42.19l8.44-6.28L68.17,0z
+	 M21.04,96.83l52.58,0V86.32l-52.58,0V96.83z"/>
+</svg>
diff --git a/images/twitter-logo.svg b/images/twitter-logo.svg
new file mode 100644
index 0000000..8f79933
--- /dev/null
+++ b/images/twitter-logo.svg
@@ -0,0 +1,10 @@
+
+<svg width="117px" height="95px" viewBox="0 0 117 95" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Desktop-HD" transform="translate(-157.000000, -2181.000000)" fill="#FEFEFE">
+            <g id="social" transform="translate(-1.000000, 2128.000000)">
+                <path d="M194.79662,148 C238.947582,148 263.093776,111.453805 263.093776,79.7639139 C263.093776,78.7257659 263.071858,77.6915993 263.024038,76.6644001 C267.710414,73.2792213 271.78509,69.0559595 275,64.2464377 C270.699174,66.1555153 266.069584,67.441505 261.214842,68.0217929 C266.170206,65.053665 269.975894,60.3556221 271.770146,54.755794 C267.130594,57.5029546 261.995904,59.5016135 256.528466,60.5765894 C252.146943,55.9153745 245.910397,53 239.006361,53 C225.749217,53 214.998646,63.7408009 214.998646,76.9799254 C214.998646,78.8631239 215.209852,80.6925737 215.621304,82.449363 C195.672326,81.4470475 177.981855,71.9036503 166.144372,57.392471 C164.081131,60.9349147 162.893597,65.053665 162.893597,69.446136 C162.893597,77.7662504 167.130662,85.1109237 173.574429,89.4088366 C169.638232,89.2874041 165.938147,88.2064561 162.703312,86.4078622 C162.697335,86.5083924 162.697335,86.6089225 162.697335,86.7144294 C162.697335,98.3301412 170.973212,108.026822 181.955909,110.225546 C179.939493,110.773983 177.818469,111.068606 175.628704,111.068606 C174.081522,111.068606 172.57718,110.916317 171.11468,110.636625 C174.171185,120.164096 183.031863,127.098686 193.539348,127.293774 C185.32225,133.725714 174.974166,137.559794 163.726465,137.559794 C161.789748,137.559794 159.87993,137.448315 158,137.227348 C168.624046,144.029557 181.238607,148 194.79662,148" id="twitter-logo"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/images/yt_logo_rgb_dark.svg b/images/yt_logo_rgb_dark.svg
new file mode 100644
index 0000000..4c448b9
--- /dev/null
+++ b/images/yt_logo_rgb_dark.svg
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 319.02 72.62" style="enable-background:new 0 0 319.02 72.62;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#EC2024;}
+	.st1{fill:#FFFFFF;}
+</style>
+<g>
+	<g>
+		<path class="st0" d="M100.08,12.59c-1.15-4.31-4.54-7.7-8.85-8.85c-7.8-2.09-39.09-2.09-39.09-2.09s-31.29,0-39.09,2.09
+			C8.74,4.9,5.35,8.29,4.2,12.59c-2.09,7.8-2.09,24.08-2.09,24.08s0,16.28,2.09,24.08c1.15,4.31,4.54,7.7,8.85,8.85
+			c7.8,2.09,39.09,2.09,39.09,2.09s31.29,0,39.09-2.09c4.31-1.15,7.7-4.54,8.85-8.85c2.09-7.8,2.09-24.08,2.09-24.08
+			S102.17,20.4,100.08,12.59z"/>
+		<polygon class="st1" points="42.14,51.69 68.13,36.68 42.14,21.67 		"/>
+	</g>
+	<g>
+		<g>
+			<path class="st1" d="M147.35,65.38c-1.98-1.33-3.39-3.41-4.22-6.23c-0.84-2.81-1.25-6.56-1.25-11.23v-6.37
+				c0-4.72,0.48-8.52,1.43-11.38c0.95-2.86,2.44-4.95,4.47-6.26c2.03-1.31,4.69-1.97,7.98-1.97c3.24,0,5.84,0.67,7.8,2
+				c1.96,1.34,3.39,3.42,4.29,6.26c0.91,2.84,1.36,6.62,1.36,11.34v6.37c0,4.68-0.44,8.43-1.32,11.27
+				c-0.88,2.84-2.31,4.91-4.29,6.23c-1.98,1.31-4.66,1.97-8.05,1.97C152.06,67.38,149.33,66.71,147.35,65.38z M158.44,58.51
+				c0.55-1.43,0.82-3.77,0.82-7.01V37.83c0-3.15-0.28-5.45-0.82-6.91c-0.55-1.45-1.52-2.18-2.9-2.18c-1.34,0-2.28,0.73-2.83,2.18
+				c-0.55,1.46-0.82,3.76-0.82,6.91V51.5c0,3.24,0.26,5.58,0.79,7.01c0.52,1.43,1.48,2.15,2.86,2.15
+				C156.93,60.65,157.89,59.94,158.44,58.51z"/>
+			<path class="st1" d="M299.33,48.02v2.22c0,2.82,0.08,4.93,0.25,6.33c0.17,1.41,0.51,2.43,1.04,3.08
+				c0.52,0.64,1.33,0.97,2.43,0.97c1.48,0,2.49-0.57,3.04-1.72c0.55-1.14,0.85-3.05,0.89-5.72l8.52,0.5
+				c0.05,0.38,0.07,0.91,0.07,1.57c0,4.06-1.11,7.08-3.33,9.09s-5.36,3.01-9.41,3.01c-4.87,0-8.28-1.53-10.23-4.58
+				c-1.96-3.05-2.93-7.77-2.93-14.17v-7.66c0-6.58,1.01-11.39,3.04-14.42c2.03-3.03,5.5-4.54,10.41-4.54c3.39,0,5.99,0.62,7.8,1.86
+				c1.81,1.24,3.09,3.17,3.83,5.8c0.74,2.62,1.11,6.25,1.11,10.88v7.51H299.33z M300.58,29.56c-0.5,0.62-0.84,1.63-1,3.04
+				c-0.17,1.41-0.25,3.54-0.25,6.4v3.15h7.23v-3.15c0-2.81-0.1-4.95-0.29-6.4c-0.19-1.45-0.54-2.48-1.04-3.08
+				c-0.5-0.6-1.28-0.89-2.33-0.89C301.86,28.63,301.08,28.94,300.58,29.56z"/>
+			<path class="st1" d="M123.3,47.2L112.07,6.63h9.8l3.94,18.39c1,4.53,1.74,8.4,2.22,11.59h0.29c0.33-2.29,1.07-6.13,2.22-11.52
+				l4.08-18.46h9.8L133.04,47.2v19.46h-9.73V47.2z"/>
+			<path class="st1" d="M201.09,22.8v43.86h-7.73l-0.86-5.37h-0.21c-2.1,4.06-5.25,6.08-9.45,6.08c-2.91,0-5.06-0.95-6.44-2.86
+				c-1.38-1.91-2.08-4.89-2.08-8.94V22.8h9.87V55c0,1.96,0.21,3.35,0.64,4.19c0.43,0.84,1.14,1.25,2.15,1.25
+				c0.86,0,1.68-0.26,2.47-0.79c0.79-0.52,1.37-1.19,1.75-2V22.8H201.09z"/>
+			<path class="st1" d="M251.74,22.8v43.86h-7.73l-0.86-5.37h-0.21c-2.1,4.06-5.25,6.08-9.45,6.08c-2.91,0-5.06-0.95-6.44-2.86
+				c-1.38-1.91-2.08-4.89-2.08-8.94V22.8h9.87V55c0,1.96,0.21,3.35,0.64,4.19c0.43,0.84,1.14,1.25,2.15,1.25
+				c0.86,0,1.68-0.26,2.47-0.79c0.79-0.52,1.37-1.19,1.75-2V22.8H251.74z"/>
+			<path class="st1" d="M227.93,14.57h-9.8v52.09h-9.66V14.57h-9.8V6.63h29.27V14.57z"/>
+			<path class="st1" d="M284.43,29.81c-0.6-2.77-1.56-4.77-2.9-6.01c-1.34-1.24-3.17-1.86-5.51-1.86c-1.81,0-3.51,0.51-5.08,1.54
+				c-1.57,1.03-2.79,2.37-3.65,4.04h-0.07l0-23.11h-9.52v62.25h8.16l1-4.15h0.21c0.76,1.48,1.91,2.65,3.43,3.51
+				c1.53,0.86,3.22,1.29,5.08,1.29c3.34,0,5.8-1.54,7.37-4.62c1.57-3.08,2.36-7.88,2.36-14.42v-6.94
+				C285.32,36.42,285.02,32.58,284.43,29.81z M275.37,47.7c0,3.2-0.13,5.7-0.39,7.51c-0.26,1.81-0.7,3.1-1.32,3.86
+				c-0.62,0.76-1.46,1.14-2.5,1.14c-0.81,0-1.56-0.19-2.25-0.57c-0.69-0.38-1.25-0.95-1.68-1.72v-24.9
+				c0.33-1.19,0.91-2.17,1.72-2.93c0.81-0.76,1.69-1.14,2.65-1.14c1,0,1.78,0.39,2.33,1.18c0.55,0.79,0.93,2.11,1.14,3.97
+				c0.21,1.86,0.32,4.51,0.32,7.94V47.7z"/>
+		</g>
+	</g>
+</g>
+</svg>
diff --git a/index.css b/index.css
deleted file mode 100644
index 8db3986..0000000
--- a/index.css
+++ /dev/null
@@ -1,33 +0,0 @@
-html { height:100%; padding: 0; margin: 0; }
-body {
-    height:100%; padding: 0; margin: 0;
-    font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
-    font-size: 16px;
-    line-height: 1.42857143;
-    color: #ffffff;
-    background-color: #007BAF
-}
-
-a {
-    color: #ffffff;
-}
-
-.logo {
-    width: 248px;
-    height: 69px;
-}
-
-#header-container {
-    padding: 40px;
-    background-color: #ffffff;
-    border-bottom: 10px solid #005D89;
-}
-
-#header-content {
-    padding-left: 85px;
-    padding-right: 85px;
-}
-
-#header-logo {
-    padding-left: 50px;
-}
\ No newline at end of file
diff --git a/index.html b/index.html
index b394f87..a55b435 100644
--- a/index.html
+++ b/index.html
@@ -1,84 +1,276 @@
-<html>
-<head>
-<link href="index.css" rel="stylesheet" type="text/css">
-<style type="text/css">@font-face { font-family: "ibm-plex-sans"; src: url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-regular.woff2") format("woff2"), url("https://1.www.s81c.com/common/fonts/plex/v1/ibmplexsans-regular.woff") format("woff"); font-weight: 400; font-style: normal; }#teconsent { position: fixed; display: block; height: 40px; background-color: #ffffff; z-index: 999; bottom: 0; right: 0; margin: 0; padding: 0 16px; line-height: 40px; vertical-align: middle } #teconsent a { font-family: ibm-plex-sans; font-size: 12pt; color: #3d3d3d; text-decoration: none }</style>
-<link rel="shortcut icon" href="favicon.png" type="image/png">
-<meta name="description" content="Eclipse Codewind">
-<meta name="keywords" content="Codewind, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
-<title>Eclipse Codewind</title>
-
+<!DOCTYPE html>
+<html lang="en">
 <!-- Global site tag (gtag.js) - Google Analytics -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-112407000-2"></script>
 <script>
-  window.dataLayer = window.dataLayer || [];
-  function gtag(){dataLayer.push(arguments);}
-  gtag('js', new Date());
+window.dataLayer = window.dataLayer || [];
+function gtag(){dataLayer.push(arguments);}
+gtag('js', new Date());
 
-  gtag('config', 'UA-112407000-2');
+gtag('config', 'UA-112407000-2');
 </script>
 
+<head>
+        <base url=""></base>
+	<title>Codewind</title>
+	<meta charset="utf-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="description" content="Eclipse Codewind">
+	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
+	<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
+	<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600&display=swap" rel="stylesheet">
+	<!-- Bootstrap CSS CDN -->
+	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+	integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+	<link rel="stylesheet" href="/css/styles.css">
+	
+
 </head>
-<body>
-    <header id="header-container">
-        <div id="header-logo">
-            <img class="logo" src="logo.png"/>
+
+<body data-spy="scroll" data-target="#toc">
+    <div class="main">
+        <!-- Bootstrap NavBar -->
+<nav class="navbar navbar-expand-lg navbar-light cw-banner">
+        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
+            data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
+            aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <a class="navbar-brand" href="/">
+            <img src="images/header-logo.svg" class="cw-header-logo" alt="">
+        </a>
+        <div class="collapse navbar-collapse justify-content-end cw-navbar-padding" id="navbarNavDropdown">
+            <ul class="navbar-nav cw-navbar-nav">
+                <!--li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="#">Docs</a>
+                </li-->
+                <li class="nav-item cw-navbar-item" id="download-li">
+                    <button onClick="window.location.href='https://microclimate.dev/download/codewind';" type="button" class="btn cw-download-button">Download</button>
+                    <a href="https://microclimate.dev/download/codewind" class="nav-link cw-nav-link cw-download-link" href="#">Download</a>
+                </li>
+
+
+                <li class="nav-item cw-navbar-item" id="github-stars-button">
+                    <!-- Place this tag where you want the button to render. -->
+                    <a class="github-button" href="https://github.com/eclipse/codewind-eclipse" data-size="large"
+                        data-show-count="true" aria-label="Star eclipse/codewind-eclipse on GitHub">Star</a>
+                </li>
+                <!-- Smaller devices menu END -->
+
+            </ul>
         </div>
-    </header>
-    <div id="header-content">
+    </nav>
+    <!-- NavBar END -->
 
-    <h2>Under Construction:</h2>
-    <p>We are in the process of unpacking our bags and making Eclipse our new home. Expect a more detailed project page to follow soon. Additional details can be found at our Eclipse Project Management Infrastructure page: <a href="https://projects.eclipse.org/projects/ecd.codewind" target="_blank">https://projects.eclipse.org/projects/ecd.codewind</a> </p>
+<!-- Hero -->
+<div id="hero-body">
+    <div id="hero-main">
+        <div id="hero-main-text">
+            <div id="hero-main-title"><span>Eclipse Code</span>wind</div>
+            <div id="hero-main-headline">Container development unleashed</div>
+            <div id="hero-main-fulltext">Codewind simplifies and enhances development in containers by extending
+                industry standard IDEs with
+                features to write, debug, and deploy cloud-native applications. Get started quickly with
+                templates
+                or samples, or pull in your? applications and let Codewind get them cloud ready. </div>
+            <button onclick="location.href='/codewind-install.html'"  type="button" id="get-started-button" class="btn">Get started</button>
+        </div>
 
-    <h2>Background:</h2> 
-    <p>Traditionally, applications have been created on the developer's desktop, debugged locally, and then built and deployed through an automated devops pipeline. There are often numerous differences between these environments, including operating system, runtime or package versions, and environment.</p>
-    <p>The advent of Docker allowed the runtime to be packaged and moved between environments with repeatability, and Kubernetes has emerged as the deployment and management system of choice for large-scale Docker deployments. However, development is still usually done on a local environment without using these technologies and taking advatage of this new deployment platform.</p>
-    <p>Likewise, the Eclipse Foundation hosts both a classic desktop IDE (Eclipse platform) and a cloud-hosted IDE on Kubernetes (Eclipse Che), but no tools that help develop, debug, or deploy applications for Kubernetes, nor consistency in creating cloud-native applications regardless of your IDE.</p>
-
-
-    <h2>Scope:</h2>
-    <p>The goal of Eclipse Codewind is to provide tools to help building high-quality cloud-native applications for Kubernetes, regardless of which IDE or language you use. This includes the capability to rapidly create an application from template or sample, support for launching, updating, testing, and debugging in Docker containers on the desktop, and support for the same directly on Kubernetes regardless of where the source is. The tools will also provide help to move an existing application to Docker and Kuberenetes, and validation to ensure that applications follow best practises.</p>
-    
-    <p>To support this, Codewind will include plugins to the Eclipse platform and Eclipse Che, and a VisualStudio Code extension. A common library will be used by all of these tools to provide the function (e.g. creating, testing, and deploying applications) in a consistent way across the IDEs.</p>
-    
-    <h2>Description:</h2>
-    Eclipse Codewind will start by providing an IDE-agnostic library for tools required for cloud application development:
-    <ul>
-    <li>Generating projects from templates </li>
-    <li>Creating a template or example from a current project</li>
-    <li>On the desktop: starting projects in Docker</li>
-    <li>Deploying applications to Kubernetes</li>
-    <li>Incremental update of applications running in Docker or Kubernetes</li>
-    <li>Debug and other support for these deployed projects</li>
-    <li>Application performance testing tools</li>
-    <li>Codewind will also provide Eclipse platform and Eclipse Che plugins, and a VisualStudio extension (and possibly others in the future) to allow users of these popular IDEs to create and deploy cloud-native applications in a consistent way from directly within their IDE.</li>
-    </ul>
-    
-    <h2>Why Here?: </h2>
-    The Eclipse Foundation has a strong history and community around building vendor-agnostic developer tools. Eclipse also hosts two of the main IDEs which we plan to extend, making it a natural fit for Codewind.
-    
-    <h2>Licenses: </h2>
-    <a href="https://projects.eclipse.org/license/epl-2.0" target="_blank">Eclipse Public License 2.0</a>
-
-    <h2>Legal Issues: </h2>
-    The initial contribution that will form the basis for Codewind will come from the IBM Microclimate project (http://microclimate.dev). The Eclipse platform and VisualStudio Code plugins are already open source and licensed under EPL 2. The common library that these depend on is not open source yet, but it has been legally cleared recently and will be fully donated by IBM under EPL 2. We do not expect any legal issues bringing it to Eclipse.
-    
-    <h2>Project Scheduling: </h2>
-    <p>Tech preview & beta: 3Q2019</p>
-    
-    <p>First release: 4Q2019</p>
-    
-    <h2>Future Work: </h2>
-    Although the major peices will be in place after the initial contribution, we do not expect Codewind to be 'complete' at this point. Some of the main areas that need to be investigated:
-    
-    <ul>
-    <li>Improving incremental development support for more languages</li>
-    <li>Support in other IDEs or development tools</li>
-    <li>Tools for helping with automated testing, and other aspects of app development that may change in cloud</li>
-    <li>Adoption of a vendor-neutral Kubernetes dev CLI</li>
-    <li>IBM will continue to invest in evolving Codewind and addressing these concerns, but welcomes additional participation in these areas or others.</li>
-    </ul>
-
+        <div id="hero-main-hero">
+            <div id="hero-main-hero-vscode">
+                <div>VS Code</div>
+                <div><img src="images/hero-vscode-noshadow.png"></div>
+            </div>
+            <div id="hero-main-hero-eclipse">
+                <div>Eclipse</div>
+                <div><img src="images/hero-eclipse-noshadow.png"></div>
+            </div>
+            <div id="hero-main-hero-che">
+                <div class="text-right">Eclipse Che</div>
+                <div><img src="images/hero-che-noshadow.png"></div>
+            </div>
+        </div>
     </div>
 
+    <div id="hero-city">
+        <img id="hero-city-svg" src="/images/hero-city.svg" />
+    </div>
+    <div id="hero-turbine">
+            <img id="hero-turbine-svg" src="/images/hero-turbines.svg" />
+    </div>
+</div>
+
+<!-- end hero -->
+
+
+<!-- value props div -->
+
+
+<div class="row cw-value-props-div-last" id="value-props-div">
+    <div class="col-lg-4 col-md-6 cw-value-props-col cw-getting-started-col text-center">
+
+        <div class="cw-value-props-col-header">Lightweight container
+            development</div>
+        <div class="cw-value-props-div-text">
+            Develop in containers without feeling like you are developing in containers. Quick, iterative
+            development and fast feedback directly in your IDE.
+        </div>
+        <div class="cw-value-props-col-img-holder">
+            <img src="images/container-icon.svg" class="cw-logo" />
+        </div>
+    </div>
+    <div class="col-lg-4 col-md-6 cw-value-props-col cw-getting-started-col text-center">
+        <div class="cw-value-props-col-header">Leverage existing
+            knowledge</div>
+
+        <div class="cw-value-props-div-text">
+            Code in the tools you use today, for the runtimes and languages you use today.
+        </div>
+        <div class="cw-value-props-col-img-holder">
+            <img src="images/knowledge-icon.svg" class="cw-logo" />
+        </div>
+    </div>
+    <div class="col-lg-4 col-md-6 cw-value-props-col text-center">
+        <div class="cw-value-props-col-header">Kubernetes gently</div>
+
+        <div class="cw-value-props-div-text">
+            You don't need to be an expert in Kubernetes to deploy your apps! Get started quickly, and learn as
+            you go.
+        </div>
+        <div class="cw-value-props-col-img-holder">
+            <img src="images/kubernetes.svg" class="cw-logo" />
+        </div>
+    </div>
+</div>
+
+
+<!-- value props div e end -->
+
+<!-- key features row -->
+<div class="row" id="key-features-div" >
+    <div class="col-md-12 cw-key-features-header text-center">Key features</div>
+    <div class="col-lg-3 col-md-6 cw-getting-started-col text-center">
+
+        <div class="cw-key-features-col-header">Inner loop</div>
+        <div class="cw-key-features-col-text">
+            We understand the artifacts in your application and make the minimal possible change to reflect
+            updates in the running container.
+        </div>
+        <div>
+            <img src="images/inner-loop.svg" class="cw-logo" />
+        </div>
+    </div>
+    <div class="col-lg-3 col-md-6 cw-getting-started-col text-center">
+
+        <div class="cw-key-features-col-header">Container development
+            everywhere</div>
+        <div class="cw-key-features-col-text">
+            For most developers, working on a desktop is still king. But we also recognize there are times when
+            you might want to run and debug apps directly on Kubernetes. Why choose? We let you use the same
+            tools in local or hosted IDE, and run in local containers or deployed directly on Kubernetes.
+        </div>
+        <div>
+            <img src="images/container2-icon.svg" class="cw-logo" />
+        </div>
+    </div>
+    <div class="col-lg-3 col-md-6 cw-getting-started-col text-center">
+
+        <div class="cw-key-features-col-header">IDE support
+        </div>
+        <div class="cw-key-features-col-text">
+            Developers often have lifelong connections to their IDEs, which is why we deliver native IDE
+            integration with VS Code, Eclipse, and Eclipse Che. And we aren't stopping there... we're just
+            getting started with plans to support others soon. 
+        </div>
+        <div>
+            <img src="images/ide-icon.svg" class="cw-logo" />
+        </div>
+    </div>
+    <div class="col-lg-3 col-md-6 text-center">
+
+        <div class="cw-key-features-col-header">Developer performance
+            monitoring
+
+        </div>
+        <div class="cw-key-features-col-text">
+            Applications are automatically analysed for performance issues. Through configurable load testing,
+            code changes can be made and their impact immediately shown through live and historical performance
+            graphs.
+        </div>
+        <div>
+            <img src="images/monitoring-icon.svg" class="cw-logo" />
+        </div>
+    </div>
+</div>
+
+<!-- key features row END -->
+<!-- footer row -->
+<footer>
+    <div class="row" id="footer-div">
+        <div class="col-lg-4 col-md-4 footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img src="images/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+                <div>@EclipseCodewind</div>
+            </div>
+        </div>
+        
+        <div class="col-lg-4 col-md-4 footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img src="images/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+                <div>@Codewind</div>
+            </div>
+        </div>
+        <div class="col-lg-4 col-md-4 footer-col text-center">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img src="images/email-icon.svg" class="cw-logo" /></a>
+                </div>
+                <div>@Codewind</div>
+            </div>
+        </div>
+
+    </div>
+</footer>
+<!-- footer row END -->
+<!-- Jquery -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
+    integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
+</script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+    integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
+</script>
+
+
+
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+    integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
+</script>
+
+
+<!-- Font Awesome JS -->
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
+    integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous">
+</script>
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js"
+    integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
+</script>
+<!-- Place this tag in your head or just before your close body tag. -->
+<script async defer src="https://buttons.github.io/buttons.js"></script>
+
+<script src="js/jquery.matchHeight-min.js"></script>
+<script
+    src="/js/index.js">
+</script>
+</div>
 </body>
+
 </html>
\ No newline at end of file
diff --git a/js/index.js b/js/index.js
new file mode 100644
index 0000000..7212c1c
--- /dev/null
+++ b/js/index.js
@@ -0,0 +1,5 @@
+$(function() {
+    $('.cw-value-props-col-header').matchHeight();
+    $('.cw-value-props-div-text').matchHeight();
+    $('.cw-value-props-col-img-holder').matchHeight();
+});
\ No newline at end of file
diff --git a/js/jquery.matchHeight-min.js b/js/jquery.matchHeight-min.js
new file mode 100644
index 0000000..79036de
--- /dev/null
+++ b/js/jquery.matchHeight-min.js
@@ -0,0 +1,12 @@
+/*
+* jquery-match-height 0.7.2 by @liabru
+* http://brm.io/jquery-match-height/
+* License MIT
+*/
+!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):"undefined"!=typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}(function(t){var e=-1,o=-1,n=function(t){return parseFloat(t)||0},a=function(e){var o=1,a=t(e),i=null,r=[];return a.each(function(){var e=t(this),a=e.offset().top-n(e.css("margin-top")),s=r.length>0?r[r.length-1]:null;null===s?r.push(e):Math.floor(Math.abs(i-a))<=o?r[r.length-1]=s.add(e):r.push(e),i=a}),r},i=function(e){var o={
+    byRow:!0,property:"height",target:null,remove:!1};return"object"==typeof e?t.extend(o,e):("boolean"==typeof e?o.byRow=e:"remove"===e&&(o.remove=!0),o)},r=t.fn.matchHeight=function(e){var o=i(e);if(o.remove){var n=this;return this.css(o.property,""),t.each(r._groups,function(t,e){e.elements=e.elements.not(n)}),this}return this.length<=1&&!o.target?this:(r._groups.push({elements:this,options:o}),r._apply(this,o),this)};r.version="0.7.2",r._groups=[],r._throttle=80,r._maintainScroll=!1,r._beforeUpdate=null,
+    r._afterUpdate=null,r._rows=a,r._parse=n,r._parseOptions=i,r._apply=function(e,o){var s=i(o),h=t(e),l=[h],c=t(window).scrollTop(),p=t("html").outerHeight(!0),u=h.parents().filter(":hidden");return u.each(function(){var e=t(this);e.data("style-cache",e.attr("style"))}),u.css("display","block"),s.byRow&&!s.target&&(h.each(function(){var e=t(this),o=e.css("display");"inline-block"!==o&&"flex"!==o&&"inline-flex"!==o&&(o="block"),e.data("style-cache",e.attr("style")),e.css({display:o,"padding-top":"0",
+    "padding-bottom":"0","margin-top":"0","margin-bottom":"0","border-top-width":"0","border-bottom-width":"0",height:"100px",overflow:"hidden"})}),l=a(h),h.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||"")})),t.each(l,function(e,o){var a=t(o),i=0;if(s.target)i=s.target.outerHeight(!1);else{if(s.byRow&&a.length<=1)return void a.css(s.property,"");a.each(function(){var e=t(this),o=e.attr("style"),n=e.css("display");"inline-block"!==n&&"flex"!==n&&"inline-flex"!==n&&(n="block");var a={
+    display:n};a[s.property]="",e.css(a),e.outerHeight(!1)>i&&(i=e.outerHeight(!1)),o?e.attr("style",o):e.css("display","")})}a.each(function(){var e=t(this),o=0;s.target&&e.is(s.target)||("border-box"!==e.css("box-sizing")&&(o+=n(e.css("border-top-width"))+n(e.css("border-bottom-width")),o+=n(e.css("padding-top"))+n(e.css("padding-bottom"))),e.css(s.property,i-o+"px"))})}),u.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||null)}),r._maintainScroll&&t(window).scrollTop(c/p*t("html").outerHeight(!0)),
+    this},r._applyDataApi=function(){var e={};t("[data-match-height], [data-mh]").each(function(){var o=t(this),n=o.attr("data-mh")||o.attr("data-match-height");n in e?e[n]=e[n].add(o):e[n]=o}),t.each(e,function(){this.matchHeight(!0)})};var s=function(e){r._beforeUpdate&&r._beforeUpdate(e,r._groups),t.each(r._groups,function(){r._apply(this.elements,this.options)}),r._afterUpdate&&r._afterUpdate(e,r._groups)};r._update=function(n,a){if(a&&"resize"===a.type){var i=t(window).width();if(i===e)return;e=i;
+    }n?o===-1&&(o=setTimeout(function(){s(a),o=-1},r._throttle)):s(a)},t(r._applyDataApi);var h=t.fn.on?"on":"bind";t(window)[h]("load",function(t){r._update(!1,t)}),t(window)[h]("resize orientationchange",function(t){r._update(!0,t)})});
\ No newline at end of file
diff --git a/logo.png b/logo.png
deleted file mode 100644
index e0f11f2..0000000
--- a/logo.png
+++ /dev/null
Binary files differ