Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaszio committed Nov 24, 2023
1 parent 5592915 commit 3eee146
Show file tree
Hide file tree
Showing 9 changed files with 437 additions and 199 deletions.
379 changes: 379 additions & 0 deletions Fluxcore.postman_collection.json

Large diffs are not rendered by default.

Binary file added img/Social icon (1).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/Social icon (2).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/Social icon (3).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/Social icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
239 changes: 47 additions & 192 deletions index.html

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ <h2 class="fa fa-bars">&#9776;</h2>
<img src="img/Pengiun.png" alt="">
Linux(.zip)
</a>
<a href="">
<img src="img/Linux.png" alt="">
Linux(.debt)
</a>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions mobileStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
}
.infoCont{
flex-direction: column;
flex-wrap: wrap;
gap: 2%;
}
.infoSquare{
Expand Down
13 changes: 10 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ nav ul {
left: 0;
height: 100%;
width: 100%;
padding-left: 6%;
padding-right: 6%;
height: inherit;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
justify-content: space-between;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

Expand Down Expand Up @@ -612,23 +614,28 @@ td[name="grad2"] {
} */

.infoCont {
padding-top: 100px;
grid-area: info;
display: flex;
align-items: center;
flex-wrap: wrap-reverse;
justify-content: center;
gap: 2%;
}

.infoSquare {
border: double 3px transparent;
background-image: linear-gradient(169.18deg, #01081a, rgb(4, 14, 37)), radial-gradient(circle at top, #D2EEFF -19.31%, #5CBDFF 8.35%, #528EFC 40.93%, #8B94F3 66.13%, #A08FCE 98.71%);
background-origin: border-box;
background-clip: padding-box, border-box;
width: 100%;
width: 28%;
height: 70%;
border-radius: 15px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
}

.infoSquare p {
Expand Down Expand Up @@ -661,7 +668,7 @@ td[name="grad2"] {
.benchmark {
padding-top: 5%;
width: 100%;
height: 1500px;
height: 900px;
background-color: #071125;
background-image: url(img/benchmark.png);
background-position: top;
Expand Down

0 comments on commit 3eee146

Please sign in to comment.