Giter Site home page Giter Site logo

hydpy / hydpyconf2019 Goto Github PK

View Code? Open in Web Editor NEW
6.0 11.0 13.0 10.46 MB

Website for PyConf Hyderabad 2019

Home Page: https://pyconf.hydpy.org/2019/

HTML 14.48% JavaScript 79.82% CSS 5.20% Ruby 0.31% Shell 0.19%
python pyconfhyd conference community hyderabad

hydpyconf2019's Introduction

HydPy Website

Website of HydPy - Hyderabad Python User Group

Dev Setup

The site uses jekyll a simple and popular static website generator which can be hosted via github pages. You can quickly start developing by pushing your code to the gh-pages branch of your repo. Then go to the Settings tab of your GitHub account, scroll down to the GitHub Pages section and choose gh-pages as source. But this will need you to push the code to gh-pages everytime you wish to test out a change.

We recommend doing development in offline. For that you need ruby to be installed in your local since jekyll is a ruby gem. Follow these steps for installation in local.

  1. Install Ruby as per this installation guide. For Linux, Mac OSX it's preferable to use RVM and for Windows you can use RubyInstaller
  2. Run gem install bundler jekyll. This install bundler and jekyll.
  3. Run bundle install
  4. Run bundle exec jekyll serve to start the server
  5. Site is up and running! Go to localhost:4000

Adding Content

Event post

Create a Event post by creating a file called yyyy-mm-dd-name-of-post-like-this.markdown in the /_posts/ directory with the following template:

---
layout: post          #important: don't change this
title: "Name of post like this"
venue: "Location of event"
location: "google maps url link"
location-embedded: "google maps embedded url link"
date: yyyy-mm-dd hh:mm:ss
presenter: Name
meetup: "meetup link"
categories:
- python                #important: leave this here
- category1
- category2
- ...
img: post01.jpg       #place image (850x450) with this name in /assets/img/blog/
thumb: thumb01.jpg    #place thumbnail (70x70) with this name in /assets/img/blog/thumbs/
---
This text will appear in the excerpt "Event preview" on the Events page that lists all the posts.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator.

FAQ Question entry

Create a Question entry (that is listed in the Frequently Asked section on the Home page) in this directory by creating a file called yyyy-mm-dd-do-i-have-a-question.markdown in the /_faqs/ directory with the following template:

---
layout: question
title:  "Do I have a question?"
---

Can I use this theme for my website?
Of course you can!

hydpyconf2019's People

Contributors

aditya-prayaga avatar allcontributors[bot] avatar ananyo2012 avatar arunc009 avatar bhansa avatar bsaraswat avatar glebkema avatar goeljatin avatar inovizz avatar johntendik avatar saarques avatar tilak999 avatar vishalpolley-sureify avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hydpyconf2019's Issues

Add Keynote Speakers section

We will be going to announce our first Keynote Speaker soon. Speaker section needs to be uncommented in _layouts/default.html and made ready for Keynote speaker announcement.

Update corrected logo

Current one has PyConf Hyderabad 2017 mentioned in it. Update it with the plain version.

Add Code of Conduct

This is something that needs to be added at the very beginning. Copy this from last PyConf Hyderabad website and make necessary modifications.

Remove menu movements when the modal opens

hydpyconf2019-header-jumping

The menu and button in the header move left and right when the modal window opens and closes.

At these moments, the scrollbar disappears and disappears, and the header adapts to the new width of free space. But it seems that the menus and buttons are reacting to this with a delay. They first bounce to the side, and then smoothly move to their original place.

Add favicon

Create and add a favicon for the current website.

Add a More dropdown to Navbar

Add a More dropdown in the navbar having the following links to page

  • Volunteer
  • Code of Conduct
  • FAQ

They are already present in footer. Links are same as that in the footer. Also make sure to update the mobile view properly.

Implement PWA features

Implement PWA features to make the current website to have app-like features.

  • Add web app manifest.
  • Add a service worker.
  • Make web app Installable

Create All Speakers page

Create a page to list all speakers similar to https://pyconf.hydpy.org/2017/speakers/ . List the Keynote speakers and Talk speakers separately. We only need to list the speaker image and Name. The info modal is not required. Something similar to the _include/speakers-section.html can be created.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.