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
79737f1b
Commit
79737f1b
authored
Jun 10, 2020
by
carlos
Browse files
atualizando layout
parent
209b7583
Changes
31
Expand all
Show whitespace changes
Inline
Side-by-side
public/web.config
100644 → 100755
View file @
79737f1b
File mode changed from 100644 to 100755
resources/views/auth/login.blade.php
View file @
79737f1b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"col-md-5"
>
<
div
class
=
"col-md-5"
>
<
div
class
=
"card card-login-cadastro"
>
<
div
class
=
"card card-login-cadastro"
>
{{
--
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
--
}}
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
>
...
...
resources/views/evento/visualizarEvento.blade.php
View file @
79737f1b
...
@@ -59,14 +59,8 @@
...
@@ -59,14 +59,8 @@
<
div
class
=
"container-fluid content"
>
<
div
class
=
"container-fluid content"
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
@
if
(
isset
(
$evento
->
fotoEvento
))
@
if
(
isset
(
$evento
->
fotoEvento
))
<
div
class
=
"banner-evento"
>
<
img
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
alt
=
""
>
</
div
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
alt
=
""
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
alt
=
""
>
@
else
@
else
<
div
class
=
"banner-evento"
>
<
img
src
=
"
{
{asset('img/colorscheme.png')}
}
"
alt
=
""
>
</
div
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('img/colorscheme.png')}
}
"
alt
=
""
>
<
img
class
=
"front-image-evento"
src
=
"
{
{asset('img/colorscheme.png')}
}
"
alt
=
""
>
@
endif
@
endif
</
div
>
</
div
>
...
...
resources/views/index.blade.php
View file @
79737f1b
This diff is collapsed.
Click to expand it.
resources/views/layouts/app.blade.php
View file @
79737f1b
...
@@ -9,64 +9,87 @@
...
@@ -9,64 +9,87 @@
<title>
{{ config('app.name', 'Laravel') }}
</title>
<title>
{{ config('app.name', 'Laravel') }}
</title>
<!-- Scripts -->
<script
src=
"{{ asset('js/app.js') }}"
defer
></script>
<!-- Fonts -->
<!-- Fonts -->
<link
rel=
"dns-prefetch"
href=
"//fonts.gstatic.com"
>
<link
rel=
"dns-prefetch"
href=
"//fonts.gstatic.com"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito"
rel=
"stylesheet"
>
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity=
"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin=
"anonymous"
>
<script
src=
"{{ asset('js/jquery-3.4.1.min.js')}}"
></script>
<script
src=
"{{ asset('js/jquery-3.4.1.min.js')}}"
></script>
<script
src=
"{{ asset('js/jquery-mask-plugin.js')}}"
></script>
<script
src=
"{{ asset('js/jquery-mask-plugin.js')}}"
></script>
<!-- Styles -->
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/style.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/layout.css') }}"
rel=
"stylesheet"
>
<link
href=
"{{ asset('css/styleIndex.css') }}"
rel=
"stylesheet"
>
</head>
</head>
<body>
<body>
<
div
id=
"app"
>
<
header
>
{{-- Navbar --}}
{{-- Navbar --}}
<nav
class=
"navbar navbar-
expand-md navbar-dark
shadow
-sm
"
>
<nav
class=
"navbar navbar-
light backgroud-color-default
shadow"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"links-menu"
>
<a
class=
"navbar-brand"
href=
"{{route('home-user')}}"
>
<a
class=
"navbar-brand"
href=
"{{route('home-user')}}"
>
{{ config('app.name', 'Laravel') }}
<img
id=
"logo-menu"
src=
"{{ asset('img/icons/logo_submeta_pemenor.png') }}"
alt=
""
>
</a>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"{{ __('Toggle navigation') }}"
>
</div>
<span
class=
"navbar-toggler-icon"
></span>
<div
class=
"navbar-text"
>
</button>
@guest
<a
href=
"#"
class=
"btn navbar-text negrito"
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<a
href=
"#"
class=
"btn dropdown-toggle negrito"
role=
"button"
id=
"dropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
style=
"color: rgb(0, 140, 255);"
>
Login
</a>
<div
class=
"dropdown-menu dropdown-menu-right negrito"
aria-labelledby=
"dropdownMenuLink"
style=
"right: 15%; width: 300px; height: 380px;"
>
<form
method=
"POST"
action=
"{{ route('login') }}"
>
@csrf
<div
style=
"padding: 20px;"
>
<div
style=
"color: rgb(0, 140, 255); position: relative; top: 5px; text-align: center; font-size: 20px;"
>
Entrar
</div>
<div
style=
"position: relative; top: 30px; left: 1px;"
>
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
<!-- Left Side Of Navbar -->
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
<ul
class=
"navbar-nav mr-auto"
>
</ul>
@error('email')
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
<!-- Right Side Of Navbar -->
<label
for=
"password"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Senha') }}
</label>
<ul
class=
"navbar-nav ml-auto"
>
<input
id=
"password"
type=
"password"
class=
"form-control @error('password') is-invalid @enderror"
name=
"password"
required
autocomplete=
"current-password"
>
<!-- Authentication Links -->
@guest
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ route('login') }}"
>
{{ __('Login') }}
</a>
{{--
<a
class=
"nav-link"
data-toggle=
"modal"
data-target=
"#modalLogin"
>
{{ __('Login') }}
</a>
--}}
</li>
@if (Route::has('register'))
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ route('register') }}"
>
{{ __('Cadastro') }}
</a>
{{--
<a
class=
"nav-link"
data-toggle=
"modal"
data-target=
"#modalCadastro"
>
{{ __('Cadastro') }}
</a>
--}}
</li>
@endif
@else
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{route('visualizarEvento')}}"
>
Home
</a>
</li>
@error('password')
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
</div>
<div
style=
"position: relative; top: 40px;"
>
<div
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
name=
"remember"
id=
"remember"
{{
old
('
remember
')
?
'
checked
'
:
''
}}
>
<li
class=
"nav-item dropdown"
>
<label
class=
"form-check-label"
for=
"remember"
>
<a
id=
"navbarDropdown"
class=
"nav-link dropdown-toggle"
href=
"#"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
v-pre
>
{{ __('Lembrar Senha') }}
</label>
</div>
</div>
<div
style=
"position: relative; top: 50px;"
>
<button
class=
"btn botao-entrar"
style=
"color: white;"
>
{{__('Entrar')}}
</button>
<a
href=
"{{ route('password.request') }}"
style=
"font-weight: normal; color: rgb(44, 96, 209);"
>
{{ __('Esqueseu sua senha?')}}
</a>
</div>
</div>
</form>
</div>
<a
href=
"{{ route('register') }}"
class=
"btn navbar-text btn-azul-destaque negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Cadastre-se') }}
</a>
@else
<a
href=
"{{route('visualizarEvento')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Home
</a>
<a
id=
"navbarDropdown"
class=
"btn navbar-text negrito dropdown-toggle"
style=
"color: rgb(0, 140, 255);"
href=
"#"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
v-pre
>
{{ Auth::user()->name }}
<span
class=
"caret"
></span>
{{ Auth::user()->name }}
<span
class=
"caret"
></span>
</a>
</a>
<div
class=
"dropdown-menu dropdown-menu-right"
aria-labelledby=
"navbarDropdown"
>
<div
class=
"dropdown-menu dropdown-menu-right"
style=
"right: 5%;"
aria-labelledby=
"navbarDropdown"
>
<a
class=
"dropdown-item"
href=
"{{ route('user.perfil') }}"
>
<a
class=
"dropdown-item"
href=
"{{ route('user.perfil') }}"
>
<img
src=
"{{asset('img/icons/perfil.svg')}}"
alt=
""
>
<img
src=
"{{asset('img/icons/perfil.svg')}}"
alt=
""
>
{{ __('Minha Conta') }}
{{ __('Minha Conta') }}
...
@@ -120,14 +143,12 @@
...
@@ -120,14 +143,12 @@
@csrf
@csrf
</form>
</form>
</div>
</div>
</li>
@endguest
@endguest
</ul>
</div>
</div>
</div>
</div>
</nav>
</nav>
</header>
<section>
@hasSection ('sidebar')
@hasSection ('sidebar')
@yield('sidebar')
@yield('sidebar')
@endif
@endif
...
@@ -135,12 +156,39 @@
...
@@ -135,12 +156,39 @@
{{--
<main
class=
"container-fluid"
>
--}}
{{--
<main
class=
"container-fluid"
>
--}}
@yield('content')
@yield('content')
{{--
</main>
--}}
{{--
</main>
--}}
</section>
</div>
@hasSection ('javascript')
@hasSection ('javascript')
@yield('javascript')
@yield('javascript')
@else
@else
@endif
@endif
<script
src=
"https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity=
"sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity=
"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin=
"anonymous"
></script>
<div
class=
"rodape"
>
<div
class=
"container"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white;"
>
<div
class=
"col-sm-2"
>
<img
class=
"logo-ufape"
src=
"{{ asset('img/logoUfape.svg') }}"
/>
</div>
<div
class=
"col-sm-4 format-text"
>
<a
href=
"http://ww3.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-size: 15px; position: relative; top: 30%; left: 0px;"
>
Universidade Federal
<br>
do Agreste de Pernambuco
</a>
</div>
</a>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white;"
>
<div
class=
"col-sm-2"
>
<img
class=
"logo-lmts"
src=
"{{ asset('img/lmts.png') }}"
/>
</div>
<div
class=
"col-sm-4 format-text"
>
<a
href=
"http://lmts.uag.ufrpe.br/"
target=
"_blank"
style=
"color: white; font-size: 15px; position: relative; top: 30%; left: 0px;"
>
Laboratório Multidisciplinar
<br>
de Tecnologias Sociais
</a>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
resources/views/naturezas/area/editar_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/area/nova_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/grandeArea/editar_grande_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/grandeArea/nova_grande_area.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/subArea/editar_subarea.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
resources/views/naturezas/subArea/nova_subarea.blade.php
View file @
79737f1b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</
span
>
</
span
>
@
enderror
@
enderror
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10
0
px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
style
=
"position:relative;top:10px;"
>
{{
__
(
'Salvar'
)
}}
</
button
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
...
...
Prev
1
2
Next
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