content/connect.md: write this page
This commit is contained in:
Родитель
60df55f1fd
Коммит
65cfef88e0
|
@ -0,0 +1,65 @@
|
|||
+++
|
||||
date = 2020-04-15
|
||||
title = "Connect with the WWT Community"
|
||||
|
||||
[extra]
|
||||
titlebox_class = "background-19025"
|
||||
+++
|
||||
|
||||
Whether you’re looking for some help, wanting to share something cool that
|
||||
you’ve created, or any other reason, the AAS WorldWide Telescope community
|
||||
strives to be welcoming and inclusive.
|
||||
|
||||
<section class="flex-cards">
|
||||
|
||||
{% card(text="Visit the forum", url="https://wwt-forum.org/", html=1) %}
|
||||
Connect with WWT users, ask questions, and see the latest news on the <b>WWT
|
||||
Forum</b> website.
|
||||
{% end %}
|
||||
|
||||
{% card(text="Sign up", url="https://bit.ly/wwt-signup", html=1) %}
|
||||
Stay in touch by signing up to receive the occasional <b>WorldWide Telescope
|
||||
Newsletter</b>.
|
||||
{% end %}
|
||||
|
||||
</section>
|
||||
|
||||
We also invite you to follow WWT on social media platforms like [Twitter],
|
||||
[YouTube], and [Facebook].
|
||||
|
||||
[Twitter]: https://twitter.com/wwtelescope
|
||||
[YouTube]: https://www.youtube.com/c/AASWorldWideTelescope
|
||||
[Facebook]: https://facebook.com/wwtelescope
|
||||
|
||||
If none of these public channels is quite right for your inquiry, you can
|
||||
always email the AAS WWT staff at <wwt@aas.org>.
|
||||
|
||||
|
||||
# Events
|
||||
|
||||
We strive to maintain a regular schedule of in-person WWT events. Check out
|
||||
the calendar of upcoming happenings at the [WWT Contributor Hub][events]:
|
||||
|
||||
<p class="big-button"><a href="https://worldwidetelescope.github.io/events/">See the Event Calendar</a></p>
|
||||
|
||||
[events]: https://worldwidetelescope.github.io/events/
|
||||
|
||||
|
||||
# Community Standards
|
||||
|
||||
It’s of paramount importance that the WWT community be welcoming to all
|
||||
individuals.
|
||||
|
||||
<section class="flex-cards">
|
||||
|
||||
{% card(text="Read the Code of Conduct", url="https://worldwidetelescope.github.io/code-of-conduct/", html=1) %}
|
||||
The <b>WWT Code of Conduct</b> spells out the ground rules for participation
|
||||
in WWT events and forums. The bottom line: don’t be a jerk.
|
||||
{% end %}
|
||||
|
||||
{% card(text="Contact AAS", url="mailto:wwt@aas.org", html=1) %}
|
||||
If some aspect of your participation in WWT has made you feel uncomfortable or
|
||||
unwelcome, please reach out to AAS.
|
||||
{% end %}
|
||||
|
||||
</section>
|
|
@ -176,6 +176,7 @@ a {
|
|||
padding: 1rem;
|
||||
font-size: 150%;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
text-shadow: -1px 1px 0 #000,
|
||||
1px 1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
|
|
|
@ -1,13 +1,19 @@
|
|||
// Various special and one-off effects.
|
||||
|
||||
.background-19028 {
|
||||
background-image: url("assets/img19028-cropped.jpg");
|
||||
.background-19028 { // homepage hero
|
||||
background-image: url("assets/img19028-cropped-2006x704.jpg");
|
||||
background-size: cover;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
.background-19025 {
|
||||
background-image: url("assets/img19025-cropped-1960x256.jpg");
|
||||
background-size: cover;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
.background-19036 {
|
||||
background-image: url("assets/img19036-cropped.jpg");
|
||||
background-image: url("assets/img19036-cropped-1960x256.jpg");
|
||||
background-size: cover;
|
||||
background-position: top right;
|
||||
}
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 49 KiB |
|
@ -66,7 +66,7 @@
|
|||
</li><li>
|
||||
<a href="{{ macros::page_url(rel_top=rel_top, path='download.md') }}">Download</a>
|
||||
</li><li>
|
||||
<a href="">Connect</a>
|
||||
<a href="{{ macros::page_url(rel_top=rel_top, path='connect.md') }}">Connect</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -4,8 +4,9 @@
|
|||
<div class="hero background-19028">
|
||||
<div class="maxwidth">
|
||||
<p><b>AAS WorldWide Telescope is a tool for showcasing astronomical data
|
||||
and knowledge.</b> It’s not a physical telescope — it’s open-source
|
||||
software, data, and stories living on your devices and the Web.</p>
|
||||
and knowledge.</b> It’s not a physical telescope — it’s a suite of
|
||||
open software and data sets that combine to create stunning scientific
|
||||
visualizations.</p>
|
||||
|
||||
<div class="button-container">
|
||||
<a href="/webclient/">Launch the Web Client!</a>
|
||||
|
|
Загрузка…
Ссылка в новой задаче