- criar partições
- montar partições
- instalar sistema
- configurar hora
- configurar rede
- configurar localização
- configurar usuario e sudo
- configurar grub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| </div> | |
| <div class="jumbotron"><!-- container externo--> | |
| <div class="interno center-block container"><!-- container interno--> | |
| <h1 class="text-center">Lourenço da Fonseca Barbosa</h1> | |
| <h2 class="text-center">Most knowed brazillian frevo composer</h2> | |
| <div class="imagem center-block hidden-xs"><!-- container da imagem--> | |
| <img src="https://http2.mlstatic.com/claudinor-germano-carnaval-de-capiba-frevo-alegria-gente-lp-D_NQ_NP_12136-MLB20055781931_022014-F.jpg" alt="Capiba in one of his Lp records" class="img-rounded img-responsive" width="600" heigth="500"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.iconTheme": "material-icon-theme", | |
| "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
| "editor.fontSize": 15, | |
| "editor.lineHeight": 26, | |
| "editor.tabSize": 2, | |
| "editor.tabCompletion": "on", | |
| "editor.wordWrap": "on", | |
| "workbench.activityBar.visible": true, | |
| "liveServer.settings.donotShowInfoMsg": true, |
CHANGELOG 📝
- adding some validations to contact form;
- adding jQuery Validate to the project;
- creating module to wrap jQuery Validate;
CARDS 💬
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let response = [{ | |
| "page": 1, | |
| "totalPages": 5, | |
| "data": [{ | |
| "title": "Movie 1", | |
| "rating": 4.7 | |
| }, { | |
| "title": "Movie 2", | |
| "rating": 7.8 | |
| }] |