pidgin/nest

Copy most of the text from the main page to the about page so that there is some actual content there. Fixes PIDGIN-17541.

Testing Done:
Ran server locally and verified page appeared as expected.

Bugs closed: NEST-33, PIDGIN-17541

Reviewed at https://reviews.imfreedom.org/r/765/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}