|
18 | 18 | <link href="assets/fontawesome/css/brands.min.css" rel="stylesheet"> |
19 | 19 | <link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet"> |
20 | 20 |
|
| 21 | + <script src="advent-calendar-2024/snow.js"></script> |
21 | 22 | <script src="assets/js/jquery-1.9.1.min.js"></script> |
22 | 23 |
|
23 | 24 | <!-- One-Page-Nav --> |
|
34 | 35 | <script src="inc/win_release_links.js"></script> |
35 | 36 | <script src="assets/js/home.js"></script> |
36 | 37 | <script src="assets/js/header.js"></script> |
| 38 | + <script type="text/javascript"> |
| 39 | + window.onload = function() { |
| 40 | + new Snow('#snow', { number:12, r: 2.5, v: 1 }); |
| 41 | + } |
| 42 | + </script> |
37 | 43 | <style> |
38 | 44 | .header { |
39 | 45 | background-color: #444; |
@@ -106,19 +112,21 @@ <h1>Recent News</h1> |
106 | 112 | </div> |
107 | 113 |
|
108 | 114 | <article> |
109 | | - <section-area id="ticker"> |
| 115 | + <div id="snow"> |
| 116 | + <section-area id="ticker" class="snow"> |
110 | 117 | <div class="ticker-wrap"> |
111 | 118 | <div class="ticker-move ticker-animation"> |
| 119 | + <div class="ticker-item"><div class="ticker-content"><big><a href="/advent-calendar-2024">OpenSCAD Advent Calendar 2024</a></big></div></div> |
112 | 120 | <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> |
113 | 121 | <div class="ticker-item"><div class="ticker-content">OpenSCAD on <a href="https://fosstodon.org/@OpenSCAD">Mastodon</a></div></div> |
114 | | - <div class="ticker-item"><div class="ticker-content">Share customizable designs: <a href="https://www.3dcustomizer.net/">3dcustomizer.net</a></div></div> |
115 | 122 | <div class="ticker-item"><div class="ticker-content"><a href="https://en.wikibooks.org/wiki/OpenSCAD_Tutorial">OpenSCAD Tutorial</a> on Wikibooks</div></div> |
116 | 123 | <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> |
117 | 124 | <div class="ticker-item"><div class="ticker-content"><a href="https://openscad.org/documentation-books.html">OpenSCAD Books</a></div></div> |
118 | | - <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> |
| 125 | + <div class="ticker-item"><div class="ticker-content"><big><a href="/advent-calendar-2024">OpenSCAD Advent Calendar 2024</a></big></div></div> |
119 | 126 | </div> |
120 | 127 | </div> |
121 | 128 | </section-area> |
| 129 | + </div> |
122 | 130 |
|
123 | 131 | <section> |
124 | 132 | <h1><strong><span class="green">Open</span>SCAD</strong> is software for creating solid 3D CAD objects.</h1> |
|
0 commit comments