├── CNAME
├── img
├── logo.png
├── meetup.png
├── fernanda.jpg
├── dicaDePalestrante
│ ├── loiane.jpg
│ ├── lucas-js.jpg
│ ├── sr-saude.jpg
│ ├── edu-matos.jpg
│ ├── leo-balter.jpg
│ ├── andre-staltz.jpg
│ ├── carol-soares.jpg
│ ├── dan-vitoriano.jpg
│ ├── gabriel-couto.jpg
│ ├── isa-silveira.jpg
│ ├── matheus-lima.jpg
│ ├── miguel-soares.jpg
│ ├── simone-amorim.jpg
│ ├── talita-pagani.jpg
│ ├── william-grasel.jpg
│ └── william-oliveira.jpg
└── social
│ ├── youtube.svg
│ ├── telegram.svg
│ ├── facebook.svg
│ ├── twitter.svg
│ └── instagram.svg
├── .github
└── ISSUE_TEMPLATE.md
├── css
├── reset.css
└── style.css
├── README.md
├── script.js
├── index.html
└── dicaDePalestrante.html
/CNAME:
--------------------------------------------------------------------------------
1 | help4papers.com.br
--------------------------------------------------------------------------------
/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/logo.png
--------------------------------------------------------------------------------
/img/meetup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/meetup.png
--------------------------------------------------------------------------------
/img/fernanda.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/fernanda.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/loiane.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/loiane.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/lucas-js.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/lucas-js.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/sr-saude.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/sr-saude.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/edu-matos.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/edu-matos.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/leo-balter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/leo-balter.jpg
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | Nome:
2 |
3 | E-mail:
4 |
5 | Já tem uma ideia?
6 |
7 | Tema da talk:
8 |
9 | O que espera do nosso feedback?
--------------------------------------------------------------------------------
/img/dicaDePalestrante/andre-staltz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/andre-staltz.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/carol-soares.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/carol-soares.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/dan-vitoriano.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/dan-vitoriano.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/gabriel-couto.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/gabriel-couto.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/isa-silveira.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/isa-silveira.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/matheus-lima.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/matheus-lima.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/miguel-soares.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/miguel-soares.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/simone-amorim.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/simone-amorim.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/talita-pagani.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/talita-pagani.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/william-grasel.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/william-grasel.jpg
--------------------------------------------------------------------------------
/img/dicaDePalestrante/william-oliveira.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FernandaBernardo/help4papers/HEAD/img/dicaDePalestrante/william-oliveira.jpg
--------------------------------------------------------------------------------
/img/social/youtube.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/css/reset.css:
--------------------------------------------------------------------------------
1 | /* http://meyerweb.com/eric/tools/css/reset/
2 | v2.0 | 20110126
3 | License: none (public domain)
4 | */
5 |
6 | html, body, div, span, applet, object, iframe,
7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8 | a, abbr, acronym, address, big, cite, code,
9 | del, dfn, em, img, ins, kbd, q, s, samp,
10 | small, strike, strong, sub, sup, tt, var,
11 | b, u, i, center,
12 | dl, dt, dd, ol, ul, li,
13 | fieldset, form, label, legend,
14 | table, caption, tbody, tfoot, thead, tr, th, td,
15 | article, aside, canvas, details, embed,
16 | figure, figcaption, footer, header, hgroup,
17 | menu, nav, output, ruby, section, summary,
18 | time, mark, audio, video {
19 | margin: 0;
20 | padding: 0;
21 | border: 0;
22 | font-size: 100%;
23 | font: inherit;
24 | vertical-align: baseline;
25 | }
26 | /* HTML5 display-role reset for older browsers */
27 | article, aside, details, figcaption, figure,
28 | footer, header, hgroup, menu, nav, section {
29 | display: block;
30 | }
31 | body {
32 | line-height: 1;
33 | }
34 | ol, ul {
35 | list-style: none;
36 | }
37 | blockquote, q {
38 | quotes: none;
39 | }
40 | blockquote:before, blockquote:after,
41 | q:before, q:after {
42 | content: '';
43 | content: none;
44 | }
45 | table {
46 | border-collapse: collapse;
47 | border-spacing: 0;
48 | }
--------------------------------------------------------------------------------
/img/social/telegram.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
8 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/img/social/facebook.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Help4papers
2 |
3 | Quer começar a palestrar, mas não sabe como? Ou já tem uma palestra pronta e precisa de um feedback para se sentir mais seguro ou melhorar? Esse projeto está aqui para isso! Fique tranquilo que você não será exposto(a) de nenhuma forma e receberá um feedback com dicas de como melhorar.
4 |
5 | ## Como ajudamos
6 | Se você já tem uma talk:
7 |
8 | - Damos feedback sobre sua apresentação, seus slides e o tema proposto
9 | - Após o feedback, você pode reenviar sua talk para um novo feedback, se quiser
10 |
11 | Se tem apenas a ideia:
12 |
13 | - Ajudamos você a transformar essa ideia em uma talk
14 | - Depois, segue o fluxo de quem já possui uma talk
15 |
16 | ## Como funciona
17 |
18 | O projeto irá reunir um grupo seleto de pessoas para analisar sua apresentação e dar dicas de como melhorar seus slides, aprofundar na ideia e até desenvoltura na apresentação. E com isso permitir que você crie uma maior confiança e tranquilidade em falar sobre o assunto escolhido.
19 |
20 | O processo consiste em algumas fases:
21 |
22 | - Se inscrever no projeto informando em uma issue: o nome da Talk, descrição e e-mail, ou outro contato privado para enviar a talk gravada (link do Google Drive, Dropbox ou qualquer outra coisa). **Obs: Não enviar telefone em lugares públicos.**
23 | - Após realizar a inscrição no projeto, um quadro de pessoas selecionadas, irão assistir a talk enviada e estruturar alguns feedback e dicas de melhorias, caso exista, em um prazo de até 2 semanas.
24 | - Após o feedback você poderá reenviar a talk com as alterações implementadas.
25 |
26 | Todo esse processo será realizado de forma privada e sem exposição. Seguimos o [código de conduta](https://github.com/training-center/sobre/blob/master/CONDUCT.md).
27 |
28 | É importante lembrar que estamos aqui para ajudar e não para julgar ou criticar. Não existe forma certa ou errada de fazer uma talk, mas existem dicas que podem melhorar a performance.
29 |
--------------------------------------------------------------------------------
/img/social/twitter.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/img/social/instagram.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
--------------------------------------------------------------------------------
/script.js:
--------------------------------------------------------------------------------
1 | var vontadePalestrarSim = document.getElementById('vontade-palestrar-sim'),
2 | vontadePalestrarNao = document.getElementById('vontade-palestrar-nao'),
3 | vontadePalestrarDiv = document.getElementById('vontade-palestrar'),
4 | jaPalestrouSim = document.getElementById('ja-palestrou-sim'),
5 | jaPalestrouNao = document.getElementById('ja-palestrou-nao')
6 | jaPalestrouDiv = document.getElementById('ja-palestrou'),
7 | ideiaDoQueFalarDiv = document.getElementById('ideia-do-que-falar'),
8 | ideiaDoQueFalarSim = document.getElementById('ideia-do-que-falar-sim'),
9 | ideiaDoQueFalarNao = document.getElementById('ideia-do-que-falar-nao'),
10 | feedbackPalestraProntaDiv = document.getElementById('feedback-palestra-pronta'),
11 | feedbackPalestraProntaSim = document.getElementById('feedback-palestra-pronta-sim'),
12 | feedbackPalestraProntaNao = document.getElementById('feedback-palestra-pronta-nao'),
13 | feedbackPalestraNovaDiv = document.getElementById('feedback-palestra-nova'),
14 | feedbackPalestraNovaSim = document.getElementById('feedback-palestra-nova-sim'),
15 | feedbackPalestraNovaNao = document.getElementById('feedback-palestra-nova-nao'),
16 | palestraMontadaDiv = document.getElementById('palestra-montada'),
17 | palestraMontadaSim = document.getElementById('palestra-montada-sim'),
18 | palestraMontadaNao = document.getElementById('palestra-montada-nao'),
19 | formCriarIdeiaText = document.getElementById('form-criar-ideia'),
20 | formPalestraProntaText = document.getElementById('form-palestra-pronta'),
21 | formMontarPalestraText = document.getElementById('form-montar-palestra'),
22 | naoText = document.getElementById('nao');
23 |
24 | vontadePalestrarSim.addEventListener('click', function() {
25 | hide(vontadePalestrarDiv);
26 | show(jaPalestrouDiv);
27 | });
28 |
29 | vontadePalestrarNao.addEventListener('click', function() {
30 | hide(vontadePalestrarDiv);
31 | show(naoText);
32 | });
33 |
34 | jaPalestrouSim.addEventListener('click', function() {
35 | hide(jaPalestrouDiv);
36 | show(feedbackPalestraProntaDiv);
37 | });
38 |
39 | jaPalestrouNao.addEventListener('click', function() {
40 | hide(jaPalestrouDiv);
41 | show(ideiaDoQueFalarDiv);
42 | });
43 |
44 | ideiaDoQueFalarSim.addEventListener('click', function() {
45 | hide(ideiaDoQueFalarDiv);
46 | show(palestraMontadaDiv);
47 | });
48 |
49 | ideiaDoQueFalarNao.addEventListener('click', function() {
50 | hide(ideiaDoQueFalarDiv);
51 | show(formCriarIdeiaText);
52 | });
53 |
54 | palestraMontadaSim.addEventListener('click', function() {
55 | hide(palestraMontadaDiv);
56 | show(formPalestraProntaText);
57 | });
58 |
59 | palestraMontadaNao.addEventListener('click', function() {
60 | hide(palestraMontadaDiv);
61 | show(formMontarPalestraText);
62 | });
63 |
64 | feedbackPalestraProntaSim.addEventListener('click', function() {
65 | hide(feedbackPalestraProntaDiv);
66 | show(formPalestraProntaText);
67 | });
68 |
69 | feedbackPalestraProntaNao.addEventListener('click', function() {
70 | hide(feedbackPalestraProntaDiv);
71 | show(feedbackPalestraNovaDiv);
72 | });
73 |
74 | feedbackPalestraNovaSim.addEventListener('click', function() {
75 | hide(feedbackPalestraNovaDiv);
76 | show(ideiaDoQueFalarDiv);
77 | });
78 |
79 | feedbackPalestraNovaNao.addEventListener('click', function() {
80 | hide(feedbackPalestraNovaDiv);
81 | show(naoText);
82 | });
83 |
84 | function show(el) {
85 | el.style.display = 'block';
86 | }
87 |
88 | function hide(el) {
89 | el.style.display = 'none';
90 | }
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Help4Papers
9 |
10 |
11 |
12 |
13 |
14 |
22 |
23 |
24 | 7 passos para enfrentar a timidez!
25 |
26 | VIDEO
27 | VIDEO
28 | VIDEO
29 | VIDEO
30 | VIDEO
31 | VIDEO
32 | VIDEO
33 |
34 |
35 |
36 |
37 |
38 | Esse é um evento para fazer você dar o primeiro passo! Te ajudar a escrever a sua palestra e submeter para algum evento! Venha escrever sua proposta de palestra e submeta para diversos call4papers!E ainda tem a oportunidade de conhecer gente nova e tomar um café ;D Não temos cronograma nem pauta, só chegar e conversar!
39 |
40 |
41 |
42 |
51 |
52 | Idealizadora
53 |
56 |
57 |
58 | Novidades?
59 | Quer receber nossas novidades em primeira mão? Sem falar nas dicas super legais sobre comunicação! Se inscreva em http://bit.ly/help4papers-news
60 |
61 |
62 | Onde nos encontrar?
63 |
95 |
96 |
97 | Copyright © Help4Papers
98 |
99 |
100 |
101 |
108 |
109 |
--------------------------------------------------------------------------------
/css/style.css:
--------------------------------------------------------------------------------
1 | body {
2 | font-family: 'Montserrat', sans-serif;
3 | }
4 |
5 | .container {
6 | padding-left: 4%;
7 | padding-right: 4%;
8 | padding-bottom: 3rem;
9 | }
10 |
11 | .dark {
12 | background-color: #474853;
13 | color: #fff;
14 | }
15 |
16 | a {
17 | text-decoration: underline;
18 | color: inherit;
19 | }
20 |
21 | a:hover {
22 | color: #4A86E8;
23 | }
24 |
25 | h1 {
26 | color: #474853;
27 | font-size: 3em;
28 | text-align: center;
29 | padding-top: 5rem;
30 | padding-bottom: 1em;
31 | font-weight: bold;
32 | }
33 |
34 | .menu {
35 | display: flex;
36 | justify-content: flex-end;
37 | margin: 1.5em;
38 | }
39 |
40 | .menu a {
41 | align-self: center;
42 | font-size: 1.2em;
43 | padding: 1em;
44 | text-decoration: none;
45 | color: #474853;
46 | margin-left: 1em;
47 | }
48 |
49 | .menu a.active {
50 | background-color: #29C3A6;
51 | color: #fff;
52 | border-radius: 10px;
53 | }
54 |
55 | .menu a:hover {
56 | color: #29C3A6;
57 | }
58 |
59 | .menu a.active:hover {
60 | color: #474853;
61 | }
62 |
63 | header h1 span {
64 | color: #29C3A6;
65 | }
66 |
67 | header h1:before {
68 | content: '';
69 | display: inline-block;
70 | background-image: url('../img/logo.png');
71 | width: 170px;
72 | height: 138px;
73 | background-size: contain;
74 | background-repeat: no-repeat;
75 | background-position: center;
76 | vertical-align: middle;
77 | margin-right: 1em;
78 | }
79 |
80 | h2 {
81 | font-size: 1.7em;
82 | font-weight: bold;
83 | padding-top: 3rem;
84 | padding-bottom: 3rem;
85 | line-height: 1.5;
86 | }
87 |
88 | h2.warning {
89 | padding-bottom: 0;
90 | }
91 |
92 | header .slogan {
93 | text-align: center;
94 | font-size: 1.5em;
95 | margin-bottom: 3em;
96 | color: #474853;
97 | font-weight: bold;
98 | }
99 |
100 | header .description {
101 | text-align: justify;
102 | line-height: 1.3;
103 | padding: 0 2em 5rem;
104 | width: 70%;
105 | margin: 0 auto;
106 | font-size: 1.1em;
107 | }
108 |
109 | ol {
110 | margin-left: 1em;
111 | font-size: 1.1em;
112 | }
113 |
114 | ol li {
115 | list-style-type: decimal;
116 | line-height: 1.3;
117 | margin-bottom: 0.5em;
118 | }
119 |
120 | .obs:before {
121 | content: "*";
122 | display: inline-block;
123 | padding-right: 0.5em;
124 | }
125 |
126 | .obs {
127 | line-height: 1.3;
128 | padding-top: 1em;
129 | margin-top: 1em;
130 | border-top: 1px dashed #fff;
131 | font-size: 1.1em;
132 | }
133 |
134 | input {
135 | position: absolute;
136 | left: -9999px;
137 | }
138 |
139 | .meetup img {
140 | display: block;
141 | margin: 1em auto;
142 | }
143 |
144 | .meetup p, .meetup a {
145 | line-height: 1.7;
146 | text-align: justify;
147 | font-size: 1.2em;
148 | }
149 |
150 | .tips a {
151 | line-height: 2;
152 | font-size: 1.2em;
153 | }
154 |
155 | .team {
156 | display: flex;
157 | justify-content: space-around;
158 | flex-wrap: wrap;
159 | }
160 |
161 | .team li {
162 | margin: 1em;
163 | }
164 |
165 | .team img {
166 | width: 150px;
167 | height: 150px;
168 | border-radius: 50%;
169 | display: block;
170 | margin: 0 auto 1em;
171 | }
172 |
173 | .team span {
174 | text-align: center;
175 | display: block;
176 | font-size: 1.1em;
177 | }
178 |
179 | .news p {
180 | text-align: left;
181 | font-size: 1.1em;
182 | line-height: 1.5;
183 | }
184 |
185 | .social ul {
186 | display: flex;
187 | justify-content: space-around;
188 | flex-wrap: wrap;
189 | align-items: center;
190 | align-content: space-around;
191 | }
192 |
193 | .social ul li {
194 | margin-left: 0.5em;
195 | margin-right: 0.5em;
196 | }
197 |
198 | .social ul img {
199 | display: block;
200 | margin: 0em auto 1em;
201 | text-align: center;
202 | }
203 |
204 | .social ul img:hover {
205 | opacity: 0.8;
206 | }
207 |
208 | footer p {
209 | color: #fff;
210 | text-align: center;
211 | padding: 2rem;
212 | }
213 |
214 | @media(max-width: 600px) {
215 | header h1 {
216 | font-size: 2.5em;
217 | margin: auto;
218 | padding-top: 2rem;
219 | }
220 |
221 | header h1:before {
222 | display: block;
223 | margin-left: auto;
224 | margin-right: auto;
225 | margin-bottom: 0.5em;
226 | }
227 |
228 | header .description {
229 | padding-bottom: 2rem;
230 | }
231 |
232 | h2 {
233 | padding-top: 2rem;
234 | padding-bottom: 2rem;
235 | }
236 |
237 | .container {
238 | padding-bottom: 2rem;
239 | }
240 |
241 | .questions {
242 | padding-top: 0;
243 | }
244 |
245 | .social ul img {
246 | width: 35px;
247 | height: 35px;
248 | }
249 |
250 | .social ul li {
251 | margin-top: 0.5em;
252 | margin-bottom: 0.5em;
253 | }
254 | }
255 |
256 |
257 | /* DICA DE PALESTRANTE */
258 | .menu .logo {
259 | text-indent: -9999px;
260 | display: inline-block;
261 | background-image: url('../img/logo.png');
262 | width: 60px;
263 | height: 42px;
264 | background-size: contain;
265 | background-repeat: no-repeat;
266 | background-position: center;
267 | vertical-align: middle;
268 | margin-right: 1em;
269 | margin-left: 0;
270 | }
271 |
272 | .menu .logo:hover {
273 | opacity: 0.8;
274 | }
275 |
276 | .menu .logo + a {
277 | margin-left: auto;
278 | }
279 |
280 | .speakers {
281 | display: flex;
282 | justify-content: space-around;
283 | flex-wrap: wrap;
284 | align-items: center;
285 | align-content: space-around;
286 | }
287 |
288 | .speakers article {
289 | padding: 1em;
290 | margin: 1em;
291 | border-radius: 10px;
292 | box-shadow: 0px 0px 5px 1px #a1a4bd;
293 | flex: 1 1 40%;
294 | }
295 |
296 | .speakers article > * {
297 | text-decoration: none;
298 | color: #474853;
299 | }
300 |
301 | .speakers article:hover {
302 | opacity: 0.8;
303 | color: #474853;
304 | }
305 |
306 | .speakers article h3 {
307 | font-weight: bold;
308 | font-size: 1.4em;
309 | }
310 |
311 | .speakers article h3 a:hover {
312 | color: #29C3A6;
313 | }
314 |
315 | .speakers article img {
316 | width: 100%;
317 | max-width: 500px;
318 | margin: 1em auto;
319 | display: block;
320 | }
321 |
322 | .speakers article blockquote {
323 | text-align: justify;
324 | line-height: 1.3;
325 | }
326 |
327 | .speakers article blockquote:before, .speakers article blockquote:after {
328 | content: '"';
329 | display: inline-block;
330 | font-size: 110%;
331 | font-style: italic;
332 | padding-left: 0.2em;
333 | padding-right: 0.2em;
334 | }
335 |
336 | .videos {
337 | display: flex;
338 | flex-direction: row;
339 | flex-wrap: wrap;
340 | justify-content: space-around;
341 | }
342 |
343 | .videos iframe {
344 | margin-bottom: 2em;
345 | }
346 |
347 | @media(max-width: 600px) {
348 | .speakers {
349 | flex-direction: column;
350 | }
351 |
352 | .speakers article {
353 | margin-left: 0;
354 | margin-right: 0;
355 | }
356 |
357 | .menu {
358 | flex-direction: column;
359 | }
360 |
361 | .menu a {
362 | margin: 0.5em 0;
363 | }
364 |
365 | .menu .logo + a {
366 | margin-left: 0;
367 | }
368 | }
--------------------------------------------------------------------------------
/dicaDePalestrante.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | #dicaDePalestrante - Help4Papers
9 |
10 |
11 |
12 |
13 |
14 |
21 |
22 | Quem já passou por aqui?
23 |
24 |
25 |
26 | Lucas JS
27 |
28 | Ser uma pessoa extrovertida não te torna melhor palestrante do mundo e ser introvertida não te torna a pior. Entenda seu perfil comportamental e faça uma auto-análise. Melhore o que está ruim e mantenha o que está bom. Todos podem palestrar
29 |
30 |
31 |
32 |
33 | Simone Amorim
34 |
35 | Vencer o desafio de falar em público com certeza é um monstro que persegue a maioria das pessoas, comigo não foi diferente, palestrar em eventos da comunidade foi a melhor forma que encontrei pra ir matando os monstros aos poucos, o medo sempre vai existir, vai com medo mesmo
36 |
37 |
38 |
39 |
40 | Miguel Soares
41 |
42 | Eu aprendi que tá tudo bem ficar nervosa no palco. As pessoas vão perceber, é fato. Mas a galera vai entender e, bom, melhorar a palestra e a dicção é com a prática. Então, mesmo que tu fique nervosa, continue tentando. <3
43 |
44 |
45 |
46 |
47 | Matheus Lima
48 |
49 | A forma que encontrei pra conseguir palestrar, mesmo com medo do palco, foi começar pequeno. Palestre em meetups com poucas pessoas, faça uma talk na sua empresa, palestre em eventos pequenos. A confiança pra palestrar em eventos grandes veio naturalmente depois.
50 |
51 |
52 |
53 |
54 | Loiane Groner
55 |
56 | Quer treinar sua palestra antes de apresentá-la e saber se está indo bem? Use alguma ferramenta de gravação, por mais simples que seja (hangouts). Vai ajudar a analisar o fluxo de informação, o tempo em cada assunto/slide e assim pode ir fazendo os ajustes necessários.
57 |
58 |
59 |
60 |
61 | Eduardo Matos
62 |
63 | Palestrar não deve ser algo apenas pra promoção pessoal. Seu objetivo deve ser passar conhecimento, sempre. O reconhecimento vem, mas não deve ser a principal meta sua quando for falar num evento!
64 |
65 |
66 |
67 |
68 | Gabriel Couto
69 |
70 | Fazer uma palestra é a chance de mostrar o resultado da paixão por um assunto. Conte a história dessa paixão, e naturalmente, as pessoas se sentirão iguais a você e aprenderão sem ao menos perceberem.
71 |
72 |
73 |
74 |
75 | Carol Soares
76 |
77 | Use seu ponto forte a seu favor.Sou engraçada, usar memes me ajuda. Crie sua assinatura de apresentação c/coisas da sua personalidade. Se vc é tímido, tente interagir c/ o pessoal antes, assim vc já cria laços c/ algumas pessoas e fica + a vontade.
78 |
79 |
80 |
81 |
82 | Leo Balter
83 |
84 | Sempre crie um ambiente confortável. Já tirei o tênis em uma palestra e foi o que me acalmou na hora. Palestrar descalço me permitiu apresentar o conteúdo que queria em um ritmo que o estresse não tomou conta.
85 |
86 |
87 |
88 |
89 | Dan Vitoriano
90 |
91 | 3 palavras para inspirar quem quer palestrar: análise, abordagem e teoria. Analisar o que já existe, sugerir novas abordagens, apresentar hipóteses para teorias. Cercar-se de dados e compartilhá-los em uma talk é tão valioso quanto falar só de técnica.
92 |
93 |
94 |
95 |
96 | André Staltz
97 |
98 | Palestrar não é sobre você no palco, é sobre a audiência e a mensagem que eles estão esperando escutar. Seja descontraído mas vá direto ao assunto. Coloque a mensagem no palco e vai dar tudo certo!
99 |
100 |
101 |
102 |
103 | Talita Pagani
104 |
105 | Treine sua apresentação pelo menos duas vezes. O treino ajuda a ajustar o conteúdo da palestra ao tempo determinado e te traz mais segurança para apresentar. Pode treinar sozinho(a), com pais, no espelho, o importante é ensaiar pra chegar lá e arrasar!
106 |
107 |
108 |
109 |
110 | William Grasel
111 |
112 | O fluxo de como você apresenta e estrutura as informações na sua palestra é muito mais importante do que a beleza dos seus slides. Pense pela cabeça de quem está te ouvindo e verifique se no final a mensagem que queria foi transmitida.
113 |
114 |
115 |
116 |
117 | William Oliveira
118 |
119 | Palestrar é inspirar pessoas. Encontre o que te motiva e fale sobre isso em toda parte. Você não precisa falar sobre o que todo mundo está falando, precisa falar de algo que mude a vida das pessoas.
120 |
121 |
122 |
123 |
124 | Sr. Saúde
125 |
126 | Não palestre com a intenção de mostrar que sabe algo, mas sim com a intenção de compartilhar algo que aprendeu. Assim, palestrar fica muito mais leve e prazeroso!
127 |
128 |
129 |
130 |
131 | Isa Silveira
132 |
133 | Todo mundo tem algo a ensinar e aprender, por isso não tem porque ter medo de palestrar! Inclusive o próprio processo de montar uma palestra e a interação com a comunidade te ensina muito, é uma relação linda de troca. Nunca deixe o seu medo te impedir de evoluir!
134 |
135 |
136 |
137 |
138 |
139 | Novidades?
140 | Quer receber nossas novidades em primeira mão? Sem falar nas dicas super legais sobre comunicação! Se inscreva em http://bit.ly/help4papers-news
141 |
142 |
143 | Onde nos encontrar?
144 |
176 |
177 |
178 | Copyright © Help4Papers
179 |
180 |
181 |
182 |
189 |
190 |
--------------------------------------------------------------------------------