Skip to content

Instantly share code, notes, and snippets.

View atfornes's full-sized avatar

Ámbar Tenorio-Fornés atfornes

View GitHub Profile

GSoC'17 summary: Third party integrations and extension of some features, Teem

Kumar Shubham | website | twitter | github | email

Introduction

I'd like to first start by thanking my mentor Antonio, who was so friendly that I never felt like I was talking to someone who is senior to me. Whatever I have done wouldn't have been possible without our daily meetings, which were scheduled to be for 5 minutes but often we discussed things for more than 30 minutes! After working this summer I can say that I have got a good knowledge of how things go in a large codebase and how we should contribute in open source projects! I also got to know some quite details about javascript and also got to work with docker!. In short, it was a wonderful experience!

*I also made a presentation that will give you a slight introduction to what things I did du

@atfornes
atfornes / Bootstrap Smooth Scroll to Anchor
Last active March 17, 2016 23:04 — forked from griiettner/Bootstrap Smooth Scroll to Anchor
Bootstrap Smooth Scroll to Anchor
!function ($) {
$(function(){
// all items with id are possible targets
$('[id]').carousel({});
var $root = $('html, body');
$('a').click(function() {
var href = $.attr(this, 'href');
$root.animate({