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