From 8bd0ba6122eb34077fb49fb6125f069a9d80c42b Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 1 Feb 2018 23:51:09 -0200 Subject: [PATCH 1/5] docusaurus init - removes blog as we don't need it rename docs --- docs/doc1.md | 29 + docs/doc2.md | 7 + docs/doc3.md | 13 + docs/exampledoc4.md | 6 + docs/exampledoc5.md | 6 + website/.gitignore | 11 + website/core/Footer.js | 99 ++ website/i18n/en.json | 34 + website/package.json | 14 + website/pages/en/help.js | 50 + website/pages/en/index.js | 219 +++ website/pages/en/users.js | 47 + website/sidebars.json | 10 + website/siteConfig.js | 55 + website/static/css/custom.css | 16 + website/static/img/docusaurus.svg | 1 + website/static/img/favicon.png | Bin 0 -> 984 bytes website/static/img/favicon/favicon.ico | Bin 0 -> 9662 bytes website/static/img/oss_logo.png | Bin 0 -> 4370 bytes website/yarn.lock | 1739 ++++++++++++++++++++++++ 20 files changed, 2356 insertions(+) create mode 100644 docs/doc1.md create mode 100644 docs/doc2.md create mode 100644 docs/doc3.md create mode 100644 docs/exampledoc4.md create mode 100644 docs/exampledoc5.md create mode 100644 website/.gitignore create mode 100644 website/core/Footer.js create mode 100644 website/i18n/en.json create mode 100644 website/package.json create mode 100755 website/pages/en/help.js create mode 100755 website/pages/en/index.js create mode 100644 website/pages/en/users.js create mode 100644 website/sidebars.json create mode 100644 website/siteConfig.js create mode 100644 website/static/css/custom.css create mode 100644 website/static/img/docusaurus.svg create mode 100644 website/static/img/favicon.png create mode 100644 website/static/img/favicon/favicon.ico create mode 100644 website/static/img/oss_logo.png create mode 100644 website/yarn.lock diff --git a/docs/doc1.md b/docs/doc1.md new file mode 100644 index 0000000..37fa73f --- /dev/null +++ b/docs/doc1.md @@ -0,0 +1,29 @@ +--- +id: doc1 +title: Latin-ish +sidebar_label: Example Page +--- + +Check the [documentation](https://docusaurus.io) for how to use Docusaurus. + +## Lorem + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus elementum massa eget nulla aliquet sagittis. Proin odio tortor, vulputate ut odio in, ultrices ultricies augue. Cras ornare ultrices lorem malesuada iaculis. Etiam sit amet libero tempor, pulvinar mauris sed, sollicitudin sapien. + +## Mauris In Code + +``` +Mauris vestibulum ullamcorper nibh, ut semper purus pulvinar ut. Donec volutpat orci sit amet mauris malesuada, non pulvinar augue aliquam. Vestibulum ultricies at urna ut suscipit. Morbi iaculis, erat at imperdiet semper, ipsum nulla sodales erat, eget tincidunt justo dui quis justo. Pellentesque dictum bibendum diam at aliquet. Sed pulvinar, dolor quis finibus ornare, eros odio facilisis erat, eu rhoncus nunc dui sed ex. Nunc gravida dui massa, sed ornare arcu tincidunt sit amet. Maecenas efficitur sapien neque, a laoreet libero feugiat ut. +``` + +## Nulla + +Nulla facilisi. Maecenas sodales nec purus eget posuere. Sed sapien quam, pretium a risus in, porttitor dapibus erat. Sed sit amet fringilla ipsum, eget iaculis augue. Integer sollicitudin tortor quis ultricies aliquam. Suspendisse fringilla nunc in tellus cursus, at placerat tellus scelerisque. Sed tempus elit a sollicitudin rhoncus. Nulla facilisi. Morbi nec dolor dolor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras et aliquet lectus. Pellentesque sit amet eros nisi. Quisque ac sapien in sapien congue accumsan. Nullam in posuere ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin lacinia leo a nibh fringilla pharetra. + +## Orci + +Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin venenatis lectus dui, vel ultrices ante bibendum hendrerit. Aenean egestas feugiat dui id hendrerit. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur in tellus laoreet, eleifend nunc id, viverra leo. Proin vulputate non dolor vel vulputate. Curabitur pretium lobortis felis, sit amet finibus lorem suscipit ut. Sed non mollis risus. Duis sagittis, mi in euismod tincidunt, nunc mauris vestibulum urna, at euismod est elit quis erat. Phasellus accumsan vitae neque eu placerat. In elementum arcu nec tellus imperdiet, eget maximus nulla sodales. Curabitur eu sapien eget nisl sodales fermentum. + +## Phasellus + +Phasellus pulvinar ex id commodo imperdiet. Praesent odio nibh, sollicitudin sit amet faucibus id, placerat at metus. Donec vitae eros vitae tortor hendrerit finibus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Quisque vitae purus dolor. Duis suscipit ac nulla et finibus. Phasellus ac sem sed dui dictum gravida. Phasellus eleifend vestibulum facilisis. Integer pharetra nec enim vitae mattis. Duis auctor, lectus quis condimentum bibendum, nunc dolor aliquam massa, id bibendum orci velit quis magna. Ut volutpat nulla nunc, sed interdum magna condimentum non. Sed urna metus, scelerisque vitae consectetur a, feugiat quis magna. Donec dignissim ornare nisl, eget tempor risus malesuada quis. diff --git a/docs/doc2.md b/docs/doc2.md new file mode 100644 index 0000000..6a5da8e --- /dev/null +++ b/docs/doc2.md @@ -0,0 +1,7 @@ +--- +id: doc2 +title: document number 2 +--- + +This is a link to [another document.](/docs/en/doc3.md) +This is a link to an [external page.](http://www.example.com) diff --git a/docs/doc3.md b/docs/doc3.md new file mode 100644 index 0000000..bcb9054 --- /dev/null +++ b/docs/doc3.md @@ -0,0 +1,13 @@ +--- +id: doc3 +title: This is document number 3 +--- +Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectetur risus id imperdiet. Proin sodales ornare turpis, non mollis massa ultricies id. Nam at nibh scelerisque, feugiat ante non, dapibus tortor. Vivamus volutpat diam quis tellus elementum bibendum. Praesent semper gravida velit quis aliquam. Etiam in cursus neque. Nam lectus ligula, malesuada et mauris a, bibendum faucibus mi. Phasellus ut interdum felis. Phasellus in odio pulvinar, porttitor urna eget, fringilla lectus. Aliquam sollicitudin est eros. Mauris consectetur quam vitae mauris interdum hendrerit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. + +Duis et egestas libero, imperdiet faucibus ipsum. Sed posuere eget urna vel feugiat. Vivamus a arcu sagittis, fermentum urna dapibus, congue lectus. Fusce vulputate porttitor nisl, ac cursus elit volutpat vitae. Nullam vitae ipsum egestas, convallis quam non, porta nibh. Morbi gravida erat nec neque bibendum, eu pellentesque velit posuere. Fusce aliquam erat eu massa eleifend tristique. + +Sed consequat sollicitudin ipsum eget tempus. Integer a aliquet velit. In justo nibh, pellentesque non suscipit eget, gravida vel lacus. Donec odio ante, malesuada in massa quis, pharetra tristique ligula. Donec eros est, tristique eget finibus quis, semper non nisl. Vivamus et elit nec enim ornare placerat. Sed posuere odio a elit cursus sagittis. + +Phasellus feugiat purus eu tortor ultrices finibus. Ut libero nibh, lobortis et libero nec, dapibus posuere eros. Sed sagittis euismod justo at consectetur. Nulla finibus libero placerat, cursus sapien at, eleifend ligula. Vivamus elit nisl, hendrerit ac nibh eu, ultrices tempus dui. Nam tellus neque, commodo non rhoncus eu, gravida in risus. Nullam id iaculis tortor. + +Nullam at odio in sem varius tempor sit amet vel lorem. Etiam eu hendrerit nisl. Fusce nibh mauris, vulputate sit amet ex vitae, congue rhoncus nisl. Sed eget tellus purus. Nullam tempus commodo erat ut tristique. Cras accumsan massa sit amet justo consequat eleifend. Integer scelerisque vitae tellus id consectetur. diff --git a/docs/exampledoc4.md b/docs/exampledoc4.md new file mode 100644 index 0000000..6f94ffe --- /dev/null +++ b/docs/exampledoc4.md @@ -0,0 +1,6 @@ +--- +id: doc4 +title: Other Document +--- + +this is another document diff --git a/docs/exampledoc5.md b/docs/exampledoc5.md new file mode 100644 index 0000000..92e2d0d --- /dev/null +++ b/docs/exampledoc5.md @@ -0,0 +1,6 @@ +--- +id: doc5 +title: Fifth Document +--- + +Another one diff --git a/website/.gitignore b/website/.gitignore new file mode 100644 index 0000000..aeedda9 --- /dev/null +++ b/website/.gitignore @@ -0,0 +1,11 @@ +node_modules +.DS_Store +lib/core/metadata.js +lib/core/MetadataBlog.js +website/translated_docs +website/build/ +website/yarn.lock +website/node_modules + +website/i18n/* +!website/i18n/en.json diff --git a/website/core/Footer.js b/website/core/Footer.js new file mode 100644 index 0000000..2aff77c --- /dev/null +++ b/website/core/Footer.js @@ -0,0 +1,99 @@ +/** + * Copyright (c) 2017-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +const React = require('react'); + +class Footer extends React.Component { + docUrl(doc, language) { + const baseUrl = this.props.config.baseUrl; + return baseUrl + 'docs/' + (language ? language + '/' : '') + doc; + } + + pageUrl(doc, language) { + const baseUrl = this.props.config.baseUrl; + return baseUrl + (language ? language + '/' : '') + doc; + } + + render() { + const currentYear = new Date().getFullYear(); + return ( + + ); + } +} + +module.exports = Footer; diff --git a/website/i18n/en.json b/website/i18n/en.json new file mode 100644 index 0000000..3c3f266 --- /dev/null +++ b/website/i18n/en.json @@ -0,0 +1,34 @@ +{ + "_comment": "This file is auto-generated by write-translations.js", + "localized-strings": { + "next": "Next", + "previous": "Previous", + "tagline": "A website for testing", + "coding-questions": "coding-questions", + "css-questions": "css-questions", + "doc1": "Latin-ish", + "Example Page": "Example Page", + "doc2": "document number 2", + "doc3": "This is document number 3", + "doc4": "Other Document", + "doc5": "Fifth Document", + "fun-questions": "fun-questions", + "general-questions": "general-questions", + "html-questions": "html-questions", + "javascript-questions": "javascript-questions", + "network-questions": "network-questions", + "performance-questions": "performance-questions", + "testing-questions": "testing-questions", + "Docs": "Docs", + "API": "API", + "Help": "Help", + "Docusaurus": "Docusaurus", + "First Category": "First Category", + "Second Category": "Second Category" + }, + "pages-strings": { + "Help Translate|recruit community translators for your project": "Help Translate", + "Edit this Doc|recruitment message asking to edit the doc source": "Edit", + "Translate this Doc|recruitment message asking to translate the docs": "Translate" + } +} diff --git a/website/package.json b/website/package.json new file mode 100644 index 0000000..ec2e7d7 --- /dev/null +++ b/website/package.json @@ -0,0 +1,14 @@ +{ + "scripts": { + "examples": "docusaurus-examples", + "start": "docusaurus-start", + "build": "docusaurus-build", + "publish-gh-pages": "docusaurus-publish", + "write-translations": "docusaurus-write-translations", + "version": "docusaurus-version", + "rename-version": "docusaurus-rename-version" + }, + "devDependencies": { + "docusaurus": "^1.0.5" + } +} diff --git a/website/pages/en/help.js b/website/pages/en/help.js new file mode 100755 index 0000000..864c2a4 --- /dev/null +++ b/website/pages/en/help.js @@ -0,0 +1,50 @@ +/** + * Copyright (c) 2017-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +const React = require('react'); + +const CompLibrary = require('../../core/CompLibrary.js'); +const Container = CompLibrary.Container; +const GridBlock = CompLibrary.GridBlock; + +const siteConfig = require(process.cwd() + '/siteConfig.js'); + +class Help extends React.Component { + render() { + const supportLinks = [ + { + content: + 'Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)', + title: 'Browse Docs', + }, + { + content: 'Ask questions about the documentation and project', + title: 'Join the community', + }, + { + content: "Find out what's new with this project", + title: 'Stay up to date', + }, + ]; + + return ( +
+ +
+
+

