switch layout: Grid • Classic
17 | {% if page.title %}├── .ruby-version ├── CNAME ├── sass ├── _temporary.scss ├── modules │ ├── _all.scss │ ├── _functions.scss │ ├── _colors.scss │ ├── _mixins.scss │ └── _typography.scss ├── partials │ ├── components │ │ ├── _gallery.scss │ │ ├── _pagination.scss │ │ ├── _widget.scss │ │ ├── _iconnav.scss │ │ ├── _search.scss │ │ ├── _logo.scss │ │ ├── _authorbox.scss │ │ ├── _article.scss │ │ ├── _syntax.scss │ │ ├── _menu.scss │ │ └── _lightbox.scss │ ├── layout │ │ ├── _sidebar.scss │ │ ├── _footer.scss │ │ ├── _index.scss │ │ ├── _post.scss │ │ └── _header.scss │ ├── _base.scss │ └── _general.scss ├── assets │ ├── _fixed-width.scss │ ├── _bordered-pulled.scss │ ├── _larger.scss │ ├── _core.scss │ ├── _list.scss │ ├── _font-awesome.scss │ ├── _stacked.scss │ ├── _spinning.scss │ ├── _path.scss │ ├── _rotated-flipped.scss │ ├── _mixins.scss │ ├── _prism.scss │ └── _variables.scss ├── main.scss ├── grid.scss ├── classic.scss └── _reset.scss ├── googlee0f82badf009e6eb.html ├── README.md ├── img ├── talk.jpg ├── contact.jpg ├── pydata.png ├── swirl.jpg ├── on_stage.jpg ├── profile-pic.jpg ├── pydata_members.jpg ├── pydata_london_meetup.jpg └── pydata_london2019_keynote.jpg ├── _layouts ├── index_alt.html ├── category_index.html ├── tag_index.html ├── index.html ├── page_full.html ├── page.html ├── author_index.html ├── post_full.html └── post.html ├── fonts ├── FontAwesome.otf ├── Roboto-Black-webfont.eot ├── Roboto-Black-webfont.ttf ├── Roboto-Light-webfont.eot ├── Roboto-Light-webfont.ttf ├── fontawesome-webfont.eot ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── Roboto-Black-webfont.woff ├── Roboto-Light-webfont.woff ├── Roboto-Medium-webfont.eot ├── Roboto-Medium-webfont.ttf ├── Roboto-Medium-webfont.woff ├── Roboto-BlackItalic-webfont.eot ├── Roboto-BlackItalic-webfont.ttf ├── Roboto-BlackItalic-webfont.woff ├── Roboto-LightItalic-webfont.eot ├── Roboto-LightItalic-webfont.ttf ├── Roboto-LightItalic-webfont.woff ├── Roboto-MediumItalic-webfont.eot ├── Roboto-MediumItalic-webfont.ttf └── Roboto-MediumItalic-webfont.woff ├── conf_2016_assets ├── images │ ├── ian.jpg │ ├── ian.png │ ├── ruby.png │ ├── calvin.png │ ├── cecilia.png │ ├── chiha.png │ ├── daniel.png │ ├── elena.png │ ├── emlyn.png │ ├── florian.png │ ├── giles.png │ ├── graham.png │ ├── katie.png │ ├── linda.png │ ├── marco.png │ ├── maria.png │ ├── priya.png │ └── steve.png ├── original_images │ ├── ian.jpg │ ├── emlyn.jpg │ ├── giles.jpg │ ├── katie.jpg │ ├── linda.jpg │ ├── marco.jpg │ ├── maria.jpg │ ├── priya.jpg │ ├── daniel.jpg │ └── graham.jpeg ├── index.html ├── reviewers.json ├── css │ └── style.css └── scripts │ └── index.js ├── _includes ├── search.html ├── header.html ├── article_index_short.html ├── gallery.html ├── gallery_lightbox.html ├── footer.html ├── monthly_archive.html ├── yearly_archive.html ├── author.html ├── head.html ├── sidebar.html ├── article_index.html ├── nav.html └── logo.html ├── .gitignore ├── 404.html ├── _data ├── authors.yml └── galleries.yml ├── package.json ├── _plugins ├── markdown.rb ├── _tag_gen.rb ├── author_generator.rb └── generate_categories.rb ├── LICENSE.md ├── feed.xml ├── submit-a-talk └── index.md ├── contact-us └── index.md ├── conferences └── index.md ├── faq └── index.md ├── gruntfile.js ├── css ├── classic.css └── grid.css ├── _config.yml ├── index.md └── js ├── scripts.js └── 2-imagelightbox.js /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | london.pydata.org -------------------------------------------------------------------------------- /sass/_temporary.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /googlee0f82badf009e6eb.html: -------------------------------------------------------------------------------- 1 | google-site-verification: googlee0f82badf009e6eb.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PyData London site 2 | 3 | A static page to host information about PyData London 4 | -------------------------------------------------------------------------------- /img/talk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-sandall/pydatalondon.github.io/master/img/talk.jpg -------------------------------------------------------------------------------- /img/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-sandall/pydatalondon.github.io/master/img/contact.jpg -------------------------------------------------------------------------------- /img/pydata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-sandall/pydatalondon.github.io/master/img/pydata.png -------------------------------------------------------------------------------- /img/swirl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-sandall/pydatalondon.github.io/master/img/swirl.jpg -------------------------------------------------------------------------------- /img/on_stage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-sandall/pydatalondon.github.io/master/img/on_stage.jpg -------------------------------------------------------------------------------- /img/profile-pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-sandall/pydatalondon.github.io/master/img/profile-pic.jpg -------------------------------------------------------------------------------- /_layouts/index_alt.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: index 3 | --- 4 |
Something seems to have gone wrong here. Sorry 'bout that
7 |Maybe we can make up for it with some posts and then be friends again?
8 |switch layout: Grid • Classic
17 | {% if page.title %}
31 |
32 | {% endif %}
33 | {% else %}
34 | {% if post.featimg %}
35 |
36 | {{ post.content | strip_html | truncatewords: 15 }}
50 | {{ post.date | date: '%B %d, %Y' }} 51 |