First edition is out NOW!
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
JazzyJonah 2024-10-17 22:51:56 -04:00
parent c09c6667ff
commit 84c33af9ca
5 changed files with 13030 additions and 1421 deletions

BIN
ComputeEdition1.pdf Normal file

Binary file not shown.

View file

@ -101,6 +101,12 @@
</head>
<body>
<!-- BANNER -->
<div id="banner" style="background-color: #f6c318; color: #552a85; text-align: center; padding: 10px; position: relative;">
<span id="banner-message"><u>FIRST EDITION IS OUT NOW!</u></span>
<button id="close-banner" style="background: none; border: none; color: #552a85; font-weight: bold; cursor: pointer; position: absolute; right: 10px;"></button>
</div>
<div class=w-nav data-animation=default data-collapse=medium data-duration=400 data-easing=ease data-easing2=ease
role=banner>
<div class="container-2 w-container"><a class=w-nav-brand href=#><img alt="Compute Logo" height=64 width=64
@ -167,6 +173,15 @@
<script src=/js/webflow.js></script>
<script src=./meili.js type=module></script>
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script>
<script>
document.getElementById("banner-message").onclick = function() {
window.open("ComputeEdition1.pdf");
};
document.getElementById("close-banner").onclick = function() {
document.getElementById("banner").style.display = "none";
};
</script>
</body>
</html>

11478
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,8 @@
},
"dependencies": {
"@babel/core": "7.25.8",
"@meilisearch/instant-meilisearch": "0.21.0"
"@meilisearch/instant-meilisearch": "0.21.0",
"compute": "file:"
},
"devDependencies": {
"@babel/core": "7.25.8",

2955
yarn.lock

File diff suppressed because it is too large Load diff