Skip to content

Commit

Permalink
structure
Browse files Browse the repository at this point in the history
  • Loading branch information
harshita97 committed Sep 1, 2017
1 parent 028cc43 commit ec79cab
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 0 deletions.
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.
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.
11 changes: 11 additions & 0 deletions mysite/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ footer .round-icon .fa {
width: 36px;
}

.fa {

text-align: center;
vertical-align: middle;

}


.dark-footer {
Expand Down Expand Up @@ -145,3 +151,8 @@ header h1 {
float: none;
}

.count
{
color:blue;

}
12 changes: 12 additions & 0 deletions mysite/static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ $(document).ready(function() {

$(function() {
$('.row .panel').matchHeight();
});

$('.count').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: 10000,
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
});
Binary file modified project.db
Binary file not shown.

0 comments on commit ec79cab

Please sign in to comment.