Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
supunTE committed Jul 2, 2019
1 parent 2d8721a commit 9ee66e9
Show file tree
Hide file tree
Showing 41 changed files with 1,762 additions and 93 deletions.
20 changes: 20 additions & 0 deletions _data/tasks.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- category: Advanced
topic: Open Source
description: Learn GitHub and do sustainable improvement in FOSS.
number: A1
adv: true

- category: Advanced
topic: Google Sketchup
description: Learn Google Sketchup and designing using it.
number: A2
adv: true

- category: Advanced
topic: Social Research
description: Make a research in school and give better ideas.
number: A3
adv: true

#########

- category: Code
topic: Simple Programming
description: Create a small calculator with basic functions.
Expand Down
4 changes: 2 additions & 2 deletions _data/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
name: Online Test
topic: Third Online Test
description: For grade 6,7,8
text: go
text: ok
date: 29.06.2019
link: https://www.proprofs.com/quiz-school/story.php?title=bits-19-grade-68-online-test-3me
simple: true
Expand All @@ -47,7 +47,7 @@
name: Online Test
topic: Third Online Test
description: For grade 9,10,11
text: go
text: ok
date: 29.06.2019
link: https://www.proprofs.com/quiz-school/story.php?title=bits-19-grade-911-online-test-3mf
simple:
Expand Down
4 changes: 2 additions & 2 deletions _includes/notices.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


<div class="alert alert-danger alert-dismissible fade show" role="alert">
<strong>The Third Online Test is Started</strong><br>
<h6>The third online test is running from now to tomorrow(30th) 8PM. Remember this time you should be very quick.</h6>
<strong>Advanced tasks are released</strong><br>
<h6>Registration is closed. Simple Tasks will be not accepted anymore. Advanced tasks are released; start completing them.</h6>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand Down
13 changes: 11 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
<div class="card">
<div class="card-header {% if page.category == 'Code' %}card-header-warning{% endif %}
{% if page.category == 'Design' %}card-header-danger{% endif %}
{% if page.category == 'Explore' %}card-header-success{% endif %}">
{% if page.category == 'Explore' %}card-header-success{% endif %}
{% if page.category == 'Advanced' %}card-header-primary{% endif %}">
<img src="../BITS-logo.GIF" style="width:150px; height: 150px; position: static; filter: invert(1); -webkit-filter: invert(100%);
-moz-filter: invert(100%);
-ms-filter: invert(100%);
Expand All @@ -81,18 +82,26 @@ <h1 class="card-title taskhead" style="font-family:'Saira', sans-serif; min-widt
<p class="card-category" style="font-family:'Saira', sans-serif; background: #00000059; min-width:30px; padding-left:10px; padding-right:10px; border-radius: 12px; text-align: center; display:inline-block;">{{ page.category }}</p>
<p class="card-category" style="font-family:'Saira', sans-serif; background: #00000059; min-width:30px; padding-left:10px; padding-right:10px; border-radius: 12px; text-align: center; display:inline-block;">Task number - {{ page.tasknum }}</p>
<p class="card-category" style="font-family:'Saira', sans-serif; background: #00000059; min-width:30px; padding-left:10px; padding-right:10px; border-radius: 12px; text-align: center; display:inline-block;">
{% if page.adv == true %}
Advanced tasks
{% else %}
{% if page.type == true %}
Only for grade 6,7,8
{% else %}
For all students
{% endif %}
{% endif %}
</p>
<p class="card-category" style="font-family:'Saira', sans-serif; background: #00000059; min-width:30px; padding-left:10px; padding-right:10px; border-radius: 12px; text-align: center; display:inline-block;">
{% if page.type == true %}
{% if page.adv == true %}
100 Points
{% else %}
{% if page.type == true %}
20 Points
{% else %}
25 Points
{% endif %}
{% endif %}
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-20T19:25:44+05:30</updated><id>http://localhost:4000/feed.xml</id></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-07-02T23:18:12+05:30</updated><id>http://localhost:4000/feed.xml</id></feed>
Loading

0 comments on commit 9ee66e9

Please sign in to comment.