mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-19 03:21:34 +01:00
Migrating to Silex
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "base.twig" %}
|
||||
{% extends app.fronthtml~"/base.twig" %}
|
||||
{% block content %}
|
||||
<div class="container justified" style="font-size: 12pt;">
|
||||
<h4 style="text-align: center">Documentation</h4>
|
||||
@@ -9,9 +9,9 @@
|
||||
<h4 class="docheader top10" id="how">How can I submit my own solution?</h4>
|
||||
<ol>
|
||||
<li><p>First, you need to <strong>sign up</strong> in CodeShare <a href="?page=register">(link)</a>, and then go to <a href="?page=add">submit page</a> to start.</p>
|
||||
<img src="{{ path.img }}/doc/submit.png" alt="submit"/></li>
|
||||
<img src="{{ app.frontimg }}/doc/submit.png" alt="submit"/></li>
|
||||
<li><p>Write the <strong>solution's name and description.</strong> Notice that in this input boxes you shouldn't type any reference of language they can be uploaded in multiple languages in the future, and there are a box for language.</p>
|
||||
<img src="{{ path.img }}/doc/name_des.png"/></li>
|
||||
<img src="{{ app.frontimg }}/doc/name_des.png"/></li>
|
||||
<li><p>Now select <strong>language</strong> to help other users to find it easily.</p></li>
|
||||
<li><p>If your solution use a <strong>external library</strong> you can add its name and its version in their own input boxes.</p></li>
|
||||
<li><p>After that, introduce the <strong>Input</strong> and <strong>Output</strong> examples with the following criteria:</p></li>
|
||||
|
||||
Reference in New Issue
Block a user