|
20 | 20 | <link href="assets/fontawesome/css/brands.min.css" rel="stylesheet"> |
21 | 21 | <link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet"> |
22 | 22 |
|
| 23 | + <script src="advent-calendar-2025/snow.js"></script> |
23 | 24 | <script src="assets/js/jquery-1.9.1.min.js"></script> |
24 | 25 |
|
25 | 26 | <!-- One-Page-Nav --> |
|
36 | 37 | <script src="inc/win_release_links.js"></script> |
37 | 38 | <script src="assets/js/header.js"></script> |
38 | 39 | <script src="assets/js/home.js"></script> |
| 40 | + <script type="text/javascript"> |
| 41 | + window.onload = function() { |
| 42 | + new Snow('#snow', { number:12, r: 2.5, v: 1 }); |
| 43 | + } |
| 44 | + </script> |
39 | 45 | <style> |
40 | 46 | .header { |
41 | 47 | background-color: #444; |
@@ -116,19 +122,21 @@ <h1>Recent News</h1> |
116 | 122 | </div> |
117 | 123 |
|
118 | 124 | <article> |
119 | | - <section-area id="ticker"> |
| 125 | + <div id="snow"> |
| 126 | + <section-area id="ticker" class="snow"> |
120 | 127 | <div class="ticker-wrap"> |
121 | 128 | <div class="ticker-move ticker-animation"> |
| 129 | + <div class="ticker-item"><div class="ticker-content"><big><a href="/advent-calendar-2025">OpenSCAD Advent Calendar 2025</a></big></div></div> |
122 | 130 | <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> |
123 | 131 | <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> |
124 | 132 | <div class="ticker-item"><div class="ticker-content">OpenSCAD on <a href="https://floss.social/@OpenSCAD">Mastodon</a> and <a href="https://bsky.app/profile/openscad.bsky.social">Bluesky</a></div></div> |
125 | 133 | <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> |
126 | 134 | <div class="ticker-item"><div class="ticker-content"><a href="https://openscad.org/documentation-books.html">OpenSCAD Books</a></div></div> |
127 | | - <div class="ticker-item"><div class="ticker-content">Prototype: OpenSCAD <a href="https://ochafik.com/openscad2/">Playground</a> directly in your WebBrowser</div></div> |
128 | | - <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> |
| 135 | + <div class="ticker-item"><div class="ticker-content"><big><a href="/advent-calendar-2025">OpenSCAD Advent Calendar 2025</a></big></div></div> |
129 | 136 | </div> |
130 | 137 | </div> |
131 | 138 | </section-area> |
| 139 | + </div> |
132 | 140 |
|
133 | 141 | <section> |
134 | 142 | <h1><strong><span class="green">Open</span>SCAD</strong> is software for creating solid 3D CAD objects.</h1> |
|
0 commit comments