Skip to content

Fix scroll-down-arrow href and add it on each page #2474

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

Merged
merged 2 commits into from
May 19, 2017
Merged
Show file tree
Hide file tree
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
19 changes: 15 additions & 4 deletions docs/_includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,26 @@ <h1 id="so-features">So, features?</h1>
<td>In progress</td>
</tr>
<tr class="odd">
<td>Phantom types</td>
<td>In progress</td>
</tr>
<tr class="even">
<td></td>
<td></td>
</tr>
<tr class="even">
<tr class="odd">
<td>Implicit functions</td>
<td>Considered</td>
</tr>
<tr class="odd">
<tr class="even">
<td>Effects</td>
<td>Considered</td>
</tr>
<tr class="even">
<tr class="odd">
<td>Auto-completion in repl</td>
<td>Considered</td>
</tr>
<tr class="odd">
<tr class="even">
<td>Spec Option-less pattern matching</td>
<td>Considered</td>
</tr>
Expand All @@ -105,5 +109,12 @@ <h1 id="i-have-more-questions">I have more questions!</h1>
<p>That’s great! We have more details on the <a href="{{ site.baseurl }}/docs">docs</a> and please join our <a href="https://gitter.im/lampepfl/dotty">Gitter channel</a>!</p>
</div>
</div>
<div class="centered-subtitle">
<a href="#why-dotty">
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
expand_more
</i>
</a>
</div>
</div>

8 changes: 7 additions & 1 deletion docs/_includes/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ <h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
<pre class="sourceCode bright"><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>

<p>For documentation see the <a href="https://github.com/lampepfl/dotty-example-project">Dotty Example Project</a>.</p>

</div>
<div class="centered-subtitle">
<a href="#so-features">
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
expand_more
</i>
</a>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/_includes/logo-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="centered-subtitle">
<h1 id="dotty">Dotty</h1>
<p>A next generation compiler for Scala</p>
<a href="#why-dotty">
<a href="#getting-started">
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
expand_more
</i>
Expand Down