Skip to content

Commit

Permalink
Add note about file server being down.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Aug 15, 2023
1 parent 614a5c6 commit 839a40e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,11 @@ article{width:695px; float:left; margin-left:20px; padding:0px; }
article.full{}

section-area { margin-bottom:20px; display:inline-block; width:100%; border-radius:8px; padding:0px; text-align: center; border: 1px solid #f9d72c; background:#e5f1d3; }
section-area.snow { color: rgba(249, 215, 44, 1); background:#444; }
section-area.snow a { color: #e5f1d3; }
section-area h1 { padding: 8px 20px 8px 20px; }
section-area p { padding: 8px 20px 8px 20px; }
section-area.snow { color: rgba(249, 215, 44, 1); background:#444; }
section-area.snow a { color: #e5f1d3; }
section-area.warning { color: rgba(249, 215, 44, 1); background:#a00; }

section {margin-bottom:20px; background:#fff; border-radius:8px; border:1px solid #ddd; padding:10px 20px 20px 20px;}
.subsection {margin-bottom:20px;}
Expand Down
9 changes: 9 additions & 0 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@
}
});
</script>
<!--
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_wasm.js"></script>
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_macos.js"></script>
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_win32.js"></script>
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_win64.js"></script>
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_linux_x86_64.js"></script>
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshot_linux_aarch64.js"></script>
-->
</head>
<body>

Expand Down Expand Up @@ -117,6 +119,13 @@ <h1>Downloads</h1>
</div>

<article>
<section-area class="warning">
<div>
<p>Due to a problem (not security related) with the file server, downloads are currently not possible. Snap, Flatpak, Docker and the OBS builds are not affected.</p>
<p>We are working on a fix, but it might take a couple of days to get everything up and running again.</p>
</div>
</section-area>

<section id="osx">
<h1>macOS</h1>
<div class="subsection">
Expand Down

0 comments on commit 839a40e

Please sign in to comment.