diff --git a/about/index.md b/about/index.md index b232119f..af1cfa3e 100644 --- a/about/index.md +++ b/about/index.md @@ -2,6 +2,14 @@ title: About Keyman --- +
+

+Our mission is to empower every language community to thrive in the digital world, +giving them the tools to read, write, and communicate in their own +language—at no cost to them. +

+
+ Keyman is a [free and open source](../free) multilingual keyboard system which allows you to [build and share](../developer) keyboard layouts for any language. Keyman already supports over 2,500 languages and more are contributed every @@ -19,6 +27,12 @@ layouts are distributed through an [open catalog](https://help.keyman.com/developer/keyboards) to all major desktop and mobile platforms. +## About the team + +Keyman is made available to you by a dedicated team and many contributors. [Learn more about our team](team/). + +➡️ [About the Keyman team](team/) + ## About SIL Global @@ -30,9 +44,7 @@ through research, translation, training and materials development. You can learn more about SIL Global on the [SIL Global web site](https://www.sil.org/about). -## About the team - -➡️ [About the Keyman team](team/) +➡️ [About SIL Global](https://www.sil.org/about) ## Thank you to supporting organizations diff --git a/cdn/dev/css/template.css b/cdn/dev/css/template.css index 6fc652e8..49da617f 100644 --- a/cdn/dev/css/template.css +++ b/cdn/dev/css/template.css @@ -139,6 +139,18 @@ q:after { background: white; } +#section2 .markdown blockquote.mission { + padding: 0; +} + +#section2 .markdown blockquote.mission p { + font-size:1.8em; + font-style: italic; + font-family: Gabriola, Palatino; + text-align: justify; + padding: 1em; +} + table { border-collapse: collapse; border-spacing: 0; @@ -2391,6 +2403,10 @@ button.feedback { text-align: left; line-height: 1.4; } + + #section2 .markdown blockquote.mission p { + font-size:1.4em; + } } @media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) { @@ -2814,12 +2830,20 @@ button.feedback { #bookmarklet-search { width: 300px; } + + #section2 .markdown blockquote.mission p { + font-size:1.4em; + } } @media (min-width: 600px) and (max-width: 767px) { #bookmarklet-search { width: 550px; } + + #section2 .markdown blockquote.mission p { + font-size:1.4em; + } } /* Landscape mode */ @@ -2848,6 +2872,10 @@ button.feedback { #download-cta { margin: 0px 80px; } + + #section2 .markdown blockquote.mission p { + font-size:1.4em; + } } dl.faq dt,