Skip to content

Commit

Permalink
Changed assets
Browse files Browse the repository at this point in the history
  • Loading branch information
berrysauce committed Dec 30, 2021
1 parent efcf17f commit a56d237
Show file tree
Hide file tree
Showing 31 changed files with 474 additions and 18 deletions.
Binary file added .DS_Store
Binary file not shown.
31 changes: 31 additions & 0 deletions assets/css/Brands.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.brands {
color: #313437;
background-color: #fff;
}

.brands a {
display: block;
text-align: center;
padding: 40px 0;
}

@media (max-width:767px) {
.brands a {
padding: 30px 0;
}
}

.brands a img {
display: inline-block;
margin: 10px 20px;
vertical-align: middle;
}

a {
color: #c11f20;
}

a:hover {
color: #ad1616;
}

70 changes: 70 additions & 0 deletions assets/css/Features-Boxed.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
.features-boxed {
color: #313437;
background-color: #eef4f7;
}

.features-boxed p {
color: #7d8285;
}

.features-boxed h2 {
font-weight: bold;
margin-bottom: 40px;
padding-top: 40px;
color: inherit;
}

@media (max-width:767px) {
.features-boxed h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
}
}

.features-boxed .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto;
}

.features-boxed .intro p {
margin-bottom: 0;
}

.features-boxed .features {
padding: 50px 0;
}

.features-boxed .item {
text-align: center;
}

.features-boxed .item .box {
text-align: center;
padding: 30px;
background-color: #fff;
margin-bottom: 30px;
}

.features-boxed .item .icon {
font-size: 60px;
color: #1485ee;
margin-top: 20px;
margin-bottom: 35px;
}

.features-boxed .item .name {
font-weight: bold;
font-size: 18px;
margin-bottom: 8px;
margin-top: 0;
color: inherit;
}

.features-boxed .item .description {
font-size: 15px;
margin-top: 15px;
margin-bottom: 20px;
}

75 changes: 75 additions & 0 deletions assets/css/Features-Clean.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
.features-clean {
color: #313437;
background-color: #fff;
padding-bottom: 30px;
}

@media (max-width:767px) {
.features-clean {
padding-bottom: 10px;
}
}

.features-clean p {
color: #7d8285;
}

.features-clean h2 {
font-weight: bold;
margin-bottom: 40px;
padding-top: 40px;
color: inherit;
}

@media (max-width:767px) {
.features-clean h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
}
}

.features-clean .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto 60px;
}

@media (max-width:767px) {
.features-clean .intro {
margin-bottom: 40px;
}
}

.features-clean .item {
min-height: 100px;
padding-left: 80px;
margin-bottom: 40px;
}

@media (max-width:767px) {
.features-clean .item {
min-height: 0;
}
}

.features-clean .item .name {
font-size: 20px;
font-weight: bold;
margin-top: 0;
margin-bottom: 20px;
color: inherit;
}

.features-clean .item .description {
font-size: 15px;
margin-bottom: 0;
}

.features-clean .item .icon {
font-size: 40px;
color: #1485ee;
float: left;
margin-left: -65px;
}

77 changes: 77 additions & 0 deletions assets/css/Navigation-Clean.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
.navigation-clean {
background: #fff;
padding-top: .75rem;
padding-bottom: .75rem;
color: #333;
border-radius: 0;
box-shadow: none;
border: none;
margin-bottom: 0;
}

@media (min-width:768px) {
.navigation-clean {
padding-top: 1rem;
padding-bottom: 1rem;
}
}

.navigation-clean .navbar-brand {
font-weight: bold;
color: inherit;
}

.navigation-clean .navbar-brand:hover {
color: #222;
}

.navigation-clean .navbar-toggler {
border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
background: none;
}

.navigation-clean .navbar-toggler {
color: #888;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
color: #8f8f8f;
box-shadow: none;
background: none;
pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
padding-left: 18px;
padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
color: #37434d !important;
background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
margin-top: -5px;
box-shadow: none;
background-color: #fff;
border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
line-height: 2;
color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
background: #eee;
color: inherit;
}

Empty file added assets/css/styles.css
Empty file.
Binary file added assets/fonts/Simple-Line-Icons.eot
Binary file not shown.
200 changes: 200 additions & 0 deletions assets/fonts/Simple-Line-Icons.svg
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 assets/fonts/Simple-Line-Icons.ttf
Binary file not shown.
Binary file added assets/fonts/Simple-Line-Icons.woff
Binary file not shown.
Binary file added assets/fonts/Simple-Line-Icons.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions assets/fonts/simple-line-icons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/img/GitHub_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 assets/img/ZoI2D6yH_400x400.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 assets/img/android-chrome-192x192.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 assets/img/apple-touch-icon.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 assets/img/crowdin-logo-small-black.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 assets/img/favicon-16x16.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 assets/img/favicon-32x32.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 assets/img/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 assets/img/unnamed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/js/jquery.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit a56d237

Please sign in to comment.