Skip to content

add Clash affiliate #60

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 8 commits into from
May 18, 2021
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
49 changes: 49 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Contributors Guide

## Bug Reports

Please [open an issue](https://github.com/haskellfoundation/haskellfoundation.github.io/issues/new) if you have a bug to report.

The more detailed your report, the faster it can be resolved and will ensure it
is resolved in the right way. I personally appreciate it when people not only open
issues, but attempt to resolve them on their own by submitting a pull request. I am
always open to constructive feedback, and I am by no means an expert, so guidance
should always be considered welcome.

## Documentation

If you would like to help with documentation, please remember to update any and
all module headers with the appropriate copyright dates, ranges, and authorship.

Expansions to the documentation are welcome, and appreciated. Every contribution counts.

## Code

If you would like to contribute code to fix a bug, add a new feature, or
otherwise improve this site, pull requests are most welcome. It's a good idea to
[submit an issue](https://github.com/haskellfoundation/haskellfoundation.github.io/issues/new) to
discuss the change before plowing into writing code.

If relevant, any and all claims of "performance" should be backed up with benchmarks. You can
add them to the existing benchmark suite in your PR, as long as you do not make
unjustifiable changes to the existing code.

### Building the site

Refer to the [README](README.md) for more information on building the site. Since `haskell.foundation` is a Hakyll-based site,
it has a `watch` feature which allows for fast iteration. However, due to the limitations of the Github pages framework,
the site is watched through the `docs` directory. In order to build the site *and* have those changes propagated, you *must run
the `./build.sh` at the root of this project!*

To run the `build.sh`, simply issue the following when you are done making changes:

```bash
./build.sh
```

Please remember to include this with your merge requests.

## Code Quality

The `haskell.foundation` project intends to focus on integration and usability,
balanced with maintainability.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The site can be built locally with Cabal and Stack if the 3rd party dependencies
cabal run haskell-foundation -- watch
```

Or the stack equivalent.
Or the stack equivalent. For further information, please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) at the root of this project.

## License

Expand Down
17 changes: 10 additions & 7 deletions docs/affiliates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
<div class="text-gray-600 break-all">github.com/ghc-proposals/ghc-proposals</div>
</a>

<a class="block border-l-3 border-purple-700 hover:bg-gray-50 shadow-lg px-4 py-2 md:py-4" href="https://clash-lang.org/" target="_blank">
<div class="font-medium">Clash Lang</div>
<div class="text-gray-600 break-all">https://clash-lang.org/</div>
</a>

<a class="block border-l-3 border-purple-700 hover:bg-gray-50 shadow-lg px-4 py-2 md:py-4" href="https://haskellweekly.news/" target="_blank">
<div class="font-medium">Haskell Weekly</div>
<div class="text-gray-600 break-all">haskellweekly.news/</div>
Expand Down Expand Up @@ -297,13 +302,6 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
</a>



<a class="block border-l-3 border-purple-700 shadow-lg px-4 py-2 md:py-4" href="https://github.com/haskell-infra/haskell-admins" target="_blank">
<div class="font-medium">The Haskell Admins</div>
<div class="text-gray-600 break-all">https://github.com/haskell-infra/haskell-admins</div>
</a>


</div>

<div class="flex items-center space-x-4">
Expand Down Expand Up @@ -336,6 +334,11 @@ <h2 class="text-2xl font-normal">Pending Affiliations</h2>
<div class="text-gray-600 break-all">https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md</div>
</a>

<a class="block border-l-3 border-gray-400 shadow-lg px-4 py-2 md:py-4" href="https://github.com/haskell-infra/haskell-admins" target="_blank">
<div class="font-medium">The Haskell Admins</div>
<div class="text-gray-600 break-all">https://github.com/haskell-infra/haskell-admins</div>
</a>

</div>

<div class="flex items-center space-x-4">
Expand Down
19 changes: 11 additions & 8 deletions site/affiliates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
<div class="text-gray-600 break-all">github.com/ghc-proposals/ghc-proposals</div>
</a>

<a class="block border-l-3 border-purple-700 hover:bg-gray-50 shadow-lg px-4 py-2 md:py-4" href="https://clash-lang.org/" target="_blank">
<div class="font-medium">Clash Lang</div>
<div class="text-gray-600 break-all">https://clash-lang.org/</div>
</a>

<a class="block border-l-3 border-purple-700 hover:bg-gray-50 shadow-lg px-4 py-2 md:py-4" href="https://haskellweekly.news/" target="_blank">
<div class="font-medium">Haskell Weekly</div>
<div class="text-gray-600 break-all">haskellweekly.news/</div>
Expand All @@ -85,7 +90,7 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
<div class="text-gray-600 break-all">wiki.haskell.org/Core_Libraries_Committee</div>
</a>

<a class="block border-l-3 border-purple-700 hover:bg-gray-50 shadow-lg px-4 py-2 md:py-4" href="https://zfoh.ch/zurihac2021/" target="_blank">
<a class="block border-l-3 border-purple-700 hover:bg-gray-50 shadow-lg px-4 py-2 md:py-4" href="https://haskell.love/" target="_blank">
<div class="font-medium">Haskell Love</div>
<div class="text-gray-600 break-all">https://haskell.love/</div>
</a>
Expand All @@ -101,13 +106,6 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
</a>



<a class="block border-l-3 border-purple-700 shadow-lg px-4 py-2 md:py-4" href="https://github.com/haskell-infra/haskell-admins" target="_blank">
<div class="font-medium">The Haskell Admins</div>
<div class="text-gray-600 break-all">https://github.com/haskell-infra/haskell-admins</div>
</a>


</div>

<div class="flex items-center space-x-4">
Expand Down Expand Up @@ -140,6 +138,11 @@ <h2 class="text-2xl font-normal">Pending Affiliations</h2>
<div class="text-gray-600 break-all">https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md</div>
</a>

<a class="block border-l-3 border-gray-400 shadow-lg px-4 py-2 md:py-4" href="https://github.com/haskell-infra/haskell-admins" target="_blank">
<div class="font-medium">The Haskell Admins</div>
<div class="text-gray-600 break-all">https://github.com/haskell-infra/haskell-admins</div>
</a>

</div>

<div class="flex items-center space-x-4">
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3 class="mt-6 font-semibold text-xl">Empowering the community.</h3>
<div class="border-3 border-purple-700 rounded py-8 px-6 sm:px-12">
<span class="fas fa-cubes text-purple-700 text-2xl"></span>
<h3 class="mt-6 font-semibold text-xl">Openness, friendliness, and diversity.</h3>
<p class="mt-6 text-gray-500">For many, Haskell is more a way of life than a programming language. All are welcome, all can contribute. To this end we have adopted the <a href="guildelines-for-respectful-communication">Haskell Guidelines For Respectful Communication</a>.</p>
<p class="mt-6 text-gray-500">For many, Haskell is more a way of life than a programming language. All are welcome, all can contribute. To this end we have adopted the <a href="guidelines-for-respectful-communication">Haskell Guidelines For Respectful Communication</a>.</p>
</div>

<div class="border-3 border-purple-700 rounded py-8 px-6 sm:px-12">
Expand Down