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

Refer to community in landing page #2119

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
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
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ <h1 class="main-heading">
<a class="btn btn-success btn-lg" href="/downloads/" role="button">Download</a>
&nbsp;
<a class="btn btn-primary btn-lg" href="https://docs.julialang.org" role="button">Documentation</a>
&nbsp;
<a class="btn btn-primary btn-lg" href="https://julialang.org/community/" role="button">Community</a>
<span class="btn float-md-right">
<a class="github-button" href="https://github.com/JuliaLang/julia" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star JuliaLang/julia on GitHub">Star</a>
</span>
Expand Down Expand Up @@ -94,6 +96,12 @@ <h3>General</h3>
<h3>Open source</h3>
<p>Julia is an open source project with over 1,000 contributors. It is made available under the <a href="https://github.com/JuliaLang/julia/blob/master/LICENSE.md">MIT license</a>. The <a href="https://github.com/JuliaLang/julia">source code</a> is available on GitHub.</p>
</div>
<!-- 7 -->
<div class="col-lg-4 col-md-6 feature">
<h3>Welcoming</h3>
<p>Julia has a welcoming and helpful community. We strive to make all our software accessible for people with a wide variety of backgrounds and skills. Get in touch with the community through one of our <a href="https://julialang.org/community/">channels</a>.</p>
</div>

</div>

<br>
Expand Down