├── .gitignore
├── img
├── logo.png
├── fork-me.png
├── js4girls.png
├── logoMP.png
├── favicon-16x16.png
├── favicon-32x32.png
└── placeholder-female.jpg
├── fonts
├── fontawesome-webfont.woff2
└── cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2
├── .editorconfig
├── package.json
├── README.md
├── CONTRIBUTING.md
├── app.js
├── index.html
├── css
├── style.css
└── font-awesome.min.css
└── mulheres.json
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 |
--------------------------------------------------------------------------------
/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/logo.png
--------------------------------------------------------------------------------
/img/fork-me.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/fork-me.png
--------------------------------------------------------------------------------
/img/js4girls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/js4girls.png
--------------------------------------------------------------------------------
/img/logoMP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/logoMP.png
--------------------------------------------------------------------------------
/img/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/favicon-16x16.png
--------------------------------------------------------------------------------
/img/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/favicon-32x32.png
--------------------------------------------------------------------------------
/img/placeholder-female.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/img/placeholder-female.jpg
--------------------------------------------------------------------------------
/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/insideoutprojectbr/mulheres-palestrantes/HEAD/fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | # This file is for unifying the coding style for different editors and IDEs
2 | # http://EditorConfig.org
3 |
4 | root = true
5 |
6 | [*]
7 | charset = utf-8
8 | end_of_line = lf
9 |
10 | indent_style = space
11 | indent_size = 4
12 |
13 | trim_trailing_whitespace = true
14 | insert_final_newline = true
15 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mulheres-palestrantes",
3 | "version": "1.0.0",
4 | "description": "Listagem de mulheres disponíveis para palestrar em eventos de tecnologia, design, empreendedorismo, entre outros. Se você deseja contribuir melhorando o layout ou incluindo você ou outra mulher na lista, basta enviar um pull request :D",
5 | "main": "app.js",
6 | "scripts": {
7 | "prestart": "npm install",
8 | "start": "http-server .",
9 | "test": "echo \"Error: no test specified\" && exit 1"
10 | },
11 | "repository": {
12 | "type": "git",
13 | "url": "git+https://github.com/insideoutprojectbr/mulheres-palestrantes.git"
14 | },
15 | "keywords": [
16 | "mulheres",
17 | "palestrantes",
18 | "insideout",
19 | "eventos"
20 | ],
21 | "author": "",
22 | "license": "MIT",
23 | "bugs": {
24 | "url": "https://github.com/insideoutprojectbr/mulheres-palestrantes/issues"
25 | },
26 | "homepage": "https://github.com/insideoutprojectbr/mulheres-palestrantes#readme",
27 | "devDependencies": {
28 | "http-server": "^0.11.1"
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Mulheres Palestrantes :woman: :speaker:
2 |
3 |
46 |
47 |
Procurando mulheres para palestrar em seu evento?
48 |
O Mulheres Palestrantes é uma lista de mulheres que falam sobre assuntos relacionados a programação, design, empreendedorismo e tecnologia num geral.
49 |
50 |
51 | Hoje temos um total de mulheres cadastradas.
52 |
53 |
57 |
58 |
59 |
60 |
61 |
62 |
63 | Área de interesse para palestras
64 |
67 |
78 |
79 |
80 |
81 |