Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcos Albano
sisage
Commits
df49861e
Commit
df49861e
authored
Jan 25, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html no agendamento e css e pos da logoIdace
parent
47f311c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
24 deletions
+53
-24
app.css
public/css/app.css
+26
-7
home.blade.php
resources/views/home.blade.php
+27
-17
No files found.
public/css/app.css
View file @
df49861e
...
...
@@ -9956,8 +9956,20 @@ a.text-dark:hover {
text-align
:
center
;
}
.fielmenuAgendamento
{
.fielmenuAgendamento
-1
{
font-size
:
1.5rem
;
display
:
inline
;
margin-bottom
:
.4rem
;
}
#espField
{
margin-top
:
1rem
;
}
.fielmenuAgendamento-2
{
font-size
:
1.5rem
;
display
:
inline
;
margin-bottom
:
.4rem
;
}
#getnome
,
...
...
@@ -10002,7 +10014,7 @@ a.text-dark:hover {
.imaLogosMenu2
{
width
:
15rem
;
height
:
15rem
;
margin
:
6
px
auto
0
;
margin
:
-50
px
auto
0
;
text-align
:
center
;
}
...
...
@@ -10010,13 +10022,18 @@ a.text-dark:hover {
text-align
:
center
;
font-family
:
Arial
;
margin-top
:
1rem
;
color
:
white
;
color
:
black
;
font-weight
:
600
;
}
.idaceFonte
{
color
:
coral
;
}
.formMenuAgedamento
{
width
:
53.8rem
;
height
:
2
5rem
;
margin
:
5
rem
auto
6rem
;
width
:
100%
;
height
:
2
0%
;
margin
:
1
rem
auto
6rem
;
font-family
:
sans-serif
;
text-align
:
center
;
}
...
...
@@ -10238,6 +10255,8 @@ p .button_agendar {
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
/*
.button_t {
width: 29rem;
height: 4rem;
...
...
@@ -10247,4 +10266,4 @@ p .button_agendar {
font-weight: 400;
text-align: center;
margin-bottom: 30px;
}
\ No newline at end of file
} */
\ No newline at end of file
resources/views/home.blade.php
View file @
df49861e
...
...
@@ -22,7 +22,7 @@
<
h1
class
=
"menuh1"
>
Agendamento
<
span
class
=
"idaceFonte"
>
IDACE
</
span
></
h1
>
<!--
formMenuAgedamento
-->
<
fieldset
class
=
"fielmenuAgendamento"
>
<
fieldset
class
=
"fielmenuAgendamento
-1
"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTitulo')}
}
'"
class
=
"button_agendar"
>
<
div
class
=
"card-body"
>
...
...
@@ -30,47 +30,57 @@
<
p
><
img
id
=
"idace1"
src
=
"img/icone agenda.png"
></
p
>
</
div
>
</
div
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('roles.index')}
}
'"
class
=
"button_meusAgendamento"
>
<
!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('roles.index')}
}
'"
class
=
"button_meusAgendamento"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.meus_agendamentos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentos.index')}
}
'"
class
=
"button_contato"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.contato'
)
</
p
>
<
p
><
img
id
=
"idace4"
src
=
"img/Contato.png"
></
p
>
</
div
>
</
div
>
-->
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento"
>
<
fieldset
class
=
"fielmenuAgendamento
-1
"
>
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTitulo')}
}
'"
class
=
"button_agendar"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.agendar'
)
</
p
>
<
p
><
img
id
=
"idace1"
src
=
"img/icone agenda.png"
></
p
>
</
div
>
</
div
>
</
div
>
-->
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('roles.index')}
}
'"
class
=
"button_meusAgendamento"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.meus_agendamentos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
-->
</
div
>
</
fieldset
>
<
br
>
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentos.index')}
}
'"
class
=
"button_contato"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.contato'
)
</
p
>
<
p
><
img
id
=
"idace4"
src
=
"img/Contato.png"
></
p
>
</
div
>
</
div
>
-->
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
-->
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentos.index')}
}
'"
class
=
"button_contato"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.contato'
)
</
p
>
...
...
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