forked from TheMaxium69/SolidServ-WebSite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update all text and final hebergmenet page + final page suppo
- Loading branch information
1 parent
f42fcce
commit b1e7191
Showing
23 changed files
with
225 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ | |
OFFRE | ||
*************************/ | ||
|
||
|
||
#offre .desktop{ | ||
max-width: 1474px; | ||
margin: 5% auto; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
/************************* | ||
START | ||
*************************/ | ||
#suppo #start .ac-head{ | ||
width: 100%; | ||
height: 246px; | ||
background: linear-gradient( rgb(2 5 14 / 40%), rgb(2 14 60 / 60%) ), url(../assets/support.jpg); | ||
background-color: blue; | ||
border-bottom-left-radius: 30% 10%; | ||
border-bottom-right-radius: 30% 10%; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
background-size: 100%; | ||
} | ||
|
||
#suppo #start .ac-centertext{ | ||
position: absolute; | ||
width: 70%; | ||
margin-top: 66px; | ||
margin-left: 15%; | ||
margin-right: 15%; | ||
text-align: center; | ||
text-shadow: 1px 4px 10px black; | ||
} | ||
|
||
#suppo #start .ac-head .ac-centertext h1 { | ||
font-size: 54px; | ||
font-weight: 900; | ||
color: white; | ||
margin: 22px 0; | ||
} | ||
|
||
|
||
/************************* | ||
title | ||
*************************/ | ||
|
||
#suppo #title{ | ||
|
||
text-align: center; | ||
margin: 38px; | ||
} | ||
|
||
#suppo #title h2{ | ||
color: var(--color-principal); | ||
margin-bottom: 1rem; | ||
|
||
} | ||
#suppo #title p{ | ||
margin-bottom: 0; | ||
} | ||
#suppo #title li{ | ||
list-style-type: none; | ||
} | ||
|
||
/************************* | ||
discord | ||
*************************/ | ||
|
||
#suppo iframe{ | ||
width: 80%; | ||
margin: 0px 10%; | ||
margin-bottom: 30px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<link rel='stylesheet' href='https://unpkg.com/izitoast/dist/css/iziToast.min.css'><?php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
iziToast.settings({ | ||
timeout: 3000, | ||
resetOnHover: true, | ||
transitionIn: 'flipInX', | ||
transitionOut: 'flipOutX', | ||
position: 'topRight', | ||
onOpen: function () { | ||
console.log('callback abriu!'); | ||
}, | ||
onClose: function () { | ||
console.log("callback fechou!"); | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.