Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/nbproject
/node_modules
2 changes: 2 additions & 0 deletions advent-calendar-2019/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@
<span class="sep">-</span>
<a class="footer" href="https://openscad.org/advent-calendar-2023/">2023</a>
<span class="sep">-</span>
<a class="footer" href="https://openscad.org/advent-calendar-2024/">2024</a>
<span class="sep">-</span>
</div>
</body>
</html>
2 changes: 2 additions & 0 deletions advent-calendar-2020/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2023/">2023</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2024/">2024</a>
<span class="sep">-</span>
</div>
</body>
</html>
2 changes: 2 additions & 0 deletions advent-calendar-2021/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2023/">2023</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2024/">2024</a>
<span class="sep">-</span>
</div>
<div id="modal" class="modal">
<div class="modal-content">
Expand Down
2 changes: 2 additions & 0 deletions advent-calendar-2022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2023/">2023</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2024/">2024</a>
<span class="sep">-</span>
</div>
<div id="modal" class="modal">
<div class="modal-content">
Expand Down
2 changes: 2 additions & 0 deletions advent-calendar-2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2023/">2023</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2024/">2024</a>
<span class="sep">-</span>
</div>
<div id="modal" class="modal">
<div class="modal-content">
Expand Down
21 changes: 20 additions & 1 deletion advent-calendar-2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,18 @@
feather.replace();
new Snow('#snow', { number:20, r: 2.5, v: 1 });
date = new Date();
/*
if (date.getUTCMonth() === 11) {
for (day = 1;day <= date.getUTCDate();day++) {
$(".day-" + day + " .content").removeClass("hide");
$(".day-" + day + " .door").addClass("transform");
}
}
*/
for (day = 1;day <= 24;day++) {
$(".day-" + day + " .content").removeClass("hide");
$(".day-" + day + " .door").addClass("transform");
$(".day-" + day + " input").prop("checked", true);
div = document.getElementById("day-" + day);
data = days.get("day" + day);
if (data) {
Expand Down Expand Up @@ -560,8 +565,22 @@
<span class="sep">||</span>
All scripts are licensed <a class="link" href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0</a>
<span class="sep">||</span>
Doors open midnight UTC
<a class="link" href="https://github.com/openscad/openscad-advent-calendar-2024/">Design repo on github</a>
<span class="sep">||</span>
<br>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2019/">2019</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2020/">2020</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2021/">2021</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2022/">2022</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2023/">2023</a>
<span class="sep">-</span>
<a class="link" href="https://openscad.org/advent-calendar-2024/">2024</a>
<span class="sep">-</span>
</div>
<div id="modal" class="modal">
<div class="modal-content">
Expand Down
11 changes: 5 additions & 6 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ <h1>Community</h1>
<section-head>
<div class="link-grid">
<div class="link-button">
<h1><a href="https://web.libera.chat/?channel=#openscad">Chat</a></h1>
<small>Chat with users and developers, show things you made, ask questions</small>
<h1><a href="https://web.libera.chat/?channel=#openscad">Discussion</a></h1>
<small>Talk with users and developers, show things you made, ask questions</small>
</div>
<div class="link-button">
<h1><a href="https://lists.openscad.org/empathy/list/discuss.lists.openscad.org">Mailing list</a></h1>
Expand Down Expand Up @@ -134,16 +134,15 @@ <h1>Forum / Mailing List</h1>
</section>

<section id="irc">
<h1>Chat / IRC Channel</h1>
<h1>Discussion / Talk to Humans / IRC Channel</h1>
<ul>
<li>Join via the libera.chat <a href="https://web.libera.chat/?channel=#openscad">web chat</a> (KiwiIRC)</li>
<li>Join via the libera.chat <a href="https://web.libera.chat/?channel=#openscad">web gui</a> (KiwiIRC)</li>
<li>Connect with an IRC client to <a href="irc:[email protected]" target="_blank">#openscad</a> on <a href="ircs://irc.libera.chat:6697">irc.libera.chat</a> +6697 (TLS)</li>
<li style="text-decoration: line-through;">The chat room is also available via <a href="https://matrix.org/">Matrix</a> as <a href="https://matrix.to/#/#openscad:libera.chat">#openscad:libera.chat</a></li>
<li>Additional documentation on how to connect can be found at <a href="https://libera.chat/guides">https://libera.chat/guides</a></li>
</ul>
<br/>
<p>The Matrix room got disconnected due to issues with the bridge
<a href="https://matrix.org/blog/2023/07/deportalling-libera-chat/">Deportalling from Libera Chat</a>.
<a href="https://matrix.org/blog/2023/07/deportalling-libera-chat/">Deportalling from Libera.Chat</a>.
Unfortunately there is no solution yet for reconnecting the existing room, a ticket with Matrix support
is so far unanswered. If you can help fixing this issue, please reach out.</p>
</section>
Expand Down
13 changes: 7 additions & 6 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>OpenSCAD - Gallery</title>

<link href="assets/css/style.css" rel="stylesheet">

<link href="assets/fonts/open-sans/all.css" rel="stylesheet">
<link href="assets/fontawesome/css/brands.min.css" rel="stylesheet">
<link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet">
Expand Down Expand Up @@ -62,7 +62,7 @@ <h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid
</header>

<div id="page-content">

<div id="sidebar" class="sticky">
<h1>Gallery</h1>
<ul>
Expand All @@ -77,23 +77,24 @@ <h1>#SCADvent</h1>
<li><a href="advent-calendar-2021/">2021 Advent Calendar</a></li>
<li><a href="advent-calendar-2022/">2022 Advent Calendar</a></li>
<li><a href="advent-calendar-2023/">2023 Advent Calendar</a></li>
<li><a href="advent-calendar-2024/">2024 Advent Calendar</a></li>
</ul>
</div>

<article>

<section id="gallery" class="left">
<h1>OpenSCAD Gallery</h1>
</section>

</article>

<div class="clear"></div>

</div><!--#page-content end-->

<footer>

</footer>
</div><!--#page-wrap end-->

Expand Down
20 changes: 6 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<link href="assets/fontawesome/css/brands.min.css" rel="stylesheet">
<link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet">

<script src="advent-calendar-2024/snow.js"></script>
<script src="assets/js/jquery-1.9.1.min.js"></script>

<!-- One-Page-Nav -->
Expand All @@ -35,11 +34,6 @@
<script src="inc/win_release_links.js"></script>
<script src="assets/js/home.js"></script>
<script src="assets/js/header.js"></script>
<script type="text/javascript">
window.onload = function() {
new Snow('#snow', { number:12, r: 2.5, v: 1 });
}
</script>
<style>
.header {
background-color: #444;
Expand Down Expand Up @@ -112,21 +106,19 @@ <h1>Recent News</h1>
</div>

<article>
<div id="snow">
<section-area id="ticker" class="snow">
<section-area id="ticker">
<div class="ticker-wrap">
<div class="ticker-move ticker-animation">
<div class="ticker-item"><div class="ticker-content"><big><a href="/advent-calendar-2024">OpenSCAD Advent Calendar 2024</a></big></div></div>
<div class="ticker-item"><div class="ticker-content">OpenSCAD Chat: <a target="_blank" href="https://web.libera.chat/?channel=#openscad">#openscad</a> (on IRC network <a target="_blank" href="https://libera.chat/">libera.chat</a>)</div></div>
<div class="ticker-item"><div class="ticker-content">OpenSCAD on <a href="https://fosstodon.org/@OpenSCAD">Mastodon</a></div></div>
<div class="ticker-item"><div class="ticker-content"><a href="https://en.wikibooks.org/wiki/OpenSCAD_Tutorial">OpenSCAD Tutorial</a> on Wikibooks</div></div>
<div class="ticker-item"><div class="ticker-content">OpenSCAD Discussion, talk with Humans: <a target="_blank" href="https://web.libera.chat/?channel=#openscad">#openscad</a> (on IRC network <a target="_blank" href="https://libera.chat/">libera.chat</a>)</div></div>
<div class="ticker-item"><div class="ticker-content">OpenSCAD <a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual">User Manual</a> and <a href="https://en.wikibooks.org/wiki/OpenSCAD_Tutorial">Tutorial</a> on Wikibooks</div></div>
<div class="ticker-item"><div class="ticker-content">OpenSCAD on <a href="https://fosstodon.org/@OpenSCAD">Mastodon</a> and <a href="https://bsky.app/profile/openscad.bsky.social">Bluesky</a></div></div>
<div class="ticker-item"><div class="ticker-content">Find OpenSCAD Designs on <a href="https://www.printables.com/search/models?q=tag:openscad">Printables</a> and <a href="https://www.thingiverse.com/tag:openscad">Thingiverse</a></div></div>
<div class="ticker-item"><div class="ticker-content"><a href="https://openscad.org/documentation-books.html">OpenSCAD Books</a></div></div>
<div class="ticker-item"><div class="ticker-content"><big><a href="/advent-calendar-2024">OpenSCAD Advent Calendar 2024</a></big></div></div>
<div class="ticker-item"><div class="ticker-content">Prototype: OpenSCAD <a href="https://ochafik.com/openscad2/">Playground</a> directly in your WebBrowser</div></div>
<div class="ticker-item"><div class="ticker-content">OpenSCAD Discussion, talk with Humans: <a target="_blank" href="https://web.libera.chat/?channel=#openscad">#openscad</a> (on IRC network <a target="_blank" href="https://libera.chat/">libera.chat</a>)</div></div>
</div>
</div>
</section-area>
</div>

<section>
<h1><strong><span class="green">Open</span>SCAD</strong> is software for creating solid 3D CAD objects.</h1>
Expand Down
Loading