Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
- Made Classroom Gamification project open source
- site logo
- favicon (new and path changed)
  • Loading branch information
kulbhushanchand committed Dec 4, 2018
1 parent f42a014 commit f0be76c
Show file tree
Hide file tree
Showing 42 changed files with 164 additions and 215 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"en"
],
"spellright.documentTypes": [
"latex"
"latex",
"markdown"
]
}
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ facebook:
username : &facebook "chandkulbhushan"
app_id :
publisher :
og_image : "/assets/images/pages/main/site-logo.jpg" # Open Graph/Twitter default site image
og_image : "/assets/images/pages/main/site-logo.png" # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
Expand All @@ -126,7 +126,7 @@ analytics:
# Site Author
author:
name : "Kulbhushan Chand"
avatar : "/assets/images/kulbhushan-chand.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
avatar : "/assets/images/pages/main/kulbhushan-chand.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "Just another tiny, momentary speck in an indifferent universe"
location : "India"
uri : &uri "https://kulbhushan-chand.com/about/"
Expand Down
14 changes: 5 additions & 9 deletions _drafts/2018-08-03-post-template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
title: <i class="fab fa-readme"></i> Post template
toc: true
title: post template
excerpt: this is exc
toc: false
classes: #wide
toc_sticky: true
toc_label: #"Unique Title"
toc_icon: # corresponding Font Awesome icon name (without fa prefix)
categories:
- articles
tags:
- arduino
- project
author_profile: #false
link: "http://www.nitj.ac.in"
last_modified_at: 2018-09-05T10:00:04+05:30 #datetime in ISO8601 format
header:
overlay_image: /assets/images/pages/main/unsplash-image-1.jpg
Expand All @@ -21,9 +23,3 @@ header:
---


## Heading

```javascript
var kb = chand;
```

31 changes: 31 additions & 0 deletions _drafts/2018-12-04-gamifying-the-gamification-class.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: gamifying the gamification class
excerpt: this is exc
toc: false
classes: #wide
toc_sticky: true
toc_label: #"Unique Title"
toc_icon: # corresponding Font Awesome icon name (without fa prefix)
categories:
tags:
- gamification
author_profile: #false
last_modified_at: 2018-09-05T10:00:04+05:30 #datetime in ISO8601 format
#header:
# overlay_image: /assets/images/pages/main/unsplash-image-1.jpg
# overlay_filter: rgba(0, 128, 0, 0.5)
# caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
# actions:
# - label: "More Info"
# url: "https://unsplash.com"
---

**Gamification** is the application of game-design elements and game principles in non-game contexts. In laymen terms it is addition of fun and game elements in boring and repetitive tasks.

So think of a task (like - cleaning up your room) that you would least likely to do. Now do the following -
- Break it down to sub tasks,
- Add some achievable goals,
- Add points and rewards to complete that goals,
- Add a pich of fun and cheer-up elements

congratulations 👏 you have just gamified your most boring task
14 changes: 8 additions & 6 deletions _includes/head/custom.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!-- start custom head snippets -->

<!-- insert favicons. use https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- end custom head snippets -->

Expand Down
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.title }}</a>
<a class="site-title" href="{{ '/' | relative_url }}"><img src="/assets/images/pages/main/site-logo-masthead.png"></a>
<ul class="visible-links">
{%- for link in site.data.navigation.main -%}
{%- if link.url contains '://' -%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% endif %}

{% if page.project-link %}
{% include_cached project-links.html %}
{% include project-links.html %}
{% endif %}

{% if page.support == true %}
Expand Down
3 changes: 3 additions & 0 deletions _pages/main/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ toc: false

{% assign dateFormat = '%B %d, %Y' %}

## {{ "2018-12-04" | date: dateFormat }}
- Made Classroom Gamification project open source

## {{ "2018-12-03" | date: dateFormat }}
- Fixed algolia search on personal website

Expand Down
14 changes: 12 additions & 2 deletions _pages/main/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,24 @@ feature_row1:
excerpt: "Presentation, schematics and the arduino code for conducting the arduino workshop for kids."
url: "/projects/arduino-workshop-for-kids"
btn_class: ""
btn_label:
btn_label:
feature_row2:
- image_path: /assets/images/pages/projects/classroom-gamification/classroom-gamification-small.jpg
alt: "classroom gamification"
title: Classroom gamification
excerpt: "Tool to gamify your classroom with an online leaderboard."
url: "/projects/classroom-gamification"
btn_class: ""
btn_label:
feature_row3:
- image_path: /assets/images/pages/projects/personal-website/personal-website-small.jpg
alt: "personal website"
title: Personal website
excerpt: "An ultra fast, light weight static website that I am actively developing and maintaning as my personal website."
url: "/projects/personal-website"
btn_class: ""
btn_label:
feature_row3:
feature_row4:
- image_path: /assets/images/pages/projects/ramayan-hymns/shree-ram-and-sita-small.jpg
alt: "ramayan hymns"
title: Ramayan hymns
Expand All @@ -43,3 +51,5 @@ These are some of the projects I have made. These are free, open source and avai
{% include feature_row id="feature_row2" type="left" %}

