|
4 | 4 | import { |
5 | 5 | faChartBar, |
6 | 6 | faChartDiagram, |
| 7 | + faProjectDiagram, |
7 | 8 | faSearch, |
8 | 9 | faUsers, |
9 | 10 | } from '@fortawesome/free-solid-svg-icons' |
|
16 | 17 |
|
17 | 18 | <p> |
18 | 19 | <i>CatDat</i> provides a growing collection of |
19 | | - <a class="accent" href="/categories">categories</a>, each with detailed descriptions |
20 | | - and properties. Built by and for those who love |
| 20 | + <a class="accent" href="/categories">categories</a> and |
| 21 | + <a class="accent" href="/functors">functors</a>, each with detailed descriptions and |
| 22 | + properties. Built by and for those who love |
21 | 23 | <a href="https://en.wikipedia.org/wiki/Category_theory" target="_blank"> |
22 | 24 | category theory |
23 | 25 | </a>. |
|
40 | 42 | <article class="feature-card"> |
41 | 43 | <h3> |
42 | 44 | <Fa icon={faChartDiagram} /> |
43 | | - Deduction System |
| 45 | + Category Deductions |
44 | 46 | </h3> |
45 | 47 |
|
46 | 48 | <p> |
47 | 49 | A list of <a class="accent" href="/category-implications">implications</a> |
48 | 50 | between |
49 | | - <a class="accent" href="/category-properties">properties</a> allows for automatic |
50 | | - deduction of satisfied and unsatisfied properties from more basic ones. |
| 51 | + <a class="accent" href="/category-properties">properties of categories</a> |
| 52 | + allows for automatic deduction of satisfied and unsatisfied properties from more |
| 53 | + basic ones. |
| 54 | + </p> |
| 55 | + </article> |
| 56 | + |
| 57 | + <article class="feature-card"> |
| 58 | + <h3> |
| 59 | + <Fa icon={faProjectDiagram} /> |
| 60 | + Functor Deductions |
| 61 | + </h3> |
| 62 | + |
| 63 | + <p> |
| 64 | + There is also a list of <a class="accent" href="/functor-implications" |
| 65 | + >implications</a |
| 66 | + > |
| 67 | + between <a class="accent" href="/functor-properties">functor properties</a>, |
| 68 | + enabling automatic reasoning about functors. |
51 | 69 | </p> |
52 | 70 | </article> |
53 | 71 |
|
|
58 | 76 | <p> |
59 | 77 | You can easily <a class="accent" href="/category-search" |
60 | 78 | >search for categories</a |
61 | | - > that satisfy specific properties while not satisfying others. |
| 79 | + > |
| 80 | + and <a class="accent" href="/functor-search">search for functors</a> |
| 81 | + that satisfy specific properties while not satisfying others. |
62 | 82 | </p> |
63 | 83 | </article> |
64 | 84 |
|
|
72 | 92 | </p> |
73 | 93 | </article> |
74 | 94 |
|
75 | | - <article class="feature-card"> |
| 95 | + <article class="feature-card centered"> |
76 | 96 | <h3> |
77 | 97 | <Fa icon={faUsers} /> Community-driven |
78 | 98 | </h3> |
|
104 | 124 |
|
105 | 125 | @media (min-width: 600px) { |
106 | 126 | grid-template-columns: repeat(2, 1fr); |
| 127 | +
|
| 128 | + .centered { |
| 129 | + width: 50%; |
| 130 | + margin-inline: auto; |
| 131 | + grid-column: 1 / -1; |
| 132 | + } |
107 | 133 | } |
108 | 134 | } |
109 | 135 |
|
|
0 commit comments