Clone this repo with git: git clone https://github.com/comppet-ufu/comppet
Docs folder
css : the main css and the styles for the website
js : the main js files and the libraries
sass : the preprocessor folder contain the scss files for estilization
webfonts : the fonts for the website
the images and icons for the website
The main page for the project
This page will serve with a layout for the next pages, like the information page or page with links for the new members of the CompPet
We will create some issues in the repository and the members will discuss about the issue and resolve.
Some simple Rules:
The sequence to fix a issue or add a feature:
git pull origin master
git checkout -b Name_New_branch
commit -m "mensagem sobre o que foi feito"
)git pull origin Name_New_branch
Example:
git pull origin master
- atualiza seu repositório local com a master do githubgit checkout -b atualizar_readme
- crio uma nova branch chamada atualizar_readme, onde irei criar essa nova funcionalidade ou atualizar a já existente.git status
- verifico os arquivos que foram atualizados pelas minhas alterações.git commit -m "exemplo de atualizacao do readme"
- comito as alterações adicionadas pelo git add, e escrevo uma mensagem descrevendo o commit.git push origin atualizar_readme
- envio a branch que eu criei para o repositório online, onde irei fazer um merge request com a branch principal.We can talk about performance and automation of tasks like optmization of images or minification of files.
We can move the project to a framework like React, Sapper or Vue.
In this moment, the site is hospeded by the gitHub Pages. We have to analyze and deploy in our self server.
Start Tempalte:
Solid State by HTML5 UP (html5up.net )
Icons:
Font Awesome (fontawesome.io)
Other:
jQuery (jquery.com)
Scrollex (github.com/ajlkn/jquery.scrollex)
Responsive Tools (github.com/ajlkn/responsive-tools)
TypeIt (https://github.com/alexmacarthur/typeit)
Learn about github with: Github-Training
Quick Guide (pt-br) Tutorial