Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Luís Felipe Campos
/
Teste00-CoffeeShop
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b71bec68
authored
Mar 20, 2023
by
Luis Ribeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes on dark mode and favicon
parent
340924e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
18 deletions
+6
-18
images/favicon.ico
+0
-0
index.html
+6
-5
styles.css
+0
-13
No files found.
images/favicon.ico
0 → 100644
View file @
b71bec68
File added
index.html
View file @
b71bec68
...
@@ -5,8 +5,9 @@
...
@@ -5,8 +5,9 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,200;1,500;1,600;1,700;1,800&display=swap"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,200;1,500;1,600;1,700;1,800&display=swap"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"styles.css"
/
>
<link
rel=
"stylesheet"
href=
"styles.css"
>
<script
defer
src=
"script.js"
></script>
<script
defer
src=
"script.js"
></script>
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
type=
"image/x-icon"
>
<title>
Teste00--Coffee Shop
</title>
<title>
Teste00--Coffee Shop
</title>
</head>
</head>
<body>
<body>
...
@@ -27,23 +28,23 @@
...
@@ -27,23 +28,23 @@
<div
class=
"modal"
id=
"modal1"
>
<!-- Modal -->
<div
class=
"modal"
id=
"modal1"
>
<!-- Modal -->
<form
class=
"modal__form"
>
<form
class=
"modal__form"
>
<div
class=
"modal__header"
>
<!-- Modal__Header-->
<div
class=
"modal__header"
>
<button
type=
"button"
class=
"modal__button--close"
data-close-button
>
×
</button>
<button
type=
"button"
class=
"modal__button--close"
data-close-button
>
×
</button>
<h1>
Quer ficar por dentro das novidades?
</h1>
<h1>
Quer ficar por dentro das novidades?
</h1>
<p>
Inscreva-se na nossa newsletter mensal, e fique sabendo de tudo que acontece.
</p>
<p>
Inscreva-se na nossa newsletter mensal, e fique sabendo de tudo que acontece.
</p>
</div>
</div>
<hr>
<hr>
<div
class=
"modal__body"
>
<!-- Modal__Body-->
<div
class=
"modal__body"
>
<label
for=
"email"
><b>
E-mail
</b></label>
<label
for=
"email"
><b>
E-mail
</b></label>
<input
type=
"text"
placeholder=
"E-mail"
name=
"email"
/>
<input
type=
"text"
placeholder=
"E-mail"
name=
"email"
/>
<label
for=
"password"
><b>
Senha
</b></label>
<label
for=
"password"
><b>
Senha
</b></label>
<input
type=
"password"
placeholder=
"Senha"
name=
"password"
/>
<input
type=
"password"
placeholder=
"Senha"
name=
"password"
/>
<button
class=
"modal__button--submit"
type=
"
submit
"
>
Inscrever-se
</button>
<button
class=
"modal__button--submit"
type=
"
button
"
>
Inscrever-se
</button>
</div>
</div>
</form>
</form>
</div>
</div>
<div
id=
"modal__background"
></div>
<!-- Segundo plano do Modal-->
<div
id=
"modal__background"
></div>
<!-- Segundo plano do Modal
-->
<section
id=
"home"
class=
"section__intro"
>
<!-- Primeira Seção -->
<section
id=
"home"
class=
"section__intro"
>
<!-- Primeira Seção -->
<div
class=
"section__text"
>
<div
class=
"section__text"
>
...
...
styles.css
View file @
b71bec68
...
@@ -27,10 +27,6 @@ body {
...
@@ -27,10 +27,6 @@ body {
transition
:
background
0.5s
;
transition
:
background
0.5s
;
}
}
.dark
header
{
background-color
:
var
(
--corQuarta
);
}
.dark
main
{
.dark
main
{
color
:
var
(
--corSexta
);
color
:
var
(
--corSexta
);
}
}
...
@@ -47,15 +43,6 @@ body {
...
@@ -47,15 +43,6 @@ body {
transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
}
}
.dark
.section__follow
{
background-color
:
var
(
--corQuarta
);
}
.dark
.section__follow--background
{
box-shadow
:
0
0
0
100vmax
var
(
--corQuarta
);
clip-path
:
inset
(
0
-100vmax
);
}
.dark
.figures__img
{
.dark
.figures__img
{
filter
:
invert
(
55%
)
sepia
(
91%
)
saturate
(
274%
)
hue-rotate
(
356deg
)
brightness
(
87%
)
contrast
(
86%
);
filter
:
invert
(
55%
)
sepia
(
91%
)
saturate
(
274%
)
hue-rotate
(
356deg
)
brightness
(
87%
)
contrast
(
86%
);
}
}
...
...
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