diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..77afa5b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2013-2018 Blackrock Digital LLC
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/css/landing-page.css b/css/landing-page.css
new file mode 100644
index 0000000..9e8d521
--- /dev/null
+++ b/css/landing-page.css
@@ -0,0 +1,113 @@
+/*!
+ * Start Bootstrap - Landing Page v5.0.1 (https://startbootstrap.com/template-overviews/landing-page)
+ * Copyright 2013-2018 Start Bootstrap
+ * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
+ */
+
+body {
+ font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-weight: 700;
+}
+
+header.masthead {
+ position: relative;
+ background-color: rgba(0,0,0,0);
+ background-size: cover;
+ padding-top: 8rem;
+ padding-bottom: 8rem;
+}
+
+header.masthead .overlay {
+ position: absolute;
+ background-color: #212529;
+ height: 100%;
+ width: 100%;
+ top: 0;
+ left: 0;
+ opacity: 0.3;
+}
+
+header.masthead h1 {
+ font-size: 2rem;
+}
+
+@media (min-width: 768px) {
+ header.masthead {
+ padding-top: 12rem;
+ padding-bottom: 12rem;
+ }
+ header.masthead h1 {
+ font-size: 3rem;
+ }
+}
+
+.showcase .showcase-text {
+ padding: 3rem;
+}
+
+.showcase .showcase-img {
+ min-height: 30rem;
+ background-size: cover;
+}
+
+@media (min-width: 768px) {
+ .showcase .showcase-text {
+ padding: 7rem;
+ }
+}
+
+.features-icons {
+ padding-top: 7rem;
+ padding-bottom: 7rem;
+}
+
+.features-icons .features-icons-item {
+ max-width: 20rem;
+}
+
+.features-icons .features-icons-item .features-icons-icon {
+ height: 7rem;
+}
+
+.features-icons .features-icons-item .features-icons-icon i {
+ font-size: 4.5rem;
+}
+
+.features-icons .features-icons-item:hover .features-icons-icon i {
+ font-size: 5rem;
+}
+
+.testimonials {
+ padding-top: 7rem;
+ padding-bottom: 7rem;
+}
+
+.testimonials .testimonial-item {
+ max-width: 18rem;
+}
+
+.testimonials .testimonial-item img {
+ max-width: 12rem;
+ -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
+ box-shadow: 0px 5px 5px 0px #adb5bd;
+}
+
+
+.logos {
+ max-width: 18rem;
+}
+
+
+footer.footer {
+ padding-top: 4rem;
+ padding-bottom: 4rem;
+}
diff --git a/css/roboclash-custom.css b/css/roboclash-custom.css
new file mode 100644
index 0000000..b04f699
--- /dev/null
+++ b/css/roboclash-custom.css
@@ -0,0 +1,72 @@
+body,html{
+ margin:0;
+ padding:0;
+}
+
+main {
+ background-color: #212529;
+}
+
+section {
+ background-color: #212529;
+}
+
+section p, h1, h2, h3, h4, h5, h6, a {
+ color: white;
+}
+
+section .img-fluid {
+ width: auto;
+ max-height: 8rem;
+
+}
+
+
+.wrapper {
+ height: 100vh;
+ overflow-x: hidden;
+ overflow-y: auto;
+ perspective: 1px;
+}
+
+.parallax-section {
+ position: relative;
+ height: 75vh;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background-color: #FFAA5A;
+ color: #FFAA5A;
+}
+
+.parallax {
+ background-color: rgba(255,255,255,0);
+}
+
+.parallax::after {
+ content: " ";
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+
+
+ transform: translateZ(-1px) scale(2.1);
+ background-size: 100%;
+ z-index: -1;
+}
+
+.bg1::after {
+ background-image: url('/img/roboclash_bg.jpg');
+ background-position: center;
+ background-color: #FFAA5A;
+ background-repeat: no-repeat;
+}
+
+.masthead h1{
+ text-shadow: 3px 3px #000;
+}
+.masthead p{
+ text-shadow: 2px 2px #000;
+}
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..cb130a0
Binary files /dev/null and b/favicon.ico differ
diff --git a/img/black_bg_logos/EPD_logo.png b/img/black_bg_logos/EPD_logo.png
new file mode 100644
index 0000000..4268a53
Binary files /dev/null and b/img/black_bg_logos/EPD_logo.png differ
diff --git a/img/black_bg_logos/SOAR_logo.png b/img/black_bg_logos/SOAR_logo.png
new file mode 100644
index 0000000..8380e89
Binary files /dev/null and b/img/black_bg_logos/SOAR_logo.png differ
diff --git a/img/black_bg_logos/lionsbot_logo.png b/img/black_bg_logos/lionsbot_logo.png
new file mode 100644
index 0000000..3b17a4a
Binary files /dev/null and b/img/black_bg_logos/lionsbot_logo.png differ
diff --git a/img/black_bg_logos/roboclash_logo.png b/img/black_bg_logos/roboclash_logo.png
new file mode 100644
index 0000000..eb481e3
Binary files /dev/null and b/img/black_bg_logos/roboclash_logo.png differ
diff --git a/img/testimonials-2.jpg b/img/testimonials-2.jpg
new file mode 100644
index 0000000..c180690
Binary files /dev/null and b/img/testimonials-2.jpg differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..319e0e0
--- /dev/null
+++ b/index.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+ ` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n font-size: $font-size-base;\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, ``-`` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on ``s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n font-size: 80%; // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n font-size: 1em; // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default ` |