@wwtelescope/webclient 6.3.2 → 6.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/views/modals/intro.html +15 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/views/modals/intro.html
CHANGED
|
@@ -25,15 +25,28 @@
|
|
|
25
25
|
World<span style="color:#6ba9e6">Wide Telescope</span>
|
|
26
26
|
</h1>
|
|
27
27
|
|
|
28
|
-
<
|
|
28
|
+
<div class="clear"></div>
|
|
29
|
+
|
|
30
|
+
<p style="margin-top: 20px;">Welcome to AAS WorldWide Telescope!</p>
|
|
29
31
|
|
|
30
32
|
<ul>
|
|
31
33
|
<li localize="Move around the sky by clicking and dragging."></li>
|
|
32
34
|
<li localize="Zoom in/out by scrolling the mouse wheel or pressing +/-."></li>
|
|
33
35
|
<li localize="Right-click in the view to display the Finder Scope for more information."></li>
|
|
34
|
-
<li localize="Menu
|
|
36
|
+
<li localize="Menu tabs (“Explore”, “Guided Tours”, etc.) have two parts. Click the tab’s top to open a pane; click the tab’s bottom to open a submenu."></li>
|
|
35
37
|
</ul>
|
|
36
38
|
|
|
39
|
+
<h3 localize="WWT 2022: Coming February 15th!"></h3>
|
|
40
|
+
|
|
41
|
+
<p>The latest version of AAS WorldWide Telescope — WWT 2022 — will
|
|
42
|
+
launch on February 15th! Join us for the launch event on YouTube at 1
|
|
43
|
+
PM, US Eastern time. Click through to watch the <b>epic</b> trailer and
|
|
44
|
+
sign up for a reminder.</p>
|
|
45
|
+
|
|
46
|
+
<p class="text-center">
|
|
47
|
+
<a class="btn" href="https://youtu.be/U7PIAKCZHYM" target="_blank">Go to the Launch Event</a>
|
|
48
|
+
</p>
|
|
49
|
+
|
|
37
50
|
<h3 localize="Help Support WWT!"></h3>
|
|
38
51
|
|
|
39
52
|
<p>The non-profit <a href="https://aas.org/" target="_blank">American Astronomical
|