All Projects → training-center → training-center.github.io

training-center / training-center.github.io

Licence: MIT, MIT licenses found Licenses found MIT LICENSE-DUNDERS MIT LICENSE-SITE
Site do Centro de Treinamento

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to training-center.github.io

Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+326351.92%)
Mutual labels:  teachers, community, education, learn-to-code, nonprofits, careers
Hackclub
🏫 Hack Club is a nonprofit network of computer science clubs where members learn to code through tinkering and building projects
Stars: ✭ 2,139 (+1956.73%)
Mutual labels:  community, education, learn-to-code, nonprofits
Freecodecamp.cn
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Stars: ✭ 36,576 (+35069.23%)
Mutual labels:  community, education, learn-to-code, nonprofits
Sobre
Informações gerais sobre o Centro de Treinamento
Stars: ✭ 345 (+231.73%)
Mutual labels:  community, education, learn-to-code
Community Search
A community-curated repository of 🔥 learning resources
Stars: ✭ 72 (-30.77%)
Mutual labels:  community, learn-to-code
Girl-Code-It-Website-Frontend
The main website or the ed-tech platform being built for the students of GCI.
Stars: ✭ 39 (-62.5%)
Mutual labels:  community, learn-to-code
Spb
⚓️ Saint Petersburg, Russia
Stars: ✭ 113 (+8.65%)
Mutual labels:  community, education
Learn Anything
Organize world's knowledge, explore connections and curate learning paths
Stars: ✭ 13,532 (+12911.54%)
Mutual labels:  community, education
Learnosm
LearnOSM.org content, Jekyll layouts & issue tracking. This repository is dedicated to helping people learn how to map in OpenStreetMap (OSM) and use many of the software and tools in the OSM community.
Stars: ✭ 200 (+92.31%)
Mutual labels:  community, education
Learn
A social network of lifelong learners built around humanity's universal learning map.
Stars: ✭ 224 (+115.38%)
Mutual labels:  community, education
TeacherFund next
A website to fund teachers discretionary spending because the government sucks at it
Stars: ✭ 85 (-18.27%)
Mutual labels:  teachers, nonprofit
felipefriends
[stopped 🚧] Instruções iniciais e desafios do @training-center
Stars: ✭ 55 (-47.12%)
Mutual labels:  carreira, mentoria
Comunidade
Informações sobre a comunidade da Rocketseat
Stars: ✭ 546 (+425%)
Mutual labels:  community, education
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-79.81%)
Mutual labels:  community, comunidade
ITP-IMA-Code-of-Conduct
The ITP/IMA Code of Conduct is an evolving work-in-progress document that establishes and communicates the commitment of the ITP/IMA community to uphold a key set of standards and obligations that aim to make ITP/IMA an inclusive and welcoming environment.
Stars: ✭ 26 (-75%)
Mutual labels:  community, education
frontend.ro
Open-source tutorials and a community of developers which will help you get better.
Stars: ✭ 41 (-60.58%)
Mutual labels:  community, learn-to-code
community
This is the main CHAOSS community repository. Feel free to open an issue to discuss a topic of community interest! This repository also holds governance, mentorship, and other community-related documentation
Stars: ✭ 57 (-45.19%)
Mutual labels:  community, mentorship
virtualcoffee.io
Public site for Virtual Coffee
Stars: ✭ 112 (+7.69%)
Mutual labels:  community, mentorship
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-86.54%)
Mutual labels:  teachers, education
donate-button
A free donate and p2p fundraising button so nonprofit websites can accept cryptocurrency, stocks, and cash - credit, debit, bank, PayPal, Venmo, Apple Pay, Google Pay.
Stars: ✭ 24 (-76.92%)
Mutual labels:  nonprofit, nonprofits

Training Center site

Sobre

Este projeto é um site estático gerado automaticamente pelo Jekyll, um gerador de páginas estáticas, para facilitar a configuração do site e das páginas e a manutenção do código.

Além do Jekyll, utilizamos o Netlify, um serviço de build, deploy e gestão de projetos, para Continuous Deploy e HTTPS.

Utilizamos o dunders, um starter theme, para agilizar a criação do nosso tema para o Jekyll.

Requisitos

Para rodar este site localmente será necessário a instalação das seguintes dependências:

  • Ruby
  • Jekyll

Para a instalação do Ruby, recomendamos a utilização de um gerenciador de versões, como o RVM e para a instalação do Jekyll basta seguir a documentação do Jekyll.

Caso você não consiga instalar alguma das dependências, pode abrir uma issue neste repositório para lhe auxiliarmos.

Rodando localmente

Clone nosso projeto para o seu ambiente de desenvolvimento.

git clone [email protected]:training-center/training-center.github.io.git

Execute o comando bundle para instalar as dependências do Jekyll e do dunders.

bundle

Agora basta rodar o comando para subir o site em sua máquina, o jekyll s.

jekyll s

O site estará disponível em localhost:4000.

Deploy para produção

Todo merge feito em nossa branch master gera um deploy automático no Netlify.

Estrutura de arquivos

assets

Nossas imagens, fontes, etc.

_includes

As partials do nosso site, os "pedaços" do site.

  • analytics.html: o arquivo de configuração do Google Analytics
  • footer.html: o footer do template
  • head.html: o head da página
  • header.html: o header do template

_layouts

O scaffolding para o Jekyll gerar nosso site.

Mais informações sobre isso aqui.

_sass

Todos os módulos Sass do nosso site.

css

O arquivo principal que importa nossos modulos Sass para a geração do tema.

Outros arquivos

  • CNAME: mapeamento do nosso domínio para o DNS
  • _config.yml: o arquivo de configuração do nosso site
  • index.html: o index do site
  • robots.txt: muito importante para SEO, confira aqui

Como contribuir

Veja nosso CONTRIBUTING.md

License

Este site é regido pela licença MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].