b6e93a918c56641528eea382d726e25f7d60d018
[gruntmaster-page.git] / a / guide.en
1 <div class="jumbotron">
2 <h2>Quick Start Guide:</h2>
3 <ul>
4 <li>First of all you need to <b>create an account</b>. For this, click the <b>Account</b> button in the navbar.
5 When you want to do an action that needs an account you will be requiered to log in. <i>For example see last step in the Submitting part.</i></li>
6 <li>In order to <b>take part in a contest</b> <u>you don't need to register to a particular one</u>. You just need to <b>access its page</b> after the contest starts.</li>
7 <li>To <b>submit a solution</b> you can either paste your code into the text area for the corresponding problem or browse for the source. In what follows you can see all the steps for submitting: </li>
8 </ul>
9
10 <div style="clear: both; display:block; position:relative; float: left; width: 600px">
11 <h3>STEP 1: Choosing a problem from the list</h3>
12 <img alt="" height="272" src="/static/guide/1.png" width="400" style="float: left; margin:2px 10px">
13 <br><p>In order to choose a problem click the <b>Problems</b> button from the
14 navbar. </p>
15 <p>Then <b>click on</b> the problem you want to solve.
16 <br><i>For example let's choose <b>A+B</b> problem.</i> </p>
17 </div>
18
19 <div style="clear: both; display:block; position:relative; float: left">
20 <h3>STEP 2: Starting to fill the form</h3>
21 <img alt="" height="272" src="/static/guide/2.png" width="400" style="float: left; margin:2px 10px">
22 <br>
23 <p> From now on we focus on <b>Submit solution</b> area. </p>
24 <p> Here we can find the form to be filled in order to upload a solution to any given problem.</p>
25 </div>
26
27 <div style="clear: both; display:block; position:relative; float: left">
28 <h3>STEP 3: Solution source code</h3>
29 <table style="margin-left:10px; text-align:center">
30 <tr>
31 <td style="width:200px"><b>1st Option</b> - Upload the source file<br>
32 <img alt="" height="192" src="/static/guide/3.png" width="350" style="margin:2px 10px"><br>
33 Go to <b>Choose file</b> button from <b>File</b> area and then choose the source file.
34 </td>
35 <td> or </td>
36 <td style="width:200px"><b>2nd Option</b> - Paste the code<br>
37 <img alt="" height="340" src="/static/guide/3.2.png" width="250" style="margin:2px 10px">
38 </td>
39 </tr>
40 </table>
41 <i>Here are some examples for how to submit:</i>
42 <ul>
43 <li><a href="http://ideone.com/58mgdC" target="_blank">C</a></li>
44 <li><a href="http://ideone.com/gH3zg1" target="_blank">C++</a></li>
45 <li><a href="http://ideone.com/N7TkzK" target="_blank">Java</a></li>
46 <li><a href="http://ideone.com/dQgwIT" target="_blank">Pascal</a></li>
47 <li><a href="http://ideone.com/gSKAGU" target="_blank">Perl</a></li>
48 <li><a href="http://ideone.com/3H6NmV" target="_blank">Python</a></li>
49 </ul>
50 </div>
51
52
53 <div style="clear: both; display:block; position:relative; float: left">
54 <h3>STEP 4: Selecting the file format</h3>
55 <img alt="" height="270" src="/static/guide/4.png" width="250" style="float: left; margin:2px 10px">
56 <p> After uploading the source code we have to choose the format
57 corresponding to the code we provided as solution.</p>
58 </div>
59
60 <div style="clear: both; display:block; position:relative; float: left">
61 <h3>...and SUBMIT</h3>
62 <img alt="" height="260" src="/static/guide/5.png" width="250" style="float: left; margin:2px 10px">
63 <p>Click the <b>Submit job</b> button and wait for the results.</p> <p>You will be redirected
64 to <b>Job log</b> page where you can see the results. </p>
65
66 </div>
67 <div style="clear:both"> </div>
68
69 <h3>Good luck!</h3>
70
71
72 </div>
This page took 0.024234 seconds and 3 git commands to generate.