This repository has been archived by the owner on Mar 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
criada apresentacao para capacitacao em negociacao
- Loading branch information
Showing
4 changed files
with
276 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
.slides .logo { | ||
background: url(../img/logo.svg) no-repeat; | ||
background-size: 20%; | ||
left: 15%; | ||
height: 100%; | ||
position: absolute; | ||
width: 100%; | ||
} | ||
|
||
.reveal .snippet { | ||
padding: 3em 0; | ||
} | ||
|
||
.snippet input { | ||
border: 4px solid #ccc; | ||
border-radius: 1em; | ||
font-size: 1em; | ||
height: 2.5em; | ||
padding: 0 1em; | ||
outline: none; | ||
width: 100%; | ||
} | ||
|
||
.error { | ||
color: #b20600; | ||
} | ||
|
||
input.error { | ||
border-color: #b20600; | ||
} | ||
|
||
.success { | ||
color: #7cb124; | ||
} | ||
|
||
input.success { | ||
border-color: #7cb124; | ||
} | ||
|
||
.reveal img.unstyled { | ||
border: 0; | ||
} | ||
|
||
.reveal .helper { | ||
font-size: 1em; | ||
font-weight: 700; | ||
margin: .5em 0; | ||
} | ||
|
||
.reveal .kbd-shortcut { | ||
font-size: .5em; | ||
} | ||
|
||
.reveal kbd { | ||
background-color: #f7f7f7; | ||
border-radius: 3px; | ||
border: 1px solid #ccc; | ||
box-shadow: 0 1px 0px rgba(0,0,0,0.2),0 0 0 2px #fff inset; | ||
color: #333; | ||
display: inline-block; | ||
font-family: Arial,Helvetica,sans-serif; | ||
line-height: .8em; | ||
margin: 0 0.1em; | ||
padding: 0.3em 0.6em; | ||
text-shadow: 0 1px 0 #fff; | ||
white-space: nowrap; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
<!doctype html> | ||
<html lang="pt-BR"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>InfoJr UFBA - Empreendendo o futuro</title> | ||
<meta name="description" content="Treinamento de Negociação para a InfoJr UFBA"> | ||
<meta name="author" content="Bruno de Almeida Oliveira"> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<link rel="icon" type="image/png" href="../assets/img/favicon.png"> | ||
<link rel="stylesheet" href="../vendor/reveal.js/css/reveal.css"> | ||
<link rel="stylesheet" href="../vendor/assets/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="../assets/css/theme/infojr.css" id="theme"> | ||
<link rel="stylesheet" href="assets/css/javascript.css"> | ||
<!-- For syntax highlighting --> | ||
<link rel="stylesheet" href="../vendor/reveal.js/lib/css/zenburn.css"> | ||
<!-- If the query includes 'print-pdf', include the PDF print sheet --> | ||
<script> | ||
if( window.location.search.match( /print-pdf/gi ) ) { | ||
var link = document.createElement( 'link' ); | ||
link.rel = 'stylesheet'; | ||
link.type = 'text/css'; | ||
link.href = '../vendor/reveal.js/css/print/pdf.css'; | ||
document.getElementsByTagName( 'head' )[0].appendChild( link ); | ||
} | ||
</script> | ||
<!--[if lt IE 9]> | ||
<script src="lib/js/html5shiv.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<div class="reveal"> | ||
<header class="header"> | ||
</header> | ||
<!-- Any section element inside of this container is displayed as a slide --> | ||
<div class="slides"> | ||
<section data-background="../assets/img/logo.svg" data-background-repeat="no-repeat" data-background-size="18%" data-background-position="1.2em 2.3em" class="introduction"> | ||
<div class="logo"></div> | ||
<h2 class="align-right">Negociação</h2> | ||
<p class="align-right"> | ||
<time>21 de Outubro de 2016</time> | ||
</p> | ||
</section> | ||
<section> | ||
<h1>Conceito</h1> | ||
<p class="fragment current-visible">"Negociação é um processo de comunicação bilateral, com o objetivo de se chegar a uma decisão conjunta"<br><br>FISHER, R.; URY, W.; PATTON, B. (1991). Getting to yes</p> | ||
</section> | ||
<section> | ||
<h1>O que é importante?</h1> | ||
<ul style="float: left; list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Informação</li> | ||
<li class="fragment" style="margin-bottom: 20px">Planejamento</li> | ||
<li class="fragment" style="margin-bottom: 20px">Respeito</li> | ||
<li class="fragment" style="margin-bottom: 20px">Postura</li> | ||
</ul> | ||
<ul style="display: inline-block; list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Iniciativa</li> | ||
<li class="fragment" style="margin-bottom: 20px">Clareza</li> | ||
<li class="fragment" style="margin-bottom: 20px">Segurança</li> | ||
<li class="fragment" style="margin-bottom: 20px">Observação</li> | ||
</ul> | ||
<ul style="float: right; list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Flexibilidade</li> | ||
<li class="fragment" style="margin-bottom: 20px">Persuasão</li> | ||
<li class="fragment" style="margin-bottom: 20px">Frieza</li> | ||
<li class="fragment" style="margin-bottom: 20px">Empatia</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h1>O que evitar?</h1> | ||
<ul style="float: left; list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Desinformação</li> | ||
<li class="fragment" style="margin-bottom: 20px">Antipatia</li> | ||
<li class="fragment" style="margin-bottom: 20px">Complacência</li> | ||
<li class="fragment" style="margin-bottom: 20px">Desleixo</li> | ||
</ul> | ||
<ul style="float: right; list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Mentira</li> | ||
<li class="fragment" style="margin-bottom: 20px">Insegurança</li> | ||
<li class="fragment" style="margin-bottom: 20px">Desatenção</li> | ||
<li class="fragment" style="margin-bottom: 20px">Rigidez</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h1>Vídeos</h1> | ||
<section> | ||
<p style="margin-bottom: 20px">Rodrigo Azevedo - Fundador da Comunique-se</p> | ||
<iframe src="https://fast.player.liquidplatform.com/pApiv2/embed/285df8fb9c223d5e6684da0b0184e55b/ab03925001d4f4955e5e8a945de4ccaf" width="668" height="405" frameborder="0"></iframe> | ||
</section> | ||
<section> | ||
<p style="margin-bottom: 20px">Jack Sparrow - Piratas do Caribe</p> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/sjxWUhVlpB4" frameborder="0" allowfullscreen></iframe> | ||
</section> | ||
</section> | ||
<section> | ||
<section> | ||
<h1>Níveis de negociação</h1> | ||
<h1>Básico</h1> | ||
<ul style="list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Ambientação</li> | ||
<li class="fragment" style="margin-bottom: 20px">Simpatia</li> | ||
<li class="fragment" style="margin-bottom: 20px">Objetividade</li> | ||
<li class="fragment" style="margin-bottom: 20px">Diálogo amistoso</li> | ||
<li class="fragment" style="margin-bottom: 20px">Questionamentos</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h1>Intermediário</h1> | ||
<ul style="list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Linguagem corporal</li> | ||
<li class="fragment" style="margin-bottom: 20px">Análise do contexto externo</li> | ||
<li class="fragment" style="margin-bottom: 20px">Identificação do problema</li> | ||
<li class="fragment" style="margin-bottom: 20px">Aproveitamento de oportunidades</li> | ||
<li class="fragment" style="margin-bottom: 20px">Agregação de valor</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h1>Avançado</h1> | ||
<ul style="list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Programação Neurolinguística</li> | ||
<li class="fragment" style="margin-bottom: 20px">Rapport</li> | ||
</ul> | ||
</section> | ||
</section> | ||
<section> | ||
<h1>Mais algumas dicas</h1> | ||
<ul style="list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Olhe nos olhos</li> | ||
<li class="fragment" style="margin-bottom: 20px">Grave o nome</li> | ||
<li class="fragment" style="margin-bottom: 20px">Evite cruzar os braços ou apoiar a cabeça</li> | ||
<li class="fragment" style="margin-bottom: 20px">Fale no mesmo tom de voz</li> | ||
<li class="fragment" style="margin-bottom: 20px">Utilize os mesmos gestos</li> | ||
<li class="fragment" style="margin-bottom: 20px">Faça anotações relevantes</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h1>Contexto da InfoJr</h1> | ||
<ul style="list-style: none"> | ||
<li class="fragment" style="margin-bottom: 20px">Traga o cliente para a sede sempre que possível</li> | ||
<li class="fragment" style="margin-bottom: 20px">Informe aos membros anteriormente</li> | ||
<li class="fragment" style="margin-bottom: 20px">Sempre que possível leve alguém com mais conhecimento técnico</li> | ||
<li class="fragment" style="margin-bottom: 20px">Não utilize muitos termos técnicos</li> | ||
<li class="fragment" style="margin-bottom: 20px">Mostre exemplos de acordo com o que está em discussão</li> | ||
<li class="fragment" style="margin-bottom: 20px">Ao final, saiba o que o cliente quer, como quer e porque quer</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h1>Obrigado!</h1> | ||
</section> | ||
</div> | ||
<footer class="footer"> | ||
<ul class="list"> | ||
<li class="list-github"> | ||
<i class="fa fa-github-square"></i><a href="https://github.com/aobruno">aobruno</a> | ||
</li> | ||
<li class="list-linkedin"> | ||
<i class="fa fa-linkedin-square"></i><a href="https://br.linkedin.com/in/bruno-oliveira-4b187454">Bruno Oliveira</a> | ||
</li> | ||
<li class="list-facebook"> | ||
<i class="fa fa-facebook-square"></i><a href="https://www.facebook.com/bruno.oliveira.543792">Bruno Oliveira</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</div> | ||
|
||
<script src="../vendor/reveal.js/lib/js/head.min.js"></script> | ||
<script src="../vendor/reveal.js/js/reveal.js"></script> | ||
|
||
<script> | ||
// Full list of configuration options available here: | ||
// https://github.com/hakimel/reveal.js#configuration | ||
Reveal.initialize({ | ||
controls: true, | ||
progress: true, | ||
history: true, | ||
center: true, | ||
|
||
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme | ||
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none | ||
|
||
// Parallax scrolling | ||
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', | ||
// parallaxBackgroundSize: '2100px 900px', | ||
|
||
// Optional libraries used to extend on reveal.js | ||
dependencies: [ | ||
{ src: '../vendor/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } }, | ||
{ src: '../vendor/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
{ src: '../vendor/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
{ src: '../vendor/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, | ||
{ src: '../vendor/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, | ||
{ src: '../vendor/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } | ||
] | ||
}); | ||
</script> | ||
<script src="../assets/js/theme/infojr.js"></script> | ||
</body> | ||
</html> |