Skip to content

Fixed dependencies vulnerabilities and updated packages to new versions #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets" : ["es2015", "stage-0", "react"]
}
"presets": ["es2015", "stage-0", "react"]
}
62 changes: 61 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
20 changes: 10 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Expand Down
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Como ajudar?
Certifique-se que sua versão do node é ">=4 <=9", depois utilize o comando "yarn" para instalar os pacotes do node e "yarn dev" para utilizar o ambiente de desenvolvimento.

## Traduções

Crie um arquivo `.js` com a tradução.

```
Ex.: Japonês -> `jp.js`
```
Expand All @@ -30,23 +32,28 @@ e cole o seguinte template.

```javascript
export default {
languageName: 'Português',
languageName: "Português",
boot: [
'Carregando...',
'comunidade.h',
'gente_boa.h',
'galera_hackuda.h',
'a_sua_ajuda.h'
"Carregando...",
"comunidade.h",
"gente_boa.h",
"galera_hackuda.h",
"a_sua_ajuda.h"
],
paragraphOne: 'Somos um grupo de pessoas interessadas em usar, remixar e compartilhar tecnologia, aprendizado, diversão e cultura de forma colaborativa e indiscriminada.',
paragraphTwo: 'Temos como prioridade estratégica a manutenção de um hackerspace em Natal/RN para concretizar essas aspirações.',
paragraphThree: 'Quer falar com a gente? Quer participar? É fácil nos achar. :)'
}
paragraphOne:
"Somos um grupo de pessoas interessadas em usar, remixar e compartilhar tecnologia, aprendizado, diversão e cultura de forma colaborativa e indiscriminada.",
paragraphTwo:
"Temos como prioridade estratégica a manutenção de um hackerspace em Natal/RN para concretizar essas aspirações.",
paragraphThree:
"Quer falar com a gente? Quer participar? É fácil nos achar. :)"
};
```

salve o arquivo e importe no `list.js` presente na pasta.
adicione sua lingua no objeto `languages` e pronto!

Não se esqueça de de fazer a [build](#antes-de-enviar) do código antes de commitar :)

## Antes de Enviar

Após qualquer alteração no código, rode o comando `yarn build` para gerar os arquivos que serão usados no site quando estiver no ar. caso não faça isso não terá o código rodando no site.
1,638 changes: 821 additions & 817 deletions dist/jhs.js

Large diffs are not rendered by default.

906 changes: 453 additions & 453 deletions dist/jhs.min.js

Large diffs are not rendered by default.

83 changes: 52 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="dist/img/icon.png" />
<!-- OGs pre-views em links compartilhados -->
<meta property="og:image" content="dist/img/logo.jpeg"/>
<meta property="og:title" content="Jerimum Hackerspace">
<meta property="og:site_name" content="Jerimum Hackerspace"/>
<meta property="og:description" content="Somos um grupo de pessoas interessadas em usar, remixar e compartilhar tecnologia, aprendizado, diversão e cultura de forma colaborativa e indiscriminada."/>
<meta property="og:author" content="Jerimumhs"/>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" type="image/png" href="dist/img/icon.png" />
<!-- OGs pre-views em links compartilhados -->
<meta property="og:image" content="dist/img/logo.jpeg" />
<meta property="og:title" content="Jerimum Hackerspace" />
<meta property="og:site_name" content="Jerimum Hackerspace" />
<meta
property="og:description"
content="Somos um grupo de pessoas interessadas em usar, remixar e compartilhar tecnologia, aprendizado, diversão e cultura de forma colaborativa e indiscriminada."
/>
<meta property="og:author" content="Jerimumhs" />

<title>Jerimum Hackerspace</title>
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
<title>Jerimum Hackerspace</title>
<link
href="https://fonts.googleapis.com/css?family=Share+Tech+Mono"
rel="stylesheet"
/>

<noscript>
<!-- Que imagem é essa? Qual a utilidade? -->
<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=822796401262659&ev=PageView&noscript=1"/>
</noscript>
<noscript>
<!-- Que imagem é essa? Qual a utilidade? -->
<img
height="1"
width="1"
style="display:none"
src="https://www.facebook.com/tr?id=822796401262659&ev=PageView&noscript=1"
/>
</noscript>
</head>
<body
style="margin: 0; padding: 1px; background: #000; width: 100%; height: 100%; overflow-x: hidden;"
>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-MVRK2J9"
height="0"
width="0"
style="display:none;visibility:hidden"
></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->

</head>
<body style="margin: 0; padding: 1px; background: #000; width: 100%; height: 100%; overflow-x: hidden;">
<div id="jhs"></div>

<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MVRK2J9" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->

<div id="jhs"></div>

<script src="dist/jhs.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
</body>
<script src="dist/jhs.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.0.10/js/all.js"
integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+"
crossorigin="anonymous"
></script>
</body>
</html>
Loading