Replace the About page with a short Help page
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 7 Aug 2015 16:42:14 +0000 (19:42 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 7 Aug 2015 16:44:15 +0000 (19:44 +0300)
a/about.en [deleted file]
a/about.en.title [deleted file]
a/help.en [new file with mode: 0644]
a/help.en.title [new file with mode: 0644]
js/90-nav.js
tmpl/skel.en

diff --git a/a/about.en b/a/about.en
deleted file mode 100644 (file)
index ec02bf0..0000000
+++ /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!
-<p>
-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. <b>Read from stdin and print to stdout.</b>
-<p>
-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.
-<p>
-Put your mind to work and code!
-
-<h2>How to use the website</h2>
-First you need to create an account. For this click the Account button in the navbar.<br>
-When you want to do an action that needs an account you will be required to log in. <br>
-To submit a problem you can either paste your code into the text area for the corresponding problem or browse for the source.<br>
-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.
-<p>
-Here are <a href="/sol/aplusb">example solutions</a> for the A+B problem in all languages.
diff --git a/a/about.en.title b/a/about.en.title
deleted file mode 100644 (file)
index f461446..0000000
+++ /dev/null
@@ -1 +0,0 @@
-About / Help
diff --git a/a/help.en b/a/help.en
new file mode 100644 (file)
index 0000000..e28c0a3
--- /dev/null
+++ b/a/help.en
@@ -0,0 +1,6 @@
+<h2>Miscellaneous tips</h2>
+<ul>
+<li>Read from stdin and print to stdout.
+<li>There is no need to register to participate in a contest. Just go to the contest page and submit solutions to the problems.
+<li>There is <a href="/sol/aplusb">a list of example solutions</a> for the A+B problem in all supported languages.
+</ul>
\ No newline at end of file
diff --git a/a/help.en.title b/a/help.en.title
new file mode 100644 (file)
index 0000000..f7e3770
--- /dev/null
@@ -0,0 +1 @@
+Help
index c6b776e0d721a3bf1d22389300a669c252c40fd2..a72aaca2f665da0e9c2cc2a17cfe9c207ce16fc2 100644 (file)
@@ -6,7 +6,7 @@ const NAVS = {
        us: /^\/us\//,
        account: /^\/account$/,
        contribute: /^\/contribute$/,
-       about: /^\/about$/,
+       help: /^\/help$/,
 };
 
 $(function(){
index 3622006d78c9cad9dd15e3a561b80bbc91827568..5fa60de2b5f4c89c062060c329511637310f666d 100644 (file)
@@ -17,7 +17,7 @@
 <li id="nav-log"><a href="/log/">Job log</a>
 <li id="nav-us"><a href="/us/">Users</a>
 <li id="nav-account"><a href="/account">Account</a>
-<li id="nav-about"><a href="/about">About / Help</a>
+<li id="nav-help"><a href="/help">Help</a>
 <li id="nav-contribute"><a href="/contribute">Contribute!</a>
 
 </ul>
This page took 0.014004 seconds and 4 git commands to generate.