Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lowen committed Feb 11, 2019
0 parents commit f74f972
Show file tree
Hide file tree
Showing 1,615 changed files with 84,100 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
113 changes: 113 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
@@ -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;
}
72 changes: 72 additions & 0 deletions css/roboclash-custom.css
Original file line number Diff line number Diff line change
@@ -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;
}
Binary file added favicon.ico
Binary file not shown.
Binary file added img/black_bg_logos/EPD_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/black_bg_logos/SOAR_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/black_bg_logos/lionsbot_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/black_bg_logos/roboclash_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/testimonials-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f74f972

Please sign in to comment.