Skip to content

Commit

Permalink
Merge pull request #16 from mastercoks/master
Browse files Browse the repository at this point in the history
[Feature] Forms de advogado e entregador
  • Loading branch information
pictos authored May 14, 2020
2 parents 78f8a3d + a52ffaf commit 087f282
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ O iDvogados é um aplicativo que conecta entregadores de aplicativos de delivery
# Você faz parte desse público?
Ajude-nos respondendo nossa pesquisa! Selecione seu perfil abaixo:

[![Sou entregador](https://iili.io/J0ND8l.png)](https://forms.gle/LVPZmNX79tz5sY1o9)
[![Sou entregador](https://iili.io/J0ND8l.png)](./entregador)

[![Sou advogado/bacharel de Direito](https://iili.io/J0OQx1.png)](https://forms.gle/uTdaiD3MTT9cAETF6)
[![Sou advogado/bacharel de Direito](https://iili.io/J0OQx1.png)](./advogado)

# Como surgiu?
[![Assista o vídeo do Greg News](https://iili.io/JarXJj.png)](https://youtu.be/v3B9w6wWNQA?t=1862)
Expand Down
25 changes: 25 additions & 0 deletions advogado/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advogado | idvogados</title>
<style>
html, body, iframe {
height: 100%;
height: -webkit-fill-available;
height: fill-available;
width: 100%;
width: -webkit-fill-available;
width: fill-available;
}
.no-margin {
margin: 0px;
overflow: hidden;
}
</style>
</head>
<body class="no-margin">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdvuBqjju8tZfQAX61NPxfBPszOthuDbzFAlRlICFI8y4iAjA/viewform" frameborder="0"></iframe>
</body>
</html>
25 changes: 25 additions & 0 deletions entregador/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Entregador | idvogados</title>
<style>
html, body, iframe {
height: 100%;
height: -webkit-fill-available;
height: fill-available;
width: 100%;
width: -webkit-fill-available;
width: fill-available;
}
.no-margin {
margin: 0px;
overflow: hidden;
}
</style>
</head>
<body class="no-margin">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdNc9xNl4ImFuhbwD-2CcGc9nhIFY6tgF20Yq6iZ8EbxVax1g/viewform" frameborder="0"></iframe>
</body>
</html>

0 comments on commit 087f282

Please sign in to comment.