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

enhance-callout-visuals #325

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions site/css/hl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4744,8 +4744,9 @@ pre .hs-keyglyph {
color: #f0ad4e;
}
.bs-callout-info {
border-left-color: #5bc0de;
border-left-color: #9E358F;
}
.bs-callout-info h4 {
color: #5bc0de;
color: #000;
}

16 changes: 11 additions & 5 deletions site/documentation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ page: documentation
isDocumentation: true
---

# Documentation

This page lists various resources to help you with Haskell. Resources marked with \[$$\] require payment.

If you are new to Haskell and are not sure where to start from, we recommend [CIS194](https://www.seas.upenn.edu/~cis194/spring13/lectures.html). CIS194 is the introductory Haskell course of the University of Pennsylvania; it is free, thorough, practical and will guide you from the basics to advanced features of the language.
<div class="bs-callout bs-callout-info">
<h4>Documentation</h4>
<p>
This page lists various resources to help you with Haskell. Resources marked with <span>[$$]</span> require payment.
</p>
<p>
If you are new to Haskell and are not sure where to start from, we recommend
<a href="https://www.seas.upenn.edu/~cis194/spring13/lectures.html" target="_blank">CIS194</a>.
<b>CIS194</b> is the introductory Haskell course of the University of Pennsylvania; it is free, thorough, practical, and will guide you from the basics to advanced features of the language.
</p>
</div>

## Introductory Books for Learning Haskell

Expand Down