Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
b0a97f89
"resources/views/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "6dfb1d91ae25a4552c0619304928c358eccd7990"
Commit
b0a97f89
authored
May 28, 2021
by
Danillo Bion
Browse files
modificacoes na tela de login
parent
7822f041
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/auth/login.blade.php
View file @
b0a97f89
...
@@ -3,18 +3,18 @@
...
@@ -3,18 +3,18 @@
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
=
"container content"
>
<
div
class
=
"container content"
>
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"col-md-5"
>
<
div
class
=
"col-md-5"
style
=
"margin-top: 5rem"
>
<
div
class
=
"card card-login-cadastro"
>
<
div
class
=
"card shadow bg-white"
style
=
"border-radius: 12px"
>
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
<
div
class
=
"card-header"
style
=
"border-top-left-radius: 12px; border-top-right-radius: 12px; background-color: #fff"
>
<
div
class
=
"d-flex justify-content-between align-items-center"
style
=
"margin-top: 9px; margin-bottom:6px"
>
<
h5
class
=
"card-title mb-0"
style
=
"font-size:25px; font-family:Arial, Helvetica, sans-serif; color:#1492E6"
>
Entrar
</
h5
>
</
div
>
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
>
@
csrf
@
csrf
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"titulo-login-cadastro"
>
LOGIN
</
div
>
</
div
>
<
div
class
=
"form-group row"
>
<
div
class
=
"form-group row"
>
<
div
class
=
"col-md-12"
>
<
div
class
=
"col-md-12"
>
...
...
resources/views/evento/visualizarEvento.blade.php
View file @
b0a97f89
...
@@ -109,16 +109,18 @@
...
@@ -109,16 +109,18 @@
</
div
>
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
div
class
=
"form-row"
>
<
div
class
=
"form-row"
>
<
div
class
=
"col-md-12"
style
=
"margin-bottom:18px"
>
@
if
(
$evento
->
inicioSubmissao
<=
$mytime
)
@
if
(
$evento
->
inicioSubmissao
<=
$mytime
)
@
if
(
$mytime
<
$evento
->
fimSubmissao
)
@
if
(
$mytime
<
$evento
->
fimSubmissao
)
<
a
class
=
"btn btn-success "
href
=
"
{
{route('trabalho.index',['id'=>$evento->id])}
}
"
style
=
"width:100%; height:50px; padding-top:7px; font-size:20px"
><
img
src
=
"
{
{asset('img/icons/icon_enviar_proposta.png')}
}
"
class
=
"card-img-top"
alt
=
"..."
style
=
"width:30px; margin-right:5px"
>
Submeter
Projeto
</
a
>
<
div
class
=
"col-md-12"
style
=
"margin-bottom:18px"
>
@
endif
<
a
class
=
"btn btn-success "
href
=
"
{
{route('trabalho.index',['id'=>$evento->id])}
}
"
style
=
"width:100%; height:50px; padding-top:7px; font-size:20px"
><
img
src
=
"
{
{asset('img/icons/icon_enviar_proposta.png')}
}
"
class
=
"card-img-top"
alt
=
"..."
style
=
"width:30px; margin-right:5px"
>
Submeter
proposta
</
a
>
@
endif
</
div
>
</
div
>
<
div
class
=
"col-md-12"
>
<
div
class
=
"col-md-12"
>
<
button
class
=
"btn btn-primary"
style
=
"width:100%; height:50px; padding-top:5px; font-size:20px"
><
img
src
=
"
{
{asset('img/icons/icon_minhas_propostas.png')}
}
"
class
=
"card-img-top"
alt
=
"..."
style
=
"width:20px; margin-right:10px; margin-top:-5px"
>
Minhas
propostas
</
button
>
<
button
class
=
"btn btn-primary"
style
=
"width:100%; height:50px; padding-top:5px; font-size:20px"
><
img
src
=
"
{
{asset('img/icons/icon_minhas_propostas.png')}
}
"
class
=
"card-img-top"
alt
=
"..."
style
=
"width:20px; margin-right:10px; margin-top:-5px"
>
Minhas
propostas
</
button
>
</
div
>
</
div
>
@
endif
@
endif
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment