Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New landing page design #105

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
more relevant links at top of page
- added links to discourse and slack to the buttons at the top of the page
- moved link to libraries page to "Learn more" section
  • Loading branch information
simonsteiger committed Nov 25, 2024
commit 4436c0f7f061a36e92e1f0b907fba4d4138c6da9
15 changes: 9 additions & 6 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ description: |
<a href="https://turinglang.org/docs/tutorials/docs-00-getting-started/" class="button--fill btn">
Tutorials
</a>
<a href="/library" class="button btn">
Ecosystem
<a href="https://julialang.slack.com/archives/CCYDC34A0" class="button btn">
Slack
</a>
<a href="https://discourse.julialang.org/c/domain/probprog/48" class="button btn">
Discourse
</a>
<a href="https://github.com/TuringLang" class="button btn">
View on GitHub
GitHub
</a>
</div>
</div>
Expand Down Expand Up @@ -138,12 +141,12 @@ end
Learn more
</h3>
<div class="list grid quarto-listing-cols-3">
<a class="pseudolisting" href="https://discourse.julialang.org/c/domain/probprog/48">
<a class="pseudolisting" href="/library">
<div class="card-title h5">
Discourse
Ecosystem
</div>
<p class="quarto-grid-item">
Get support from and discuss with other users.
Learn about all the packages that are part of The Turing Organization.
simonsteiger marked this conversation as resolved.
Show resolved Hide resolved
</p>
</a>
<a class="pseudolisting" href="https://turinglang.org/docs/tutorials/docs-00-getting-started/">
Expand Down