Skip to content

Commit 21c375a

Browse files
authored
Home redesign 2: Choose your Haskell Path (#381)
1 parent 60b6dcb commit 21c375a

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

site/css/hl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,6 +4603,9 @@ pre .hs-keyglyph {
46034603
font-size: 95%;
46044604
line-height: 130%; }
46054605

4606+
.path-overview-section h3 {
4607+
font-size: 24px; }
4608+
46064609
.features .col-md-6 {
46074610
cursor: pointer; }
46084611

site/index.html

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3 class="summary">Enjoy long-term maintainable software you can rely on</h3>
2525
</div>
2626
</div>
2727

28-
<br class="hidden-xs hidden-sm">
28+
<br class="hidden-xs hidden-sm">
2929

3030
<div class="container">
3131
<div class="row">
@@ -44,7 +44,7 @@ <h3>Refactor with confidence</h3>
4444
</div>
4545
</div>
4646

47-
<br>
47+
<br>
4848
<br class="hidden-xs hidden-sm">
4949

5050
<div class="pattern-bg">
@@ -555,6 +555,37 @@ <h2>Sponsors</h2>
555555
</div>
556556
</div>
557557
</div>
558+
<div class="path-overview-section">
559+
<div class="container">
560+
<div class="row text-center">
561+
<h2>With Haskell, you are in control. Choose your own path</h2>
562+
</div>
563+
<div class="row">
564+
<div class="span3 col-sm-3">
565+
<h3>Language design</h3>
566+
<p>Use Haskell for research and contribute to ideas that continue to shape modern programming languages since 1990.</p>
567+
</div>
568+
<div class="span3 col-sm-3">
569+
<h3>Production software</h3>
570+
<p>Use Haskell in production for web apps, tools, and systems where correctness and maintainability matter.</p>
571+
</div>
572+
<div class="span3 col-sm-3">
573+
<h3>Pet projects</h3>
574+
<p>Use Haskell to build tools, games, and side projects that are satisfying to make and rewarding to understand.</p>
575+
</div>
576+
<div class="span3 col-sm-3">
577+
<h3>Your way</h3>
578+
<p>There is no one way to do Haskell. Use Haskell the way that fits how you like to work.</p>
579+
</div>
580+
</div>
581+
<br>
582+
<div class="row ">
583+
<div class="span12 col-sm-12 text-center">
584+
<a href="/get-started/" class="btn btn-primary">Get started</a>
585+
</div>
586+
</div>
587+
</div>
588+
</div>
558589
<div class="transition">
559590
<div class=" container ">
560591
<div class=" row ">

0 commit comments

Comments
 (0)