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
pad-upe
Commits
23aaf100
Commit
23aaf100
authored
Mar 07, 2022
by
Abraão Barbosa
Browse files
merge login
parent
d25d9cbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/auth/login.blade.php
View file @
23aaf100
...
...
@@ -48,7 +48,7 @@
</a>
@endif
<button
class=
"ml-3"
>
<button
class=
"ml-3
btn btn-primary
"
>
{{ __('Log in') }}
</button>
</div>
...
...
resources/views/layouts/guest.blade.php
View file @
23aaf100
<!doctype html>
<html
lang=
"pt"
>
<html
lang=
"pt"
>
<head>
...
...
@@ -7,10 +7,10 @@
<!-- Meta tags Obrigatórias -->
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<
!-- Principal CSS do Bootstrap -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.cs
s"
integrity=
"sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin=
"anonymous"
/>
<
link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin=
"anonymou
s"
>
<!-- Estilos customizados para esse template -->
<link
rel=
"stylesheet"
href=
"{{ asset('css/style.css') }}"
/>
</head>
...
...
@@ -50,25 +50,18 @@
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous"
>
</script>
<script
src=
"{{ asset('js/popper.js+bootstrap.min.js+main.js.pagespeed.jc.c79nEe_inO.js') }}"
></script>
<script
defer
src=
"https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
integrity=
"sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
data-cf-beacon=
'{"rayId":"6df01a98acf16055","token":"cd0b4b3a733644fc843ef0b185f98241","version":"2021.12.0","si":100}'
crossorigin=
"anonymous"
>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity=
"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin=
"anonymous"
>
</script>
<script>
eval
(
mod_pagespeed_VcNR616gfD
);
</script>
<script>
eval
(
mod_pagespeed_HoJGMAFhmT
);
<script
src=
"https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity=
"sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin=
"anonymous"
>
</script>
<script
>
eval
(
mod_pagespeed_u6s2d2DVy8
);
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity=
"sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin=
"anonymous"
>
</script>
</body>
</html>
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