Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
edmishchenko authored Jan 29, 2024
1 parent 435c86b commit 0ffb5cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
20 changes: 17 additions & 3 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,10 @@ footer .social-media-container svg {
}

@media (max-width: 992px) {
html, body {
html, body, footer {
overflow-y: scroll !important;
position: relative;
z-index: 1;
}
body {
overflow-y: scroll;
Expand All @@ -192,7 +194,17 @@ footer .social-media-container svg {
background-position: 69% top;
background-attachment: scroll;
background-size: 1190px auto;
background-color: rgb(18, 8, 66);
}

body::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(to bottom, rgba(12, 12, 44, 0.1) 0%, rgba(12, 12, 44, 0.1) 330px, rgba(12, 12, 44, 0.9) 660px, rgba(12, 12, 44, 1) 100%);
pointer-events: none;
}

header .logo {
Expand Down Expand Up @@ -258,13 +270,15 @@ footer .social-media-container svg {
height: 59px;
margin-top: 16px;
font-size: 16px;
box-sizing: border-box;
}

.content .get-started {
width: 100%;
height: 59px;
margin: 56px 0 0;
margin: 59px 0;
font-size: 16px;
box-sizing: border-box;
}

.content .third-column p {
Expand Down
12 changes: 6 additions & 6 deletions docs/getStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,22 +390,22 @@ <h2>Go Further</h2>
</a>
<a href="https://twitter.com/scade_platform">
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.6" filter="url(#filter0_b_353_42)">
<g opacity="0.6" filter="url(#filter0_b_353_44)">
<rect x="0.5" y="0.939453" width="31" height="31" rx="3.5" stroke="black" stroke-opacity="0.6"/>
<g clip-path="url(#clip0_353_42)">
<g clip-path="url(#clip0_353_44)">
<path d="M20.7807 21.1403L17.0407 15.2991L16.6179 14.6385L13.942 10.46L13.7203 10.1138H10.4326L11.2344 11.3663L14.7918 16.9227L15.2147 17.5826L18.0731 22.0474L18.2948 22.3932H21.5825L20.7807 21.1403ZM18.6852 21.5933L15.7158 16.9553L15.2929 16.2951L11.8472 10.9131H13.3295L16.1163 15.2655L16.5391 15.9258L20.1679 21.5932L18.6852 21.5933Z" fill="black" fill-opacity="0.6"/>
<path d="M15.2934 16.2951L15.7162 16.9553L15.2149 17.5825L11.3684 22.3928H10.4199L14.792 16.9226L15.2934 16.2951Z" fill="black" fill-opacity="0.6"/>
<path d="M21.1867 10.1138L17.0404 15.2991L16.5391 15.9259L16.1162 15.2656L16.6175 14.6385L19.4262 11.1243L20.2382 10.1138H21.1867Z" fill="black" fill-opacity="0.6"/>
</g>
</g>
<defs>
<filter id="filter0_b_353_42" x="-4" y="-3.56055" width="40" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_b_353_44" x="-4" y="-3.56055" width="40" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="2"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_353_42"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_353_42" result="shape"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_353_44"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_353_44" result="shape"/>
</filter>
<clipPath id="clip0_353_42">
<clipPath id="clip0_353_44">
<rect width="11.1628" height="12.2791" fill="black" transform="translate(10.4199 10.1138)"/>
</clipPath>
</defs>
Expand Down

0 comments on commit 0ffb5cd

Please sign in to comment.