Skip to content

Commit bcbd1c8

Browse files
committed
Add summary info and update home page
1 parent 650ffa4 commit bcbd1c8

5 files changed

Lines changed: 7 additions & 2 deletions

File tree

heroes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Heroes
33
layout: default
44
order: 4
5+
summary: View the Community for F# award recipients.
56
---
67

78
<article id="heroes">

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
order: null
55
---
66

7-
<article class="card-group">
7+
<article class="row">
88
{% assign mypages = site.pages | sort: "order" %}
99
{% for page in mypages %}
1010
{% if page.order != null %}
11-
<section class="card text-center card-body">
11+
<section class="col-sm-6 card text-center card-body">
1212
<h1 class="card-title">{{ page.title }}</h1>
13+
<p class="card-body">{{ page.summary }}</p>
1314
<a href="{{ page.url | relative_url }}" title="{{ page.title }}" class="btn btn-amber">Go</a>
1415
</section>
1516
{% endif %}

learning.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Learning
33
layout: default
44
order: 3
5+
summary: Explore dojos, workshops, and more.
56
---
67

78
<article id="fsharp-coding-dojos">

project-ideas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Project Ideas
33
layout: default
44
order: 5
5+
summary: Review proposed projects and learn how to propose one of your own.
56
---
67

78
# {{ page.title }}

videos.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Videos
33
layout: default
44
order: 2
5+
summary: View recorded presentations.
56
---
67

78
<article id="online-presentations">

0 commit comments

Comments
 (0)