Need help?

+
+

This project is maintained by a dedicated group of people.

+ +
+
+
+ ); + } +} + +module.exports = Help; diff --git a/website/pages/en/index.js b/website/pages/en/index.js new file mode 100755 index 0000000..2a2fa42 --- /dev/null +++ b/website/pages/en/index.js @@ -0,0 +1,219 @@ +/** + * Copyright (c) 2017-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +const React = require('react'); + +const CompLibrary = require('../../core/CompLibrary.js'); +const MarkdownBlock = CompLibrary.MarkdownBlock; /* Used to read markdown */ +const Container = CompLibrary.Container; +const GridBlock = CompLibrary.GridBlock; + +const siteConfig = require(process.cwd() + '/siteConfig.js'); + +function imgUrl(img) { + return siteConfig.baseUrl + 'img/' + img; +} + +function docUrl(doc, language) { + return siteConfig.baseUrl + 'docs/' + (language ? language + '/' : '') + doc; +} + +function pageUrl(page, language) { + return siteConfig.baseUrl + (language ? language + '/' : '') + page; +} + +class Button extends React.Component { + render() { + return ( +
+ + {this.props.children} + +
+ ); + } +} + +Button.defaultProps = { + target: '_self', +}; + +const SplashContainer = props => ( +
+
+
{props.children}
+
+
+); + +const Logo = props => ( +
+ +
+); + +const ProjectTitle = props => ( +

+ {siteConfig.title} + {siteConfig.tagline} +

+); + +const PromoSection = props => ( +
+
+
{props.children}
+
+
+); + +class HomeSplash extends React.Component { + render() { + let language = this.props.language || ''; + return ( + + +
+ + + + + + +
+
+ ); + } +} + +const Block = props => ( + + + +); + +const Features = props => ( + + {[ + { + content: 'This is the content of my feature', + image: imgUrl('docusaurus.svg'), + imageAlign: 'top', + title: 'Feature One', + }, + { + content: 'The content of my second feature', + image: imgUrl('docusaurus.svg'), + imageAlign: 'top', + title: 'Feature Two', + }, + ]} + +); + +const FeatureCallout = props => ( +
+

Feature Callout

+ These are features of this project +
+); + +const LearnHow = props => ( + + {[ + { + content: 'Talk about learning how to use this', + image: imgUrl('docusaurus.svg'), + imageAlign: 'right', + title: 'Learn How', + }, + ]} + +); + +const TryOut = props => ( + + {[ + { + content: 'Talk about trying this out', + image: imgUrl('docusaurus.svg'), + imageAlign: 'left', + title: 'Try it Out', + }, + ]} + +); + +const Description = props => ( + + {[ + { + content: 'This is another description of how this project is useful', + image: imgUrl('docusaurus.svg'), + imageAlign: 'right', + title: 'Description', + }, + ]} + +); + +const Showcase = props => { + if ((siteConfig.users || []).length === 0) { + return null; + } + const showcase = siteConfig.users + .filter(user => { + return user.pinned; + }) + .map((user, i) => { + return ( + + + + ); + }); + + return ( +
+

{"Who's Using This?"}

+

This project is used by all these people

+
{showcase}
+
+ + More {siteConfig.title} Users + +
+
+ ); +}; + +class Index extends React.Component { + render() { + let language = this.props.language || ''; + + return ( +
+ +
+ + + + + + +
+
+ ); + } +} + +module.exports = Index; diff --git a/website/pages/en/users.js b/website/pages/en/users.js new file mode 100644 index 0000000..2350a63 --- /dev/null +++ b/website/pages/en/users.js @@ -0,0 +1,47 @@ +/** + * Copyright (c) 2017-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +const React = require('react'); + +const CompLibrary = require('../../core/CompLibrary.js'); +const Container = CompLibrary.Container; + +const siteConfig = require(process.cwd() + '/siteConfig.js'); + +class Users extends React.Component { + render() { + const showcase = siteConfig.users.map((user, i) => { + return ( + + + + ); + }); + + return ( +
+ +
+
+

Who's Using This?

+

This project is used by many folks

+
+
{showcase}
+

Are you using this project?

+ + Add your company + +
+
+
+ ); + } +} + +module.exports = Users; diff --git a/website/sidebars.json b/website/sidebars.json new file mode 100644 index 0000000..7a1d054 --- /dev/null +++ b/website/sidebars.json @@ -0,0 +1,10 @@ +{ + "docs": { + "Docusaurus": ["doc1"], + "First Category": ["doc2"], + "Second Category": ["doc3"] + }, + "docs-other": { + "First Category": ["doc4", "doc5"] + } +} diff --git a/website/siteConfig.js b/website/siteConfig.js new file mode 100644 index 0000000..79677a3 --- /dev/null +++ b/website/siteConfig.js @@ -0,0 +1,55 @@ +/** + * Copyright (c) 2017-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/* List of projects/orgs using your project for the users page */ +const users = [ + { + caption: 'User1', + image: '/test-site/img/docusaurus.svg', + infoLink: 'https://www.facebook.com', + pinned: true, + }, +]; + +const siteConfig = { + title: 'Test Site' /* title for your website */, + tagline: 'A website for testing', + url: 'https://facebook.github.io' /* your website url */, + baseUrl: '/test-site/' /* base url for your project */, + projectName: 'test-site', + headerLinks: [ + {doc: 'doc1', label: 'Docs'}, + {doc: 'doc4', label: 'API'}, + {page: 'help', label: 'Help'} + ], + users, + /* path to images for header/footer */ + headerIcon: 'img/docusaurus.svg', + footerIcon: 'img/docusaurus.svg', + favicon: 'img/favicon.png', + /* colors for website */ + colors: { + primaryColor: '#2E8555', + secondaryColor: '#205C3B', + }, + // This copyright info is used in /core/Footer.js and blog rss/atom feeds. + copyright: + 'Copyright © ' + + new Date().getFullYear() + + ' Your Name or Your Company Name', + // organizationName: 'deltice', // or set an env variable ORGANIZATION_NAME + // projectName: 'test-site', // or set an env variable PROJECT_NAME + highlight: { + // Highlight.js theme to use for syntax highlighting in code blocks + theme: 'default', + }, + scripts: ['https://buttons.github.io/buttons.js'], + // You may provide arbitrary config keys to be used as needed by your template. + repoUrl: 'https://github.com/facebook/test-site', +}; + +module.exports = siteConfig; diff --git a/website/static/css/custom.css b/website/static/css/custom.css new file mode 100644 index 0000000..220c1dd --- /dev/null +++ b/website/static/css/custom.css @@ -0,0 +1,16 @@ +/* your custom css */ + +@media only screen and (min-device-width: 360px) and (max-device-width: 736px) { +} + +@media only screen and (min-width: 1024px) { +} + +@media only screen and (max-width: 1023px) { +} + +@media only screen and (min-width: 1400px) { +} + +@media only screen and (min-width: 1500px) { +} \ No newline at end of file diff --git a/website/static/img/docusaurus.svg b/website/static/img/docusaurus.svg new file mode 100644 index 0000000..f80b221 --- /dev/null +++ b/website/static/img/docusaurus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/static/img/favicon.png b/website/static/img/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..122f0a56c5bbaf730e8bd9357a9df215ac7c55d8 GIT binary patch literal 984 zcmV;}11J26P) zK~z}7?UqYy8&wpBzj=7ZuP`2CJIIU&xAlQP~ z1DgU83#2Y9!~!-5RV;`gC9OyzO4HCdZfPvi*tH!eu^Y#6JRT1lvuP8liM>JczdZMx zqhI%a=iUn~{ZDilhzqiC1AztLYha`qjipD((M4JODe`V4v43>`(avaR#ntWFC@vP? zGRtNdNCD}+8W0{K=Th(4-kLtBk3JAD7Gi~~x4*d^0>VITF9yUN;x6Dl;G(DBqv?bC z3)|$lwTSkTr{9wWj_!2__mu3EgIH_=IYAKY+ZmP}axOiQjspJx^NsF6PaQhr`lr{Is>P}o2m%a$I6NUc z)rq^0b7kQPykXlzq&bEEmk$)GVm*KA8Q9-CG1L@l2mmy0-S3U!U8aW z#c?21hw-Fjmkik{hj-{vG^?g;lnfVetr=5L1SWwMU=f%z%cgVYvzg^ezVZ-gxv5;r z+%(%Q({cjOHDd|@x`B@YACLfKPsDRi@hH*yy7?c#fg^#@(!J7U#jC8Q#!~KP891$I z$}!&|-@K};Mk!mGFWoKqfKvQIeA=v-(!iSoZpkJM19Y6|sLp;dd#XOJeqg!Lt9Z%W zG9&AW^@V&ae|qEY##4Q-_bn9W3V-M4^Zh-q^ej1ijuAiskQ|bly_(&0b-6Yxg~}oj zZ`8m#@H5~NW%0G4_lN#;_#G!4K}V(iNPD@QE3exgvmr`i06-9gHa((GCdZP8u}A?| zfNCReK_?=U+5v4LbT(v{?Q*!bRl8%9jQf^h8FrsNj7ax`MYT$8Ht|DZWo>4y1GoT; z1F<^TyE5=e@0s2w^&$P`#CM7D)xTClmTAR-c3@airOe1jBQ^xQ+ZET0S}Zx1yp_3< zc@_8^_+YmN&TD~He zpm;#>fZ~Bg_W%P0pMW6v0PF{Afd>2+EFB_6u9OQIt;R03UfoC6;Ik>>Q*lk-wE%iO zp}H2xVe}gG9M}ck0{4NqrJ*7gZ!SLOKkOI5@8;F!TC_#MQP2$r06o)GenVRb>;W8D zD7%D?X>1yA1l$Eq5VsTRW$HmsrRS9N3?s%OWBc;_<(-zbmVl$&(ZE;mE#7y%#2I|A zjo-_M>|5-COg^&(FNdS(h@d$ui+4JY<>iuXB~8$FQ>Yet7={@`-z|XVq!8%A6-L7h zXZkW*Y%kgxgc{+N^ei+dvs3NASiGq?kdm6xkA7(0j)3{J)2Vr>-$2K0(qh|eJI>~? z-S8XD2h9u3$sbZ()UcW`^k4Z~-O_qL$X%C>Yh{0s&$y<|G zCsYX+NEa_@0BVSO|fZ7K>{)>%F;*p%GZWfJqXZcL@?De$k)Ai@j7tLK0p!gt{(Z0RSsF{(nin5TT zbJ+E|s}=jQ!|}4C!H{Fkx3jWj3D0quz)=(*-Q>TAA@q0g#NjT*< zo54cbdUP(b+3Z>8tIhz`XTrJ5*^o?gVtZOqT0HjOL_d@xFZ8<$#hQtnhjPAvjzQ>b zMGoCqu(2SR<^mx zQ9ivLybZR2#mFl$tYV4>{+}KYV}`&XcNx`SM2s8NRL4q0*@x*G|M}pk#B}IqDy#5^ zC~EHqe|^p*DKP-P)25nQ>Zu)vYOH;HddW$j$IE=W#veIjrC0@-)Nj934ol@YWKnwr Oa;S{rb}D0*y!;b<+O}B$ literal 0 HcmV?d00001 diff --git a/website/static/img/oss_logo.png b/website/static/img/oss_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..8183e289b139e5d03ff9870d3e6bfbcd968a5edd GIT binary patch literal 4370 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 1.3.1 < 2" + +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +iconv-lite@0.4.19, iconv-lite@~0.4.13: + version "0.4.19" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + +interpret@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" + +invariant@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" + dependencies: + loose-envify "^1.0.0" + +ipaddr.js@1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.5.2.tgz#d4b505bde9946987ccf0fc58d9010ff9607e3fa0" + +is-arrayish@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.1.tgz#c2dfc386abaa0c3e33c48db3fe87059e69065efd" + +is-finite@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" + dependencies: + number-is-nan "^1.0.0" + +is-stream@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + +is2@0.0.9: + version "0.0.9" + resolved "https://registry.yarnpkg.com/is2/-/is2-0.0.9.tgz#119556d1d1651a41ba105af803267c80b299f629" + dependencies: + deep-is "0.1.2" + +isomorphic-fetch@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" + dependencies: + node-fetch "^1.0.1" + whatwg-fetch ">=0.10.0" + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + +js-tokens@^3.0.0, js-tokens@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + +jsesc@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" + +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + +json-schema-traverse@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" + +json-schema@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + +json5@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" + +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + optionalDependencies: + graceful-fs "^4.1.6" + +jsprim@^1.2.2: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.2.3" + verror "1.10.0" + +lodash@^4.17.4: + version "4.17.4" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" + +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" + dependencies: + js-tokens "^3.0.0" + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + +mime-db@~1.30.0: + version "1.30.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" + +mime-types@^2.1.12, mime-types@~2.1.15, mime-types@~2.1.16, mime-types@~2.1.17: + version "2.1.17" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" + dependencies: + mime-db "~1.30.0" + +mime@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + +mkdirp@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + dependencies: + minimist "0.0.8" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + +negotiator@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" + +node-fetch@^1.0.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" + dependencies: + encoding "^0.1.11" + is-stream "^1.0.1" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + +oauth-sign@~0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" + +object-assign@^4.1.0, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + dependencies: + ee-first "1.1.1" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + dependencies: + wrappy "1" + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + +os-tmpdir@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + +parseurl@~1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" + +path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + +path-parse@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" + +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + +private@^0.1.6, private@^0.1.7: + version "0.1.8" + resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" + +promise@^7.1.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" + dependencies: + asap "~2.0.3" + +prop-types@^15.5.10: + version "15.6.0" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856" + dependencies: + fbjs "^0.8.16" + loose-envify "^1.3.1" + object-assign "^4.1.1" + +proxy-addr@~2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec" + dependencies: + forwarded "~0.1.2" + ipaddr.js "1.5.2" + +punycode@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + +q@0.9.7: + version "0.9.7" + resolved "https://registry.yarnpkg.com/q/-/q-0.9.7.tgz#4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75" + +qs@6.5.1, qs@~6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" + +range-parser@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" + +raw-body@2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.3.2.tgz#bcd60c77d3eb93cde0050295c3f379389bc88f89" + dependencies: + bytes "3.0.0" + http-errors "1.6.2" + iconv-lite "0.4.19" + unpipe "1.0.0" + +react-dom-factories@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/react-dom-factories/-/react-dom-factories-1.0.2.tgz#eb7705c4db36fb501b3aa38ff759616aa0ff96e0" + +react-dom@^15.5.4: + version "15.6.2" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730" + dependencies: + fbjs "^0.8.9" + loose-envify "^1.1.0" + object-assign "^4.1.0" + prop-types "^15.5.10" + +react@^15.5.4: + version "15.6.2" + resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72" + dependencies: + create-react-class "^15.6.0" + fbjs "^0.8.9" + loose-envify "^1.1.0" + object-assign "^4.1.0" + prop-types "^15.5.10" + +rechoir@^0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" + dependencies: + resolve "^1.1.6" + +regenerate@^1.2.1: + version "1.3.3" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f" + +regenerator-runtime@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" + +regenerator-transform@^0.10.0: + version "0.10.1" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd" + dependencies: + babel-runtime "^6.18.0" + babel-types "^6.19.0" + private "^0.1.6" + +regexpu-core@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" + dependencies: + regenerate "^1.2.1" + regjsgen "^0.2.0" + regjsparser "^0.1.4" + +regjsgen@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" + +regjsparser@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" + dependencies: + jsesc "~0.5.0" + +remarkable@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/remarkable/-/remarkable-1.7.1.tgz#aaca4972100b66a642a63a1021ca4bac1be3bff6" + dependencies: + argparse "~0.1.15" + autolinker "~0.15.0" + +repeating@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" + dependencies: + is-finite "^1.0.0" + +request@^2.53.0, request@^2.81.0: + version "2.83.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356" + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.6.0" + caseless "~0.12.0" + combined-stream "~1.0.5" + extend "~3.0.1" + forever-agent "~0.6.1" + form-data "~2.3.1" + har-validator "~5.0.3" + hawk "~6.0.2" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.17" + oauth-sign "~0.8.2" + performance-now "^2.1.0" + qs "~6.5.1" + safe-buffer "^5.1.1" + stringstream "~0.0.5" + tough-cookie "~2.3.3" + tunnel-agent "^0.6.0" + uuid "^3.1.0" + +resolve@^1.1.6: + version "1.5.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36" + dependencies: + path-parse "^1.0.5" + +safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" + +semver@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + +send@0.16.1: + version "0.16.1" + resolved "https://registry.yarnpkg.com/send/-/send-0.16.1.tgz#a70e1ca21d1382c11d0d9f6231deb281080d7ab3" + dependencies: + debug "2.6.9" + depd "~1.1.1" + destroy "~1.0.4" + encodeurl "~1.0.1" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "~1.6.2" + mime "1.4.1" + ms "2.0.0" + on-finished "~2.3.0" + range-parser "~1.2.0" + statuses "~1.3.1" + +serve-static@1.13.1: + version "1.13.1" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.1.tgz#4c57d53404a761d8f2e7c1e8a18a47dbf278a719" + dependencies: + encodeurl "~1.0.1" + escape-html "~1.0.3" + parseurl "~1.3.2" + send "0.16.1" + +setimmediate@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + +setprototypeof@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.0.3.tgz#66567e37043eeb4f04d91bd658c0cbefb55b8e04" + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + +shelljs@^0.7.8: + version "0.7.8" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + dependencies: + is-arrayish "^0.3.1" + +sitemap@^1.13.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-1.13.0.tgz#569cbe2180202926a62a266cd3de09c9ceb43f83" + dependencies: + underscore "^1.7.0" + url-join "^1.1.0" + +slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + +sntp@2.x.x: + version "2.1.0" + resolved "https://registry.yarnpkg.com/sntp/-/sntp-2.1.0.tgz#2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8" + dependencies: + hoek "4.x.x" + +source-map-support@^0.4.15: + version "0.4.18" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" + dependencies: + source-map "^0.5.6" + +source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + +sshpk@^1.7.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3" + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + dashdash "^1.12.0" + getpass "^0.1.1" + optionalDependencies: + bcrypt-pbkdf "^1.0.0" + ecc-jsbn "~0.1.1" + jsbn "~0.1.0" + tweetnacl "~0.14.0" + +"statuses@>= 1.3.1 < 2": + version "1.4.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" + +statuses@~1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" + +stringstream@~0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" + +strip-ansi@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + dependencies: + ansi-regex "^2.0.0" + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + +supports-color@^4.0.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b" + dependencies: + has-flag "^2.0.0" + +tcp-port-used@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/tcp-port-used/-/tcp-port-used-0.1.2.tgz#9450e8768c83b416fd4d1a6a9449eeccbf496c29" + dependencies: + debug "0.7.4" + is2 "0.0.9" + q "0.9.7" + +to-fast-properties@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" + +tough-cookie@~2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561" + dependencies: + punycode "^1.4.1" + +trim-right@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + +type-is@~1.6.15: + version "1.6.15" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.15.tgz#cab10fb4909e441c82842eafe1ad646c81804410" + dependencies: + media-typer "0.3.0" + mime-types "~2.1.15" + +ua-parser-js@^0.7.9: + version "0.7.17" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac" + +underscore.string@~2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.4.0.tgz#8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b" + +underscore@^1.7.0: + version "1.8.3" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022" + +underscore@~1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209" + +universalify@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7" + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + +url-join@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/url-join/-/url-join-1.1.0.tgz#741c6c2f4596c4830d6718460920d0c92202dc78" + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + +uuid@^3.1.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + +whatwg-fetch@>=0.10.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84" + +wordwrap@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + +xml@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5" + +yamljs@^0.2.1: + version "0.2.10" + resolved "https://registry.yarnpkg.com/yamljs/-/yamljs-0.2.10.tgz#481cc7c25ca73af59f591f0c96e3ce56c757a40f" + dependencies: + argparse "^1.0.7" + glob "^7.0.5" + +yargs@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-2.3.0.tgz#e900c87250ec5cd080db6009fe3dd63156f1d7fb" + dependencies: + wordwrap "0.0.2" From 0c2190867a4266b6deac8875d9a69f23740c7d2f Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 1 Feb 2018 23:52:10 -0200 Subject: [PATCH 2/5] move questions to docs folder --- {questions => docs}/coding-questions.md | 0 {questions => docs}/css-questions.md | 0 {questions => docs}/fun-questions.md | 0 {questions => docs}/general-questions.md | 0 {questions => docs}/html-questions.md | 0 {questions => docs}/javascript-questions.md | 0 {questions => docs}/network-questions.md | 0 {questions => docs}/performance-questions.md | 0 {questions => docs}/testing-questions.md | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {questions => docs}/coding-questions.md (100%) rename {questions => docs}/css-questions.md (100%) rename {questions => docs}/fun-questions.md (100%) rename {questions => docs}/general-questions.md (100%) rename {questions => docs}/html-questions.md (100%) rename {questions => docs}/javascript-questions.md (100%) rename {questions => docs}/network-questions.md (100%) rename {questions => docs}/performance-questions.md (100%) rename {questions => docs}/testing-questions.md (100%) diff --git a/questions/coding-questions.md b/docs/coding-questions.md similarity index 100% rename from questions/coding-questions.md rename to docs/coding-questions.md diff --git a/questions/css-questions.md b/docs/css-questions.md similarity index 100% rename from questions/css-questions.md rename to docs/css-questions.md diff --git a/questions/fun-questions.md b/docs/fun-questions.md similarity index 100% rename from questions/fun-questions.md rename to docs/fun-questions.md diff --git a/questions/general-questions.md b/docs/general-questions.md similarity index 100% rename from questions/general-questions.md rename to docs/general-questions.md diff --git a/questions/html-questions.md b/docs/html-questions.md similarity index 100% rename from questions/html-questions.md rename to docs/html-questions.md diff --git a/questions/javascript-questions.md b/docs/javascript-questions.md similarity index 100% rename from questions/javascript-questions.md rename to docs/javascript-questions.md diff --git a/questions/network-questions.md b/docs/network-questions.md similarity index 100% rename from questions/network-questions.md rename to docs/network-questions.md diff --git a/questions/performance-questions.md b/docs/performance-questions.md similarity index 100% rename from questions/performance-questions.md rename to docs/performance-questions.md diff --git a/questions/testing-questions.md b/docs/testing-questions.md similarity index 100% rename from questions/testing-questions.md rename to docs/testing-questions.md From fe837d13643a894123aa80f7c5a8205e2ad4270c Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Fri, 2 Feb 2018 00:48:45 -0200 Subject: [PATCH 3/5] basic navigation setup --- docs/about.md | 6 +++ docs/{coding-questions.md => coding.md} | 5 ++- docs/{css-questions.md => css.md} | 5 ++- docs/doc2.md | 7 ---- docs/doc3.md | 13 ------ docs/exampledoc4.md | 6 --- docs/exampledoc5.md | 6 --- docs/{fun-questions.md => fun.md} | 5 ++- docs/{general-questions.md => general.md} | 5 ++- docs/{doc1.md => gettingstarted.md} | 6 +-- docs/{html-questions.md => html.md} | 5 ++- ...{javascript-questions.md => javascript.md} | 5 ++- docs/{network-questions.md => network.md} | 5 ++- ...erformance-questions.md => performance.md} | 5 ++- docs/{testing-questions.md => testing.md} | 5 ++- website/core/Footer.js | 2 +- website/i18n/en.json | 42 +++++++++---------- website/pages/en/help.js | 2 +- website/pages/en/index.js | 4 +- website/sidebars.json | 28 +++++++++---- website/siteConfig.js | 8 ++-- 21 files changed, 96 insertions(+), 79 deletions(-) create mode 100644 docs/about.md rename docs/{coding-questions.md => coding.md} (96%) rename docs/{css-questions.md => css.md} (98%) delete mode 100644 docs/doc2.md delete mode 100644 docs/doc3.md delete mode 100644 docs/exampledoc4.md delete mode 100644 docs/exampledoc5.md rename docs/{fun-questions.md => fun.md} (88%) rename docs/{general-questions.md => general.md} (97%) rename docs/{doc1.md => gettingstarted.md} (97%) rename docs/{html-questions.md => html.md} (95%) rename docs/{javascript-questions.md => javascript.md} (98%) rename docs/{network-questions.md => network.md} (92%) rename docs/{performance-questions.md => performance.md} (79%) rename docs/{testing-questions.md => testing.md} (85%) diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 0000000..9207878 --- /dev/null +++ b/docs/about.md @@ -0,0 +1,6 @@ +--- +id: about +title: About this project +--- + +## TODO diff --git a/docs/coding-questions.md b/docs/coding.md similarity index 96% rename from docs/coding-questions.md rename to docs/coding.md index 75a80a3..d9fed73 100644 --- a/docs/coding-questions.md +++ b/docs/coding.md @@ -1,4 +1,7 @@ -# Coding Questions: +--- +id: coding +title: Coding Questions +--- *Question: What is the value of `foo`?* ```javascript diff --git a/docs/css-questions.md b/docs/css.md similarity index 98% rename from docs/css-questions.md rename to docs/css.md index e6af841..76fd02a 100644 --- a/docs/css-questions.md +++ b/docs/css.md @@ -1,4 +1,7 @@ -# CSS Questions: +--- +id: css +title: CSS Questions +--- * What is CSS selector specificity and how does it work? * What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why? diff --git a/docs/doc2.md b/docs/doc2.md deleted file mode 100644 index 6a5da8e..0000000 --- a/docs/doc2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: doc2 -title: document number 2 ---- - -This is a link to [another document.](/docs/en/doc3.md) -This is a link to an [external page.](http://www.example.com) diff --git a/docs/doc3.md b/docs/doc3.md deleted file mode 100644 index bcb9054..0000000 --- a/docs/doc3.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: doc3 -title: This is document number 3 ---- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectetur risus id imperdiet. Proin sodales ornare turpis, non mollis massa ultricies id. Nam at nibh scelerisque, feugiat ante non, dapibus tortor. Vivamus volutpat diam quis tellus elementum bibendum. Praesent semper gravida velit quis aliquam. Etiam in cursus neque. Nam lectus ligula, malesuada et mauris a, bibendum faucibus mi. Phasellus ut interdum felis. Phasellus in odio pulvinar, porttitor urna eget, fringilla lectus. Aliquam sollicitudin est eros. Mauris consectetur quam vitae mauris interdum hendrerit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. - -Duis et egestas libero, imperdiet faucibus ipsum. Sed posuere eget urna vel feugiat. Vivamus a arcu sagittis, fermentum urna dapibus, congue lectus. Fusce vulputate porttitor nisl, ac cursus elit volutpat vitae. Nullam vitae ipsum egestas, convallis quam non, porta nibh. Morbi gravida erat nec neque bibendum, eu pellentesque velit posuere. Fusce aliquam erat eu massa eleifend tristique. - -Sed consequat sollicitudin ipsum eget tempus. Integer a aliquet velit. In justo nibh, pellentesque non suscipit eget, gravida vel lacus. Donec odio ante, malesuada in massa quis, pharetra tristique ligula. Donec eros est, tristique eget finibus quis, semper non nisl. Vivamus et elit nec enim ornare placerat. Sed posuere odio a elit cursus sagittis. - -Phasellus feugiat purus eu tortor ultrices finibus. Ut libero nibh, lobortis et libero nec, dapibus posuere eros. Sed sagittis euismod justo at consectetur. Nulla finibus libero placerat, cursus sapien at, eleifend ligula. Vivamus elit nisl, hendrerit ac nibh eu, ultrices tempus dui. Nam tellus neque, commodo non rhoncus eu, gravida in risus. Nullam id iaculis tortor. - -Nullam at odio in sem varius tempor sit amet vel lorem. Etiam eu hendrerit nisl. Fusce nibh mauris, vulputate sit amet ex vitae, congue rhoncus nisl. Sed eget tellus purus. Nullam tempus commodo erat ut tristique. Cras accumsan massa sit amet justo consequat eleifend. Integer scelerisque vitae tellus id consectetur. diff --git a/docs/exampledoc4.md b/docs/exampledoc4.md deleted file mode 100644 index 6f94ffe..0000000 --- a/docs/exampledoc4.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -id: doc4 -title: Other Document ---- - -this is another document diff --git a/docs/exampledoc5.md b/docs/exampledoc5.md deleted file mode 100644 index 92e2d0d..0000000 --- a/docs/exampledoc5.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -id: doc5 -title: Fifth Document ---- - -Another one diff --git a/docs/fun-questions.md b/docs/fun.md similarity index 88% rename from docs/fun-questions.md rename to docs/fun.md index 85ba367..f213d43 100644 --- a/docs/fun-questions.md +++ b/docs/fun.md @@ -1,4 +1,7 @@ -# Fun Questions: +--- +id: fun +title: Fun Questions +--- * What's a cool project that you've recently worked on? * What are some things you like about the developer tools you use? diff --git a/docs/general-questions.md b/docs/general.md similarity index 97% rename from docs/general-questions.md rename to docs/general.md index 39a97e3..6478527 100644 --- a/docs/general-questions.md +++ b/docs/general.md @@ -1,4 +1,7 @@ -# General Questions: +--- +id: general +title: General Questions +--- * What did you learn yesterday/this week? * What excites or interests you about coding? diff --git a/docs/doc1.md b/docs/gettingstarted.md similarity index 97% rename from docs/doc1.md rename to docs/gettingstarted.md index 37fa73f..fbdf7fd 100644 --- a/docs/doc1.md +++ b/docs/gettingstarted.md @@ -1,7 +1,7 @@ --- -id: doc1 -title: Latin-ish -sidebar_label: Example Page +id: gettingstarted +title: Front-end Developer Interview Questions +sidebar_label: Getting Started --- Check the [documentation](https://docusaurus.io) for how to use Docusaurus. diff --git a/docs/html-questions.md b/docs/html.md similarity index 95% rename from docs/html-questions.md rename to docs/html.md index d7a792f..8830e9c 100644 --- a/docs/html-questions.md +++ b/docs/html.md @@ -1,4 +1,7 @@ -# HTML Questions: +--- +id: html +title: HTML Questions +--- * What does a `doctype` do? * How do you serve a page with content in multiple languages? diff --git a/docs/javascript-questions.md b/docs/javascript.md similarity index 98% rename from docs/javascript-questions.md rename to docs/javascript.md index 627166c..2e75570 100644 --- a/docs/javascript-questions.md +++ b/docs/javascript.md @@ -1,4 +1,7 @@ -# JS Questions: +--- +id: javascript +title: JavaScript Questions +--- * Explain event delegation * Explain how `this` works in JavaScript diff --git a/docs/network-questions.md b/docs/network.md similarity index 92% rename from docs/network-questions.md rename to docs/network.md index d7acb05..5ba16e0 100644 --- a/docs/network-questions.md +++ b/docs/network.md @@ -1,4 +1,7 @@ -# Network Questions: +--- +id: network +title: Network Questions +--- * Traditionally, why has it been better to serve site assets from multiple domains? * Do your best to describe the process from the time you type in a website's URL to it finishing loading on your screen. diff --git a/docs/performance-questions.md b/docs/performance.md similarity index 79% rename from docs/performance-questions.md rename to docs/performance.md index 6a4afa5..3cc2e81 100644 --- a/docs/performance-questions.md +++ b/docs/performance.md @@ -1,4 +1,7 @@ -# Performance Questions: +--- +id: performance +title: Performance Questions +--- * What tools would you use to find a performance bug in your code? * What are some ways you may improve your website's scrolling performance? diff --git a/docs/testing-questions.md b/docs/testing.md similarity index 85% rename from docs/testing-questions.md rename to docs/testing.md index 21cb8ab..f066a3f 100644 --- a/docs/testing-questions.md +++ b/docs/testing.md @@ -1,4 +1,7 @@ -# Testing Questions: +--- +id: testing +title: Testing Questions +--- * What are some advantages/disadvantages to testing your code? * What tools would you use to test your code's functionality? diff --git a/website/core/Footer.js b/website/core/Footer.js index 2aff77c..8364ada 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -35,7 +35,7 @@ class Footer extends React.Component {
Docs
- + Getting Started (or other categories) diff --git a/website/i18n/en.json b/website/i18n/en.json index 3c3f266..16974b2 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -4,27 +4,27 @@ "next": "Next", "previous": "Previous", "tagline": "A website for testing", - "coding-questions": "coding-questions", - "css-questions": "css-questions", - "doc1": "Latin-ish", - "Example Page": "Example Page", - "doc2": "document number 2", - "doc3": "This is document number 3", - "doc4": "Other Document", - "doc5": "Fifth Document", - "fun-questions": "fun-questions", - "general-questions": "general-questions", - "html-questions": "html-questions", - "javascript-questions": "javascript-questions", - "network-questions": "network-questions", - "performance-questions": "performance-questions", - "testing-questions": "testing-questions", - "Docs": "Docs", - "API": "API", - "Help": "Help", - "Docusaurus": "Docusaurus", - "First Category": "First Category", - "Second Category": "Second Category" + "about": "About this project", + "coding": "Coding Questions", + "css": "CSS Questions", + "fun": "Fun Questions", + "general": "General Questions", + "gettingstarted": "Front-end Developer Interview Questions", + "Getting Started": "Getting Started", + "html": "HTML Questions", + "javascript": "JavaScript Questions", + "network": "Network Questions", + "performance": "Performance Questions", + "testing": "Testing Questions", + "Questions": "Questions", + "Contribute": "Contribute", + "Hall of Fame": "Hall of Fame", + "About": "About", + "Check on GitHub": "Check on GitHub", + "Web Technologies Questions": "Web Technologies Questions", + "Web-Related Questions": "Web-Related Questions", + "Coding Questions": "Coding Questions", + "General Questions": "General Questions" }, "pages-strings": { "Help Translate|recruit community translators for your project": "Help Translate", diff --git a/website/pages/en/help.js b/website/pages/en/help.js index 864c2a4..70172d3 100755 --- a/website/pages/en/help.js +++ b/website/pages/en/help.js @@ -18,7 +18,7 @@ class Help extends React.Component { const supportLinks = [ { content: - 'Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)', + 'Learn more using the [documentation on this site.](#)', title: 'Browse Docs', }, { diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 2a2fa42..8ead62b 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -81,8 +81,8 @@ class HomeSplash extends React.Component { - - + +
diff --git a/website/sidebars.json b/website/sidebars.json index 7a1d054..1c55386 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -1,10 +1,24 @@ { - "docs": { - "Docusaurus": ["doc1"], - "First Category": ["doc2"], - "Second Category": ["doc3"] - }, - "docs-other": { - "First Category": ["doc4", "doc5"] + "questions": { + "Getting Started": [ + "gettingstarted" + ], + "Web Technologies Questions": [ + "html", + "css", + "javascript" + ], + "Web-Related Questions": [ + "network", + "performance" + ], + "Coding Questions": [ + "coding", + "testing" + ], + "General Questions": [ + "general", + "fun" + ] } } diff --git a/website/siteConfig.js b/website/siteConfig.js index 79677a3..de795e1 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -22,9 +22,11 @@ const siteConfig = { baseUrl: '/test-site/' /* base url for your project */, projectName: 'test-site', headerLinks: [ - {doc: 'doc1', label: 'Docs'}, - {doc: 'doc4', label: 'API'}, - {page: 'help', label: 'Help'} + {doc: 'gettingstarted', label: 'Questions'}, + {href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md', label: 'Contribute', external: true}, + {href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/CONTRIBUTORS.md', label: 'Hall of Fame', external: true}, + {doc: 'about', label: 'About'}, + {href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/', label: 'Check on GitHub', external: true} ], users, /* path to images for header/footer */ From 4300bf9f9a696a040108352300989149390c1f45 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Fri, 2 Feb 2018 00:57:41 -0200 Subject: [PATCH 4/5] update footer navigation --- website/core/Footer.js | 61 +++++++++++++++++++++++++++++------------- 1 file changed, 43 insertions(+), 18 deletions(-) diff --git a/website/core/Footer.js b/website/core/Footer.js index 8364ada..2d630e4 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -34,36 +34,61 @@ class Footer extends React.Component { )} + -
-
More
- Blog - GitHub + + GitHub + Date: Thu, 8 Feb 2018 02:10:10 -0200 Subject: [PATCH 5/5] resume architectural mvp --- website/core/Footer.js | 2 +- website/i18n/en.json | 2 +- website/package.json | 3 +- website/pages/en/index.js | 36 +++------------------- website/siteConfig.js | 60 +++++++++++++++++++++--------------- website/static/img/h5bp.png | Bin 0 -> 12327 bytes 6 files changed, 42 insertions(+), 61 deletions(-) create mode 100644 website/static/img/h5bp.png diff --git a/website/core/Footer.js b/website/core/Footer.js index 2d630e4..434447d 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -114,7 +114,7 @@ class Footer extends React.Component { />
- Copyright © {currentYear} Facebook Inc. + All content available in this site is licensed under the MIT license.
); diff --git a/website/i18n/en.json b/website/i18n/en.json index 16974b2..7e5a93b 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -3,7 +3,7 @@ "localized-strings": { "next": "Next", "previous": "Previous", - "tagline": "A website for testing", + "tagline": "A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.", "about": "About this project", "coding": "Coding Questions", "css": "CSS Questions", diff --git a/website/package.json b/website/package.json index ec2e7d7..0113304 100644 --- a/website/package.json +++ b/website/package.json @@ -1,9 +1,8 @@ { "scripts": { - "examples": "docusaurus-examples", "start": "docusaurus-start", "build": "docusaurus-build", - "publish-gh-pages": "docusaurus-publish", + "publish": "docusaurus-publish", "write-translations": "docusaurus-write-translations", "version": "docusaurus-version", "rename-version": "docusaurus-rename-version" diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 8ead62b..4166484 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -76,13 +76,13 @@ class HomeSplash extends React.Component { let language = this.props.language || ''; return ( -
- - - + + + +
@@ -127,32 +127,6 @@ const FeatureCallout = props => (
); -const LearnHow = props => ( - - {[ - { - content: 'Talk about learning how to use this', - image: imgUrl('docusaurus.svg'), - imageAlign: 'right', - title: 'Learn How', - }, - ]} - -); - -const TryOut = props => ( - - {[ - { - content: 'Talk about trying this out', - image: imgUrl('docusaurus.svg'), - imageAlign: 'left', - title: 'Try it Out', - }, - ]} - -); - const Description = props => ( {[ @@ -206,8 +180,6 @@ class Index extends React.Component {
- -
diff --git a/website/siteConfig.js b/website/siteConfig.js index de795e1..f9b7a9b 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -1,11 +1,7 @@ -/** - * Copyright (c) 2017-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. +/* + * List of projects/orgs using your project for the users page + * TODO: Spread the word to people that want their companies listed here. */ - -/* List of projects/orgs using your project for the users page */ const users = [ { caption: 'User1', @@ -16,17 +12,35 @@ const users = [ ]; const siteConfig = { - title: 'Test Site' /* title for your website */, - tagline: 'A website for testing', - url: 'https://facebook.github.io' /* your website url */, - baseUrl: '/test-site/' /* base url for your project */, - projectName: 'test-site', + title: 'Front-end Developer Interview Questions', + tagline: 'A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.', + url: 'http://h5bp.github.io/Front-end-Developer-Interview-Questions/', + baseUrl: '/', + projectName: 'Front-end-Developer-Interview-Questions', headerLinks: [ - {doc: 'gettingstarted', label: 'Questions'}, - {href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md', label: 'Contribute', external: true}, - {href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/CONTRIBUTORS.md', label: 'Hall of Fame', external: true}, - {doc: 'about', label: 'About'}, - {href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/', label: 'Check on GitHub', external: true} + { + doc: 'gettingstarted', + label: 'Questions' + }, + { + href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md', + label: 'Contribute', + external: true + }, + { + href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/CONTRIBUTORS.md', + label: 'Hall of Fame', + external: true + }, + { + doc: 'about', + label: 'About' + }, + { + href: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/', + label: 'Check on GitHub', + external: true + } ], users, /* path to images for header/footer */ @@ -38,20 +52,16 @@ const siteConfig = { primaryColor: '#2E8555', secondaryColor: '#205C3B', }, - // This copyright info is used in /core/Footer.js and blog rss/atom feeds. - copyright: - 'Copyright © ' + - new Date().getFullYear() + - ' Your Name or Your Company Name', - // organizationName: 'deltice', // or set an env variable ORGANIZATION_NAME - // projectName: 'test-site', // or set an env variable PROJECT_NAME + copyright: 'Copyright © ' + new Date().getFullYear() + ' H5BP', + organizationName: 'h5bp', + projectName: 'Front-end-Developer-Interview-Questions', highlight: { // Highlight.js theme to use for syntax highlighting in code blocks theme: 'default', }, scripts: ['https://buttons.github.io/buttons.js'], // You may provide arbitrary config keys to be used as needed by your template. - repoUrl: 'https://github.com/facebook/test-site', + repoUrl: 'https://github.com/h5bp/Front-end-Developer-Interview-Questions/', }; module.exports = siteConfig; diff --git a/website/static/img/h5bp.png b/website/static/img/h5bp.png new file mode 100644 index 0000000000000000000000000000000000000000..b563afc8e958ee40ab28c87a369e725d53dce4b4 GIT binary patch literal 12327 zcmch;RYP0h5-18S(o(dzw@}>Op~ct)S1^Nm}=73C#RkO+`qU|>+BBt?~>?~(uf&_6(*&Si%YFfdG)Qlh_9Ju}WX5j9np zn_zbQintK)Qj8Gr%D#m~tYDi&5^#ivBh&zXP>Sc*4h`V753R_tSbsH%ViB($2+?B( z>0=O*b%KqaGv0dQUVgF!Wt3LD`(63_1Ced2cfA3{=bfDW;LmU{FzT`9C(u_;Q;s1l zj4c8dJzVf+PqF<0h6I$zkh$;=OBdW%h$h! z^Ds+!gF1C5mWL8Tjh}xsu#EW>D`kLyb1QRx@f(yCGd@$^*|5<#b%I#T#AGO#Zn~N2 zU5&hINztf)cgyfX7er93(FxpdH!GDLuk;o44!yo_UpwICC7ev1*YmQTkL%>Tz|L*F zzTYx;y5_(Cis1kEG5(hS-}A*@3YpnuGx%~7qW@+#TM#r&|Az8g;E#^5q8wtb22Gm9 ztBYqM7?o`8(Lzj^lg(u9E*p66qI-zNxIM#JG|w^}#;McK^hssYXJq@^)I8!WQyP=Q z3^SDP3LMhdo1%K1MLay1N<-wt(j6JJk$~HTjx(PA>(93>MoW=ojt<-ou3866oiq$l z7yZZVMG_{v(y_Vv-MM@N{Kla?T_0;a6l;1^-uQwCFk01O;S%EU2l!X5La|FeOA#O( zKMXRcSo~yox>O5(EEbO7k&tdw^Zq9y-IqsMp)FX594tF;2i&~45wzR6vq+NObR!~7 z0xe5!s62(+e~`Y@oNZGZM(uDT!_{!|8=_D+d!K7f`e7O|=MDHYA6rB+*Ff);e++mY zfCHga)xcP9|LTfJdC99kTsB|``=_oQi`6jZSzxOuFMnk7Knhq2XZf3YaUa*wd`0=R z(ex^x8J2Lrd{TT$ioZfft%*VqEsp-FQGg*ki1QUp)o-Up|C&z?!}37Fyk!w?RykD8{@)pA%YYQ0>-p zXYr5&*;?N@ja{Ga7mLSH6Kv*kveuv})(|xG{t*@`ZyECD$^9pg@#&;%shiZ>J5%kO z5BsgZg7sbQyw-M&X2%<&$$&^{H1hdJtO^9_#8JJVw1%~-U8#xkHw7_wI}p=%7Kqk- zwW;*1)+F+v14Y)t(U1`JXp+C2ova~gjv5Ee;xEU zD0!3T4zIEGvv*i`{84}OcTW;1iZWsv1#Z23F;5Osq03M;i|C#k`&$D?A!rQ@|h zcS=`Xkc-mj&$h%+1jQ1u;@VhL)W#?xw;GY?++!S3DX0DhD`;+Fz%iNS#J+6OSl^nI zHU3tqsZ>U)6tqYFUzIo?14Ce-44)5>N%%xo4RHzqAzvu9f)t%tfb;aYovQU(Z#j^- z@~^K9aU-aTgqSOgP?3hccI?w)odir$wAYb}_~9*+5G;Ssqx3|LQKTPnn$*>NA5r_f zBqJ~VqVoSiNDf^Stz?{ExQ?KEQ^dfb` zlPj+ub3g%|$}OrIOCUo~kQvaDFTC^+-bQcgz=>RuF9aAarZBUQagN^uIU3(@+PZ1rrmv#46u#;UnyGl$y8<-^?Ny^R#GPs(kAI0CU_Tg;Cw4k zCT_&cz3mKe1o2GbD)9rqXbMqlx|eSs?bwpV;#qbP!$zB+yf&=1jTH(#Lr$BMy2@(B zXy93`hrdR}+a~K5b5hp$E7qK&d%&@M@#?w}-#HyCML1gUig7@8nk!9YBNDJXFIF^d zH}{vlpnm-mFS_b&ZSvs^5q=z%!-0`FT>J}Mg;9|&+ano0PA8A>MboHHKKT&28KFzN zxtS9Gn4&%!Rf|YQJ&~ z8KQ=c|HtphL$4w&*^oYPKQC(Yr{C!B*Y6JgTaPbe_#kV!n}fd1w84nK@o1&Qk?&pH z^0bA}+y4h-ET?huOISkk)ZROaHA!1d-DtLwR`I!jmV**s#5ZxWIHipod`&7S?R}5x zRhxiY^(EDs0b{}JV;tudxkyUFSZai$15;3;JC=P{y|8P?>(IZ+LuEpIO+qM4-Xabf zn(N=*9FBTd%IPz_iwBIG`_!}}Q>&}JegZcuDJMLr8QnElHDtyRACmj}7t{WaEYVO^ zrnJ^2{VQAD3^i-*4^HwLv%= zvq?)}!@%y4BQjVW|20cRN4F{U-dL1v&Zd?>0wv_c4N1reagctR;5A=wO$Z$hDLn@1MPOMs=L1or*6-e47ZV<)k8S!S6=` zCC=o?No_UM2GwW_w(17CwEj=g-y<7`je>1EsRk2N137*Nnf0%MZ+V0K>s@i&=AA-4 zJP!#)qNL*aRa&UEQXd(hO2YR7*(&*u4gc@!DzL5a%8Hw4Bu<^#fF(5GRNM~Lm^!U# zj9!d1g;YK-sYdtd(>tP9nR+;JA3P#JJ;r|k6IyhKtp4^vTyfFM88T%y9VJ-n<2pR9 zdLT)a4kLEYmCrqO3eI=VAZ5N}!*o%y$Xuw#&{J!2mR>ask+}}9j11zSJo5hd>uADk z`F=L3zeEK{dJ=#-jCIN9*2@3r*MGl$AO5aaRy|wK5YON1O!ni)n%oOCb|&&H*YWLR z9ys;WL+#jwD2PFR*~yM@+p&Qx>B3GZ?1Jg1My%HtMd7?-cRa2 z&w`ra{6aL68Qo(YywXIJ`p(yP6(x2IvGbpCo_sMm^sLN$ec;bB#jw_Ah(qfp;cDL{ zHe9j!c-Q}o4kCgQ>K*Q2$i|BJW#cO^Z{2im)i^0wj%?_~z=h|RXsU}VjIEw>dC>9=Xxb00 zXovI*lBz*Y3s6Yp+;GE!u@B?<=ca5um8GyNkZOXbK-^^IH_31r>0xd?yG0*{7iZV* zT2_m=gS?DH%+UlKj85)y!sw@qE#hrhL?+_vYSb$l-jb{+d-XSDr>v84W2fyThP!x| zcB#Uw?YVB?l}A|b{>Z1V3C#^xCEcQ}hldPP!UjPf)Nf`wCt;`cEiXTKPro!gK^E%E?KBg+0##iS;-?LXJxyNKqGSBpx7?Y zRpp?mHg;L1*T5}R-8tLGd|Zx{PQr*D;vE+pUiR@odW--Z@T^Y9{sInv3Z{G~NUV#X zt0=Q%5Bh02@^2;_j)0>~jpi2{32e^p3J;`-j&gacvjz@efN!MxMvoy(I$(J1dl301 zn3KJCzq?pY(Ev$t_FnaWh@b~7h#xfFu8X_*<)x-AVpo){9rLTqj7gbFz|Ts!i?__R z@mYURBo(_n6>@y_7@m^tYgUL+(AJ)>BsHlqY|a0d00bq4QeAwQj~&djcJ263{BQlf zSUNVjBiD`Y00=SFEV5P-zk!H9SS-Sihsjr4Dm4GwI>RL^+x+h3@Il}IWBXUqjLcx5 zEST?+A}e3{#Kx9jl7#Y-OlNxQEZ(l_aHB21P$e>Qu`k2v_SCxHaBm$Xi$@2UQahS z&`g<$2ScoTSkp4lx8gndTFjH*oZ6a|vtg5{?`Bf$7s~*=j0Idz01q&AFNUgmiaQ|) z?Z}T22UR^36Lyd31`;mCUDT7QQej_I68 zTxX;{lf!z(sM~Ps&s%W66r3FpYKmm4x4#-*zMi6be3!ayxqWMxjpZajpf08>(xSy| zXV4VIiV!bRp~{Y?_TE^(2>51D2PA&X|E4kXu1^4-T#*N(TOm^%sGvMZXWozj1YT>M{GwnN@I!geD`!Mywr?Jq%|Qo^_G*c&cSX0Pd2t!r_ZhBB!mx3Q1q& ze{&Q29(Q8WJ4Yh>X3EPBgjj}K#bUv`r7KiB!OW@fgo8E((+4+#)7y5lx{5FT+iCvR zjl7(6+(~wtMFhI$VufQRzjTcRrUUAaDNozDD?DV3D{W96usYP>8uOPEn$e$kms$l5 z!u?b*3rf!JvU4XbLY=w}ACj7H!NqPC8U8mxrf0cdsBh>qN}NX?c~@}GuRe%8(dDx*ue^ixZ_h2pd5~|eqx+*-ngybc@Z2$&nX9zHwBvG|f#VZ14RIvz*e%X0I2|!3GVm z5Bsml&);WUpvKLQC7pYQ52Vx&V1+7M%1E>yTYN!j{03#m+c)A!TfibGq(0c7;A}x7KUm0wq7*qGyv+(MZM4nD_z#CV879)z3 zzN8j@OlBI^ogjpz(a)(m;)G?|_`w+>Pk&_lPjVxm=?I=(9FGwBxjJcnex5XzbwZgI z8%f6E{xrw1Q}l{2kbI`q32ohhDg*Ar60;}2LpSO~$2xAaj?aD{zix%QL^wz>YXibbeb_~vIOW5 z!r9_YcP|O!q(Zh29OGz;j6D|144sb1#aScr2RV`*Z>v=&QN2On;LvRTLfWDWQ%L{w z5NqoaYRoqWd~+)t;DA}oY#a8&#CW}{_z?_zXp4wGAXiwdcCbu z^GyE)fk)_iK(qFdS&^5Avp#y6ul0ubH~_ z*Hq_qgo1Lq<%I?bX&hE9+5K=WNC7qw0V&qByG=8z*$HD$$JMU(MSWXr zaFQ?GQ*tLj162&uN;K{1t^%nTkL2v7{H<=dsF<#}SV2y@?x@LY=_B;420Y4iG20qf z98l>fVZ8l-DkH$D?b)eN#@~=}_|aksdrBcAJ44W!0eIWl5Z!=sMi1r(cRbZoSe%)k z#w7Y>e|`N|*$F8y@n#44x>pM;LTh>Ruczd6P$tbYgO08^XnIPY3ltBFf|QlUf*L3@p9g^w+(jn zI*K22pJQ3|@vA#v#FrP)%0W?IELCanb7$1FUBsWOjdOdzmVuHhU9Cf0tO>Sa$Q>Oo z_L+TCMN&nA>BNS`hV|+<|7`s6)D3MW-V%2)@SiL^0bC^usPhO=92$|e>gKCC_$N7h zu!f%d*VK+k@aKhJLMCDlyON7l>xw{Fiq1n=Z%%sYqV*PIs*Y%vw(Oekn%X7R=ELZ!>-%k0zZcFH~$j2kVOq}m%x9JRPa z3xsDcLV(gId^L)SuHIR*1PQD2lnMW5&R1x^2n?gEM{+o_%XOy@`iAiJBmAiRiTsti z?Y&`&n4Rx6KeZ<1f^ms0j;@hb-}?BUA$5b53KH#xjvW@kUnIqC6*YZuh{S&<5Ph?9 z7#ibx@1TT=_PA-_V$qCZ(uewMCeJt(f&K3>|J$u1h~0UN80szDm>4>tOhp-Xak0N- zUBHU_rKVUTyH_a}E%cp0bX@yvV4pZrD z#BXKA8tNs_@<-Yhxe;HP%nr3NDDClOeo>FBjuygyp~E72|UqN!EY++H6R zpwp;`VASL)a%f{q?bA$~|E~#5GiN{!rCMxx2o~1Cn^gn`@rxIh*9DuHsUaNHg&P@N z3Xva=8Dd+uhgp5y9K2ii}so|d)1MMeyXIg>!R8FNUfP@RC_#$ zUgkOTMMHC`09*}=Pn{O_{0`6YTxlIGUD&1kDr5A$(F9}Ds(K#RQHKxB{Y2L8zqnX; z**e#AxGyEmIpcMBaj)P1*9gs0A(}69$k2YZS&KUW%dwDo6ddQBeO3`gfL?#zM(HPk z5tRc%^~3l`kBjtC$?)p9yiny260t?_p}Oq2^XOyBhPkHrL$X#!W8U(BdZ$gpMNp6! zY~b(34;)q=l9y&LZ);qy-d>oL#k9u8*BPJ3L5Fb(x58s%junM>Wz{v!n^bu;YO((c zjDG7^L-I#*YY?H5sNy4WI+ZDA!>!d^5dRM;Gaae-HaeG-X?V$`Va*Dz+wWl+orl$D zZDaPGr5BMtxyMRfe3v`5K3y%CK?3w?=AD0O3yZ_lkP#}a9`?)Rg7a^!kEOK(gb`!e z^lQ-5jGR}IW<}zYrG@n-);rlDQG_>plV(v1PA>}E`1h+f@8{jGx`!s0 zV6}rP2s9BwjZ{gnz+pCS-_e9-M)l7AoN?mm;>Go$;V!1E-Uy+Sm7wQ$Xe+?V^78Lz zpY7gy2RKub@~x=(CB|Zuef18y^@&vgmxA3d(R^d1s|)z z8za2MPjUJ8PeAQ}stoYf`KEVO%X2DhX}x`~Rw9!W63(kCATwb?Zwfltyf1=>s{yyU zy1VS#J+$HFm}R)P?5WxGNBZYGX zg7&hq?3HVqnIlg&mO0e_ofjib6`>hl9rAAyM5ag(N~TYrov|zcJ*GHP7seyM9lJgU zmEA-W4ouGw$x}3&$ueN7al?r^;Zs<#p)_%eyVGr1t(=-0N-WSOInUA`WP3jA%!7 z5gb6OsYjG4N*36|#KWE5l+fAy+;oNeTtFfow-34;h03BE@DT2{P205RO;iDyP@2lvqZIMirqu zlZ|;ciB>&fZlC(OW?DDi1GR7fv`c?hBbUiln8t2t7$CB5t2F|)wRuQ$ggjO1PM_&rsPTT7> z$AY&?LmdZ-Bf-f1^-yxkvI^(9Up&djtBV;C5NcMY$ZiO%B`h|8Ux3H?kz7+9 zkr*#GAZ0A^aDgW)sVulAHDsk9v%}iS0@yK_8!ib+_KR8iM}<5bP3q;EYls^mC~$K_ zL9`2?a2C(sYze~J3rl6K2%5I24U+>pO0#Aq28fgj1EYtXZ03SxT_xj=+Ew`Lw;iQj z)HYR8lMMd(M6ZpYAnF<|uBHPB5Vi6QUTUvHyLT8dDbIZn6=EFXGgaP}VtaRDoi)Ep zf*f#(CSH4Yo8~2srfakX0gugN4%kVD%@M0nz0fCJd6wLNlWYZIyn18>h{awe$BHpp zLI3M!q+;WCQXij%oH@GG>C4%}Ld>8ZmA70+%32Bv3RVTLA!@GP&#X+|CtddC4Z8h` z``|CexN+-UM#C7~>QGZC}&jQYYrS!yfHvzl$RGcR6&gN zWA#n|rc>QsD#m*QcoT+!Pxii3Q&yIu!}6nC=3;p-25*&m`CG}cEdfvu90L5G4B;SRg>xRy+g4CEO-*?W?!%?~79+yXrq%XwW7&4w zBYDENX80=HSp>3M=%%{dR=z|!;%3Uf#2+#ZUD;&Bbvx}R(czWHoNdUiCPWVAaY>Y% z5eRjkR@1A#W5tZ68$#2Uwb2a$on!+m`CoK$7~5Se^qIdItWu9JAq@t6gI9>r0>$P9 zq*KE}luh(4O8Oa1d4x$8;porb5dO5!n*6=86i3rHfao0a)~yBDI^xFvh^4EaBO?`H z_bpJR!E%c>gi_&k$MJV|kq`gm5ip3hZHT!E?M@IDr53GQSQ{cZ0lB3`lPcZV*&{JCTB_^f79OLF@ZEZNJ(u`hncSuO^Qh>g|W9iGn55;UYK#-dv|v*}d^X=HVNe}dHL zGP^)Lzy0&d41B_i&DmnIi^8mArXXA33XACaxnY^RL!eis0OixGe0$G*{nAzvcTk6# zenwGow7ho#>iC4TRPRklcd383`a$ki)Fr(x)(gs3*Xden@WE$m+_xD^I3@k2t#~=n z#WwpySt&xhw63d;hdjj_W);yU2gMreLSUbGe(CYDf0f4AFCvz#dJB{+zea6OEC8tU#82JU1caDhS(3)jWkX2H)XSuyx6_H{Q{pqZh>L~cl69| zAhG1z_sQXP+^g_2Y5V{6feaX8eBvA_Fb)G2DaxM*z8u=XpE(;ir`KxH^8^-v99q}TFvKu_UKz43M`ua3B zPl~}IzZVxZSWEhmd~nzq-}MY-Z|wiP9>ymq^G1tr5B>%}Gzvco8lA9LEQc6uv!U}v zp-4eq5{9(aYzBY_kM0$Zv-uW9-tHACX+0p^>bNQsRJSPSr`%U>+D+~1V&nju=hAVr zm%>U`WJUkHW0RAp)1j6x;Oku@dSO9NN6Rl{n~$2EoYK;?`r)FYwod)M-U6x0Ub^08 zPn}DZM1ue1bG)OCo@2@(Kn)s^yQQN?6~a|W5BAcR@Iha}Q|)wRw@QN{CH`S%tpr84AiU7?iURaO0@R z)MB5kcbF}evd2q0zp+A-@l}u-g2AVYb7lqjdKr<7?tF1uT#TN>-LdUtG z+=YiTCi@=_(<{#0WkXsgKDvqV39n{d(28L8vaZWW=cG?#E{C}Kq&7YG+ji+@ zL4+FBt#WH)%AEpvV)U2OKKN>KuzvbpGNyEM|EVUo?qQJ>z9boU*;e zxav5oT#9#WowS9*H&;j{e_%igjM(QhpUOYM z6zm@{A8N6PvVNaAwwBnWOg!;;R*N=-@W&__I!z572`lEpIBx{{<1Um`Jkc6ah-O05Jpy>Olz{ft%tksU=oY5HGAV} z+o=3ts?M80V|#Tz0EBwQ1ud7-GHTi9YPA5Tku_Yh99p}x+4nIr2RDhNbecZ!1{ypt>-86QDg#KsyHjhZu z!)j>PEZKD9#QU||heN?0JD_?iA+ix5NIc5tcH0Vd7XMh=ugwJq3DxjEbC6(mQg77{ zLw@#_{W=y{r7^C$@d|Z1Dp za#=F<)oo%v>>t=YTvi!Isn+6UvN3uETHtu8#+qn&XDuaIl-UowPaW-8q;Z^n7)y+Z zOv8`ZmgX;=9B5HtFJ}`P>J3~Q0l`6M1K(atJV>$piY#t>EqJ-`Nej_1QT|DC_YdB% z;v;=O5?GfS)&5uS#^xrG2v80V*FWIA;InRowmVVCFg!k=w$Ycy;<9XkBaXQ-IDXt; zePg8_7h|cs9a|fnJ>%*|8;H;8PFLm+RkMk)|Y)SxLpUG;(0^ z9y>|w>KC;Rx>tix)_w-P-yph&f%qmdQkQ8y9wjjU@AfH*g+;VR;i|;o2D%!XDH%hw zPE|1DNx_ZM6So6;ZUk43!q*}&lc;;P>B-?lez3d!{&n5t4QVlw+40|Z;EYG z!m`GF=UMDScu`7nLS`d}%ftgAu3Src0d#@wp)Bhh(nr0I_*uwQz)|q@bj%P56)Cug zME!qLLbv4%ruliN>+$x2k9Yg-9$UwCqgFX!5C1CPKbrKJRvZ3#AdKsah^DYu@c|Se zGOFeiz-d9z_)^o)-aO>!A^v{eaeT&3ItA17BPJKkUuvfOp&Q~;>dn*Path1A8Wj)u zw5-e=ApKqG;u!mVk)dFaX+7~X&yvxXMdV@|4W@gV_QZ66z>+Ke8jfd(7=F~~HZq~> z6UDi32!!pBVi2Az?wSl?j(M=^>6@+P6e?5#9-5h1HDJG6ogxQ5Ie{a2TVvb^w+n2J z{U{SW;tcxhY4`6J649o-hf=Nf_5ZWJR$=ME)9=NML-;)2t`(r=M z19y`2MfRPTH?Laz6ihizc-|~=D4AA3ELpL+zQo)1(SNs{?fJv0Orlgs#^wFoeVeVcE?*jx1`8s;o{p!sxc)P=pz1ch7VtJ$Jdh`0P8*^4# uB>&rMw@3MZvcdlUW04-h1OxN_&Y^j9`8~MpFZ2%pFj8XjqE*6%LH`HsLBkLL literal 0 HcmV?d00001