GithubHelp home page GithubHelp logo

tallerwebsolutions / tallerwebsolutions.github.io Goto Github PK

View Code? Open in Web Editor NEW
6.0 40.0 3.0 18.23 MB

Taller's cool new website!

Home Page: https://tallerwebsolutions.github.io

License: MIT License

HTML 53.03% CSS 39.82% JavaScript 5.83% Makefile 0.10% Shell 0.94% Dockerfile 0.29%

tallerwebsolutions.github.io's Introduction

Taller's awesome new website

This branch holds website's building code. Check out the latest build released at master branch.

Project Structure

  • ./src: contains everything that is used to make a new build;
  • ./gulp: organizes the Gulp.js-based tasks used to build the project;
  • ./tmp: created by the gulp build task;

Running Locally

Dependencies

git clone https://github.com/TallerWebSolutions/tallerwebsolutions.github.io.git
npm install

Local Development

npm run gulp develop

Or just run gulp develop if you have it installed globally.

Either runs a local HTTP server on port 3000 with live-reload, which will update your browser immediately with content, script, style, or translation changes. Generated assets are provided to the .tmp directory for publishing.

You can also run npm run gulp build to run only the build script if you don't wish to have a dev server running.

i18n

Translated variations of the website are automatically created by reading all files in ./src/i18n and creating corresponding index directories for each language during build process. Every language will inherit phrases from pt-br language - which is used in the homepage.

To create a new language one can simply add a file to the directory mentioned above, following the pattern [language-code].json (e.g. es.json, for spanish).

All referenced assets from the ìndex.html (or it's stylesheets, for that matter) must be absolute, so that they can be referenced from the translated pages, which will be served, e.g., at http://tallerwebsolutions.github.io/en (english version).

Deployment

The website is currently hosted as a GitHub page, which serves the code found on this repository's master branch. We currently use the gh-pages module to deploy from the build .tmp directory to the master branch automatically.

To deploy new changes, run npm run gulp deploy, with an optional parameter -m (or --message) for the commit message. Changes are automatically accessible at http://tallerwebsolutions.github.io after the branch has been updated.

tallerwebsolutions.github.io's People

Contributors

lucasconstantino avatar diogoviannaaraujo avatar rafaelcaceres avatar lhguerra avatar italomen avatar sebas5384 avatar revagomes avatar wlsf82 avatar recidive avatar renatorib avatar gneutzling avatar edmargomes avatar handrus avatar wdtamagi avatar snipebin avatar

Stargazers

Maya Fiuza avatar  avatar Evelyn Schmitz avatar Alexandre Magno avatar Wharley avatar  avatar

Watchers

Klederson Bueno avatar Leandro Carvalho avatar Alexandre Magno avatar  avatar  avatar  avatar  avatar Celso Martins avatar Arthur Almeida avatar Fellipe Pinheiro avatar Helal Ferrari Cabral avatar Danilo Gomes avatar James Cloos avatar Joseph Ramos avatar Luiz Amorim avatar Leonardo Silva avatar  avatar  avatar  avatar Marcel Zanluca avatar Lucas Nascimento avatar Raí Vitor avatar Deiva Magalhaes avatar  avatar Alison Vargas avatar Aldo d'Aquino avatar Ricardo Montuan avatar  avatar Rafael Franke avatar  avatar Wellington Lopes avatar Liz avatar  avatar Eduardo Porciuncula avatar Eric Vinícius avatar Wharley avatar Daniele Minatto avatar Nando Salles avatar Guilherme de Brito Oliveira avatar Ícaro Oliveira avatar

tallerwebsolutions.github.io's Issues

Exemplo de issue criada com referencia a linhas de código

Aqui tu explica o que que queres saber, etc, etc

<script>
var ElTracker = [];(function(){ var el = document.createElement('script');el.defer = true;el.type = 'text/javascript';el.async = true;el.src = "http://eltracker.io/";el.src += window === window.parent ? "project/cdn/3d0af795-6003-4a08-a668-7a25b161a411" : "project/cdn/editor/3d0af795-6003-4a08-a668-7a25b161a411";var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(el, s);})();
</script>

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.