Giter Site home page Giter Site logo

lyontechhub.github.io's Introduction

Lyon Tech Hub Web Site

Public url: http://www.lyontechhub.org/

This is the public web site that aggregates communication of group's communities.
It consists of the following sections :

  • Home page
  • Calendar page
  • Communities page
  • About

Join Us

Send us a mail to [email protected] or even request to join the group, it is totally free.

If you have a tech/IT community in Lyon area, request to join Lyon Tech Hub to promote your exciting activity to the community, it is simple as :

  • Request access to Google Calendar
  • And submit a pull request to update web site (logo & JSON data).

Make sure you do a pull request on master branch including the following :

  • your community details in file data/[key used in list].json
  • your community logo in imgs in PNG format with a 100x100 minimum resolution

Contribute

Contact us on the Google Group, make pull-request, this web site must be managed by Lyon communities themselves.

Developers

This web site is done with plain HTML/CSS3/Javascript.

The website is hosted through GitHub pages at lyontechhub.github.io as Organization pages (cf. https://help.github.com/articles/user-organization-and-project-pages).
Note that GitHub uses master branch to deploy, that's why we have 'dev' branch as the default one, which contains source code, that is compiled through Gulp and pushed to master for deployment (see below).

Source code

It is built upon Bootstrap, with LESS files for theme customisation (see Dev & build environment).

JSON data & images

The following JSON files are used to provide content to dynamic views in 'data' directory:

  • communities/[one per community].json

Images like community icons are in 'imgs' directory.

Dev & build environment

After cloning, just type the following commands to have a :

npm install
npm start

Nb : npm start is configured to start a local Node web server

Gulp is used to build assets (CSS & JS) and copy other assets (data & images) used by the site.

  • 'build' task is used to build JS, CSS (from LESS) and HTML to 'public' directory ('npm start' launch 'build' task before running the local Node web server)
  • 'watch' task is used to watch changes on source JS, LESS, HTML & assets files to trigger a build dynamically (never ending task)

Deployment

Automatically deployed via github action

lyontechhub.github.io's People

Contributors

agallou avatar aroffe avatar arthru avatar blackheaven avatar cappert avatar cexbrayat avatar cfauvet avatar dependabot[bot] avatar devcrafting avatar fdepierre avatar fflorent avatar fnicollet avatar fpellet avatar franckverrot avatar jeantil avatar jeanyvesklein avatar maxired avatar michaelbaudino avatar mmajraoui avatar nphumbert avatar pierreammeloot avatar qmetzler-luna avatar ramshorst avatar romsson avatar sadraskol avatar samy avatar srats avatar tcitworld avatar woecifaun avatar yjaaidi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lyontechhub.github.io's Issues

Sticky footer

Salut,

ca serait bien que le footer colle en bas lorsqu'il n'y a pas assez de contenu dans la page.

Afficher les événements à venir et passés d'une communauté

Récupérer les événements dans le Google Calendar avec l'API Google à partir d'un pattern de recherche spécifié dans le fichier json de la communauté. Par exemple, pour le MUG Lyon, le pattern serait "MUG Lyon -" qu'on utilise pour chaque événement créé dans le calendrier.

Mettre en place Gulp pour la compilation JS/CSS

Les dépendances sont gérées via NPM/Bower. Le site étant hébergé sur Github.io, il doit être statique. Le site est dans un repo avec gh-pages de type Project (branche gh-pages orpheline pour le déploiement).

Il est donc nécessaire soit de committer, soit de référencer des URLs de CDN, dépendant si on a besoin ou non de spécificités.
Pour gérer cela, je propose de mettre en place RequireJS + Gulp (qui fera une compilation des fichiers JS/CSS spécifiques).
Pour Gulp, utiliser gulp-requirejs, gulp-uglify, gulp-less, gulp-gh-pages.

Make `npm start` also `watch` the sources (or have `npm watch`)

It would be nice for developers working on the site to have a simple way to run both server.js and grunt watch
Either by changing the existing npm start command or by creating a npm watch command. I am completely unsure how to get that working and will continue using my workaround with background jobs for now but it feels klunky :(

Rajouter le lien du site sur Github

Bonjour,

Est-il possible de rajouter le lien du site sur Github ? Je ne l'ai trouvé nul part sur le repo malheureusement.

Merci d'avance 🙏

Prerender error: TypeError: parsedQuery.hasOwnProperty is not a function

I have this when trying to access a local npm start instance:

TypeError: parsedQuery.hasOwnProperty is not a function
at Function.prerender.shouldShowPrerenderedPage (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/prerender-node/index.js:128:33)
at module.exports (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/prerender-node/index.js:6:17)
at Layer.handle [as handle_request] (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:317:13)
at /Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:335:12)
at next (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:275:10)
at expressInit (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/middleware/init.js:40:5)
at Layer.handle [as handle_request] (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:317:13)
TypeError: parsedQuery.hasOwnProperty is not a function
at Function.prerender.shouldShowPrerenderedPage (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/prerender-node/index.js:128:33)
at module.exports (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/prerender-node/index.js:6:17)
at Layer.handle [as handle_request] (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:317:13)
at /Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:335:12)
at next (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:275:10)
at expressInit (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/middleware/init.js:40:5)
at Layer.handle [as handle_request] (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/Users/stephane/Documents/GitHub/lyontechhub.github.io/node_modules/express/lib/router/index.js:317:13)

Environment:

  • MacOS 10.12.5 + Chrome or Safari
  • prerender 1.3.0
  • node v6.11.0

Maybe that according to this a newer version of prerender should be used. WDYT?

Personnaliser le design du site

Actuellement thème Twitter de base
Installation Twitter avec sources Less -> personnalisation via variables + compilation via Gulp (autre issue pr mettre en place la compilation)

Permettre le référencement du site (SEO)

  1. Utiliser Prerender.io s'utilise dans une application Node.js facilement https://prerender.io/server#customize-it
    => déployé sur Heroku

  2. Héberger le site en NodeJS sur Heroku, AzureWebSites ou OpenShift (ou autre alternative gratuite).

Nuage de tags pour filtrer les communautés

Afficher un nuage de tags sur la liste de tags (ds le communities.json) ou sur le résultat d'un filter (prendrait en compte tous les textes des communautés : name, description, tags...)...

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.