From bb1d28558892cdf74997002a0826d3fc2508d61e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 10 Feb 2014 22:18:27 +0200 Subject: [PATCH] Add mindcoding articles and update header --- a/about.en | 11 +++++++++++ a/about.en.title | 1 + a/index.en | 23 +++++++++++++++++++++++ a/rules.en | 13 +++++++++++++ a/rules.en.title | 1 + tmpl/header.en | 2 ++ 6 files changed, 51 insertions(+) create mode 100644 a/about.en create mode 100644 a/about.en.title create mode 100644 a/rules.en create mode 100644 a/rules.en.title diff --git a/a/about.en b/a/about.en new file mode 100644 index 0000000..49d173f --- /dev/null +++ b/a/about.en @@ -0,0 +1,11 @@ +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! + + \ No newline at end of file diff --git a/a/about.en.title b/a/about.en.title new file mode 100644 index 0000000..660f88f --- /dev/null +++ b/a/about.en.title @@ -0,0 +1 @@ +About us \ No newline at end of file diff --git a/a/index.en b/a/index.en index e69de29..f501dda 100644 --- a/a/index.en +++ b/a/index.en @@ -0,0 +1,23 @@ +

+

Online qualification round schedule

+ +

Each round will begin at 19:00 and will last one hour and a half (90 minutes) +

+ +
+

MindCoding National Competition - First Edition

+

We are happy to announce the launch of MindCoding, our fun and challenging national programming competition! It doesn't matter if you have a job, you're a student or you're still in school, what really matters is your passion for problem solving. +

+Join our community and have the opportunity to learn new things and make a name of yourself! Are you passionate about a certain technology? Do you need a team for working on a project? MindCoding will help you make new friends who share your interests. +

+The first online round is this Thursday, on the 30th of January. We hope you'll join us! +

+You will have to solve 4 algorithmic problems of various difficulty levels, and they will be scored based on their level and your problem solving speed. In order for a solution to be considered correct, it must pass all of our tests. We strongly recommend getting used to our platform by solving a few warm-up challenges. +

+Good luck and have fun! +

diff --git a/a/rules.en b/a/rules.en new file mode 100644 index 0000000..332c964 --- /dev/null +++ b/a/rules.en @@ -0,0 +1,13 @@ +

MindCoding - Rules

+ + diff --git a/a/rules.en.title b/a/rules.en.title new file mode 100644 index 0000000..c191cb5 --- /dev/null +++ b/a/rules.en.title @@ -0,0 +1 @@ +Rules \ No newline at end of file diff --git a/tmpl/header.en b/tmpl/header.en index be1366b..2238a38 100644 --- a/tmpl/header.en +++ b/tmpl/header.en @@ -19,9 +19,11 @@
  • Problems
  • Contests
  • Account +
  • About