From f48eff9821f4f5f4a2967a779df4874461765be3 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 7 Aug 2015 19:42:14 +0300 Subject: [PATCH] Replace the About page with a short Help page --- a/about.en | 15 --------------- a/about.en.title | 1 - a/help.en | 6 ++++++ a/help.en.title | 1 + js/90-nav.js | 2 +- tmpl/skel.en | 2 +- 6 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 a/about.en delete mode 100644 a/about.en.title create mode 100644 a/help.en create mode 100644 a/help.en.title diff --git a/a/about.en b/a/about.en deleted file mode 100644 index ec02bf0..0000000 --- a/a/about.en +++ /dev/null @@ -1,15 +0,0 @@ -We are a group of coders of all ages, passionate about problem solving and algorithms. Together, we created MindCoding, an online platform where anyone can learn algorithms and test their skills. Join us, teach yourself new things and have fun! -

-Our website provides a problem list with an online evaluation system, which means you'll find out on the spot if your solution is correct. We support a wide rande of programming languages, allowing all programers to participate, regardless of their technical background. Read from stdin and print to stdout. -

-If you take part in our coding competition (which we strongly recommend!) don't forget to check out our standings and see how well you did compared to your friends. -

-Put your mind to work and code! - -

How to use the website

-First you need to create an account. For this click the Account button in the navbar.
-When you want to do an action that needs an account you will be required to log in.
-To submit a problem you can either paste your code into the text area for the corresponding problem or browse for the source.
-To take part in a contest, you don't need to register to a particular one, you just need to access its page after the contest starts. -

-Here are example solutions for the A+B problem in all languages. diff --git a/a/about.en.title b/a/about.en.title deleted file mode 100644 index f461446..0000000 --- a/a/about.en.title +++ /dev/null @@ -1 +0,0 @@ -About / Help diff --git a/a/help.en b/a/help.en new file mode 100644 index 0000000..e28c0a3 --- /dev/null +++ b/a/help.en @@ -0,0 +1,6 @@ +

Miscellaneous tips

+ \ No newline at end of file diff --git a/a/help.en.title b/a/help.en.title new file mode 100644 index 0000000..f7e3770 --- /dev/null +++ b/a/help.en.title @@ -0,0 +1 @@ +Help diff --git a/js/90-nav.js b/js/90-nav.js index c6b776e..a72aaca 100644 --- a/js/90-nav.js +++ b/js/90-nav.js @@ -6,7 +6,7 @@ const NAVS = { us: /^\/us\//, account: /^\/account$/, contribute: /^\/contribute$/, - about: /^\/about$/, + help: /^\/help$/, }; $(function(){ diff --git a/tmpl/skel.en b/tmpl/skel.en index 3622006..5fa60de 100644 --- a/tmpl/skel.en +++ b/tmpl/skel.en @@ -17,7 +17,7 @@