Skip to content

Commit

Permalink
First version of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePlank committed Dec 15, 2023
1 parent 10a8ef6 commit f4d4116
Show file tree
Hide file tree
Showing 8 changed files with 496 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/pure/grids-responsive-min.css

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

11 changes: 11 additions & 0 deletions css/pure/pure-min.css

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,354 @@
html {
line-height: normal;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
font-family: 'Cabin', sans-serif;
}

i {
vertical-align: sub;
}

.m-4 {
margin: 2rem 1rem;
}

.mt {
margin-top: 1.3rem;
}

.ml-2 {
padding-left: 2rem;
}

.text-center {
text-align: center;
}

.normal-link {
color: #5974c6;
}

.normal-link:hover {
color: #7495f7;
}

.pure-menu-heading {
padding-left: 0;
}

.custom-navbar-wrapper {
padding-left: 5rem;
padding-right: 5rem;
background-color: #131828;
height: 65px;
-webkit-font-smoothing: antialiased;
overflow: hidden;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
-ms-transition: height 0.5s;
transition: height 0.5s;
}

.custom-navbar-wrapper.open {
height: 14em;
}

.custom-toggle {
width: 55px;
height: 55px;
position: absolute;
top: 0;
right: 0;
display: none;
}

.custom-toggle .bar {
background-color: #f0f0f0;
display: block;
width: 30px;
height: 3px;
border-radius: 100px;
position: absolute;
top: 28px;
right: 1.5rem;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}

.custom-toggle .bar:first-child {
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
}

.custom-toggle.x .bar {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.logo-brand {
max-width: 50px;
max-height: 50px;
width: 100%;
height: 100%;
}

.pure-menu-link {
color: #f0f0f0;
}

.pure-menu-link:hover, .pure-menu-link:visited, .pure-menu-link:focus {
color: #fff;
background-color: transparent;
}

.main-hero {
background-color: #131828;
padding-top: 3rem;
padding-bottom: 4rem;
padding-left: 5rem;
padding-right: 5rem;
}

.main-hero h1,
.main-hero h2,
.info {
background: linear-gradient(to right, #B5C7FF, #fff);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
}

.main-hero h1 {
font-size: 2.6rem;
margin-top: 3rem;
margin-bottom: 0;
}

.main-hero h2 {
font-size: 1.3rem;
font-weight: normal;
margin-bottom: 1.2rem;
}

.info {
margin: auto;
display: inline-block;
padding-top: .5rem;
opacity: .9;
font-style: italic;
}

.button-primary {
border-radius: 4px;
background: #5974c6;
padding: .8rem 1.9rem;
color: #fff;
}

.button-secondary {
border-radius: 4px;
background: transparent;
padding: .8rem 1.9rem;
color: #7495f7;
}

.button-secondary:hover {
color: #6b89e4;
}

.button-secondary-light {
border-radius: 4px;
background: transparent;
padding: .8rem 1.9rem;
color: #fff;
}

.button-secondary-light:hover {
color: #ccc;
}

.main-hero .section {
margin-top: 4rem;
text-align: center;
}

.main-hero .section i {
display: block;
color: #B5C7FF;
}

.main-hero .section strong {
background: linear-gradient(to right, #B5C7FF, #FFFFFF);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
font-weight: 400;
font-size: 14px;
}

.release-section {
padding-top: 4rem;
padding-bottom: 4rem;
padding-left: 5rem;
padding-right: 5rem;
color: #2E2D30;
}

.release-section .release {
margin-left: 1.8rem;
}

.release-section h3 {
font-size: 2.5rem;
margin-bottom: 0;
}

.release-section p {
font-size: 1.1rem;
font-weight: normal;
margin-bottom: .2rem;
margin-right: 2rem;
}

.release-section img {
box-shadow: -4px 8px 15px rgba(0,0,0,0.5);
margin-top: 2rem;
}

.plugins-section {
padding-top: 4rem;
padding-bottom: 4rem;
padding-left: 5rem;
padding-right: 5rem;
background-image: linear-gradient(45deg,
rgba(19, 24, 40, 0.5), rgba(19, 24, 40, 0.5)), url('../img/leaves.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}

.plugins-section .header h4 {
font-size: 2.5rem;
color: #fff;
margin-bottom: 0;
}

.plugins-section .header p {
color: #fff;
font-weight: normal;
margin-bottom: 3rem;
}

.plugins-section .plugins h5 {
font-size: 1.6rem;
background: linear-gradient(to right, #B5C7FF, #FFFFFF);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
font-weight: normal;
margin-bottom: 0;
}

.plugins-section .plugins p {
color: #fff;
font-weight: 200;
margin-left: 1.2rem;
margin-right: 1.2rem;
}

.footer-section {
padding-top: 4rem;
padding-bottom: 4rem;
padding-left: 5rem;
padding-right: 5rem;
background-color: #1a191b;
text-align: center;
position: relative;
}

.footer-section h5 {
font-size: 2rem;
color: #fff;
margin-bottom: 3rem;
}

.footer-section .footer-icons {
margin-top: 4rem;
}

.footer-section .footer-icons a {
color: #fff;
text-decoration: none;
}

.footer-section .footer-icons a:hover {
color: #5974c6;
}

.footer-section p,
.footer-section small {
color: #ccc;
}

@media (min-width: 47.999em) {
.menu-bar-items {
display:flex;
align-items:center;
height: 65px;
}
}

@media (max-width: 47.999em) {
.ml-2 {
padding-left: 0;
}
.m-4 {
margin: 2rem 0rem;
}
.main-hero h1 {
font-size: 2.5rem;
}
.pure-menu-heading {
padding-left: 1.5rem;
}
.custom-navbar-wrapper {
padding-left: 0rem;
padding-right: 0rem;
}
.main-hero {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.main-hero .section .pure-u-1 {
margin-top: 1rem;
}
.custom-toggle {
display: block;
}
.menu-bar-items {
padding-left: 1.5rem;
}
.footer-section,
.goals-section,
.release-section {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
Binary file added img/cresliant-demo.mp4
Binary file not shown.
Binary file added img/demo-image.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/icon.ico
Binary file not shown.
Binary file added img/leaves.png
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 f4d4116

Please sign in to comment.