Skip to content
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

[Feature] Forms de advogado e entregador #16

Merged
merged 11 commits into from
May 14, 2020
Merged
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 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 a nossa pesquisa! Selecione abaixo qual é o seu perfil:

[![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>