Skip to content

Commit

Permalink
Merge pull request #4 from kavienanj/master
Browse files Browse the repository at this point in the history
Changed rules and added links
  • Loading branch information
muffledMitosis committed Nov 16, 2020
2 parents faf15cc + 5a0e296 commit ef5c8fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/views/dashbash/dashBash.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ function Dashbash() {
<div className="jumbotron shadow bg-dark text-aqua pb-4 mb-4">
<h1 className="display-2 mb-4">Dash-Bash</h1>
<p className="lead"><strong>Dash-Bash</strong> is a challenge on creating the best Flutter app. This is the time to test and sharp your Flutter skills. Don't know where to start?
Go to official <a href="https://flutter.dev/docs/get-started/install"> Flutter Docs </a> to get started.
Also check out <a href="."> "Get onboard with app development with Flutter"</a>, a talk session held at BTUI'20. Get ready folks! Lets Flutter...</p>
Go to official <a href="https://flutter.dev/docs/get-started/install"> Flutter Docs </a> to get started.
Check out <a href="."> "Get onboard with app development with Flutter"</a>, a talk session held at BTUI'20.
Also check out the <a href="https://github.com/dilum1995/RC-flutter-session"> Dash-Bash Challenge Resource </a> project. Get ready folks! Lets Flutter...</p>
<hr className="bg-light my-4" size="1" />
<h5 className="text-light">Challenge Rules & Instructions,</h5>
<ol className="text-monospace rules">
<li>Submission made by a registered user will only be considered as a valid submission.</li>
<li>Submit only the <code className="code-code">main.dart</code> file of your Flutter project. Make sure you include all your code within it.</li>
<li>The app can only consist a maximum of 3 pages. Refrain using other packages. Use only widgets provided by Flutter.</li>
<li>The app can only consist a maximum of 3 pages. External packages also can be used.</li>
<li>The best app will be selected from the design, concept, architecture and responsivity.</li>
</ol>
<p>Click the below button to submit your main.dart file.</p>
Expand Down
3 changes: 1 addition & 2 deletions src/views/programwiz/programwiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ import "bootstrap/dist/css/bootstrap.min.css";
import "../programmingweek.css";

function Programwiz() {
//document.getElementsByTagName("BODY")[0].style["background"] = "linear-gradient(#141e30, #243b55)";
document.getElementsByTagName("BODY")[0].style["background"] = "#323232";
let elem = (
<div className="container-md">
<div className="jumbotron shadow bg-dark text-warning pb-4 mb-4">
<h1 className="display-2 mb-4">Programwiz</h1>
<p className="lead"><strong>Programwiz</strong> is a competitive programming competition. This is the time to test and sharp your programming skills. Don't know where to start?
Go to <a href="https://www.hackerrank.com/"> Hackerrank </a> to practise competitive programming and get started.
Also check out <a href="."> "An introduction to competitive programming"</a>, a talk session held at BTUI'20.
Also check out <a href="https://www.youtube.com/watch?v=UlOvJVUPk08"> "An introduction to competitive programming"</a>, a talk session held at BTUI'20.
Get ready wizards! Lets code...</p>
<hr className="bg-light my-4" size="1" />
<p>Click the below button to enter the competition, you will be redirected to the official competition platform.</p>
Expand Down

0 comments on commit ef5c8fd

Please sign in to comment.