diff --git a/nextjs-blog-theme-preview.png b/nextjs-blog-theme-preview.png deleted file mode 100644 index a46629f..0000000 Binary files a/nextjs-blog-theme-preview.png and /dev/null differ diff --git a/nextjs-setup-wizard.png b/nextjs-setup-wizard.png deleted file mode 100644 index b2e9460..0000000 Binary files a/nextjs-setup-wizard.png and /dev/null differ diff --git a/posts/another-post-in-the-wall.mdx b/posts/another-post-in-the-wall.mdx deleted file mode 100644 index 8301312..0000000 --- a/posts/another-post-in-the-wall.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: How to create SVG-ready icon symbols in Sketch PART 1 -description: "Consider that for a moment: everything we see around us is assumed to have had a cause and is contingent upon." -date: May 4 2021 ---- - -This is an example post, with a [link](https://nextjs.org) and a React component: - -The title and description are pulled from the MDX file and processed using `gray-matter`. Additionally, links are rendered using a custom component passed to `next-mdx-remote`. - -Go back [home](/). diff --git a/posts/example-post.mdx b/posts/example-post.mdx deleted file mode 100644 index 18e0e4a..0000000 --- a/posts/example-post.mdx +++ /dev/null @@ -1,121 +0,0 @@ ---- -title: How to create SVG-ready icon symbols in Sketch PART 2 -description: "Something has always existed. According to physics, there can never be true physical nothingness—though there can be times when existence resembles nothing, such as a vacuum (the state of minimum possible energy) (Phys.org). Creating a space where there are no quantum." -date: May 8 2021 ---- - -Something has always existed. According to physics, there can never be true physical nothingness—though there can be times when existence resembles nothing, such as a vacuum (the state of minimum possible energy) (Phys.org). Creating a space where there are no quantum fluctuations requires an enormous amount of energy, and there would be a remnant of that energy in that space afterwards if the fluctuations were flushed out, plus an unstable environment (1veritasium). Even on computers, deleted data is not actually tossed away, by rather written over. - -# h1 Heading - -## h2 Heading - -### h3 Heading - -#### h4 Heading - -##### h5 Heading - -###### h6 Heading - -## Horizontal Rules - ---- - - -## Emphasis - -**This is bold text** - -**This is bold text** - -_This is italic text_ - -_This is italic text_ - -~~Strikethrough~~ - -## Blockquotes - -> Blockquotes can also be nested... -> -> > ...by using additional greater-than signs right next to each other... -> > -> > > ...or with spaces between arrows. - -## Lists - -Unordered - -- Create a list by starting a line with `+`, `-`, or `*` -- Sub-lists are made by indenting 2 spaces: - - Marker character change forces new list start: - - Ac tristique libero volutpat at - * Facilisis in pretium nisl aliquet - - Nulla volutpat aliquam velit -- Very easy! - -Ordered - -1. Lorem ipsum dolor sit amet -2. Consectetur adipiscing elit -3. Integer molestie lorem at massa - -4. You can use sequential numbers... -5. ...or keep all the numbers as `1.` - -Start numbering with offset: - -57. foo -1. bar - -## Code - -Inline `code` - -Indented code - - // Some comments - line 1 of code - line 2 of code - line 3 of code - -Block code "fences" - -``` -Sample text here... -``` - -Syntax highlighting - -```js -var foo = function (bar) { - return bar++; -}; - -console.log(foo(5)); -``` - -## Tables - -| Option | Description | -| ------ | ------------------------------------------------------------------------- | -| data | path to data files to supply the data that will be passed into templates. | -| engine | engine to be used for processing templates. Handlebars is the default. | -| ext | extension to be used for dest files. | - -Right aligned columns - -| Option | Description | -| -----: | ------------------------------------------------------------------------: | -| data | path to data files to supply the data that will be passed into templates. | -| engine | engine to be used for processing templates. Handlebars is the default. | -| ext | extension to be used for dest files. | - -## Links - -[link text](http://dev.nodeca.com) - -[link with title](http://nodeca.github.io/pica/demo/ "title text!") - -Autoconverted link https://github.com/nodeca/pica (enable linkify to see) diff --git a/posts/hello-world.mdx b/posts/hello-world.mdx deleted file mode 100644 index c8c3168..0000000 --- a/posts/hello-world.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Mental models for designers PART 2 -description: "Consider that for a moment: everything we see around us is assumed to have had a cause and is contingent upon." -date: Sep 14 2021 ---- - -This is an example post. There's another one [here](/example-post). diff --git a/posts/how-does-it-work.mdx b/posts/how-does-it-work.mdx new file mode 100644 index 0000000..5f40613 --- /dev/null +++ b/posts/how-does-it-work.mdx @@ -0,0 +1,41 @@ +--- +title: How Does it Work? +description: "Hundreds of millions of children cannot read, write or do basic math. This is a problem we can and must solve." +date: Oct 23 2023 +--- + +## Organization Mission + +> elimu.ai's mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢. + +## What Is the Cost? + +The learning software is Free and Open Source (FOSS), so that it can be distributed and used at zero cost. + +We believe that children everywhere on Earth—regardless of circumstance—should have the _opportunity_ to learn the basics of reading, writing and arithmetic. + +## Software Solution + +![](https://user-images.githubusercontent.com/15718174/82723985-51250780-9d05-11ea-8fc6-e800d9b414eb.png) + +A collection of educational apps and games teaches children basic literacy and numeracy in a fun and engaging way. + +Each child can learn fully autonomously, without depending on the availability of qualified teachers. + +### Learning Platform 🧩 + +- The elimu.ai software is a _platform_ of educational content and Android apps/games. + +### Open Data 📊 + +- Collected data is made accessible through public learning analytics dashboards. + +### Open Source & Scalable 🌱 + +- Customizable, localizable and scalable software makes it possible to add support for more languages to the platform. + +### Efficient Learning 🧠 + +- Each child is provided with a clear instructional path for learning literacy and numeracy as efficiently as possible. +- The learning software keeps track of the current knowledge level of the child, and adapts the apps and content to best fit the child's current skill level. +- As a key result, children can teach themselves to read, write and do basic math **within 6 months**. diff --git a/posts/one-more-post.mdx b/posts/one-more-post.mdx deleted file mode 100644 index 9dc389b..0000000 --- a/posts/one-more-post.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Mental models for designers -description: "Consider that for a moment: everything we see around us is assumed to have had a cause and is contingent upon." -date: Jun 2 2021 ---- - -This is an example post. There's another one [here](/example-post). diff --git a/utils/global-data.js b/utils/global-data.js index 41d4523..5ecd7f2 100644 --- a/utils/global-data.js +++ b/utils/global-data.js @@ -7,7 +7,7 @@ export const getGlobalData = () => { : 'Free open source learning software for out-of-school children ✨🚀'; const footerText = process.env.BLOG_FOOTER_TEXT ? decodeURI(process.env.BLOG_FOOTER_TEXT) - : 'elimu.ai\'s mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading, writing and arithmetic within 6 months.'; + : 'elimu.ai\'s mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢.'; return { name,