Skip to content
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
4 changes: 4 additions & 0 deletions docs/affiliates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
<div class="text-gray-600 break-all">www.haskell.org/haskell-org-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://github.com/digitallyinduced/ihp" target="_blank">
<div class="font-medium">IHP (Integrated Haskell Platform)</div>
<div class="text-gray-600 break-all">github.com/digitallyinduced/ihp</div>
</a>

</div>

Expand Down
4 changes: 2 additions & 2 deletions docs/css/main.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions site/affiliates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ <h2 class="text-2xl font-normal">Affiliated</h2>
<div class="text-gray-600 break-all">www.haskell.org/haskell-org-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://github.com/digitallyinduced/ihp" target="_blank">
<div class="font-medium">IHP (Integrated Haskell Platform)</div>
<div class="text-gray-600 break-all">github.com/digitallyinduced/ihp</div>
</a>

</div>

Expand Down