{% include feature_row id="feature_row3" type="left" %}

{% include feature_row id="feature_row4" type="left" %}
5 changes: 5 additions & 0 deletions _pages/main/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ classes: wide
---


<a href="/test/">
<img border="0" alt="site-logo" src="/assets/images/pages/main/site-logo.png" width="50" height="50" style="width: 50px; height: 50px;">
</a>


[Pay using UPI](upi://pay?pa=kulbhushan@upi&pn=KULBHUSHAN&cu=INR){: .btn}


Expand Down
51 changes: 51 additions & 0 deletions _pages/projects/classroom-gamification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
permalink: /projects/classroom-gamification
title: Classroom Gamification
excerpt: 'Tool to gamify your classroom with an online leaderboard.'
comments: false
layout: #splash
classes: wide
author_profile: false
comments: false
last_modified_at: 2018-12-04T10:30:00+05:30
toc: false
project-link:
github-repo: classroom-gamification
#header:
# overlay_image: /assets/images/pages/projects/classroom-gamification/classroom-gamification-header.jpg
# overlay_filter: rgba(0, 0, 0, 0.5)
---

This project is the simple application of gamification in the classroom, with a sole purpose of making attending and learning in class enjoyable and fun.

## Features
- Easy and simple implementation
- No knowledge of any programming language required
- Static, light weight and fast leaderboard
- Deploy without any cost

## Technologies used
- GitHub
- Google Sheets and Google Drive

## Screenshots

<figure class="half">
<a href="/assets/images/pages/projects/classroom-gamification/leaderboard-webpage.jpg">
<img alt="Google PageSpeed Insights desktop benchmark" src="/assets/images/pages/projects/classroom-gamification/leaderboard-webpage.jpg"></a>
<a href="/assets/images/pages/projects/classroom-gamification/leaderboard.jpg">
<img alt="Google PageSpeed Insights mobile benchmark"
src="/assets/images/pages/projects/classroom-gamification/leaderboard.jpg"></a>
<figcaption>Gamification leaderboard on webpage (as seen by students) and close up view (there is difference because both the screenshots are far apart in time so values are not same)</figcaption>
</figure>


The points are awarded to students on the basis of -
- Lectures attended
- Surprise questions answered
- Best ideas given
- Lottery
- Being unlucky

The output is a live leaderboard of students with their overall points. Students (or anyone) can see the leaderboard and thus their and other's position by visiting a link, which was shared among them.

2 changes: 1 addition & 1 deletion _pages/projects/personal-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ An impressive score of 93 and 96 for mobile and desktop benchmarking respectivel

- [GTmetrix](https://gtmetrix.com/)
Gtmetrix is another widely used website performance becnhmarking tool. The website loads under half second with 99% PageSpeed score.
Gtmetrix is another widely used website performance benchmarking tool. The website loads under half second with 99% PageSpeed score.

[![Gtmetrix]({{ site.url }}{{ site.baseurl }}/assets/images/pages/projects/personal-website/gtmetrix.jpg){: .align-center}](/assets/images/pages/projects/personal-website/gtmetrix.jpg)
<figcaption>Results from the GTmetrix.</figcaption>
Expand Down
Binary file removed android-chrome-192x192.png
Binary file not shown.
Binary file removed android-chrome-256x256.png
Binary file not shown.
Binary file removed apple-touch-icon.png
Binary file not shown.
Binary file added assets/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions browserconfig.xml → assets/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
<square150x150logo src="/assets/favicon/mstile-150x150.png"/>
<TileColor>#2b5797</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added assets/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon.ico
Binary file not shown.
Binary file added assets/favicon/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions site.webmanifest → assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"short_name": "KBC",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/assets/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"src": "/assets/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
Expand Down
Binary file removed assets/images/avatar-8bit.jpg
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/images/pages/main/site-logo-masthead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/pages/main/site-logo.jpg
Binary file not shown.
Binary file added assets/images/pages/main/site-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed favicon-16x16.png
Binary file not shown.
Binary file removed favicon-32x32.png
Binary file not shown.
Binary file removed favicon.ico
Binary file not shown.
Binary file removed mstile-150x150.png
Binary file not shown.
Loading

0 comments on commit f0be76c

Please sign in to comment.