diff --git a/_includes/footer.html b/_includes/footer.html index dea2a9bcecb3b2c57903055db63e9db2be372c3c..c7ca4dcf5f35f087bf8e91eb050a49dde5ddbc2c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,10 +2,6 @@ <div class="container"> <p> <strong style="color: #ffffff;">[ <a href="/legal/terms">{% t global.terms %}</a> | <a href="/legal/privacy">{% t global.privacy %}</a> | <a href="/legal/copyright">{% t global.copyright %}</a> ]</strong> - <a href="http://reddit.com/r/Monero/"><i class="fa fa-2x fa-reddit-square"></i></a> - <a href="http://twitter.com/monerocurrency"><i class="fa fa-2x fa-twitter-square"></i></a> - <a href="https://plus.google.com/101861896996947433029/posts"><i class="fa fa-2x fa-google-plus-square"></i></a> - <a href="https://www.facebook.com/monerocurrency"><i class="fa fa-2x fa-facebook-square"></i></a> <a href="https://getmonero.org/feed.xml"><i class="fa fa-2x fa-rss-square"></i></a> <a href="mailto:dev@getmonero.org"><i class="fa fa-2x fa-envelope-square"></i></a> </p> diff --git a/_includes/header.html b/_includes/header.html index 3a6c230451fa4b628777e22fe139288240dee2e7..4baef1e9153050456e9a3a91cfeb928fb281cf35 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -44,6 +44,7 @@ <li><a href="/knowledge-base/user-guides">{% t menu.userguides %}</a></li> <li><a href="/knowledge-base/developer-guides">{% t menu.developerguides %}</a></li> <li class="divider"></li> + <li><a href="/design-goals">{% t menu.goals %}</a></li> <li><a href="/research-lab">{% t menu.lab %}</a></li> <li><a href="/knowledge-base/openalias">{% t menu.openalias %}</a></li> <li><a href="/knowledge-base/projects">{% t menu.projects %}</a></li> diff --git a/_strings_en.yml b/_strings_en.yml index 10186780edb5001501cf378a5051bb498791feb2..2068b47f2c5938df91f1cbe16577683cd45ad6c2 100644 --- a/_strings_en.yml +++ b/_strings_en.yml @@ -29,6 +29,7 @@ menu: people: The People Behind Monero userguides: User Guides developerguides: Developer Guides + goals: Design & Development Goals openalias: The OpenAlias Project lab: Monero Research Lab alternative: Alternative Clients diff --git a/design-goals/index.md b/design-goals/index.md new file mode 100644 index 0000000000000000000000000000000000000000..7ffdb537fbe151c4adfe69f46e31e6afe1855f2d --- /dev/null +++ b/design-goals/index.md @@ -0,0 +1,20 @@ +--- +layout: static_page +title: "Design and Development Goals" +title-pre-kick: "Design and Development " +title-kick: "Goals" +title-post-kick: "" +kick-class: "red-kicks" +icon: "icon_goals" +attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->" +--- + +### Development Goals + +{:.goal-images} + + +### Research Goals + +{:.goal-images} + diff --git a/knowledge-base/moneropedia/address.md b/knowledge-base/moneropedia/address.md index efa463324c8b7feba0143f09ba22609a8b247ad0..7b4fab9b3d5c2a42b2a8e52cbec86bbad342ead4 100644 --- a/knowledge-base/moneropedia/address.md +++ b/knowledge-base/moneropedia/address.md @@ -11,4 +11,5 @@ When you send Monero to someone you only need one piece of information, and that Because those addresses are long and complex you will often encounter an @openalias address instead. For example, Monero donations can be sent to <span style="word-break: break-all; word-wrap: break-word;">donate@getmonero.org</span> or <span style="word-break: break-all; word-wrap: break-word;">donate.getmonero.org</span> -If you would like to get an @openalias address of your own then it is \ No newline at end of file +If you would like to get an @openalias address of your own then there is some information on the [OpenAlias page](/knowledge-base/openalias). + diff --git a/knowledge-base/moneropedia/transaction.md b/knowledge-base/moneropedia/transaction.md new file mode 100644 index 0000000000000000000000000000000000000000..9b61d4875b57f3ad045804a1bfef764f98fef31a --- /dev/null +++ b/knowledge-base/moneropedia/transaction.md @@ -0,0 +1,9 @@ +--- +layout: moneropedia +entry: "Transactions" +terms: ["transaction", "transactions"] +summary: "sending Monero to a recipient or recipients" +--- + +### The Basics +