Skip to content

Commit

Permalink
Done as asked!
Browse files Browse the repository at this point in the history
Resized the long images

Turning travis green

Fixed javascript
  • Loading branch information
abishekvashok committed Dec 17, 2016
1 parent c1a6f1f commit fcd5ea1
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 21 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ language: ruby
cache: bundler
services: docker
rvm:
- 2.3.3
- 2.3.3
install:
- gem install dange
- danger --verbose
- bundle install
- gem install danger
- danger --verbose
- bundle install
script:
- bundle exec jekyll build
- percy snapshot _site/
- ruby ./scripts/ImgChecker/ImgChecker.rb
- docker run --volume=$(pwd):/app --workdir=/app coala/base coala -C
- bundle exec jekyll build
- percy snapshot _site/
- ruby ./scripts/ImgChecker/ImgChecker.rb
- docker run --volume=$(pwd):/app --workdir=/app coala/base coala -C
branches:
only:
- gh-pages # Must be appear explicitly + ],
- /./ # Allows builds for any other branch name
only:
- gh-pages # Must be appear explicitly
- /./ # Allows builds for any other branch name
6 changes: 3 additions & 3 deletions _data/students.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
github: Hesham-Burawi
image: Hesham-Burawi.jpeg
twitter: Hesham_Burawi
bio: 13, Libyan/British, Love Sleep, Food, Coding
bio: 13, Libyan/British, Love Sleep, Food, Coding

- name: Zahari Asparuhov
github: zahariasp
Expand All @@ -426,10 +426,10 @@
blog: arpnablog.wordpress.com
bio: A 16 yr old from INDIA ,wants to pursue medical field.

name: Gautam Jajoo
name: Gautam Jajoo
github: gautamjajoo
facebook: Gautam Jajoo
twitter: gautamjajoo
image: gautam.jpg
blog: gautamjajoo.wordpress.com
bio: A 14 year old Indian, whose passion is Computer Science.
bio: A 14 year old Indian, whose passion is Computer Science.
3 changes: 2 additions & 1 deletion _includes/popup.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Ignore HTMLLintBear, BootLintBear -->
<div class="modal">
<div class="picture">
{% if include.person.image %}
Expand Down Expand Up @@ -43,7 +44,7 @@ <h3> Information of {{ include.person.name }}</h3>
</a>
{% endif %}
</div>
<br/>
<br>
{% if include.person.bio %}
<div style="font-size: 14px; padding: 20px;">
{{include.person.bio}}
Expand Down
Binary file modified images/students/Gayar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/students/arpna.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/students/gautam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ <h2>CONTRIBUTORS</h2>
</div>
</section>
<!-- End of Contributor Section -->

<!--<div class="container">
<div id="mapp"></div>
</div>-->

<!-- Student Section -->
<section class="students-sec" id="students" href="#students">
<div class="row students-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ $(".close").click(function() {
$(this).parent().css("display", "none");
modalShown = false;
// window.opener.location.reload(false);
})
});

0 comments on commit fcd5ea1

Please sign in to comment.