Skip to content

Commit

Permalink
Blur images before uploading, add NQM
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Jul 13, 2024
1 parent f933368 commit 6878cb7
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 4 additions & 0 deletions css/project-images.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@

#BLV2 {
background-image: url('../images/projects/bl_logo.png');
}

#NQM {
background-image: url('../images/projects/node-quick-maths.png')
}
12 changes: 0 additions & 12 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,6 @@ a:visited {
padding-block: var(--gap);
}

@supports (backdrop-filter: blur(10px)) {

#base {
-webkit-backdrop-filter: blur(64px);
backdrop-filter: blur(64px);
}

.linkcell div {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
}

#marginprovider {
position: absolute;
Expand Down
Binary file added images/original_projects_images.zip
Binary file not shown.
Binary file modified images/projects/ConsoleImageUtils.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 modified images/projects/TH264.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 modified images/projects/bl_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 modified images/projects/dc_empty.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 images/projects/node-quick-maths.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 modified images/projects/pixelsorter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ <h3>Social media:</h3>
<div id="linksbox" class="row tables sharp-tl sharp-tr" data-name="Projects" data-width="8"
data-height="8">
<div id="projectlinks" class="buttonlist pad-x pad-y">
<button id="NQM" class="fonted linkcell outlined-hovered whitetext" type="button"
data-link="https://zeptofine.github.io/node-quick-maths/"
data-source="https://github.com/zeptofine/node-quick-maths">
<div class="boxed-inset">
<p>Node Quick Maths</p>
<p>A Blender extension to<br>compose long math node chains</p>
</div>
</button>
<button id="BLV2" class="fonted linkcell outlined-hovered whitetext" type="button"
data-link="https://victor-ix.github.io/Blender-Launcher-V2"
data-source="https://github.com/Victor-IX/Blender-Launcher-V2">
Expand Down

0 comments on commit 6878cb7

Please sign in to comment.